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 /imprint
parent096525425aaecba2c9f6399654d9efb8e889952c (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'imprint')
-rw-r--r--imprint/l10n/is.js2
-rw-r--r--imprint/l10n/is.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/imprint/l10n/is.js b/imprint/l10n/is.js
index 1f9aa8bd9..794565847 100644
--- a/imprint/l10n/is.js
+++ b/imprint/l10n/is.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Legal notice" : "Lagaleg atriði"
},
-"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);");
+"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
diff --git a/imprint/l10n/is.json b/imprint/l10n/is.json
index b21f55364..300366075 100644
--- a/imprint/l10n/is.json
+++ b/imprint/l10n/is.json
@@ -1,4 +1,4 @@
{ "translations": {
"Legal notice" : "Lagaleg atriði"
-},"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