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 /external
parent096525425aaecba2c9f6399654d9efb8e889952c (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'external')
-rw-r--r--external/l10n/is.js2
-rw-r--r--external/l10n/is.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/external/l10n/is.js b/external/l10n/is.js
index e1f25d7b8..867d9a798 100644
--- a/external/l10n/is.js
+++ b/external/l10n/is.js
@@ -7,4 +7,4 @@ OC.L10N.register(
"Remove site" : "Fjarlægja vefsvæði",
"Add" : "Bæta við"
},
-"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);");
+"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
diff --git a/external/l10n/is.json b/external/l10n/is.json
index 14363aeb8..c70d5d458 100644
--- a/external/l10n/is.json
+++ b/external/l10n/is.json
@@ -4,5 +4,5 @@
"URL" : "URL",
"Remove site" : "Fjarlægja vefsvæði",
"Add" : "Bæta við"
-},"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