Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

djangojs.po 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Dimitris Glezos <glezos@transifex.com>, 2012
  5. # Jannis Leidel <jannis@leidel.info>, 2011
  6. # Juraj Bubniak <translations@jbub.eu>, 2012
  7. # Marian Andre <marian@andre.sk>, 2012,2015
  8. # Martin Kosír, 2011
  9. # Martin Tóth <ezimir@gmail.com>, 2017
  10. msgid ""
  11. msgstr ""
  12. "Project-Id-Version: django\n"
  13. "Report-Msgid-Bugs-To: \n"
  14. "POT-Creation-Date: 2016-05-17 23:12+0200\n"
  15. "PO-Revision-Date: 2017-09-23 18:54+0000\n"
  16. "Last-Translator: Marian Andre <marian@andre.sk>\n"
  17. "Language-Team: Slovak (http://www.transifex.com/django/django/language/sk/)\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Language: sk\n"
  22. "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
  23. #, javascript-format
  24. msgid "Available %s"
  25. msgstr "Dostupné %s"
  26. #, javascript-format
  27. msgid ""
  28. "This is the list of available %s. You may choose some by selecting them in "
  29. "the box below and then clicking the \"Choose\" arrow between the two boxes."
  30. msgstr ""
  31. "Toto je zoznam dostupných %s. Pre výber je potrebné označiť ich v poli a "
  32. "následne kliknutím na šípku \"Vybrať\" presunúť."
  33. #, javascript-format
  34. msgid "Type into this box to filter down the list of available %s."
  35. msgstr "Píšte do tohto poľa pre vyfiltrovanie dostupných %s."
  36. msgid "Filter"
  37. msgstr "Filtrovať"
  38. msgid "Choose all"
  39. msgstr "Vybrať všetko"
  40. #, javascript-format
  41. msgid "Click to choose all %s at once."
  42. msgstr "Kliknite sem pre vybratie všetkých %s naraz."
  43. msgid "Choose"
  44. msgstr "Vybrať"
  45. msgid "Remove"
  46. msgstr "Odstrániť"
  47. #, javascript-format
  48. msgid "Chosen %s"
  49. msgstr "Vybrané %s"
  50. #, javascript-format
  51. msgid ""
  52. "This is the list of chosen %s. You may remove some by selecting them in the "
  53. "box below and then clicking the \"Remove\" arrow between the two boxes."
  54. msgstr ""
  55. "Toto je zoznam dostupných %s. Pre vymazanie je potrebné označiť ich v poli a "
  56. "následne kliknutím na šípku \"Vymazať\" vymazať."
  57. msgid "Remove all"
  58. msgstr "Odstrániť všetky"
  59. #, javascript-format
  60. msgid "Click to remove all chosen %s at once."
  61. msgstr "Kliknite sem pre vymazanie vybratých %s naraz."
  62. msgid "%(sel)s of %(cnt)s selected"
  63. msgid_plural "%(sel)s of %(cnt)s selected"
  64. msgstr[0] "%(sel)s z %(cnt)s vybrané"
  65. msgstr[1] "%(sel)s z %(cnt)s vybrané"
  66. msgstr[2] "%(sel)s z %(cnt)s vybraných"
  67. msgid ""
  68. "You have unsaved changes on individual editable fields. If you run an "
  69. "action, your unsaved changes will be lost."
  70. msgstr ""
  71. "Vrámci jednotlivých editovateľných polí máte neuložené zmeny. Ak vykonáte "
  72. "akciu, vaše zmeny budú stratené."
  73. msgid ""
  74. "You have selected an action, but you haven't saved your changes to "
  75. "individual fields yet. Please click OK to save. You'll need to re-run the "
  76. "action."
  77. msgstr ""
  78. "Vybrali ste akciu, ale neuložili ste jednotlivé polia. Prosím, uložte zmeny "
  79. "kliknutím na OK. Akciu budete musieť vykonať znova."
  80. msgid ""
  81. "You have selected an action, and you haven't made any changes on individual "
  82. "fields. You're probably looking for the Go button rather than the Save "
  83. "button."
  84. msgstr ""
  85. "Vybrali ste akciu, ale neurobili ste žiadne zmeny v jednotlivých poliach. "
  86. "Pravdepodobne ste chceli použiť tlačidlo vykonať namiesto uložiť."
  87. #, javascript-format
  88. msgid "Note: You are %s hour ahead of server time."
  89. msgid_plural "Note: You are %s hours ahead of server time."
  90. msgstr[0] "Poznámka: Ste %s hodinu pred časom servera."
  91. msgstr[1] "Poznámka: Ste %s hodiny pred časom servera."
  92. msgstr[2] "Poznámka: Ste %s hodín pred časom servera."
  93. #, javascript-format
  94. msgid "Note: You are %s hour behind server time."
  95. msgid_plural "Note: You are %s hours behind server time."
  96. msgstr[0] "Poznámka: Ste %s hodinu za časom servera."
  97. msgstr[1] "Poznámka: Ste %s hodiny za časom servera."
  98. msgstr[2] "Poznámka: Ste %s hodín za časom servera."
  99. msgid "Now"
  100. msgstr "Teraz"
  101. msgid "Choose a Time"
  102. msgstr "Vybrať Čas"
  103. msgid "Choose a time"
  104. msgstr "Vybrať čas"
  105. msgid "Midnight"
  106. msgstr "Polnoc"
  107. msgid "6 a.m."
  108. msgstr "6:00"
  109. msgid "Noon"
  110. msgstr "Poludnie"
  111. msgid "6 p.m."
  112. msgstr "18:00"
  113. msgid "Cancel"
  114. msgstr "Zrušiť"
  115. msgid "Today"
  116. msgstr "Dnes"
  117. msgid "Choose a Date"
  118. msgstr "Vybrať Dátum"
  119. msgid "Yesterday"
  120. msgstr "Včera"
  121. msgid "Tomorrow"
  122. msgstr "Zajtra"
  123. msgid "January"
  124. msgstr "január"
  125. msgid "February"
  126. msgstr "február"
  127. msgid "March"
  128. msgstr "marec"
  129. msgid "April"
  130. msgstr "apríl"
  131. msgid "May"
  132. msgstr "máj"
  133. msgid "June"
  134. msgstr "jún"
  135. msgid "July"
  136. msgstr "júl"
  137. msgid "August"
  138. msgstr "august"
  139. msgid "September"
  140. msgstr "september"
  141. msgid "October"
  142. msgstr "október"
  143. msgid "November"
  144. msgstr "november"
  145. msgid "December"
  146. msgstr "december"
  147. msgctxt "one letter Sunday"
  148. msgid "S"
  149. msgstr "N"
  150. msgctxt "one letter Monday"
  151. msgid "M"
  152. msgstr "P"
  153. msgctxt "one letter Tuesday"
  154. msgid "T"
  155. msgstr "U"
  156. msgctxt "one letter Wednesday"
  157. msgid "W"
  158. msgstr "S"
  159. msgctxt "one letter Thursday"
  160. msgid "T"
  161. msgstr "Š"
  162. msgctxt "one letter Friday"
  163. msgid "F"
  164. msgstr "P"
  165. msgctxt "one letter Saturday"
  166. msgid "S"
  167. msgstr "S"
  168. msgid "Show"
  169. msgstr "Zobraziť"
  170. msgid "Hide"
  171. msgstr "Skryť"