QnA.pot 10 KB

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