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-11-26 05:18:48 +0300
committerNextcloud bot <bot@nextcloud.com>2020-11-26 05:18:48 +0300
commitaea31d5dddfe261e51f7462c8a8afdbb0114d1d9 (patch)
treecbae30eaff7dcd73b7e1aa2aafdde79e5774769f /apps/lookup_server_connector
parent82984b5c795113b1749a9bd5536dcce68eb3d280 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/lookup_server_connector')
-rw-r--r--apps/lookup_server_connector/l10n/en_GB.js7
-rw-r--r--apps/lookup_server_connector/l10n/en_GB.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/lookup_server_connector/l10n/en_GB.js b/apps/lookup_server_connector/l10n/en_GB.js
new file mode 100644
index 00000000000..c81b59e3a7f
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/en_GB.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "lookup_server_connector",
+ {
+ "Lookup Server Connector" : "Lookup Server Connector",
+ "Sync public user information with the lookup server" : "Sync public user information with the lookup server"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/lookup_server_connector/l10n/en_GB.json b/apps/lookup_server_connector/l10n/en_GB.json
new file mode 100644
index 00000000000..bc65e8e6565
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/en_GB.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Lookup Server Connector" : "Lookup Server Connector",
+ "Sync public user information with the lookup server" : "Sync public user information with the lookup server"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file