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.

django.po 7.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Jannis Leidel <jannis@leidel.info>, 2011
  5. # Jure Cuhalev <gandalf@owca.info>, 2012
  6. # Primož Verdnik <primoz.verdnik@gmail.com>, 2017
  7. # zejn <zejn@kiberpipa.org>, 2013,2016-2017
  8. # zejn <zejn@kiberpipa.org>, 2011-2013
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: django\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2017-09-24 13:46+0200\n"
  14. "PO-Revision-Date: 2017-12-03 15:49+0000\n"
  15. "Last-Translator: zejn <zejn@kiberpipa.org>\n"
  16. "Language-Team: Slovenian (http://www.transifex.com/django/django/language/"
  17. "sl/)\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Language: sl\n"
  22. "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
  23. "%100==4 ? 2 : 3);\n"
  24. msgid "Personal info"
  25. msgstr "Osebni podatki"
  26. msgid "Permissions"
  27. msgstr "Dovoljenja"
  28. msgid "Important dates"
  29. msgstr "Pomembni datumi"
  30. #, python-format
  31. msgid "%(name)s object with primary key %(key)r does not exist."
  32. msgstr "Objekt %(name)s z glavnim ključem %(key)r ne obstaja."
  33. msgid "Password changed successfully."
  34. msgstr "Geslo je uspešno spremenjeno."
  35. #, python-format
  36. msgid "Change password: %s"
  37. msgstr "Spremeni geslo: %s"
  38. msgid "Authentication and Authorization"
  39. msgstr "Avtentikacija in avtorizacija"
  40. msgid "password"
  41. msgstr "geslo"
  42. msgid "last login"
  43. msgstr "zadnja prijava"
  44. msgid "No password set."
  45. msgstr "Geslo ni nastavljeno."
  46. msgid "Invalid password format or unknown hashing algorithm."
  47. msgstr "Neveljavna oblika gesla ali neznan algoritem razpršila."
  48. msgid "The two password fields didn't match."
  49. msgstr "Gesli se ne ujemata."
  50. msgid "Password"
  51. msgstr "Geslo"
  52. msgid "Password confirmation"
  53. msgstr "Potrditev gesla"
  54. msgid "Enter the same password as before, for verification."
  55. msgstr "Vnesite isto geslo kot prej, za preverjanje."
  56. msgid ""
  57. "Raw passwords are not stored, so there is no way to see this user's "
  58. "password, but you can change the password using <a href=\"{}\">this form</a>."
  59. msgstr ""
  60. "Čitljiva gesla se ne shranjujejo, tako da ni možno videti gesla tega "
  61. "uporabnika, lahko pa geslo spremenite z uporabo <a href=\"{}\">tega obrazca</"
  62. "a>."
  63. #, python-format
  64. msgid ""
  65. "Please enter a correct %(username)s and password. Note that both fields may "
  66. "be case-sensitive."
  67. msgstr ""
  68. "Vnesite veljavno %(username)s in geslo. Opomba: obe polji upoštevata "
  69. "velikost črk."
  70. msgid "This account is inactive."
  71. msgstr "Ta uporabniški račun ni dejaven."
  72. msgid "Email"
  73. msgstr "Elektronski naslov"
  74. msgid "New password"
  75. msgstr "Novo geslo"
  76. msgid "New password confirmation"
  77. msgstr "Potrditev novega gesla"
  78. msgid "Your old password was entered incorrectly. Please enter it again."
  79. msgstr "Vaše staro geslo ni vneseno pravilno. Poskusite znova."
  80. msgid "Old password"
  81. msgstr "Staro geslo"
  82. msgid "Password (again)"
  83. msgstr "Geslo (znova)"
  84. msgid "algorithm"
  85. msgstr "algoritem"
  86. msgid "iterations"
  87. msgstr "ponovitev"
  88. msgid "salt"
  89. msgstr "naključna vrednost"
  90. msgid "hash"
  91. msgstr "razpršilo"
  92. msgid "variety"
  93. msgstr "pestrost"
  94. msgid "version"
  95. msgstr "različica"
  96. msgid "memory cost"
  97. msgstr "pomnilniška zahtevnost"
  98. msgid "time cost"
  99. msgstr "časovna zahtevnost"
  100. msgid "parallelism"
  101. msgstr "paralelnost"
  102. msgid "work factor"
  103. msgstr "faktor obremenitve"
  104. msgid "checksum"
  105. msgstr "nadzorna vsota"
  106. msgid "name"
  107. msgstr "ime"
  108. msgid "content type"
  109. msgstr "vrsta vsebine"
  110. msgid "codename"
  111. msgstr "kodno ime"
  112. msgid "permission"
  113. msgstr "dovoljenje"
  114. msgid "permissions"
  115. msgstr "dovoljenja"
  116. msgid "group"
  117. msgstr "skupina"
  118. msgid "groups"
  119. msgstr "skupine"
  120. msgid "superuser status"
  121. msgstr "stanje skrbnika"
  122. msgid ""
  123. "Designates that this user has all permissions without explicitly assigning "
  124. "them."
  125. msgstr ""
  126. "Določi, da bo uporabnik imel vsa dovoljenja, ne da bi mu jih posebej "
  127. "dodelili."
  128. msgid ""
  129. "The groups this user belongs to. A user will get all permissions granted to "
  130. "each of their groups."
  131. msgstr ""
  132. "Skupine, katerih član je ta uporabnik. Uporabnik pridobi vsa dovoljenja, "
  133. "povezana z vsako izmed skupin."
  134. msgid "user permissions"
  135. msgstr "uporabniška dovoljenja"
  136. msgid "Specific permissions for this user."
  137. msgstr "Dovoljenja specifična za tega uporabnika."
  138. msgid "username"
  139. msgstr "uporabniško ime"
  140. msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only."
  141. msgstr "Zahtevano. 150 znakov ali manj. Le črke, števke in znaki @/./+/-/_."
  142. msgid "A user with that username already exists."
  143. msgstr "Uporabnik s tem uporabniškim imenom že obstaja."
  144. msgid "first name"
  145. msgstr "ime"
  146. msgid "last name"
  147. msgstr "priimek"
  148. msgid "email address"
  149. msgstr "elektronski naslov"
  150. msgid "staff status"
  151. msgstr "stanje osebja"
  152. msgid "Designates whether the user can log into this admin site."
  153. msgstr "Določi, ali se sme uporabnik prijaviti kot skrbnik."
  154. msgid "active"
  155. msgstr "dejaven"
  156. msgid ""
  157. "Designates whether this user should be treated as active. Unselect this "
  158. "instead of deleting accounts."
  159. msgstr ""
  160. "Določi, ali je uporabnik dejaven. Možnost je priročna in preprečuje brisanje "
  161. "računov."
  162. msgid "date joined"
  163. msgstr "vpisan od"
  164. msgid "user"
  165. msgstr "uporabnik"
  166. msgid "users"
  167. msgstr "uporabniki"
  168. #, python-format
  169. msgid ""
  170. "This password is too short. It must contain at least %(min_length)d "
  171. "character."
  172. msgid_plural ""
  173. "This password is too short. It must contain at least %(min_length)d "
  174. "characters."
  175. msgstr[0] "To geslo je prekratko. Imeti mora vsaj %(min_length)d znak."
  176. msgstr[1] "To geslo je prekratko. Imeti mora vsaj %(min_length)d znaka."
  177. msgstr[2] "To geslo je prekratko. Imeti mora vsaj %(min_length)d znake."
  178. msgstr[3] "To geslo je prekratko. Imeti mora vsaj %(min_length)d znakov."
  179. #, python-format
  180. msgid "Your password must contain at least %(min_length)d character."
  181. msgid_plural "Your password must contain at least %(min_length)d characters."
  182. msgstr[0] "Vaše geslo mora imeti vsaj %(min_length)d znak."
  183. msgstr[1] "Vaše geslo mora imeti vsaj %(min_length)d znaka."
  184. msgstr[2] "Vaše geslo mora imeti vsaj %(min_length)d znake."
  185. msgstr[3] "Vaše geslo mora imeti vsaj %(min_length)d znakov."
  186. #, python-format
  187. msgid "The password is too similar to the %(verbose_name)s."
  188. msgstr "Geslo je preveč podobno %(verbose_name)s."
  189. msgid "Your password can't be too similar to your other personal information."
  190. msgstr "Geslo ne sme biti preveč podobno ostalim vašim osebnim podatkom."
  191. msgid "This password is too common."
  192. msgstr "Geslo je eno izmed preveč pogosto uporabljanih."
  193. msgid "Your password can't be a commonly used password."
  194. msgstr "Vaše geslo ne sme biti eno izmed pogosto uporabljanih gesel."
  195. msgid "This password is entirely numeric."
  196. msgstr "Vaše geslo je sestavljeno samo iz števk."
  197. msgid "Your password can't be entirely numeric."
  198. msgstr "Vaše geslo ne sme biti sestavljeno samo iz števk."
  199. #, python-format
  200. msgid "Password reset on %(site_name)s"
  201. msgstr "Geslo na %(site_name)s je ponastavljeno."
  202. msgid ""
  203. "Enter a valid username. This value may contain only English letters, "
  204. "numbers, and @/./+/-/_ characters."
  205. msgstr ""
  206. "Vnesite veljavno uporabniško ime. Ta vrednost sme vsebovati le angleške "
  207. "črke, števke in znake @/./+/-/_."
  208. msgid ""
  209. "Enter a valid username. This value may contain only letters, numbers, and "
  210. "@/./+/-/_ characters."
  211. msgstr ""
  212. "Vnesite veljavno uporabniško ime. Ta vrednost sme vsebovati le črke, števke "
  213. "in znake @/./+/-/_."
  214. msgid "Logged out"
  215. msgstr "Odjavljen"
  216. msgid "Password reset"
  217. msgstr "Ponastavi geslo"
  218. msgid "Password reset sent"
  219. msgstr "Navodila za ponastavitev gesla so bila poslana"
  220. msgid "Enter new password"
  221. msgstr "Vnesite novo geslo"
  222. msgid "Password reset unsuccessful"
  223. msgstr "Ponastavitev gesla ni uspela"
  224. msgid "Password reset complete"
  225. msgstr "Ponastavitev gesla zaključena"
  226. msgid "Password change"
  227. msgstr "Sprememba gesla"
  228. msgid "Password change successful"
  229. msgstr "Sprememba gesla je uspela"