From 5fd545ae309f8c3c347aa9c8d2a6a5bcc43eaa8e Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 16 Feb 2017 01:15:31 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/sk_SK.js | 2 +- l10n/sk_SK.json | 2 +- l10n/sq.js | 6 ++++++ l10n/sq.json | 4 ++++ 4 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 l10n/sq.js create mode 100644 l10n/sq.json diff --git a/l10n/sk_SK.js b/l10n/sk_SK.js index 3420f15..eca7d01 100644 --- a/l10n/sk_SK.js +++ b/l10n/sk_SK.js @@ -1,6 +1,6 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Synchronizácia s telefónom" + "Phone Sync" : "SMS" }, "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/l10n/sk_SK.json b/l10n/sk_SK.json index 829bc22..fe475f5 100644 --- a/l10n/sk_SK.json +++ b/l10n/sk_SK.json @@ -1,4 +1,4 @@ { "translations": { - "Phone Sync" : "Synchronizácia s telefónom" + "Phone Sync" : "SMS" },"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/sq.js b/l10n/sq.js new file mode 100644 index 0000000..86e336b --- /dev/null +++ b/l10n/sq.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Sinkronizimi i celularit" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/sq.json b/l10n/sq.json new file mode 100644 index 0000000..9a621f5 --- /dev/null +++ b/l10n/sq.json @@ -0,0 +1,4 @@ +{ "translations": { + "Phone Sync" : "Sinkronizimi i celularit" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file