diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-06 19:16:10 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-06 19:16:10 -0400 |
commit | 3613e79e100bfa00b0c4e6b7c9b2524aadee0a31 (patch) | |
tree | c750a5a19a3a439899faac6ff524d64b98058b2f /lib/l10n/is.php | |
parent | e1e16ec3b0566aafdddb5c2bc744fc4d53e554a1 (diff) | |
download | nextcloud-server-3613e79e100bfa00b0c4e6b7c9b2524aadee0a31.tar.gz nextcloud-server-3613e79e100bfa00b0c4e6b7c9b2524aadee0a31.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/is.php')
-rw-r--r-- | lib/l10n/is.php | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lib/l10n/is.php b/lib/l10n/is.php new file mode 100644 index 00000000000..032289fd304 --- /dev/null +++ b/lib/l10n/is.php @@ -0,0 +1,31 @@ +<?php +$TRANSLATIONS = array( +"Help" => "Hjálp", +"Personal" => "Um mig", +"Settings" => "Stillingar", +"Users" => "Notendur", +"Admin" => "Stjórnun", +"web services under your control" => "vefþjónusta undir þinni stjórn", +"ZIP download is turned off." => "Slökkt á ZIP niðurhali.", +"Files need to be downloaded one by one." => "Skrárnar verður að sækja eina og eina", +"Back to Files" => "Aftur í skrár", +"Selected files too large to generate zip file." => "Valdar skrár eru of stórar til að búa til ZIP skrá.", +"Application is not enabled" => "Forrit ekki virkt", +"Authentication error" => "Villa við auðkenningu", +"Token expired. Please reload page." => "Auðkenning útrunnin. Vinsamlegast skráðu þig aftur inn.", +"Files" => "Skrár", +"Text" => "Texti", +"Images" => "Myndir", +"Could not find category \"%s\"" => "Fann ekki flokkinn \"%s\"", +"seconds ago" => "sek.", +"_%n minute ago_::_%n minutes ago_" => array("",""), +"_%n hour ago_::_%n hours ago_" => array("",""), +"today" => "í dag", +"yesterday" => "í gær", +"_%n day go_::_%n days ago_" => array("",""), +"last month" => "síðasta mánuði", +"_%n month ago_::_%n months ago_" => array("",""), +"last year" => "síðasta ári", +"years ago" => "einhverjum árum" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |