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>2022-05-24 05:33:01 +0300
committerNextcloud bot <bot@nextcloud.com>2022-05-24 05:33:01 +0300
commit1ce6592f638560872efbdcc83212676cb02cdb39 (patch)
treeaf5af1ac7958a2a4da719464cf8261db2407c44b /apps/lookup_server_connector
parentc625bb0c56976f6bc5948ac51622e3c47de29211 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/lookup_server_connector')
-rw-r--r--apps/lookup_server_connector/l10n/es.js2
-rw-r--r--apps/lookup_server_connector/l10n/es.json2
-rw-r--r--apps/lookup_server_connector/l10n/fr.js2
-rw-r--r--apps/lookup_server_connector/l10n/fr.json2
-rw-r--r--apps/lookup_server_connector/l10n/it.js2
-rw-r--r--apps/lookup_server_connector/l10n/it.json2
-rw-r--r--apps/lookup_server_connector/l10n/pt_BR.js2
-rw-r--r--apps/lookup_server_connector/l10n/pt_BR.json2
8 files changed, 8 insertions, 8 deletions
diff --git a/apps/lookup_server_connector/l10n/es.js b/apps/lookup_server_connector/l10n/es.js
index a5985ab6f7e..cc4c5d13317 100644
--- a/apps/lookup_server_connector/l10n/es.js
+++ b/apps/lookup_server_connector/l10n/es.js
@@ -4,4 +4,4 @@ OC.L10N.register(
"Lookup Server Connector" : "Conector del Servidor de Búsqueda",
"Sync public user information with the lookup server" : "Sincronizar información pública del usuario con el servidor de búsqueda"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/lookup_server_connector/l10n/es.json b/apps/lookup_server_connector/l10n/es.json
index 497dda0c86b..3da927c579b 100644
--- a/apps/lookup_server_connector/l10n/es.json
+++ b/apps/lookup_server_connector/l10n/es.json
@@ -1,5 +1,5 @@
{ "translations": {
"Lookup Server Connector" : "Conector del Servidor de Búsqueda",
"Sync public user information with the lookup server" : "Sincronizar información pública del usuario con el servidor de búsqueda"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
+},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file
diff --git a/apps/lookup_server_connector/l10n/fr.js b/apps/lookup_server_connector/l10n/fr.js
index 87fc8406884..e40937ebc52 100644
--- a/apps/lookup_server_connector/l10n/fr.js
+++ b/apps/lookup_server_connector/l10n/fr.js
@@ -4,4 +4,4 @@ OC.L10N.register(
"Lookup Server Connector" : "Connecteur de serveur de recherche",
"Sync public user information with the lookup server" : "Synchroniser les informations utilisateur publiques avec le serveur de recherche"
},
-"nplurals=2; plural=(n > 1);");
+"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/lookup_server_connector/l10n/fr.json b/apps/lookup_server_connector/l10n/fr.json
index 346d7bb5766..5c18d945985 100644
--- a/apps/lookup_server_connector/l10n/fr.json
+++ b/apps/lookup_server_connector/l10n/fr.json
@@ -1,5 +1,5 @@
{ "translations": {
"Lookup Server Connector" : "Connecteur de serveur de recherche",
"Sync public user information with the lookup server" : "Synchroniser les informations utilisateur publiques avec le serveur de recherche"
-},"pluralForm" :"nplurals=2; plural=(n > 1);"
+},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file
diff --git a/apps/lookup_server_connector/l10n/it.js b/apps/lookup_server_connector/l10n/it.js
index d99bd8acd6b..70113fc3a4d 100644
--- a/apps/lookup_server_connector/l10n/it.js
+++ b/apps/lookup_server_connector/l10n/it.js
@@ -4,4 +4,4 @@ OC.L10N.register(
"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);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/lookup_server_connector/l10n/it.json b/apps/lookup_server_connector/l10n/it.json
index 291e8e4bab9..f8378fca795 100644
--- a/apps/lookup_server_connector/l10n/it.json
+++ b/apps/lookup_server_connector/l10n/it.json
@@ -1,5 +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);"
+},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file
diff --git a/apps/lookup_server_connector/l10n/pt_BR.js b/apps/lookup_server_connector/l10n/pt_BR.js
index 2ed820604e4..5476fd00476 100644
--- a/apps/lookup_server_connector/l10n/pt_BR.js
+++ b/apps/lookup_server_connector/l10n/pt_BR.js
@@ -4,4 +4,4 @@ OC.L10N.register(
"Lookup Server Connector" : "Pesquisar por conector de servidor",
"Sync public user information with the lookup server" : "Sincronizar informações públicas do usuário com o servidor de pesquisa"
},
-"nplurals=2; plural=(n > 1);");
+"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/lookup_server_connector/l10n/pt_BR.json b/apps/lookup_server_connector/l10n/pt_BR.json
index 66a148a35f6..ebe02b167c2 100644
--- a/apps/lookup_server_connector/l10n/pt_BR.json
+++ b/apps/lookup_server_connector/l10n/pt_BR.json
@@ -1,5 +1,5 @@
{ "translations": {
"Lookup Server Connector" : "Pesquisar por conector de servidor",
"Sync public user information with the lookup server" : "Sincronizar informações públicas do usuário com o servidor de pesquisa"
-},"pluralForm" :"nplurals=2; plural=(n > 1);"
+},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file