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