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 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. msgid ""
  4. msgstr ""
  5. "Project-Id-Version: Django\n"
  6. "Report-Msgid-Bugs-To: \n"
  7. "POT-Creation-Date: 2018-05-17 11:49+0200\n"
  8. "PO-Revision-Date: 2010-05-13 15:35+0200\n"
  9. "Last-Translator: Django team\n"
  10. "Language-Team: English <en@li.org>\n"
  11. "Language: en\n"
  12. "MIME-Version: 1.0\n"
  13. "Content-Type: text/plain; charset=UTF-8\n"
  14. "Content-Transfer-Encoding: 8bit\n"
  15. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  16. #: contrib/humanize/apps.py:7
  17. msgid "Humanize"
  18. msgstr ""
  19. #. Translators: Ordinal format for 11 (11th), 12 (12th), and 13 (13th).
  20. #: contrib/humanize/templatetags/humanize.py:30
  21. msgctxt "ordinal 11, 12, 13"
  22. msgid "{}th"
  23. msgstr ""
  24. #. Translators: Ordinal format when value ends with 0, e.g. 80th.
  25. #: contrib/humanize/templatetags/humanize.py:34
  26. msgctxt "ordinal 0"
  27. msgid "{}th"
  28. msgstr ""
  29. #. Translators: Ordinal format when value ends with 1, e.g. 81st, except 11.
  30. #: contrib/humanize/templatetags/humanize.py:36
  31. msgctxt "ordinal 1"
  32. msgid "{}st"
  33. msgstr ""
  34. #. Translators: Ordinal format when value ends with 2, e.g. 82nd, except 12.
  35. #: contrib/humanize/templatetags/humanize.py:38
  36. msgctxt "ordinal 2"
  37. msgid "{}nd"
  38. msgstr ""
  39. #. Translators: Ordinal format when value ends with 3, e.g. 83th, except 13.
  40. #: contrib/humanize/templatetags/humanize.py:40
  41. msgctxt "ordinal 3"
  42. msgid "{}rd"
  43. msgstr ""
  44. #. Translators: Ordinal format when value ends with 4, e.g. 84th.
  45. #: contrib/humanize/templatetags/humanize.py:42
  46. msgctxt "ordinal 4"
  47. msgid "{}th"
  48. msgstr ""
  49. #. Translators: Ordinal format when value ends with 5, e.g. 85th.
  50. #: contrib/humanize/templatetags/humanize.py:44
  51. msgctxt "ordinal 5"
  52. msgid "{}th"
  53. msgstr ""
  54. #. Translators: Ordinal format when value ends with 6, e.g. 86th.
  55. #: contrib/humanize/templatetags/humanize.py:46
  56. msgctxt "ordinal 6"
  57. msgid "{}th"
  58. msgstr ""
  59. #. Translators: Ordinal format when value ends with 7, e.g. 87th.
  60. #: contrib/humanize/templatetags/humanize.py:48
  61. msgctxt "ordinal 7"
  62. msgid "{}th"
  63. msgstr ""
  64. #. Translators: Ordinal format when value ends with 8, e.g. 88th.
  65. #: contrib/humanize/templatetags/humanize.py:50
  66. msgctxt "ordinal 8"
  67. msgid "{}th"
  68. msgstr ""
  69. #. Translators: Ordinal format when value ends with 9, e.g. 89th.
  70. #: contrib/humanize/templatetags/humanize.py:52
  71. msgctxt "ordinal 9"
  72. msgid "{}th"
  73. msgstr ""
  74. #: contrib/humanize/templatetags/humanize.py:84
  75. #, python-format
  76. msgid "%(value).1f million"
  77. msgid_plural "%(value).1f million"
  78. msgstr[0] ""
  79. msgstr[1] ""
  80. #: contrib/humanize/templatetags/humanize.py:85
  81. #, python-format
  82. msgid "%(value)s million"
  83. msgid_plural "%(value)s million"
  84. msgstr[0] ""
  85. msgstr[1] ""
  86. #: contrib/humanize/templatetags/humanize.py:88
  87. #, python-format
  88. msgid "%(value).1f billion"
  89. msgid_plural "%(value).1f billion"
  90. msgstr[0] ""
  91. msgstr[1] ""
  92. #: contrib/humanize/templatetags/humanize.py:89
  93. #, python-format
  94. msgid "%(value)s billion"
  95. msgid_plural "%(value)s billion"
  96. msgstr[0] ""
  97. msgstr[1] ""
  98. #: contrib/humanize/templatetags/humanize.py:92
  99. #, python-format
  100. msgid "%(value).1f trillion"
  101. msgid_plural "%(value).1f trillion"
  102. msgstr[0] ""
  103. msgstr[1] ""
  104. #: contrib/humanize/templatetags/humanize.py:93
  105. #, python-format
  106. msgid "%(value)s trillion"
  107. msgid_plural "%(value)s trillion"
  108. msgstr[0] ""
  109. msgstr[1] ""
  110. #: contrib/humanize/templatetags/humanize.py:96
  111. #, python-format
  112. msgid "%(value).1f quadrillion"
  113. msgid_plural "%(value).1f quadrillion"
  114. msgstr[0] ""
  115. msgstr[1] ""
  116. #: contrib/humanize/templatetags/humanize.py:97
  117. #, python-format
  118. msgid "%(value)s quadrillion"
  119. msgid_plural "%(value)s quadrillion"
  120. msgstr[0] ""
  121. msgstr[1] ""
  122. #: contrib/humanize/templatetags/humanize.py:100
  123. #, python-format
  124. msgid "%(value).1f quintillion"
  125. msgid_plural "%(value).1f quintillion"
  126. msgstr[0] ""
  127. msgstr[1] ""
  128. #: contrib/humanize/templatetags/humanize.py:101
  129. #, python-format
  130. msgid "%(value)s quintillion"
  131. msgid_plural "%(value)s quintillion"
  132. msgstr[0] ""
  133. msgstr[1] ""
  134. #: contrib/humanize/templatetags/humanize.py:104
  135. #, python-format
  136. msgid "%(value).1f sextillion"
  137. msgid_plural "%(value).1f sextillion"
  138. msgstr[0] ""
  139. msgstr[1] ""
  140. #: contrib/humanize/templatetags/humanize.py:105
  141. #, python-format
  142. msgid "%(value)s sextillion"
  143. msgid_plural "%(value)s sextillion"
  144. msgstr[0] ""
  145. msgstr[1] ""
  146. #: contrib/humanize/templatetags/humanize.py:108
  147. #, python-format
  148. msgid "%(value).1f septillion"
  149. msgid_plural "%(value).1f septillion"
  150. msgstr[0] ""
  151. msgstr[1] ""
  152. #: contrib/humanize/templatetags/humanize.py:109
  153. #, python-format
  154. msgid "%(value)s septillion"
  155. msgid_plural "%(value)s septillion"
  156. msgstr[0] ""
  157. msgstr[1] ""
  158. #: contrib/humanize/templatetags/humanize.py:112
  159. #, python-format
  160. msgid "%(value).1f octillion"
  161. msgid_plural "%(value).1f octillion"
  162. msgstr[0] ""
  163. msgstr[1] ""
  164. #: contrib/humanize/templatetags/humanize.py:113
  165. #, python-format
  166. msgid "%(value)s octillion"
  167. msgid_plural "%(value)s octillion"
  168. msgstr[0] ""
  169. msgstr[1] ""
  170. #: contrib/humanize/templatetags/humanize.py:116
  171. #, python-format
  172. msgid "%(value).1f nonillion"
  173. msgid_plural "%(value).1f nonillion"
  174. msgstr[0] ""
  175. msgstr[1] ""
  176. #: contrib/humanize/templatetags/humanize.py:117
  177. #, python-format
  178. msgid "%(value)s nonillion"
  179. msgid_plural "%(value)s nonillion"
  180. msgstr[0] ""
  181. msgstr[1] ""
  182. #: contrib/humanize/templatetags/humanize.py:120
  183. #, python-format
  184. msgid "%(value).1f decillion"
  185. msgid_plural "%(value).1f decillion"
  186. msgstr[0] ""
  187. msgstr[1] ""
  188. #: contrib/humanize/templatetags/humanize.py:121
  189. #, python-format
  190. msgid "%(value)s decillion"
  191. msgid_plural "%(value)s decillion"
  192. msgstr[0] ""
  193. msgstr[1] ""
  194. #: contrib/humanize/templatetags/humanize.py:124
  195. #, python-format
  196. msgid "%(value).1f googol"
  197. msgid_plural "%(value).1f googol"
  198. msgstr[0] ""
  199. msgstr[1] ""
  200. #: contrib/humanize/templatetags/humanize.py:125
  201. #, python-format
  202. msgid "%(value)s googol"
  203. msgid_plural "%(value)s googol"
  204. msgstr[0] ""
  205. msgstr[1] ""
  206. #: contrib/humanize/templatetags/humanize.py:176
  207. msgid "one"
  208. msgstr ""
  209. #: contrib/humanize/templatetags/humanize.py:176
  210. msgid "two"
  211. msgstr ""
  212. #: contrib/humanize/templatetags/humanize.py:176
  213. msgid "three"
  214. msgstr ""
  215. #: contrib/humanize/templatetags/humanize.py:176
  216. msgid "four"
  217. msgstr ""
  218. #: contrib/humanize/templatetags/humanize.py:176
  219. msgid "five"
  220. msgstr ""
  221. #: contrib/humanize/templatetags/humanize.py:177
  222. msgid "six"
  223. msgstr ""
  224. #: contrib/humanize/templatetags/humanize.py:177
  225. msgid "seven"
  226. msgstr ""
  227. #: contrib/humanize/templatetags/humanize.py:177
  228. msgid "eight"
  229. msgstr ""
  230. #: contrib/humanize/templatetags/humanize.py:177
  231. msgid "nine"
  232. msgstr ""
  233. #: contrib/humanize/templatetags/humanize.py:201
  234. msgid "today"
  235. msgstr ""
  236. #: contrib/humanize/templatetags/humanize.py:203
  237. msgid "tomorrow"
  238. msgstr ""
  239. #: contrib/humanize/templatetags/humanize.py:205
  240. msgid "yesterday"
  241. msgstr ""
  242. #. Translators: delta will contain a string like '2 months' or '1 month, 2 weeks'
  243. #: contrib/humanize/templatetags/humanize.py:225
  244. #, python-format
  245. msgid "%(delta)s ago"
  246. msgstr ""
  247. #. Translators: 'naturaltime-past' strings will be included in
  248. #. '%(delta)s ago'
  249. #: contrib/humanize/templatetags/humanize.py:228
  250. #, python-format
  251. msgctxt "naturaltime-past"
  252. msgid "%d year"
  253. msgid_plural "%d years"
  254. msgstr[0] ""
  255. msgstr[1] ""
  256. #: contrib/humanize/templatetags/humanize.py:229
  257. #, python-format
  258. msgctxt "naturaltime-past"
  259. msgid "%d month"
  260. msgid_plural "%d months"
  261. msgstr[0] ""
  262. msgstr[1] ""
  263. #: contrib/humanize/templatetags/humanize.py:230
  264. #, python-format
  265. msgctxt "naturaltime-past"
  266. msgid "%d week"
  267. msgid_plural "%d weeks"
  268. msgstr[0] ""
  269. msgstr[1] ""
  270. #: contrib/humanize/templatetags/humanize.py:231
  271. #, python-format
  272. msgctxt "naturaltime-past"
  273. msgid "%d day"
  274. msgid_plural "%d days"
  275. msgstr[0] ""
  276. msgstr[1] ""
  277. #: contrib/humanize/templatetags/humanize.py:232
  278. #, python-format
  279. msgctxt "naturaltime-past"
  280. msgid "%d hour"
  281. msgid_plural "%d hours"
  282. msgstr[0] ""
  283. msgstr[1] ""
  284. #: contrib/humanize/templatetags/humanize.py:233
  285. #, python-format
  286. msgctxt "naturaltime-past"
  287. msgid "%d minute"
  288. msgid_plural "%d minutes"
  289. msgstr[0] ""
  290. msgstr[1] ""
  291. #: contrib/humanize/templatetags/humanize.py:236
  292. #: contrib/humanize/templatetags/humanize.py:272
  293. msgid "now"
  294. msgstr ""
  295. #. Translators: please keep a non-breaking space (U+00A0)
  296. #. between count and time unit.
  297. #: contrib/humanize/templatetags/humanize.py:241
  298. #, python-format
  299. msgid "a second ago"
  300. msgid_plural "%(count)s seconds ago"
  301. msgstr[0] ""
  302. msgstr[1] ""
  303. #. Translators: please keep a non-breaking space (U+00A0)
  304. #. between count and time unit.
  305. #: contrib/humanize/templatetags/humanize.py:248
  306. #, python-format
  307. msgid "a minute ago"
  308. msgid_plural "%(count)s minutes ago"
  309. msgstr[0] ""
  310. msgstr[1] ""
  311. #. Translators: please keep a non-breaking space (U+00A0)
  312. #. between count and time unit.
  313. #: contrib/humanize/templatetags/humanize.py:255
  314. #, python-format
  315. msgid "an hour ago"
  316. msgid_plural "%(count)s hours ago"
  317. msgstr[0] ""
  318. msgstr[1] ""
  319. #. Translators: delta will contain a string like '2 months' or '1 month, 2 weeks'
  320. #: contrib/humanize/templatetags/humanize.py:261
  321. #, python-format
  322. msgid "%(delta)s from now"
  323. msgstr ""
  324. #. Translators: 'naturaltime-future' strings will be included in
  325. #. '%(delta)s from now'
  326. #: contrib/humanize/templatetags/humanize.py:264
  327. #, python-format
  328. msgctxt "naturaltime-future"
  329. msgid "%d year"
  330. msgid_plural "%d years"
  331. msgstr[0] ""
  332. msgstr[1] ""
  333. #: contrib/humanize/templatetags/humanize.py:265
  334. #, python-format
  335. msgctxt "naturaltime-future"
  336. msgid "%d month"
  337. msgid_plural "%d months"
  338. msgstr[0] ""
  339. msgstr[1] ""
  340. #: contrib/humanize/templatetags/humanize.py:266
  341. #, python-format
  342. msgctxt "naturaltime-future"
  343. msgid "%d week"
  344. msgid_plural "%d weeks"
  345. msgstr[0] ""
  346. msgstr[1] ""
  347. #: contrib/humanize/templatetags/humanize.py:267
  348. #, python-format
  349. msgctxt "naturaltime-future"
  350. msgid "%d day"
  351. msgid_plural "%d days"
  352. msgstr[0] ""
  353. msgstr[1] ""
  354. #: contrib/humanize/templatetags/humanize.py:268
  355. #, python-format
  356. msgctxt "naturaltime-future"
  357. msgid "%d hour"
  358. msgid_plural "%d hours"
  359. msgstr[0] ""
  360. msgstr[1] ""
  361. #: contrib/humanize/templatetags/humanize.py:269
  362. #, python-format
  363. msgctxt "naturaltime-future"
  364. msgid "%d minute"
  365. msgid_plural "%d minutes"
  366. msgstr[0] ""
  367. msgstr[1] ""
  368. #. Translators: please keep a non-breaking space (U+00A0)
  369. #. between count and time unit.
  370. #: contrib/humanize/templatetags/humanize.py:277
  371. #, python-format
  372. msgid "a second from now"
  373. msgid_plural "%(count)s seconds from now"
  374. msgstr[0] ""
  375. msgstr[1] ""
  376. #. Translators: please keep a non-breaking space (U+00A0)
  377. #. between count and time unit.
  378. #: contrib/humanize/templatetags/humanize.py:284
  379. #, python-format
  380. msgid "a minute from now"
  381. msgid_plural "%(count)s minutes from now"
  382. msgstr[0] ""
  383. msgstr[1] ""
  384. #. Translators: please keep a non-breaking space (U+00A0)
  385. #. between count and time unit.
  386. #: contrib/humanize/templatetags/humanize.py:291
  387. #, python-format
  388. msgid "an hour from now"
  389. msgid_plural "%(count)s hours from now"
  390. msgstr[0] ""
  391. msgstr[1] ""