Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-10-07 03:16:10 +0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-10-07 03:16:10 +0400
commit3613e79e100bfa00b0c4e6b7c9b2524aadee0a31 (patch)
treec750a5a19a3a439899faac6ff524d64b98058b2f /lib/l10n/is.php
parente1e16ec3b0566aafdddb5c2bc744fc4d53e554a1 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/is.php')
-rw-r--r--lib/l10n/is.php31
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);";