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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # gudmundur <inactive+gudmundur@transifex.com>, 2012
  5. # Hafsteinn Einarsson <haffi67@gmail.com>, 2012
  6. # Jannis Leidel <jannis@leidel.info>, 2011
  7. # Matt R, 2018
  8. # Thordur Sigurdsson <thordur@ja.is>, 2016,2018
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: django\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2018-05-17 11:49+0200\n"
  14. "PO-Revision-Date: 2018-05-18 03:49+0000\n"
  15. "Last-Translator: Thordur Sigurdsson <thordur@ja.is>\n"
  16. "Language-Team: Icelandic (http://www.transifex.com/django/django/language/"
  17. "is/)\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Language: is\n"
  22. "Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
  23. msgid "Humanize"
  24. msgstr ""
  25. #. Translators: Ordinal format for 11 (11th), 12 (12th), and 13 (13th).
  26. msgctxt "ordinal 11, 12, 13"
  27. msgid "{}th"
  28. msgstr "{}."
  29. #. Translators: Ordinal format when value ends with 0, e.g. 80th.
  30. msgctxt "ordinal 0"
  31. msgid "{}th"
  32. msgstr "{}."
  33. #. Translators: Ordinal format when value ends with 1, e.g. 81st, except 11.
  34. msgctxt "ordinal 1"
  35. msgid "{}st"
  36. msgstr "{}."
  37. #. Translators: Ordinal format when value ends with 2, e.g. 82nd, except 12.
  38. msgctxt "ordinal 2"
  39. msgid "{}nd"
  40. msgstr "{}."
  41. #. Translators: Ordinal format when value ends with 3, e.g. 83th, except 13.
  42. msgctxt "ordinal 3"
  43. msgid "{}rd"
  44. msgstr "{}."
  45. #. Translators: Ordinal format when value ends with 4, e.g. 84th.
  46. msgctxt "ordinal 4"
  47. msgid "{}th"
  48. msgstr "{}."
  49. #. Translators: Ordinal format when value ends with 5, e.g. 85th.
  50. msgctxt "ordinal 5"
  51. msgid "{}th"
  52. msgstr "{}."
  53. #. Translators: Ordinal format when value ends with 6, e.g. 86th.
  54. msgctxt "ordinal 6"
  55. msgid "{}th"
  56. msgstr "{}."
  57. #. Translators: Ordinal format when value ends with 7, e.g. 87th.
  58. msgctxt "ordinal 7"
  59. msgid "{}th"
  60. msgstr "{}."
  61. #. Translators: Ordinal format when value ends with 8, e.g. 88th.
  62. msgctxt "ordinal 8"
  63. msgid "{}th"
  64. msgstr "{}."
  65. #. Translators: Ordinal format when value ends with 9, e.g. 89th.
  66. msgctxt "ordinal 9"
  67. msgid "{}th"
  68. msgstr "{}."
  69. #, python-format
  70. msgid "%(value).1f million"
  71. msgid_plural "%(value).1f million"
  72. msgstr[0] "%(value).1f milljón"
  73. msgstr[1] "%(value).1f milljónir"
  74. #, python-format
  75. msgid "%(value)s million"
  76. msgid_plural "%(value)s million"
  77. msgstr[0] "%(value)s milljón"
  78. msgstr[1] "%(value)s milljónir"
  79. #, python-format
  80. msgid "%(value).1f billion"
  81. msgid_plural "%(value).1f billion"
  82. msgstr[0] "%(value).1f milljarður"
  83. msgstr[1] "%(value).1f milljarðar"
  84. #, python-format
  85. msgid "%(value)s billion"
  86. msgid_plural "%(value)s billion"
  87. msgstr[0] "%(value)s milljarður"
  88. msgstr[1] "%(value)s milljarðar"
  89. #, python-format
  90. msgid "%(value).1f trillion"
  91. msgid_plural "%(value).1f trillion"
  92. msgstr[0] "%(value).1f billjarður"
  93. msgstr[1] "%(value).1f billjónir"
  94. #, python-format
  95. msgid "%(value)s trillion"
  96. msgid_plural "%(value)s trillion"
  97. msgstr[0] "%(value)s billjón"
  98. msgstr[1] "%(value)s billjónir"
  99. #, python-format
  100. msgid "%(value).1f quadrillion"
  101. msgid_plural "%(value).1f quadrillion"
  102. msgstr[0] "%(value).1f billjarður"
  103. msgstr[1] "%(value).1f billjarðar"
  104. #, python-format
  105. msgid "%(value)s quadrillion"
  106. msgid_plural "%(value)s quadrillion"
  107. msgstr[0] "%(value)s billjarður"
  108. msgstr[1] "%(value)s billjarðar"
  109. #, python-format
  110. msgid "%(value).1f quintillion"
  111. msgid_plural "%(value).1f quintillion"
  112. msgstr[0] "%(value).1f trilljón"
  113. msgstr[1] "%(value).1f trilljónir"
  114. #, python-format
  115. msgid "%(value)s quintillion"
  116. msgid_plural "%(value)s quintillion"
  117. msgstr[0] "%(value)s trilljón"
  118. msgstr[1] "%(value)s trilljónir"
  119. #, python-format
  120. msgid "%(value).1f sextillion"
  121. msgid_plural "%(value).1f sextillion"
  122. msgstr[0] "%(value).1f trilljarður"
  123. msgstr[1] "%(value).1f trilljarðar"
  124. #, python-format
  125. msgid "%(value)s sextillion"
  126. msgid_plural "%(value)s sextillion"
  127. msgstr[0] "%(value)s trilljarður"
  128. msgstr[1] "%(value)s trilljarðar"
  129. #, python-format
  130. msgid "%(value).1f septillion"
  131. msgid_plural "%(value).1f septillion"
  132. msgstr[0] "%(value).1f kvaðrilljón"
  133. msgstr[1] "%(value).1f kvaðrilljónir"
  134. #, python-format
  135. msgid "%(value)s septillion"
  136. msgid_plural "%(value)s septillion"
  137. msgstr[0] "%(value)s kvaðrilljón"
  138. msgstr[1] "%(value)s kvaðrilljónir"
  139. #, python-format
  140. msgid "%(value).1f octillion"
  141. msgid_plural "%(value).1f octillion"
  142. msgstr[0] "%(value).1f kvaðrilljarður"
  143. msgstr[1] "%(value).1f kvaðrilljarðar"
  144. #, python-format
  145. msgid "%(value)s octillion"
  146. msgid_plural "%(value)s octillion"
  147. msgstr[0] "%(value)s kvaðrilljarður"
  148. msgstr[1] "%(value)s kvaðrilljarðar"
  149. #, python-format
  150. msgid "%(value).1f nonillion"
  151. msgid_plural "%(value).1f nonillion"
  152. msgstr[0] "%(value).1f kvintilljón"
  153. msgstr[1] "%(value).1f kvintilljónir"
  154. #, python-format
  155. msgid "%(value)s nonillion"
  156. msgid_plural "%(value)s nonillion"
  157. msgstr[0] "%(value)s kvintilljón"
  158. msgstr[1] "%(value)s kvintilljónir"
  159. #, python-format
  160. msgid "%(value).1f decillion"
  161. msgid_plural "%(value).1f decillion"
  162. msgstr[0] "%(value).1f kvintilljarður"
  163. msgstr[1] "%(value).1f kvintilljarðar"
  164. #, python-format
  165. msgid "%(value)s decillion"
  166. msgid_plural "%(value)s decillion"
  167. msgstr[0] "%(value)s kvintilljarður"
  168. msgstr[1] "%(value)s kvintilljarðar"
  169. #, python-format
  170. msgid "%(value).1f googol"
  171. msgid_plural "%(value).1f googol"
  172. msgstr[0] "%(value).1f googol"
  173. msgstr[1] "%(value).1f googol"
  174. #, python-format
  175. msgid "%(value)s googol"
  176. msgid_plural "%(value)s googol"
  177. msgstr[0] "%(value)s googol"
  178. msgstr[1] "%(value)s googol"
  179. msgid "one"
  180. msgstr "einn"
  181. msgid "two"
  182. msgstr "tveir"
  183. msgid "three"
  184. msgstr "þrír"
  185. msgid "four"
  186. msgstr "fjórir"
  187. msgid "five"
  188. msgstr "fimm"
  189. msgid "six"
  190. msgstr "sex"
  191. msgid "seven"
  192. msgstr "sjö"
  193. msgid "eight"
  194. msgstr "átta"
  195. msgid "nine"
  196. msgstr "níu"
  197. msgid "today"
  198. msgstr "í dag"
  199. msgid "tomorrow"
  200. msgstr "á morgun"
  201. msgid "yesterday"
  202. msgstr "í gær"
  203. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  204. #. weeks'
  205. #, python-format
  206. msgid "%(delta)s ago"
  207. msgstr ""
  208. #. Translators: 'naturaltime-past' strings will be included in
  209. #. '%(delta)s ago'
  210. #, python-format
  211. msgctxt "naturaltime-past"
  212. msgid "%d year"
  213. msgid_plural "%d years"
  214. msgstr[0] ""
  215. msgstr[1] ""
  216. #, python-format
  217. msgctxt "naturaltime-past"
  218. msgid "%d month"
  219. msgid_plural "%d months"
  220. msgstr[0] ""
  221. msgstr[1] ""
  222. #, python-format
  223. msgctxt "naturaltime-past"
  224. msgid "%d week"
  225. msgid_plural "%d weeks"
  226. msgstr[0] ""
  227. msgstr[1] ""
  228. #, python-format
  229. msgctxt "naturaltime-past"
  230. msgid "%d day"
  231. msgid_plural "%d days"
  232. msgstr[0] ""
  233. msgstr[1] ""
  234. #, python-format
  235. msgctxt "naturaltime-past"
  236. msgid "%d hour"
  237. msgid_plural "%d hours"
  238. msgstr[0] ""
  239. msgstr[1] ""
  240. #, python-format
  241. msgctxt "naturaltime-past"
  242. msgid "%d minute"
  243. msgid_plural "%d minutes"
  244. msgstr[0] ""
  245. msgstr[1] ""
  246. msgid "now"
  247. msgstr "núna"
  248. #. Translators: please keep a non-breaking space (U+00A0)
  249. #. between count and time unit.
  250. #, python-format
  251. msgid "a second ago"
  252. msgid_plural "%(count)s seconds ago"
  253. msgstr[0] ""
  254. msgstr[1] ""
  255. #. Translators: please keep a non-breaking space (U+00A0)
  256. #. between count and time unit.
  257. #, python-format
  258. msgid "a minute ago"
  259. msgid_plural "%(count)s minutes ago"
  260. msgstr[0] ""
  261. msgstr[1] ""
  262. #. Translators: please keep a non-breaking space (U+00A0)
  263. #. between count and time unit.
  264. #, python-format
  265. msgid "an hour ago"
  266. msgid_plural "%(count)s hours ago"
  267. msgstr[0] ""
  268. msgstr[1] ""
  269. #. Translators: delta will contain a string like '2 months' or '1 month, 2
  270. #. weeks'
  271. #, python-format
  272. msgid "%(delta)s from now"
  273. msgstr ""
  274. #. Translators: 'naturaltime-future' strings will be included in
  275. #. '%(delta)s from now'
  276. #, python-format
  277. msgctxt "naturaltime-future"
  278. msgid "%d year"
  279. msgid_plural "%d years"
  280. msgstr[0] ""
  281. msgstr[1] ""
  282. #, python-format
  283. msgctxt "naturaltime-future"
  284. msgid "%d month"
  285. msgid_plural "%d months"
  286. msgstr[0] ""
  287. msgstr[1] ""
  288. #, python-format
  289. msgctxt "naturaltime-future"
  290. msgid "%d week"
  291. msgid_plural "%d weeks"
  292. msgstr[0] ""
  293. msgstr[1] ""
  294. #, python-format
  295. msgctxt "naturaltime-future"
  296. msgid "%d day"
  297. msgid_plural "%d days"
  298. msgstr[0] ""
  299. msgstr[1] ""
  300. #, python-format
  301. msgctxt "naturaltime-future"
  302. msgid "%d hour"
  303. msgid_plural "%d hours"
  304. msgstr[0] ""
  305. msgstr[1] ""
  306. #, python-format
  307. msgctxt "naturaltime-future"
  308. msgid "%d minute"
  309. msgid_plural "%d minutes"
  310. msgstr[0] ""
  311. msgstr[1] ""
  312. #. Translators: please keep a non-breaking space (U+00A0)
  313. #. between count and time unit.
  314. #, python-format
  315. msgid "a second from now"
  316. msgid_plural "%(count)s seconds from now"
  317. msgstr[0] ""
  318. msgstr[1] ""
  319. #. Translators: please keep a non-breaking space (U+00A0)
  320. #. between count and time unit.
  321. #, python-format
  322. msgid "a minute from now"
  323. msgid_plural "%(count)s minutes from now"
  324. msgstr[0] ""
  325. msgstr[1] ""
  326. #. Translators: please keep a non-breaking space (U+00A0)
  327. #. between count and time unit.
  328. #, python-format
  329. msgid "an hour from now"
  330. msgid_plural "%(count)s hours from now"
  331. msgstr[0] ""
  332. msgstr[1] ""