QnA.pot 10 KB

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