From cebfc2b5562383d1940447a38431628963532e94 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 3 Feb 2017 01:15:09 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/lv.js | 6 ++++++ l10n/lv.json | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 l10n/lv.js create mode 100644 l10n/lv.json diff --git a/l10n/lv.js b/l10n/lv.js new file mode 100644 index 0000000..12688f9 --- /dev/null +++ b/l10n/lv.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Tālruņa sinhronizēšana" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/l10n/lv.json b/l10n/lv.json new file mode 100644 index 0000000..00417d8 --- /dev/null +++ b/l10n/lv.json @@ -0,0 +1,4 @@ +{ "translations": { + "Phone Sync" : "Tālruņa sinhronizēšana" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" +} \ No newline at end of file