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-09-20 05:17:05 +0300
committerNextcloud bot <bot@nextcloud.com>2020-09-20 05:17:05 +0300
commitbdc60ef9b2d4793b3da7887632fb4b0e77bf964a (patch)
treec30fafca8df3e2ec928ae8ab819b2ac5691244b7 /apps/lookup_server_connector
parented9f3ee990a4f31da34e44abd35bab903e125cfa (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/lookup_server_connector')
-rw-r--r--apps/lookup_server_connector/l10n/ca.js7
-rw-r--r--apps/lookup_server_connector/l10n/ca.json5
-rw-r--r--apps/lookup_server_connector/l10n/gl.js7
-rw-r--r--apps/lookup_server_connector/l10n/gl.json5
-rw-r--r--apps/lookup_server_connector/l10n/it.js7
-rw-r--r--apps/lookup_server_connector/l10n/it.json5
-rw-r--r--apps/lookup_server_connector/l10n/pl.js7
-rw-r--r--apps/lookup_server_connector/l10n/pl.json5
-rw-r--r--apps/lookup_server_connector/l10n/tr.js7
-rw-r--r--apps/lookup_server_connector/l10n/tr.json5
10 files changed, 60 insertions, 0 deletions
diff --git a/apps/lookup_server_connector/l10n/ca.js b/apps/lookup_server_connector/l10n/ca.js
new file mode 100644
index 00000000000..0852c280447
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/ca.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "lookup_server_connector",
+ {
+ "Lookup Server Connector" : "Connector del servidor de consulta",
+ "Sync public user information with the lookup server" : "Sincronitza la informació de l'usuari públic amb el servidor de consulta"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/lookup_server_connector/l10n/ca.json b/apps/lookup_server_connector/l10n/ca.json
new file mode 100644
index 00000000000..77b96b5dd8a
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/ca.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Lookup Server Connector" : "Connector del servidor de consulta",
+ "Sync public user information with the lookup server" : "Sincronitza la informació de l'usuari públic amb el servidor de consulta"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/lookup_server_connector/l10n/gl.js b/apps/lookup_server_connector/l10n/gl.js
new file mode 100644
index 00000000000..725d07e4875
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/gl.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "lookup_server_connector",
+ {
+ "Lookup Server Connector" : "Conectador do servidor de buscas",
+ "Sync public user information with the lookup server" : "Sincroniza a información pública do usuario co servidor de busca"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/lookup_server_connector/l10n/gl.json b/apps/lookup_server_connector/l10n/gl.json
new file mode 100644
index 00000000000..d56e1033593
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/gl.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Lookup Server Connector" : "Conectador do servidor de buscas",
+ "Sync public user information with the lookup server" : "Sincroniza a información pública do usuario co servidor de busca"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/lookup_server_connector/l10n/it.js b/apps/lookup_server_connector/l10n/it.js
new file mode 100644
index 00000000000..d99bd8acd6b
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/it.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "lookup_server_connector",
+ {
+ "Lookup Server Connector" : "Connettore server di ricerca",
+ "Sync public user information with the lookup server" : "Sincronizza le informazioni utente pubbliche con il server di ricerca"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/lookup_server_connector/l10n/it.json b/apps/lookup_server_connector/l10n/it.json
new file mode 100644
index 00000000000..291e8e4bab9
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/it.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Lookup Server Connector" : "Connettore server di ricerca",
+ "Sync public user information with the lookup server" : "Sincronizza le informazioni utente pubbliche con il server di ricerca"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/lookup_server_connector/l10n/pl.js b/apps/lookup_server_connector/l10n/pl.js
new file mode 100644
index 00000000000..d157f1f6cd5
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/pl.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "lookup_server_connector",
+ {
+ "Lookup Server Connector" : "Łącze serwera wyszukiwania",
+ "Sync public user information with the lookup server" : "Synchronizuj publiczne informacje o użytkowniku z serwerem wyszukiwania"
+},
+"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
diff --git a/apps/lookup_server_connector/l10n/pl.json b/apps/lookup_server_connector/l10n/pl.json
new file mode 100644
index 00000000000..c81f5b423d6
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/pl.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Lookup Server Connector" : "Łącze serwera wyszukiwania",
+ "Sync public user information with the lookup server" : "Synchronizuj publiczne informacje o użytkowniku z serwerem wyszukiwania"
+},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
+} \ No newline at end of file
diff --git a/apps/lookup_server_connector/l10n/tr.js b/apps/lookup_server_connector/l10n/tr.js
new file mode 100644
index 00000000000..aa0081295f2
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/tr.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "lookup_server_connector",
+ {
+ "Lookup Server Connector" : "Tarama Sunucusu Bağlantısı",
+ "Sync public user information with the lookup server" : "Herkese açık kullanıcı bilgilerini tarama sunucusu ile eşitler"
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/apps/lookup_server_connector/l10n/tr.json b/apps/lookup_server_connector/l10n/tr.json
new file mode 100644
index 00000000000..bd6a8cbbb87
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/tr.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Lookup Server Connector" : "Tarama Sunucusu Bağlantısı",
+ "Sync public user information with the lookup server" : "Herkese açık kullanıcı bilgilerini tarama sunucusu ile eşitler"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file