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.

django.po 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Adam Stachowicz <saibamenppl@gmail.com>, 2015
  5. # angularcircle, 2011
  6. # angularcircle, 2014
  7. # Jannis Leidel <jannis@leidel.info>, 2011
  8. # m_aciek <maciej.olko@gmail.com>, 2018
  9. # Piotr Meuś <piotr.meus@gmail.com>, 2014
  10. # Roman Barczyński <rombar@gmail.com>, 2012
  11. # Tomasz Kajtoch <tomekkaj@tomekkaj.pl>, 2016
  12. msgid ""
  13. msgstr ""
  14. "Project-Id-Version: django\n"
  15. "Report-Msgid-Bugs-To: \n"
  16. "POT-Creation-Date: 2018-05-17 11:49+0200\n"
  17. "PO-Revision-Date: 2018-05-19 00:03+0000\n"
  18. "Last-Translator: m_aciek <maciej.olko@gmail.com>\n"
  19. "Language-Team: Polish (http://www.transifex.com/django/django/language/pl/)\n"
  20. "MIME-Version: 1.0\n"
  21. "Content-Type: text/plain; charset=UTF-8\n"
  22. "Content-Transfer-Encoding: 8bit\n"
  23. "Language: pl\n"
  24. "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
  25. "%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
  26. "%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
  27. msgid "Humanize"
  28. msgstr "Humanizacja"
  29. #. Translators: Ordinal format for 11 (11th), 12 (12th), and 13 (13th).
  30. msgctxt "ordinal 11, 12, 13"
  31. msgid "{}th"
  32. msgstr "{}."
  33. #. Translators: Ordinal format when value ends with 0, e.g. 80th.
  34. msgctxt "ordinal 0"
  35. msgid "{}th"
  36. msgstr "{}."
  37. #. Translators: Ordinal format when value ends with 1, e.g. 81st, except 11.
  38. msgctxt "ordinal 1"
  39. msgid "{}st"
  40. msgstr "{}."
  41. #. Translators: Ordinal format when value ends with 2, e.g. 82nd, except 12.
  42. msgctxt "ordinal 2"
  43. msgid "{}nd"
  44. msgstr "{}."
  45. #. Translators: Ordinal format when value ends with 3, e.g. 83th, except 13.
  46. msgctxt "ordinal 3"
  47. msgid "{}rd"
  48. msgstr "{}."
  49. #. Translators: Ordinal format when value ends with 4, e.g. 84th.
  50. msgctxt "ordinal 4"
  51. msgid "{}th"
  52. msgstr "{}."
  53. #. Translators: Ordinal format when value ends with 5, e.g. 85th.
  54. msgctxt "ordinal 5"
  55. msgid "{}th"
  56. msgstr "{}."
  57. #. Translators: Ordinal format when value ends with 6, e.g. 86th.
  58. msgctxt "ordinal 6"
  59. msgid "{}th"
  60. msgstr "{}."
  61. #. Translators: Ordinal format when value ends with 7, e.g. 87th.
  62. msgctxt "ordinal 7"
  63. msgid "{}th"
  64. msgstr "{}."
  65. #. Translators: Ordinal format when value ends with 8, e.g. 88th.
  66. msgctxt "ordinal 8"
  67. msgid "{}th"
  68. msgstr "{}."
  69. #. Translators: Ordinal format when value ends with 9, e.g. 89th.
  70. msgctxt "ordinal 9"
  71. msgid "{}th"
  72. msgstr "{}."
  73. #, python-format
  74. msgid "%(value).1f million"
  75. msgid_plural "%(value).1f million"
  76. msgstr[0] "%(value).1f milion"
  77. msgstr[1] "%(value).1f miliony"
  78. msgstr[2] "%(value).1f milionów"
  79. msgstr[3] "%(value).1f milionów"
  80. #, python-format
  81. msgid "%(value)s million"
  82. msgid_plural "%(value)s million"
  83. msgstr[0] "%(value)s milion"
  84. msgstr[1] "%(value)s miliony"
  85. msgstr[2] "%(value)s milionów"
  86. msgstr[3] "%(value)s milionów"
  87. #, python-format
  88. msgid "%(value).1f billion"
  89. msgid_plural "%(value).1f billion"
  90. msgstr[0] "%(value).1f miliard"
  91. msgstr[1] "%(value).1f miliardy"
  92. msgstr[2] "%(value).1f miliardów"
  93. msgstr[3] "%(value).1f miliardów"
  94. #, python-format
  95. msgid "%(value)s billion"
  96. msgid_plural "%(value)s billion"
  97. msgstr[0] "%(value)s miliard"
  98. msgstr[1] "%(value)s miliardy"
  99. msgstr[2] "%(value)s miliardów"
  100. msgstr[3] "%(value)s miliardów"
  101. #, python-format
  102. msgid "%(value).1f trillion"
  103. msgid_plural "%(value).1f trillion"
  104. msgstr[0] "%(value).1f kwintylion"
  105. msgstr[1] "%(value).1f biliony"
  106. msgstr[2] "%(value).1f kwintylionów"
  107. msgstr[3] "%(value).1f kwintylionów"
  108. #, python-format
  109. msgid "%(value)s trillion"
  110. msgid_plural "%(value)s trillion"
  111. msgstr[0] "%(value)s kwintylion"
  112. msgstr[1] "%(value)s biliony"
  113. msgstr[2] "%(value)s kwintylionów"
  114. msgstr[3] "%(value)s kwintylionów"
  115. #, python-format
  116. msgid "%(value).1f quadrillion"
  117. msgid_plural "%(value).1f quadrillion"
  118. msgstr[0] "%(value).1f kwadrylion"
  119. msgstr[1] "%(value).1f biliardy"
  120. msgstr[2] "%(value).1f kwadrylionów"
  121. msgstr[3] "%(value).1f kwadrylionów"
  122. #, python-format
  123. msgid "%(value)s quadrillion"
  124. msgid_plural "%(value)s quadrillion"
  125. msgstr[0] "%(value)s kwadrylion"
  126. msgstr[1] "%(value)s biliardy"
  127. msgstr[2] "%(value)s kwadrylionów"
  128. msgstr[3] "%(value)s kwadrylionów"
  129. #, python-format
  130. msgid "%(value).1f quintillion"
  131. msgid_plural "%(value).1f quintillion"
  132. msgstr[0] "%(value).1f trylion"
  133. msgstr[1] "%(value).1f tryliony"
  134. msgstr[2] "%(value).1f trylionów"
  135. msgstr[3] "%(value).1f trylionów"
  136. #, python-format
  137. msgid "%(value)s quintillion"
  138. msgid_plural "%(value)s quintillion"
  139. msgstr[0] "%(value)s trylion"
  140. msgstr[1] "%(value)s tryliony"
  141. msgstr[2] "%(value)s trylionyów"
  142. msgstr[3] "%(value)s trylionyów"
  143. #, python-format
  144. msgid "%(value).1f sextillion"
  145. msgid_plural "%(value).1f sextillion"
  146. msgstr[0] "%(value).1f tryliard"
  147. msgstr[1] "%(value).1f tryliardy"
  148. msgstr[2] "%(value).1f tryliardów"
  149. msgstr[3] "%(value).1f tryliardów"
  150. #, python-format
  151. msgid "%(value)s sextillion"
  152. msgid_plural "%(value)s sextillion"
  153. msgstr[0] " %(value)s tryliard"
  154. msgstr[1] "%(value)s tryliardy"
  155. msgstr[2] "%(value)s tryliardów"
  156. msgstr[3] "%(value)s tryliardów"
  157. #, python-format
  158. msgid "%(value).1f septillion"
  159. msgid_plural "%(value).1f septillion"
  160. msgstr[0] "%(value).1f septylion"
  161. msgstr[1] "%(value).1f septyliony"
  162. msgstr[2] "%(value).1f septylionów"
  163. msgstr[3] "%(value).1f septylionów"
  164. #, python-format
  165. msgid "%(value)s septillion"
  166. msgid_plural "%(value)s septillion"
  167. msgstr[0] "%(value)s septylion"
  168. msgstr[1] "%(value)s septyliony"
  169. msgstr[2] "%(value)s septylionów"
  170. msgstr[3] "%(value)s septylionów"
  171. #, python-format
  172. msgid "%(value).1f octillion"
  173. msgid_plural "%(value).1f octillion"
  174. msgstr[0] "%(value).1f kwadryliard"
  175. msgstr[1] "%(value).1f kwardyliardy"
  176. msgstr[2] "%(value).1f kwadryliardów"
  177. msgstr[3] "%(value).1f kwadryliardów"
  178. #, python-format
  179. msgid "%(value)s octillion"
  180. msgid_plural "%(value)s octillion"
  181. msgstr[0] "%(value)s kwadryliard"
  182. msgstr[1] "%(value)s kwardyliardy"
  183. msgstr[2] "%(value)s kwadryliardów"
  184. msgstr[3] "%(value)s kwadryliardów"
  185. #, python-format
  186. msgid "%(value).1f nonillion"
  187. msgid_plural "%(value).1f nonillion"
  188. msgstr[0] "%(value).1f kwintylion"
  189. msgstr[1] "%(value).1f kwintyliony"
  190. msgstr[2] "%(value).1f kwintylionów"
  191. msgstr[3] "%(value).1f kwintylionów"
  192. #, python-format
  193. msgid "%(value)s nonillion"
  194. msgid_plural "%(value)s nonillion"
  195. msgstr[0] "%(value)s kwintylion"
  196. msgstr[1] "%(value)s kwintyliony"
  197. msgstr[2] "%(value)s kwintylionów"
  198. msgstr[3] "%(value)s kwintylionów"
  199. #, python-format
  200. msgid "%(value).1f decillion"
  201. msgid_plural "%(value).1f decillion"
  202. msgstr[0] "%(value).1f kwintyliard"
  203. msgstr[1] "%(value).1f kwintyliardy"
  204. msgstr[2] "%(value).1f kwintyliardów"
  205. msgstr[3] "%(value).1f kwintyliardów"
  206. #, python-format
  207. msgid "%(value)s decillion"
  208. msgid_plural "%(value)s decillion"
  209. msgstr[0] "%(value)s kwintyliard"
  210. msgstr[1] "%(value)s kwintyliardy"
  211. msgstr[2] "%(value)s kwintyliardów"
  212. msgstr[3] "%(value)s kwintyliardów"
  213. #, python-format
  214. msgid "%(value).1f googol"
  215. msgid_plural "%(value).1f googol"
  216. msgstr[0] "%(value).1f googol"
  217. msgstr[1] "%(value).1f googole"
  218. msgstr[2] "%(value).1f googolów"
  219. msgstr[3] "%(value).1f googolów"
  220. #, python-format
  221. msgid "%(value)s googol"
  222. msgid_plural "%(value)s googol"
  223. msgstr[0] "%(value)s googol"
  224. msgstr[1] "%(value)s googole"
  225. msgstr[2] "%(value)s googolów"
  226. msgstr[3] "%(value)s googolów"
  227. msgid "one"
  228. msgstr "jeden"
  229. msgid "two"
  230. msgstr "dwa"
  231. msgid "three"
  232. msgstr "trzy"
  233. msgid "four"
  234. msgstr "cztery"
  235. msgid "five"
  236. msgstr "pięć"
  237. msgid "six"
  238. msgstr "sześć"
  239. msgid "seven"
  240. msgstr "siedem"
  241. msgid "eight"
  242. msgstr "osiem"
  243. msgid "nine"
  244. msgstr "dziewięć"
  245. msgid "today"
  246. msgstr "dzisiaj"
  247. msgid "tomorrow"
  248. msgstr "jutro"
  249. msgid "yesterday"
  250. msgstr "wczoraj"
  251. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  252. #. weeks'
  253. #, python-format
  254. msgid "%(delta)s ago"
  255. msgstr "%(delta)s temu"
  256. #. Translators: 'naturaltime-past' strings will be included in
  257. #. '%(delta)s ago'
  258. #, python-format
  259. msgctxt "naturaltime-past"
  260. msgid "%d year"
  261. msgid_plural "%d years"
  262. msgstr[0] "%d rok"
  263. msgstr[1] "%d lata"
  264. msgstr[2] "%d lat"
  265. msgstr[3] "%d lat"
  266. #, python-format
  267. msgctxt "naturaltime-past"
  268. msgid "%d month"
  269. msgid_plural "%d months"
  270. msgstr[0] "%d miesiąc"
  271. msgstr[1] "%d miesiące"
  272. msgstr[2] "%d miesięcy"
  273. msgstr[3] "%d miesięcy"
  274. #, python-format
  275. msgctxt "naturaltime-past"
  276. msgid "%d week"
  277. msgid_plural "%d weeks"
  278. msgstr[0] "%d tydzień"
  279. msgstr[1] "%d tygodnie"
  280. msgstr[2] "%d tygodni"
  281. msgstr[3] "%d tygodni"
  282. #, python-format
  283. msgctxt "naturaltime-past"
  284. msgid "%d day"
  285. msgid_plural "%d days"
  286. msgstr[0] "%d dzień"
  287. msgstr[1] "%d dni"
  288. msgstr[2] "%d dni"
  289. msgstr[3] "%d dni"
  290. #, python-format
  291. msgctxt "naturaltime-past"
  292. msgid "%d hour"
  293. msgid_plural "%d hours"
  294. msgstr[0] "%d godzinę"
  295. msgstr[1] "%d godziny"
  296. msgstr[2] "%d godzin"
  297. msgstr[3] "%d godzin"
  298. #, python-format
  299. msgctxt "naturaltime-past"
  300. msgid "%d minute"
  301. msgid_plural "%d minutes"
  302. msgstr[0] "%d minutę"
  303. msgstr[1] "%d minuty"
  304. msgstr[2] "%d minut"
  305. msgstr[3] "%d minut"
  306. msgid "now"
  307. msgstr "teraz"
  308. #. Translators: please keep a non-breaking space (U+00A0)
  309. #. between count and time unit.
  310. #, python-format
  311. msgid "a second ago"
  312. msgid_plural "%(count)s seconds ago"
  313. msgstr[0] "sekundę temu"
  314. msgstr[1] "%(count)s sekundy temu"
  315. msgstr[2] "%(count)s sekund temu"
  316. msgstr[3] "%(count)s sekund temu"
  317. #. Translators: please keep a non-breaking space (U+00A0)
  318. #. between count and time unit.
  319. #, python-format
  320. msgid "a minute ago"
  321. msgid_plural "%(count)s minutes ago"
  322. msgstr[0] "minutę temu"
  323. msgstr[1] "%(count)s minuty temu"
  324. msgstr[2] "%(count)s minut temu"
  325. msgstr[3] "%(count)s minut temu"
  326. #. Translators: please keep a non-breaking space (U+00A0)
  327. #. between count and time unit.
  328. #, python-format
  329. msgid "an hour ago"
  330. msgid_plural "%(count)s hours ago"
  331. msgstr[0] "godzinę temu"
  332. msgstr[1] "%(count)s godziny temu"
  333. msgstr[2] "%(count)s godzin temu"
  334. msgstr[3] "%(count)s godzin temu"
  335. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  336. #. weeks'
  337. #, python-format
  338. msgid "%(delta)s from now"
  339. msgstr "za %(delta)s"
  340. #. Translators: 'naturaltime-future' strings will be included in
  341. #. '%(delta)s from now'
  342. #, python-format
  343. msgctxt "naturaltime-future"
  344. msgid "%d year"
  345. msgid_plural "%d years"
  346. msgstr[0] "%d rok"
  347. msgstr[1] "%d lata"
  348. msgstr[2] "%d lat"
  349. msgstr[3] "%d lat"
  350. #, python-format
  351. msgctxt "naturaltime-future"
  352. msgid "%d month"
  353. msgid_plural "%d months"
  354. msgstr[0] "%d miesiąc"
  355. msgstr[1] "%d miesiące"
  356. msgstr[2] "%d miesięcy"
  357. msgstr[3] "%d miesięcy"
  358. #, python-format
  359. msgctxt "naturaltime-future"
  360. msgid "%d week"
  361. msgid_plural "%d weeks"
  362. msgstr[0] "%d tydzień"
  363. msgstr[1] "%d tygodnie"
  364. msgstr[2] "%d tygodni"
  365. msgstr[3] "%d tygodni"
  366. #, python-format
  367. msgctxt "naturaltime-future"
  368. msgid "%d day"
  369. msgid_plural "%d days"
  370. msgstr[0] "%d dzień"
  371. msgstr[1] "%d dni"
  372. msgstr[2] "%d dni"
  373. msgstr[3] "%d dni"
  374. #, python-format
  375. msgctxt "naturaltime-future"
  376. msgid "%d hour"
  377. msgid_plural "%d hours"
  378. msgstr[0] "%d godzinę"
  379. msgstr[1] "%d godziny"
  380. msgstr[2] "%d godzin"
  381. msgstr[3] "%d godzin"
  382. #, python-format
  383. msgctxt "naturaltime-future"
  384. msgid "%d minute"
  385. msgid_plural "%d minutes"
  386. msgstr[0] "%d minutę"
  387. msgstr[1] "%d minuty"
  388. msgstr[2] "%d minut"
  389. msgstr[3] "%d minut"
  390. #. Translators: please keep a non-breaking space (U+00A0)
  391. #. between count and time unit.
  392. #, python-format
  393. msgid "a second from now"
  394. msgid_plural "%(count)s seconds from now"
  395. msgstr[0] "za sekundę"
  396. msgstr[1] "za %(count)s sekundy"
  397. msgstr[2] "za %(count)s sekund"
  398. msgstr[3] "za %(count)s sekund"
  399. #. Translators: please keep a non-breaking space (U+00A0)
  400. #. between count and time unit.
  401. #, python-format
  402. msgid "a minute from now"
  403. msgid_plural "%(count)s minutes from now"
  404. msgstr[0] "za minutę"
  405. msgstr[1] "za %(count)s minuty"
  406. msgstr[2] "za %(count)s minut"
  407. msgstr[3] "za %(count)s minut"
  408. #. Translators: please keep a non-breaking space (U+00A0)
  409. #. between count and time unit.
  410. #, python-format
  411. msgid "an hour from now"
  412. msgid_plural "%(count)s hours from now"
  413. msgstr[0] "za godzinę"
  414. msgstr[1] "za %(count)s godziny"
  415. msgstr[2] "za %(count)s godzin"
  416. msgstr[3] "za %(count)s godzin"