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

github.com/nextcloud/templateeditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-08-26 09:39:19 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-08-26 09:39:19 +0300
commit87a781004aaf8accc130a07afc44b0bf066f5606 (patch)
tree07b239c7a2e1f2dd564af62d0f950e023514cbf6
parent822891ae1bcba3b6a0e512663536688f9dad0c9a (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/is.js19
-rw-r--r--l10n/is.json17
-rw-r--r--l10n/is.php15
3 files changed, 50 insertions, 1 deletions
diff --git a/l10n/is.js b/l10n/is.js
new file mode 100644
index 0000000..57fea95
--- /dev/null
+++ b/l10n/is.js
@@ -0,0 +1,19 @@
+OC.L10N.register(
+ "templateeditor",
+ {
+ "Could not load template" : "Gat ekki hlaðið sniðmáta",
+ "Saved" : "Vistað",
+ "Reset" : "Endurstilla",
+ "Sharing email (HTML)" : "Deila tölvupósti (HTML)",
+ "Sharing email (plain text fallback)" : "Deila tölvupóstfangi (einfaldur texti sjálfgefið)",
+ "Lost password mail" : "Týnd lykilorð póstur",
+ "New user email (HTML)" : "Nýr notandi tölvupóstur (HTML)",
+ "New user email (plain text fallback)" : "Nýr notandi tölvupóstur (einfaldur texti sjálfgefið)",
+ "Activity notification mail" : "Virkja tilkynningarpóst",
+ "Mail Templates" : "Póst Sniðmát",
+ "Theme" : "Þema",
+ "Template" : "Sniðmát",
+ "Please choose a template" : "Vinsamlegast veljið sniðmát",
+ "Save" : "Vista"
+},
+"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
diff --git a/l10n/is.json b/l10n/is.json
new file mode 100644
index 0000000..e7f39c6
--- /dev/null
+++ b/l10n/is.json
@@ -0,0 +1,17 @@
+{ "translations": {
+ "Could not load template" : "Gat ekki hlaðið sniðmáta",
+ "Saved" : "Vistað",
+ "Reset" : "Endurstilla",
+ "Sharing email (HTML)" : "Deila tölvupósti (HTML)",
+ "Sharing email (plain text fallback)" : "Deila tölvupóstfangi (einfaldur texti sjálfgefið)",
+ "Lost password mail" : "Týnd lykilorð póstur",
+ "New user email (HTML)" : "Nýr notandi tölvupóstur (HTML)",
+ "New user email (plain text fallback)" : "Nýr notandi tölvupóstur (einfaldur texti sjálfgefið)",
+ "Activity notification mail" : "Virkja tilkynningarpóst",
+ "Mail Templates" : "Póst Sniðmát",
+ "Theme" : "Þema",
+ "Template" : "Sniðmát",
+ "Please choose a template" : "Vinsamlegast veljið sniðmát",
+ "Save" : "Vista"
+},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
+} \ No newline at end of file
diff --git a/l10n/is.php b/l10n/is.php
index 1c223c5..42a59eb 100644
--- a/l10n/is.php
+++ b/l10n/is.php
@@ -1,5 +1,18 @@
<?php
$TRANSLATIONS = array(
+"Could not load template" => "Gat ekki hlaðið sniðmáta",
+"Saved" => "Vistað",
+"Reset" => "Endurstilla",
+"Sharing email (HTML)" => "Deila tölvupósti (HTML)",
+"Sharing email (plain text fallback)" => "Deila tölvupóstfangi (einfaldur texti sjálfgefið)",
+"Lost password mail" => "Týnd lykilorð póstur",
+"New user email (HTML)" => "Nýr notandi tölvupóstur (HTML)",
+"New user email (plain text fallback)" => "Nýr notandi tölvupóstur (einfaldur texti sjálfgefið)",
+"Activity notification mail" => "Virkja tilkynningarpóst",
+"Mail Templates" => "Póst Sniðmát",
+"Theme" => "Þema",
+"Template" => "Sniðmát",
+"Please choose a template" => "Vinsamlegast veljið sniðmát",
"Save" => "Vista"
);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
+$PLURAL_FORMS = "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);";