aboutsummaryrefslogtreecommitdiffstats
path: root/apps/lookup_server_connector
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-11-26 00:23:38 +0000
committerNextcloud bot <bot@nextcloud.com>2023-11-26 00:23:38 +0000
commit371aa1bc5d1c5a5be55ac8e9e812817a68a0cc23 (patch)
treec0f68000e31d4d8958dbf340524064c2d474dc8a /apps/lookup_server_connector
parent28e0ccfed906525183306ff3d38b67075d688773 (diff)
downloadnextcloud-server-371aa1bc5d1c5a5be55ac8e9e812817a68a0cc23.tar.gz
nextcloud-server-371aa1bc5d1c5a5be55ac8e9e812817a68a0cc23.zip
Fix(l10n): Update translations 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/is.js7
-rw-r--r--apps/lookup_server_connector/l10n/is.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/lookup_server_connector/l10n/is.js b/apps/lookup_server_connector/l10n/is.js
new file mode 100644
index 00000000000..e5914d265d2
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/is.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "lookup_server_connector",
+ {
+ "Lookup Server Connector" : "Tengi fyrir uppflettingaþjón",
+ "Sync public user information with the lookup server" : "Samstilltu opinberar upplýsingar notenda við uppflettingaþjóninn"
+},
+"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
diff --git a/apps/lookup_server_connector/l10n/is.json b/apps/lookup_server_connector/l10n/is.json
new file mode 100644
index 00000000000..8f025b2dcff
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/is.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Lookup Server Connector" : "Tengi fyrir uppflettingaþjón",
+ "Sync public user information with the lookup server" : "Samstilltu opinberar upplýsingar notenda við uppflettingaþjóninn"
+},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
+} \ No newline at end of file