QnA.pot 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2015-02-27 16:31+0100\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "Language: \n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
  20. #. TRANS: Button text for submitting a poll response.
  21. #. TRANS: Button text for submitting a revised answer.
  22. #: forms/qnavote.php:118 forms/qnareviseanswer.php:119
  23. msgctxt "BUTTON"
  24. msgid "Submit"
  25. msgstr ""
  26. #. TRANS: Form legend for showing the answer.
  27. #. TRANS: Page title for and answer to a question.
  28. #. TRANS: Page title after sending an answer.
  29. #. TRANS: Page title for and answer to a question.
  30. #: forms/qnashowanswer.php:113 actions/qnavote.php:63
  31. #: actions/qnareviseanswer.php:161 actions/qnareviseanswer.php:203
  32. #: actions/qnanewanswer.php:63
  33. msgid "Answer"
  34. msgstr ""
  35. #. TRANS: Button text for marking an answer as "best".
  36. #: forms/qnashowanswer.php:150
  37. msgctxt "BUTTON"
  38. msgid "Best"
  39. msgstr ""
  40. #. TRANS: Title for button text marking an answer as "best".
  41. #: forms/qnashowanswer.php:154
  42. msgid "Mark this answer as the best answer."
  43. msgstr ""
  44. #. TRANS: Field label for a new question.
  45. #: forms/qnanewquestion.php:110
  46. msgctxt "LABEL"
  47. msgid "Title"
  48. msgstr ""
  49. #. TRANS: Field title for a new question.
  50. #: forms/qnanewquestion.php:113
  51. msgid "The title of your question."
  52. msgstr ""
  53. #. TRANS: Field label for question details.
  54. #: forms/qnanewquestion.php:122
  55. msgctxt "LABEL"
  56. msgid "Description"
  57. msgstr ""
  58. #. TRANS: Field title for question details.
  59. #: forms/qnanewquestion.php:125
  60. msgid "Your question in detail."
  61. msgstr ""
  62. #. TRANS: Button text for saving a new question.
  63. #: forms/qnanewquestion.php:149
  64. msgctxt "BUTTON"
  65. msgid "Save"
  66. msgstr ""
  67. #. TRANS: Form legend for revising the answer.
  68. #: forms/qnashowquestion.php:106
  69. msgctxt "LEGEND"
  70. msgid "Question"
  71. msgstr ""
  72. #. TRANS: Button text for closing a question.
  73. #: forms/qnashowquestion.php:151
  74. msgctxt "BUTTON"
  75. msgid "Close"
  76. msgstr ""
  77. #. TRANS: Title for button text for closing a question.
  78. #: forms/qnashowquestion.php:155
  79. msgid "Close the question to no one can answer it anymore."
  80. msgstr ""
  81. #. TRANS: Field label.
  82. #: forms/qnanewanswer.php:114
  83. msgid "Enter your answer"
  84. msgstr ""
  85. #. TRANS: Button text for submitting a poll response.
  86. #: forms/qnanewanswer.php:125
  87. msgctxt "BUTTON"
  88. msgid "Answer"
  89. msgstr ""
  90. #. TRANS: Plugin description.
  91. #: QnAPlugin.php:136
  92. msgid "Question and Answers micro-app."
  93. msgstr ""
  94. #. TRANS: Application title.
  95. #: QnAPlugin.php:143
  96. msgctxt "TITLE"
  97. msgid "Question"
  98. msgstr ""
  99. #. TRANS: Exception thrown when there are too many activity objects.
  100. #: QnAPlugin.php:171
  101. msgid "Too many activity objects."
  102. msgstr ""
  103. #. TRANS: Exception thrown when an incorrect object type is encountered.
  104. #: QnAPlugin.php:178
  105. msgid "Wrong type for object."
  106. msgstr ""
  107. #. TRANS: Exception thrown when answering a non-existing question.
  108. #: QnAPlugin.php:197
  109. msgid "Answer to unknown question."
  110. msgstr ""
  111. #. TRANS: Exception thrown when an object type is encountered that cannot be handled.
  112. #: QnAPlugin.php:203 QnAPlugin.php:233
  113. msgid "Unknown object type."
  114. msgstr ""
  115. #. TRANS: Exception thrown when requesting a non-existing question notice.
  116. #: QnAPlugin.php:240
  117. msgid "Unknown question notice."
  118. msgstr ""
  119. #. TRANS: Placeholder value for a possible answer to a question
  120. #. TRANS: by the logged in user.
  121. #: QnAPlugin.php:368
  122. msgid "Your answer..."
  123. msgstr ""
  124. #. TRANS: Link description for link to full notice text if it is longer than
  125. #. TRANS: what will be dispplayed.
  126. #: QnAPlugin.php:393
  127. msgid "…"
  128. msgstr ""
  129. #. TRANS: Title for link that is an ellipsis in English.
  130. #: QnAPlugin.php:398
  131. msgid "more..."
  132. msgstr ""
  133. #. TRANS: Page title for close a question
  134. #: actions/qnaclosequestion.php:63
  135. msgid "Close question"
  136. msgstr ""
  137. #. TRANS: Client exception thrown trying to close a question when not logged in
  138. #: actions/qnaclosequestion.php:85
  139. msgid "You must be logged in to close a question."
  140. msgstr ""
  141. #. TRANS: Client exception thrown trying to respond to a non-existing question.
  142. #: actions/qnaclosequestion.php:98 actions/qnavote.php:96
  143. #: actions/qnanewanswer.php:101
  144. msgid "Invalid or missing question."
  145. msgstr ""
  146. #. TRANS: Exception thrown trying to close another user's question.
  147. #: actions/qnaclosequestion.php:136
  148. msgid "You did not ask this question."
  149. msgstr ""
  150. #. TRANS: Page title after sending an answer.
  151. #. TRANS: Page title after sending in a vote for a question or answer.
  152. #. TRANS: Page title after sending an answer.
  153. #: actions/qnaclosequestion.php:153 actions/qnavote.php:148
  154. #: actions/qnanewanswer.php:158
  155. msgid "Answers"
  156. msgstr ""
  157. #. TRANS: Client exception thrown trying to answer a question while not logged in.
  158. #: actions/qnavote.php:84 actions/qnareviseanswer.php:84
  159. #: actions/qnanewanswer.php:85
  160. msgid "You must be logged in to answer to a question."
  161. msgstr ""
  162. #. TRANS: Client exception thrown when requesting a non-existing answer.
  163. #. TRANS: Did we used to have it, and it got deleted?
  164. #: actions/qnashowanswer.php:68 actions/qnashowanswer.php:82
  165. msgid "No such answer."
  166. msgstr ""
  167. #. TRANS: Client exception thrown when requesting an answer that has no connected question.
  168. #: actions/qnashowanswer.php:75
  169. msgid "No question for this answer."
  170. msgstr ""
  171. #. TRANS: Client exception thrown when requesting answer data for a non-existing user.
  172. #. TRANS: Client exception thrown trying to view a question of a non-existing user.
  173. #: actions/qnashowanswer.php:89 actions/qnashowquestion.php:83
  174. msgid "No such user."
  175. msgstr ""
  176. #. TRANS: Client exception thrown when requesting answer data for a user without a profile.
  177. #. TRANS: Server exception thrown trying to view a question for a user for which the profile could not be loaded.
  178. #: actions/qnashowanswer.php:96 actions/qnashowquestion.php:90
  179. msgid "User without a profile."
  180. msgstr ""
  181. #. TRANS: Page title.
  182. #. TRANS: %1$s is the user who answered a question, %2$s is the question.
  183. #: actions/qnashowanswer.php:122
  184. #, php-format
  185. msgid "%1$s's answer to \"%2$s\""
  186. msgstr ""
  187. #. TRANS: Page title for revising a question
  188. #: actions/qnareviseanswer.php:62
  189. msgid "Revise answer"
  190. msgstr ""
  191. #. TRANS: Client exception thrown trying to respond to a non-existing question.
  192. #: actions/qnareviseanswer.php:97
  193. msgid "Invalid or missing answer."
  194. msgstr ""
  195. #. TRANS: Form title for sending an answer.
  196. #: actions/qnareviseanswer.php:241
  197. msgctxt "TITLE"
  198. msgid "Answer"
  199. msgstr ""
  200. #. TRANS: Title for Question page.
  201. #: actions/qnanewquestion.php:62
  202. msgid "New question"
  203. msgstr ""
  204. #. TRANS: Client exception thrown trying to create a Question while not logged in.
  205. #: actions/qnanewquestion.php:81
  206. msgid "You must be logged in to post a question."
  207. msgstr ""
  208. #. TRANS: Client exception thrown trying to create a question without a title.
  209. #: actions/qnanewquestion.php:129
  210. msgid "Question must have a title."
  211. msgstr ""
  212. #. TRANS: Page title after sending a notice.
  213. #: actions/qnanewquestion.php:154
  214. msgid "Question posted"
  215. msgstr ""
  216. #. TRANS: Client exception thrown trying to view a non-existing question.
  217. #: actions/qnashowquestion.php:68
  218. msgid "No such question."
  219. msgstr ""
  220. #. TRANS: Client exception thrown trying to view a non-existing question notice.
  221. #: actions/qnashowquestion.php:76
  222. msgid "No such question notice."
  223. msgstr ""
  224. #. TRANS: Page title for a question.
  225. #. TRANS: %1$s is the nickname of the user who asked the question, %2$s is the question.
  226. #: actions/qnashowquestion.php:155
  227. #, php-format
  228. msgid "%1$s's question: %2$s"
  229. msgstr ""
  230. #. TRANS: Page title after an AJAX error occurs on the post answer page.
  231. #: actions/qnanewanswer.php:224
  232. msgid "Ajax Error"
  233. msgstr ""
  234. #. TRANS: Title for form to send answer to a question.
  235. #: actions/qnanewanswer.php:247
  236. msgctxt "TITLE"
  237. msgid "Your answer"
  238. msgstr ""
  239. #. TRANS: Error message displayed when an answer has no content.
  240. #. TRANS: Error message displayed when answer data is not present.
  241. #: actions/qnanewanswer.php:344 lib/qnalistitem.php:118
  242. msgid "Answer data is missing."
  243. msgstr ""
  244. #. TRANS: Exception thown when getting a question with a non-existing ID.
  245. #. TRANS: %s is the non-existing question ID.
  246. #: classes/QnA_Answer.php:148
  247. #, php-format
  248. msgid "No question with ID %s"
  249. msgstr ""
  250. #. TRANS: Exception thown when getting a profile with a non-existing ID.
  251. #. TRANS: %s is the non-existing profile ID.
  252. #. TRANS: Exception trown when getting a profile for a non-existing ID.
  253. #. TRANS: %s is the provided profile ID.
  254. #: classes/QnA_Answer.php:159 classes/QnA_Question.php:121
  255. #, php-format
  256. msgid "No profile with ID %s"
  257. msgstr ""
  258. #. TRANS: %s is the number of answer revisions.
  259. #: classes/QnA_Answer.php:204
  260. #, php-format
  261. msgid "%s revision"
  262. msgid_plural "%s revisions"
  263. msgstr[0] ""
  264. msgstr[1] ""
  265. #. TRANS: Text for a question that was answered.
  266. #. TRANS: %1$s is the user that answered, %2$s is the question title,
  267. #. TRANS: %2$s is the answer content.
  268. #: classes/QnA_Answer.php:224
  269. #, php-format
  270. msgid "%1$s answered the question \"%2$s\": %3$s"
  271. msgstr ""
  272. #. TRANS: Text for a question that was answered.
  273. #. TRANS: %s is the question title.
  274. #. TRANS: Rendered version of the notice content answering a question.
  275. #. TRANS: %s a link to the question with question title as the link content.
  276. #: classes/QnA_Answer.php:265 classes/QnA_Answer.php:272
  277. #, php-format
  278. msgid "answered \"%s\""
  279. msgstr ""
  280. #. TRANS: Number of given answers to a question.
  281. #. TRANS: %s is the number of given answers.
  282. #: classes/QnA_Question.php:208
  283. #, php-format
  284. msgid "%s answer"
  285. msgid_plural "%s answers"
  286. msgstr[0] ""
  287. msgstr[1] ""
  288. #. TRANS: Notification that a question cannot be answered anymore because it is closed.
  289. #: classes/QnA_Question.php:215
  290. msgid "This question is closed."
  291. msgstr ""
  292. #. TRANS: Rendered version of the notice content creating a question.
  293. #. TRANS: %s a link to the question as link description.
  294. #: classes/QnA_Question.php:279
  295. #, php-format
  296. msgid "Question: %s"
  297. msgstr ""
  298. #. TRANS: Exception thrown when performing an unexpected action on a question.
  299. #. TRANS: %s is the unpexpected object type.
  300. #: lib/qnalistitem.php:67
  301. #, php-format
  302. msgid "Unexpected type for QnA plugin: %s."
  303. msgstr ""
  304. #. TRANS: Error message displayed when question data is not present.
  305. #: lib/qnalistitem.php:93
  306. msgid "Question data is missing."
  307. msgstr ""