QnA.pot 10 KB

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