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

github.com/nextcloud/apps.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-02 07:51:37 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-08-02 07:51:37 +0300
commitc70e146ade018793fbcaf08db105368a4e3da4ca (patch)
tree4088950254f556de1434ca5420fcb90bc1769d44 /impress
parent096525425aaecba2c9f6399654d9efb8e889952c (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'impress')
-rw-r--r--impress/l10n/is.js2
-rw-r--r--impress/l10n/is.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/impress/l10n/is.js b/impress/l10n/is.js
index 3a8af6b86..c26bc1e9f 100644
--- a/impress/l10n/is.js
+++ b/impress/l10n/is.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Name" : "Nafn",
"Size" : "Stærð"
},
-"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);");
+"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
diff --git a/impress/l10n/is.json b/impress/l10n/is.json
index b6b0b3d7d..7ad5e6480 100644
--- a/impress/l10n/is.json
+++ b/impress/l10n/is.json
@@ -3,5 +3,5 @@
"No Impress files are found in your ownCloud. Please upload a .impress file." : "Engar Impress skrár fundust í ownCloud uppsetningu þinni. Vinsamlegast settu inn .impress skrá.",
"Name" : "Nafn",
"Size" : "Stærð"
-},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);"
+},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
} \ No newline at end of file