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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Hafsteinn Einarsson <haffi67@gmail.com>, 2011-2012
  5. # Jannis Leidel <jannis@leidel.info>, 2011
  6. # Kári Tristan Helgason <inactive+einherji@transifex.com>, 2013
  7. # Thordur Sigurdsson <thordur@ja.is>, 2016-2018
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: django\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2018-05-21 14:16-0300\n"
  13. "PO-Revision-Date: 2018-06-22 20:44+0000\n"
  14. "Last-Translator: Thordur Sigurdsson <thordur@ja.is>\n"
  15. "Language-Team: Icelandic (http://www.transifex.com/django/django/language/"
  16. "is/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: 8bit\n"
  20. "Language: is\n"
  21. "Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
  22. #, python-format
  23. msgid "Successfully deleted %(count)d %(items)s."
  24. msgstr "Eyddi %(count)d %(items)s."
  25. #, python-format
  26. msgid "Cannot delete %(name)s"
  27. msgstr "Get ekki eytt %(name)s"
  28. msgid "Are you sure?"
  29. msgstr "Ertu viss?"
  30. #, python-format
  31. msgid "Delete selected %(verbose_name_plural)s"
  32. msgstr "Eyða völdum %(verbose_name_plural)s"
  33. msgid "Administration"
  34. msgstr "Vefstjórn"
  35. msgid "All"
  36. msgstr "Allt"
  37. msgid "Yes"
  38. msgstr "Já"
  39. msgid "No"
  40. msgstr "Nei"
  41. msgid "Unknown"
  42. msgstr "Óþekkt"
  43. msgid "Any date"
  44. msgstr "Allar dagsetningar"
  45. msgid "Today"
  46. msgstr "Dagurinn í dag"
  47. msgid "Past 7 days"
  48. msgstr "Síðustu 7 dagar"
  49. msgid "This month"
  50. msgstr "Þessi mánuður"
  51. msgid "This year"
  52. msgstr "Þetta ár"
  53. msgid "No date"
  54. msgstr "Engin dagsetning"
  55. msgid "Has date"
  56. msgstr "Hefur dagsetningu"
  57. #, python-format
  58. msgid ""
  59. "Please enter the correct %(username)s and password for a staff account. Note "
  60. "that both fields may be case-sensitive."
  61. msgstr ""
  62. "Vinsamlegast sláðu inn rétt %(username)s og lykilorð fyrir starfsmanna "
  63. "aðgang. Takið eftir að í báðum reitum skipta há- og lágstafir máli."
  64. msgid "Action:"
  65. msgstr "Aðgerð:"
  66. #, python-format
  67. msgid "Add another %(verbose_name)s"
  68. msgstr "Bæta við öðrum %(verbose_name)s"
  69. msgid "Remove"
  70. msgstr "Fjarlægja"
  71. msgid "Addition"
  72. msgstr ""
  73. msgid "Change"
  74. msgstr "Breyta"
  75. msgid "Deletion"
  76. msgstr ""
  77. msgid "action time"
  78. msgstr "tími aðgerðar"
  79. msgid "user"
  80. msgstr "notandi"
  81. msgid "content type"
  82. msgstr "efnistag"
  83. msgid "object id"
  84. msgstr "kenni hlutar"
  85. #. Translators: 'repr' means representation
  86. #. (https://docs.python.org/3/library/functions.html#repr)
  87. msgid "object repr"
  88. msgstr "framsetning hlutar"
  89. msgid "action flag"
  90. msgstr "aðgerðarveifa"
  91. msgid "change message"
  92. msgstr "breyta skilaboði"
  93. msgid "log entry"
  94. msgstr "kladdafærsla"
  95. msgid "log entries"
  96. msgstr "kladdafærslur"
  97. #, python-format
  98. msgid "Added \"%(object)s\"."
  99. msgstr "„%(object)s“ bætt við."
  100. #, python-format
  101. msgid "Changed \"%(object)s\" - %(changes)s"
  102. msgstr "Breytti „%(object)s“ - %(changes)s"
  103. #, python-format
  104. msgid "Deleted \"%(object)s.\""
  105. msgstr "Eyddi „%(object)s.“"
  106. msgid "LogEntry Object"
  107. msgstr "LogEntry hlutur"
  108. #, python-brace-format
  109. msgid "Added {name} \"{object}\"."
  110. msgstr "Bætti við {name} „{object}“."
  111. msgid "Added."
  112. msgstr "Bætti við."
  113. msgid "and"
  114. msgstr "og"
  115. #, python-brace-format
  116. msgid "Changed {fields} for {name} \"{object}\"."
  117. msgstr "Breytti {fields} fyrir {name} „{object}“."
  118. #, python-brace-format
  119. msgid "Changed {fields}."
  120. msgstr "Breytti {fields}."
  121. #, python-brace-format
  122. msgid "Deleted {name} \"{object}\"."
  123. msgstr "Eyddi {name} „{object}“."
  124. msgid "No fields changed."
  125. msgstr "Engum reitum breytt."
  126. msgid "None"
  127. msgstr "Ekkert"
  128. msgid ""
  129. "Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
  130. msgstr ""
  131. "Haltu inni „Control“, eða „Command“ á Mac til þess að velja fleira en eitt."
  132. #, python-brace-format
  133. msgid "The {name} \"{obj}\" was added successfully."
  134. msgstr "{name} „{obj}“ var bætt við."
  135. msgid "You may edit it again below."
  136. msgstr "Þú mátt breyta þessu aftur hér að neðan."
  137. #, python-brace-format
  138. msgid ""
  139. "The {name} \"{obj}\" was added successfully. You may add another {name} "
  140. "below."
  141. msgstr ""
  142. "{name} „{obj}“ hefur verið breytt. Þú getur bætt við öðru {name} að neðan."
  143. #, python-brace-format
  144. msgid ""
  145. "The {name} \"{obj}\" was changed successfully. You may edit it again below."
  146. msgstr "{name} „{obj}“ hefur verið breytt. Þú getur breytt því aftur að neðan."
  147. #, python-brace-format
  148. msgid ""
  149. "The {name} \"{obj}\" was added successfully. You may edit it again below."
  150. msgstr ""
  151. "{name} „{obj}“ hefur verið bætt við. Þú getur breytt því aftur að neðan."
  152. #, python-brace-format
  153. msgid ""
  154. "The {name} \"{obj}\" was changed successfully. You may add another {name} "
  155. "below."
  156. msgstr ""
  157. "{name} \"{obj}\" hefur verið breytt. Þú getur bætt við öðru {name} að neðan."
  158. #, python-brace-format
  159. msgid "The {name} \"{obj}\" was changed successfully."
  160. msgstr "{name} „{obj}“ hefur verið breytt."
  161. msgid ""
  162. "Items must be selected in order to perform actions on them. No items have "
  163. "been changed."
  164. msgstr ""
  165. "Hlutir verða að vera valdir til að framkvæma aðgerðir á þeim. Engu hefur "
  166. "verið breytt."
  167. msgid "No action selected."
  168. msgstr "Engin aðgerð valin."
  169. #, python-format
  170. msgid "The %(name)s \"%(obj)s\" was deleted successfully."
  171. msgstr "%(name)s „%(obj)s“ var eytt."
  172. #, python-format
  173. msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?"
  174. msgstr "%(name)s með ID \"%(key)s\" er ekki til. Var því mögulega eytt?"
  175. #, python-format
  176. msgid "Add %s"
  177. msgstr "Bæta við %s"
  178. #, python-format
  179. msgid "Change %s"
  180. msgstr "Breyta %s"
  181. #, python-format
  182. msgid "View %s"
  183. msgstr "Skoða %s"
  184. msgid "Database error"
  185. msgstr "Gagnagrunnsvilla"
  186. #, python-format
  187. msgid "%(count)s %(name)s was changed successfully."
  188. msgid_plural "%(count)s %(name)s were changed successfully."
  189. msgstr[0] "%(count)s %(name)s var breytt."
  190. msgstr[1] "%(count)s %(name)s var breytt."
  191. #, python-format
  192. msgid "%(total_count)s selected"
  193. msgid_plural "All %(total_count)s selected"
  194. msgstr[0] "Allir %(total_count)s valdir"
  195. msgstr[1] "Allir %(total_count)s valdir"
  196. #, python-format
  197. msgid "0 of %(cnt)s selected"
  198. msgstr "0 af %(cnt)s valin"
  199. #, python-format
  200. msgid "Change history: %s"
  201. msgstr "Breytingarsaga: %s"
  202. #. Translators: Model verbose name and instance representation,
  203. #. suitable to be an item in a list.
  204. #, python-format
  205. msgid "%(class_name)s %(instance)s"
  206. msgstr "%(class_name)s %(instance)s"
  207. #, python-format
  208. msgid ""
  209. "Deleting %(class_name)s %(instance)s would require deleting the following "
  210. "protected related objects: %(related_objects)s"
  211. msgstr ""
  212. "Að eyða %(class_name)s %(instance)s þyrfti að eyða eftirfarandi tengdum "
  213. "hlutum: %(related_objects)s"
  214. msgid "Django site admin"
  215. msgstr "Django vefstjóri"
  216. msgid "Django administration"
  217. msgstr "Django vefstjórn"
  218. msgid "Site administration"
  219. msgstr "Vefstjóri"
  220. msgid "Log in"
  221. msgstr "Skrá inn"
  222. #, python-format
  223. msgid "%(app)s administration"
  224. msgstr "%(app)s vefstjórn"
  225. msgid "Page not found"
  226. msgstr "Síða fannst ekki"
  227. msgid "We're sorry, but the requested page could not be found."
  228. msgstr "Því miður fannst umbeðin síða ekki."
  229. msgid "Home"
  230. msgstr "Heim"
  231. msgid "Server error"
  232. msgstr "Kerfisvilla"
  233. msgid "Server error (500)"
  234. msgstr "Kerfisvilla (500)"
  235. msgid "Server Error <em>(500)</em>"
  236. msgstr "Kerfisvilla <em>(500)</em>"
  237. msgid ""
  238. "There's been an error. It's been reported to the site administrators via "
  239. "email and should be fixed shortly. Thanks for your patience."
  240. msgstr ""
  241. "Villa kom upp. Hún hefur verið tilkynnt til vefstjóra með tölvupósti og ætti "
  242. "að lagast fljótlega. Þökkum þolinmæðina."
  243. msgid "Run the selected action"
  244. msgstr "Keyra valda aðgerð"
  245. msgid "Go"
  246. msgstr "Áfram"
  247. msgid "Click here to select the objects across all pages"
  248. msgstr "Smelltu hér til að velja alla hluti"
  249. #, python-format
  250. msgid "Select all %(total_count)s %(module_name)s"
  251. msgstr "Velja alla %(total_count)s %(module_name)s"
  252. msgid "Clear selection"
  253. msgstr "Hreinsa val"
  254. msgid ""
  255. "First, enter a username and password. Then, you'll be able to edit more user "
  256. "options."
  257. msgstr ""
  258. "Fyrst, settu inn notendanafn og lykilorð. Svo geturðu breytt öðrum "
  259. "notendamöguleikum."
  260. msgid "Enter a username and password."
  261. msgstr "Sláðu inn notandanafn og lykilorð."
  262. msgid "Change password"
  263. msgstr "Breyta lykilorði"
  264. msgid "Please correct the error below."
  265. msgstr "Vinsamlegast lagfærðu villuna fyrir neðan."
  266. msgid "Please correct the errors below."
  267. msgstr "Vinsamlegast leiðréttu villurnar hér að neðan."
  268. #, python-format
  269. msgid "Enter a new password for the user <strong>%(username)s</strong>."
  270. msgstr "Settu inn nýtt lykilorð fyrir notandann <strong>%(username)s</strong>."
  271. msgid "Welcome,"
  272. msgstr "Velkomin(n),"
  273. msgid "View site"
  274. msgstr "Skoða vef"
  275. msgid "Documentation"
  276. msgstr "Skjölun"
  277. msgid "Log out"
  278. msgstr "Skrá út"
  279. #, python-format
  280. msgid "Add %(name)s"
  281. msgstr "Bæta við %(name)s"
  282. msgid "History"
  283. msgstr "Saga"
  284. msgid "View on site"
  285. msgstr "Skoða á vef"
  286. msgid "Filter"
  287. msgstr "Sía"
  288. msgid "Remove from sorting"
  289. msgstr "Taka úr röðun"
  290. #, python-format
  291. msgid "Sorting priority: %(priority_number)s"
  292. msgstr "Forgangur röðunar: %(priority_number)s"
  293. msgid "Toggle sorting"
  294. msgstr "Röðun af/á"
  295. msgid "Delete"
  296. msgstr "Eyða"
  297. #, python-format
  298. msgid ""
  299. "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
  300. "related objects, but your account doesn't have permission to delete the "
  301. "following types of objects:"
  302. msgstr ""
  303. "Eyðing á %(object_name)s „%(escaped_object)s“ hefði í för með sér eyðingu á "
  304. "tengdum hlutum en þú hefur ekki réttindi til að eyða eftirfarandi hlutum:"
  305. #, python-format
  306. msgid ""
  307. "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
  308. "following protected related objects:"
  309. msgstr ""
  310. "Að eyða %(object_name)s „%(escaped_object)s“ þyrfti að eyða eftirfarandi "
  311. "tengdum hlutum:"
  312. #, python-format
  313. msgid ""
  314. "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
  315. "All of the following related items will be deleted:"
  316. msgstr ""
  317. "Ertu viss um að þú viljir eyða %(object_name)s „%(escaped_object)s“? Öllu "
  318. "eftirfarandi verður eytt:"
  319. msgid "Objects"
  320. msgstr "Hlutir"
  321. msgid "Yes, I'm sure"
  322. msgstr "Já ég er viss."
  323. msgid "No, take me back"
  324. msgstr "Nei, fara til baka"
  325. msgid "Delete multiple objects"
  326. msgstr "Eyða mörgum hlutum."
  327. #, python-format
  328. msgid ""
  329. "Deleting the selected %(objects_name)s would result in deleting related "
  330. "objects, but your account doesn't have permission to delete the following "
  331. "types of objects:"
  332. msgstr ""
  333. "Að eyða völdu %(objects_name)s leiðir til þess að skyldum hlutum er eytt, en "
  334. "þinn aðgangur hefur ekki réttindi til að eyða eftirtöldum hlutum:"
  335. #, python-format
  336. msgid ""
  337. "Deleting the selected %(objects_name)s would require deleting the following "
  338. "protected related objects:"
  339. msgstr ""
  340. "Að eyða völdum %(objects_name)s myndi leiða til þess að eftirtöldum skyldum "
  341. "hlutum yrði eytt:"
  342. #, python-format
  343. msgid ""
  344. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  345. "following objects and their related items will be deleted:"
  346. msgstr ""
  347. "Ertu viss um að þú viljir eyða völdum %(objects_name)s? Öllum eftirtöldum "
  348. "hlutum og skyldum hlutum verður eytt:"
  349. msgid "View"
  350. msgstr "Skoða"
  351. msgid "Delete?"
  352. msgstr "Eyða?"
  353. #, python-format
  354. msgid " By %(filter_title)s "
  355. msgstr " Eftir %(filter_title)s "
  356. msgid "Summary"
  357. msgstr "Samantekt"
  358. #, python-format
  359. msgid "Models in the %(name)s application"
  360. msgstr "Módel í appinu %(name)s"
  361. msgid "Add"
  362. msgstr "Bæta við"
  363. msgid "You don't have permission to view or edit anything."
  364. msgstr "Þú hefur ekki réttindi til að skoða eða breyta neinu."
  365. msgid "Recent actions"
  366. msgstr "Nýlegar aðgerðir"
  367. msgid "My actions"
  368. msgstr "Mínar aðgerðir"
  369. msgid "None available"
  370. msgstr "Engin fáanleg"
  371. msgid "Unknown content"
  372. msgstr "Óþekkt innihald"
  373. msgid ""
  374. "Something's wrong with your database installation. Make sure the appropriate "
  375. "database tables have been created, and make sure the database is readable by "
  376. "the appropriate user."
  377. msgstr ""
  378. "Eitthvað er að gagnagrunnsuppsetningu. Gakktu úr skugga um að allar töflur "
  379. "séu til staðar og að notandinn hafi aðgang að grunninum."
  380. #, python-format
  381. msgid ""
  382. "You are authenticated as %(username)s, but are not authorized to access this "
  383. "page. Would you like to login to a different account?"
  384. msgstr ""
  385. "Þú ert skráður inn sem %(username)s, en ert ekki með réttindi að þessari "
  386. "síðu. Viltu skrá þig inn sem annar notandi?"
  387. msgid "Forgotten your password or username?"
  388. msgstr "Gleymt notandanafn eða lykilorð?"
  389. msgid "Date/time"
  390. msgstr "Dagsetning/tími"
  391. msgid "User"
  392. msgstr "Notandi"
  393. msgid "Action"
  394. msgstr "Aðgerð"
  395. msgid ""
  396. "This object doesn't have a change history. It probably wasn't added via this "
  397. "admin site."
  398. msgstr ""
  399. "Þessi hlutur hefur enga breytingasögu. Hann var líklega ekki búinn til á "
  400. "þessu stjórnunarsvæði."
  401. msgid "Show all"
  402. msgstr "Sýna allt"
  403. msgid "Save"
  404. msgstr "Vista"
  405. msgid "Popup closing..."
  406. msgstr "Sprettigluggi lokast..."
  407. #, python-format
  408. msgid "Change selected %(model)s"
  409. msgstr "Breyta völdu %(model)s"
  410. #, python-format
  411. msgid "View selected %(model)s"
  412. msgstr "Skoða valið %(model)s"
  413. #, python-format
  414. msgid "Add another %(model)s"
  415. msgstr "Bæta við %(model)s"
  416. #, python-format
  417. msgid "Delete selected %(model)s"
  418. msgstr "Eyða völdu %(model)s"
  419. msgid "Search"
  420. msgstr "Leita"
  421. #, python-format
  422. msgid "%(counter)s result"
  423. msgid_plural "%(counter)s results"
  424. msgstr[0] "%(counter)s niðurstaða"
  425. msgstr[1] "%(counter)s niðurstöður"
  426. #, python-format
  427. msgid "%(full_result_count)s total"
  428. msgstr "%(full_result_count)s í heildina"
  429. msgid "Save as new"
  430. msgstr "Vista sem nýtt"
  431. msgid "Save and add another"
  432. msgstr "Vista og búa til nýtt"
  433. msgid "Save and continue editing"
  434. msgstr "Vista og halda áfram að breyta"
  435. msgid "Save and view"
  436. msgstr "Vista og skoða"
  437. msgid "Close"
  438. msgstr "Loka"
  439. msgid "Thanks for spending some quality time with the Web site today."
  440. msgstr "Takk fyrir að verja tíma í vefsíðuna í dag."
  441. msgid "Log in again"
  442. msgstr "Skráðu þig inn aftur"
  443. msgid "Password change"
  444. msgstr "Breyta lykilorði"
  445. msgid "Your password was changed."
  446. msgstr "Lykilorði þínu var breytt"
  447. msgid ""
  448. "Please enter your old password, for security's sake, and then enter your new "
  449. "password twice so we can verify you typed it in correctly."
  450. msgstr ""
  451. "Vinsamlegast skrifaðu gamla lykilorðið þitt til öryggis. Sláðu svo nýja "
  452. "lykilorðið tvisvar inn svo að hægt sé að ganga úr skugga um að þú hafir ekki "
  453. "gert innsláttarvillu."
  454. msgid "Change my password"
  455. msgstr "Breyta lykilorðinu mínu"
  456. msgid "Password reset"
  457. msgstr "Endurstilla lykilorð"
  458. msgid "Your password has been set. You may go ahead and log in now."
  459. msgstr "Lykilorðið var endurstillt. Þú getur núna skráð þig inn á vefsvæðið."
  460. msgid "Password reset confirmation"
  461. msgstr "Staðfesting endurstillingar lykilorðs"
  462. msgid ""
  463. "Please enter your new password twice so we can verify you typed it in "
  464. "correctly."
  465. msgstr ""
  466. "Vinsamlegast settu inn nýja lykilorðið tvisvar til að forðast "
  467. "innsláttarvillur."
  468. msgid "New password:"
  469. msgstr "Nýtt lykilorð:"
  470. msgid "Confirm password:"
  471. msgstr "Staðfestu lykilorð:"
  472. msgid ""
  473. "The password reset link was invalid, possibly because it has already been "
  474. "used. Please request a new password reset."
  475. msgstr ""
  476. "Endurstilling lykilorðs tókst ekki. Slóðin var ógild. Hugsanlega hefur hún "
  477. "nú þegar verið notuð. Vinsamlegast biddu um nýja endurstillingu."
  478. msgid ""
  479. "We've emailed you instructions for setting your password, if an account "
  480. "exists with the email you entered. You should receive them shortly."
  481. msgstr ""
  482. "Við höfum sent þér tölvupóst með leiðbeiningum til að endurstilla lykilorðið "
  483. "þitt, sé aðgangur til með netfanginu sem þú slóst inn. Þú ættir að fá "
  484. "leiðbeiningarnar fljótlega. "
  485. msgid ""
  486. "If you don't receive an email, please make sure you've entered the address "
  487. "you registered with, and check your spam folder."
  488. msgstr ""
  489. "Ef þú færð ekki tölvupóstinn, gakktu úr skugga um að netfangið sem þú slóst "
  490. "inn sé það sama og þú notaðir til að stofna aðganginn og að það hafi ekki "
  491. "lent í spamsíu."
  492. #, python-format
  493. msgid ""
  494. "You're receiving this email because you requested a password reset for your "
  495. "user account at %(site_name)s."
  496. msgstr ""
  497. "Þú ert að fá þennan tölvupóst því þú baðst um endurstillingu á lykilorði "
  498. "fyrir aðganginn þinn á %(site_name)s."
  499. msgid "Please go to the following page and choose a new password:"
  500. msgstr "Vinsamlegast farðu á eftirfarandi síðu og veldu nýtt lykilorð:"
  501. msgid "Your username, in case you've forgotten:"
  502. msgstr "Notandanafnið þitt ef þú skyldir hafa gleymt því:"
  503. msgid "Thanks for using our site!"
  504. msgstr "Takk fyrir að nota vefinn okkar!"
  505. #, python-format
  506. msgid "The %(site_name)s team"
  507. msgstr "%(site_name)s hópurinn"
  508. msgid ""
  509. "Forgotten your password? Enter your email address below, and we'll email "
  510. "instructions for setting a new one."
  511. msgstr ""
  512. "Hefurðu gleymt lykilorðinu þínu? Sláðu inn netfangið þitt hér að neðan og "
  513. "við sendum þér tölvupóst með leiðbeiningum til að setja nýtt lykilorð. "
  514. msgid "Email address:"
  515. msgstr "Netfang:"
  516. msgid "Reset my password"
  517. msgstr "Endursstilla lykilorðið mitt"
  518. msgid "All dates"
  519. msgstr "Allar dagsetningar"
  520. #, python-format
  521. msgid "Select %s"
  522. msgstr "Veldu %s"
  523. #, python-format
  524. msgid "Select %s to change"
  525. msgstr "Veldu %s til að breyta"
  526. #, python-format
  527. msgid "Select %s to view"
  528. msgstr "Veldu %s til að skoða"
  529. msgid "Date:"
  530. msgstr "Dagsetning:"
  531. msgid "Time:"
  532. msgstr "Tími:"
  533. msgid "Lookup"
  534. msgstr "Fletta upp"
  535. msgid "Currently:"
  536. msgstr "Eins og er:"
  537. msgid "Change:"
  538. msgstr "Breyta:"