is.php 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Email sent" => "Tölvupóstur sendur",
  4. "Encryption" => "Dulkóðun",
  5. "Unable to load list from App Store" => "Ekki tókst að hlaða lista frá forrita síðu",
  6. "Authentication error" => "Villa við auðkenningu",
  7. "Group already exists" => "Hópur er þegar til",
  8. "Unable to add group" => "Ekki tókst að bæta við hóp",
  9. "Email saved" => "Netfang vistað",
  10. "Invalid email" => "Ógilt netfang",
  11. "Unable to delete group" => "Ekki tókst að eyða hóp",
  12. "Unable to delete user" => "Ekki tókst að eyða notenda",
  13. "Language changed" => "Tungumáli breytt",
  14. "Invalid request" => "Ógild fyrirspurn",
  15. "Admins can't remove themself from the admin group" => "Stjórnendur geta ekki fjarlægt sjálfa sig úr stjórnendahóp",
  16. "Unable to add user to group %s" => "Ekki tókst að bæta notenda við hópinn %s",
  17. "Unable to remove user from group %s" => "Ekki tókst að fjarlægja notanda úr hópnum %s",
  18. "User Documentation" => "Notenda handbók",
  19. "Disable" => "Gera óvirkt",
  20. "Enable" => "Virkja",
  21. "Please wait...." => "Andartak....",
  22. "Updating...." => "Uppfæri...",
  23. "Error" => "Villa",
  24. "Update" => "Uppfæra",
  25. "Updated" => "Uppfært",
  26. "deleted" => "eytt",
  27. "undo" => "afturkalla",
  28. "Groups" => "Hópar",
  29. "Group Admin" => "Hópstjóri",
  30. "Delete" => "Eyða",
  31. "__language_name__" => "__nafn_tungumáls__",
  32. "None" => "Ekkert",
  33. "Security Warning" => "Öryggis aðvörun",
  34. "Server address" => "Host nafn netþjóns",
  35. "More" => "Meira",
  36. "Less" => "Minna",
  37. "Version" => "Útgáfa",
  38. "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Þróað af <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud samfélaginu</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">forrita kóðinn</a> er skráðu með <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
  39. "Add your App" => "Bæta við forriti",
  40. "More Apps" => "Fleiri forrit",
  41. "Select an App" => "Veldu forrit",
  42. "See application page at apps.owncloud.com" => "Skoða síðu forrits hjá apps.owncloud.com",
  43. "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-leyfi skráð af <span class=\"author\"></span>",
  44. "Administrator Documentation" => "Stjórnenda handbók",
  45. "Online Documentation" => "Handbók á netinu",
  46. "Forum" => "Vefspjall",
  47. "Bugtracker" => "Villubókhald",
  48. "Commercial Support" => "Borgaður stuðningur",
  49. "You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Þú hefur notað <strong>%s</strong> af tiltæku <strong>%s</strong>",
  50. "Password" => "Lykilorð",
  51. "Your password was changed" => "Lykilorði þínu hefur verið breytt",
  52. "Unable to change your password" => "Ekki tókst að breyta lykilorðinu þínu",
  53. "Current password" => "Núverandi lykilorð",
  54. "New password" => "Nýtt lykilorð",
  55. "Change password" => "Breyta lykilorði",
  56. "Email" => "Netfang",
  57. "Your email address" => "Netfangið þitt",
  58. "Cancel" => "Hætta við",
  59. "Language" => "Tungumál",
  60. "Help translate" => "Hjálpa við þýðingu",
  61. "Create" => "Búa til",
  62. "Default Storage" => "Sjálfgefin gagnageymsla",
  63. "Unlimited" => "Ótakmarkað",
  64. "Other" => "Annað",
  65. "Username" => "Notendanafn",
  66. "Storage" => "gagnapláss",
  67. "Default" => "Sjálfgefið"
  68. );
  69. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";