Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-10-28 05:18:52 +0300
committerNextcloud bot <bot@nextcloud.com>2020-10-28 05:18:52 +0300
commite4288529fa5864edf2a188fc22afa02fa96ca455 (patch)
tree73cee6f6ad4b45f25c039842665290936e160637 /apps/lookup_server_connector
parent26fde7aedd05322bed670879863d2b9c49bcd001 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/lookup_server_connector')
-rw-r--r--apps/lookup_server_connector/l10n/ru.js7
-rw-r--r--apps/lookup_server_connector/l10n/ru.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/lookup_server_connector/l10n/ru.js b/apps/lookup_server_connector/l10n/ru.js
new file mode 100644
index 00000000000..c14cc73b4af
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/ru.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "lookup_server_connector",
+ {
+ "Lookup Server Connector" : "Коннектор сервера поиска",
+ "Sync public user information with the lookup server" : "Синхронизация общедоступной пользовательской информации с сервером поиска"
+},
+"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
diff --git a/apps/lookup_server_connector/l10n/ru.json b/apps/lookup_server_connector/l10n/ru.json
new file mode 100644
index 00000000000..8542e737ec7
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/ru.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Lookup Server Connector" : "Коннектор сервера поиска",
+ "Sync public user information with the lookup server" : "Синхронизация общедоступной пользовательской информации с сервером поиска"
+},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
+} \ No newline at end of file