aboutsummaryrefslogtreecommitdiffstats
path: root/apps/lookup_server_connector
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-11-26 00:23:47 +0000
committerNextcloud bot <bot@nextcloud.com>2023-11-26 00:23:47 +0000
commit5b2ae14e75fa89edaf70ea46c6152391dc951a38 (patch)
tree40df2ccdcd7b69fe7c1a16cb29a5b2b57676688b /apps/lookup_server_connector
parent38714a2a07fa7d52895bd31b50902d9cb2d92077 (diff)
downloadnextcloud-server-5b2ae14e75fa89edaf70ea46c6152391dc951a38.tar.gz
nextcloud-server-5b2ae14e75fa89edaf70ea46c6152391dc951a38.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