From 096bfe275e2cd16e584e14239f405b02964eb8a6 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 8 Feb 2017 01:14:55 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/is.js | 6 ++++++ l10n/is.json | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 l10n/is.js create mode 100644 l10n/is.json diff --git a/l10n/is.js b/l10n/is.js new file mode 100644 index 0000000..cd0e455 --- /dev/null +++ b/l10n/is.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Símasamstilling" +}, +"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..816b66a --- /dev/null +++ b/l10n/is.json @@ -0,0 +1,4 @@ +{ "translations": { + "Phone Sync" : "Símasamstilling" +},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" +} \ No newline at end of file