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 /user_migrate
parent096525425aaecba2c9f6399654d9efb8e889952c (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'user_migrate')
-rw-r--r--user_migrate/l10n/is.js2
-rw-r--r--user_migrate/l10n/is.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/user_migrate/l10n/is.js b/user_migrate/l10n/is.js
index 500ebca24..b4d5681f3 100644
--- a/user_migrate/l10n/is.js
+++ b/user_migrate/l10n/is.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"An error has occurred" : "Villa kom upp",
"Import" : "Flytja inn"
},
-"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);");
+"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
diff --git a/user_migrate/l10n/is.json b/user_migrate/l10n/is.json
index 0b856024f..8df1b9364 100644
--- a/user_migrate/l10n/is.json
+++ b/user_migrate/l10n/is.json
@@ -3,5 +3,5 @@
"Something went wrong while the export file was being generated" : "Eitthvað fór úrskeðis við gerð skráar til útflutning",
"An error has occurred" : "Villa kom upp",
"Import" : "Flytja inn"
-},"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