QnA.po 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  1. # Translation file for GNU social - the free software social networking platform
  2. # Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org
  3. # This file is under https://www.gnu.org/licenses/agpl v3 or later
  4. #
  5. # Translators:
  6. # digitaldreamer <digitaldreamer@email.cz>, 2014
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: GNU social\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2015-02-02 17:47+0100\n"
  12. "PO-Revision-Date: 2015-02-07 14:33+0000\n"
  13. "Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
  14. "Language-Team: Czech (http://www.transifex.com/gnu-social/gnu-social/language/cs/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: cs\n"
  19. "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\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 "Odeslat"
  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 "Odpověď"
  35. #. TRANS: Button text for marking an answer as "best".
  36. #: forms/qnashowanswer.php:150
  37. msgctxt "BUTTON"
  38. msgid "Best"
  39. msgstr "Nejlepší"
  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 "Označit tuto odpověď jako nejlepší."
  44. #. TRANS: Field label for a new question.
  45. #: forms/qnanewquestion.php:110
  46. msgctxt "LABEL"
  47. msgid "Title"
  48. msgstr "Název"
  49. #. TRANS: Field title for a new question.
  50. #: forms/qnanewquestion.php:113
  51. msgid "The title of your question."
  52. msgstr "Název vaší otázky"
  53. #. TRANS: Field label for question details.
  54. #: forms/qnanewquestion.php:122
  55. msgctxt "LABEL"
  56. msgid "Description"
  57. msgstr "Popis"
  58. #. TRANS: Field title for question details.
  59. #: forms/qnanewquestion.php:125
  60. msgid "Your question in detail."
  61. msgstr "Rozepište svou otázku podrobně."
  62. #. TRANS: Button text for saving a new question.
  63. #: forms/qnanewquestion.php:149
  64. msgctxt "BUTTON"
  65. msgid "Save"
  66. msgstr "Uložit"
  67. #. TRANS: Form legend for revising the answer.
  68. #: forms/qnashowquestion.php:106
  69. msgctxt "LEGEND"
  70. msgid "Question"
  71. msgstr "Otázka"
  72. #. TRANS: Button text for closing a question.
  73. #: forms/qnashowquestion.php:151
  74. msgctxt "BUTTON"
  75. msgid "Close"
  76. msgstr "Uzavřít"
  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 "Když otázku uzavřete, nikdo na ní již nebude moci odpovídat."
  81. #. TRANS: Field label.
  82. #: forms/qnanewanswer.php:114
  83. msgid "Enter your answer"
  84. msgstr "Napište vaši odpověď"
  85. #. TRANS: Button text for submitting a poll response.
  86. #: forms/qnanewanswer.php:125
  87. msgctxt "BUTTON"
  88. msgid "Answer"
  89. msgstr "Odpovědět"
  90. #. TRANS: Plugin description.
  91. #: QnAPlugin.php:136
  92. msgid "Question and Answers micro-app."
  93. msgstr "Mikro-aplikace Otázky a Odpovědi."
  94. #. TRANS: Application title.
  95. #: QnAPlugin.php:143
  96. msgctxt "TITLE"
  97. msgid "Question"
  98. msgstr "Otázka"
  99. #. TRANS: Exception thrown when there are too many activity objects.
  100. #: QnAPlugin.php:171
  101. msgid "Too many activity objects."
  102. msgstr "Příliš mnoho objektů aktivity."
  103. #. TRANS: Exception thrown when an incorrect object type is encountered.
  104. #: QnAPlugin.php:178
  105. msgid "Wrong type for object."
  106. msgstr "Špatný typ objektu."
  107. #. TRANS: Exception thrown when answering a non-existing question.
  108. #: QnAPlugin.php:197
  109. msgid "Answer to unknown question."
  110. msgstr "Odpověď na neznámou otázku."
  111. #. TRANS: Exception thrown when an object type is encountered that cannot be
  112. #. handled.
  113. #: QnAPlugin.php:203 QnAPlugin.php:233
  114. msgid "Unknown object type."
  115. msgstr "Neznámý typ objektu."
  116. #. TRANS: Exception thrown when requesting a non-existing question notice.
  117. #: QnAPlugin.php:240
  118. msgid "Unknown question notice."
  119. msgstr "Neznámé sdělení otázky."
  120. #. TRANS: Placeholder value for a possible answer to a question
  121. #. TRANS: by the logged in user.
  122. #: QnAPlugin.php:368
  123. msgid "Your answer..."
  124. msgstr "Vaše odpověď..."
  125. #. TRANS: Link description for link to full notice text if it is longer than
  126. #. TRANS: what will be dispplayed.
  127. #: QnAPlugin.php:393
  128. msgid "…"
  129. msgstr "…"
  130. #. TRANS: Title for link that is an ellipsis in English.
  131. #: QnAPlugin.php:398
  132. msgid "more..."
  133. msgstr "více..."
  134. #. TRANS: Page title for close a question
  135. #: actions/qnaclosequestion.php:63
  136. msgid "Close question"
  137. msgstr "Uzavřít otázku"
  138. #. TRANS: Client exception thrown trying to close a question when not logged
  139. #. in
  140. #: actions/qnaclosequestion.php:85
  141. msgid "You must be logged in to close a question."
  142. msgstr "Pro uzavření otázky je třeba se přihlásit."
  143. #. TRANS: Client exception thrown trying to respond to a non-existing
  144. #. question.
  145. #: actions/qnaclosequestion.php:98 actions/qnavote.php:96
  146. #: actions/qnanewanswer.php:101
  147. msgid "Invalid or missing question."
  148. msgstr "Otázka je buď neplatná nebo neexistuje."
  149. #. TRANS: Exception thrown trying to close another user's question.
  150. #: actions/qnaclosequestion.php:136
  151. msgid "You did not ask this question."
  152. msgstr "Tato otázka není vaše."
  153. #. TRANS: Page title after sending an answer.
  154. #. TRANS: Page title after sending in a vote for a question or answer.
  155. #. TRANS: Page title after sending an answer.
  156. #: actions/qnaclosequestion.php:153 actions/qnavote.php:148
  157. #: actions/qnanewanswer.php:158
  158. msgid "Answers"
  159. msgstr "Odpovědi"
  160. #. TRANS: Client exception thrown trying to answer a question while not logged
  161. #. in.
  162. #: actions/qnavote.php:84 actions/qnareviseanswer.php:84
  163. #: actions/qnanewanswer.php:85
  164. msgid "You must be logged in to answer to a question."
  165. msgstr "Pro vložení odpovědi je třeba se přihlásit."
  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:68 actions/qnashowanswer.php:82
  169. msgid "No such answer."
  170. msgstr "Odpověď neexistuje."
  171. #. TRANS: Client exception thrown when requesting an answer that has no
  172. #. connected question.
  173. #: actions/qnashowanswer.php:75
  174. msgid "No question for this answer."
  175. msgstr "Odpověď nemá otázku."
  176. #. TRANS: Client exception thrown when requesting answer data for a non-
  177. #. existing user.
  178. #. TRANS: Client exception thrown trying to view a question of a non-existing
  179. #. user.
  180. #: actions/qnashowanswer.php:89 actions/qnashowquestion.php:83
  181. msgid "No such user."
  182. msgstr "Uživatel neexistuje."
  183. #. TRANS: Client exception thrown when requesting answer data for a user
  184. #. without a profile.
  185. #. TRANS: Server exception thrown trying to view a question for a user for
  186. #. which the profile could not be loaded.
  187. #: actions/qnashowanswer.php:96 actions/qnashowquestion.php:90
  188. msgid "User without a profile."
  189. msgstr "Uživatel nemá profil."
  190. #. TRANS: Page title.
  191. #. TRANS: %1$s is the user who answered a question, %2$s is the question.
  192. #: actions/qnashowanswer.php:122
  193. #, php-format
  194. msgid "%1$s's answer to \"%2$s\""
  195. msgstr "Odpověď uživatele %1$s na \"%2$s\""
  196. #. TRANS: Page title for revising a question
  197. #: actions/qnareviseanswer.php:62
  198. msgid "Revise answer"
  199. msgstr "Opravit odpověď"
  200. #. TRANS: Client exception thrown trying to respond to a non-existing
  201. #. question.
  202. #: actions/qnareviseanswer.php:97
  203. msgid "Invalid or missing answer."
  204. msgstr "Odpověď je buď neplatná nebo neexistuje."
  205. #. TRANS: Form title for sending an answer.
  206. #: actions/qnareviseanswer.php:241
  207. msgctxt "TITLE"
  208. msgid "Answer"
  209. msgstr "Odpověď"
  210. #. TRANS: Title for Question page.
  211. #: actions/qnanewquestion.php:62
  212. msgid "New question"
  213. msgstr "Nová otázka"
  214. #. TRANS: Client exception thrown trying to create a Question while not logged
  215. #. in.
  216. #: actions/qnanewquestion.php:81
  217. msgid "You must be logged in to post a question."
  218. msgstr "Pro vložení otázky je třeba se přihlásit."
  219. #. TRANS: Client exception thrown trying to create a question without a title.
  220. #: actions/qnanewquestion.php:129
  221. msgid "Question must have a title."
  222. msgstr "Otázka musí mít nadpis."
  223. #. TRANS: Page title after sending a notice.
  224. #: actions/qnanewquestion.php:154
  225. msgid "Question posted"
  226. msgstr "Otázka vložena"
  227. #. TRANS: Client exception thrown trying to view a non-existing question.
  228. #: actions/qnashowquestion.php:68
  229. msgid "No such question."
  230. msgstr "Otázka neexistuje."
  231. #. TRANS: Client exception thrown trying to view a non-existing question
  232. #. notice.
  233. #: actions/qnashowquestion.php:76
  234. msgid "No such question notice."
  235. msgstr "Sdělení otázky neexistuje."
  236. #. TRANS: Page title for a question.
  237. #. TRANS: %1$s is the nickname of the user who asked the question, %2$s is the
  238. #. question.
  239. #: actions/qnashowquestion.php:155
  240. #, php-format
  241. msgid "%1$s's question: %2$s"
  242. msgstr "Otázka od %1$s: %2$s"
  243. #. TRANS: Page title after an AJAX error occurs on the post answer page.
  244. #: actions/qnanewanswer.php:224
  245. msgid "Ajax Error"
  246. msgstr "Chyba Ajax"
  247. #. TRANS: Title for form to send answer to a question.
  248. #: actions/qnanewanswer.php:247
  249. msgctxt "TITLE"
  250. msgid "Your answer"
  251. msgstr "Vaše odpověď"
  252. #. TRANS: Error message displayed when an answer has no content.
  253. #. TRANS: Error message displayed when answer data is not present.
  254. #: actions/qnanewanswer.php:344 lib/qnalistitem.php:118
  255. msgid "Answer data is missing."
  256. msgstr "Chybí data odpovědi."
  257. #. TRANS: Exception thown when getting a question with a non-existing ID.
  258. #. TRANS: %s is the non-existing question ID.
  259. #: classes/QnA_Answer.php:146
  260. #, php-format
  261. msgid "No question with ID %s"
  262. msgstr "Žádná otázka nemá ID %s"
  263. #. TRANS: Exception thown when getting a profile with a non-existing ID.
  264. #. TRANS: %s is the non-existing profile ID.
  265. #. TRANS: Exception trown when getting a profile for a non-existing ID.
  266. #. TRANS: %s is the provided profile ID.
  267. #: classes/QnA_Answer.php:157 classes/QnA_Question.php:121
  268. #, php-format
  269. msgid "No profile with ID %s"
  270. msgstr "Žádný profil nemá ID %s"
  271. #. TRANS: %s is the number of answer revisions.
  272. #: classes/QnA_Answer.php:202
  273. #, php-format
  274. msgid "%s revision"
  275. msgid_plural "%s revisions"
  276. msgstr[0] "%s oprava"
  277. msgstr[1] "%s opravy"
  278. msgstr[2] "%s oprav"
  279. #. TRANS: Text for a question that was answered.
  280. #. TRANS: %1$s is the user that answered, %2$s is the question title,
  281. #. TRANS: %2$s is the answer content.
  282. #: classes/QnA_Answer.php:222
  283. #, php-format
  284. msgid "%1$s answered the question \"%2$s\": %3$s"
  285. msgstr "%1$s odpověděl(a) na otázku \"%2$s\": %3$s"
  286. #. TRANS: Text for a question that was answered.
  287. #. TRANS: %s is the question title.
  288. #. TRANS: Rendered version of the notice content answering a question.
  289. #. TRANS: %s a link to the question with question title as the link content.
  290. #: classes/QnA_Answer.php:263 classes/QnA_Answer.php:270
  291. #, php-format
  292. msgid "answered \"%s\""
  293. msgstr "odpověděl(a) na \"%s\""
  294. #. TRANS: Number of given answers to a question.
  295. #. TRANS: %s is the number of given answers.
  296. #: classes/QnA_Question.php:208
  297. #, php-format
  298. msgid "%s answer"
  299. msgid_plural "%s answers"
  300. msgstr[0] "%s odpověď"
  301. msgstr[1] "%s odpovědi"
  302. msgstr[2] "%s odpovědí"
  303. #. TRANS: Notification that a question cannot be answered anymore because it
  304. #. is closed.
  305. #: classes/QnA_Question.php:215
  306. msgid "This question is closed."
  307. msgstr "Otázka je uzavřena."
  308. #. TRANS: Rendered version of the notice content creating a question.
  309. #. TRANS: %s a link to the question as link description.
  310. #: classes/QnA_Question.php:279
  311. #, php-format
  312. msgid "Question: %s"
  313. msgstr "Otázka: %s"
  314. #. TRANS: Exception thrown when performing an unexpected action on a question.
  315. #. TRANS: %s is the unpexpected object type.
  316. #: lib/qnalistitem.php:67
  317. #, php-format
  318. msgid "Unexpected type for QnA plugin: %s."
  319. msgstr "Zásuvný modul QnA obdržel nečekaný typ objektu: %s."
  320. #. TRANS: Error message displayed when question data is not present.
  321. #: lib/qnalistitem.php:93
  322. msgid "Question data is missing."
  323. msgstr "Chybí data otázky."