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