diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-12-31 02:27:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-12-31 02:27:04 +0000 |
commit | d57153940ba044b698e9eb0d26fd5eb3657b0dda (patch) | |
tree | 68f0f61f3c87b38339d57a33dd6c710aaf606faa /apps/lookup_server_connector/l10n | |
parent | 1cb501c338e43ba61e44f3e761db377e13735b7b (diff) | |
download | nextcloud-server-d57153940ba044b698e9eb0d26fd5eb3657b0dda.tar.gz nextcloud-server-d57153940ba044b698e9eb0d26fd5eb3657b0dda.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/lookup_server_connector/l10n')
-rw-r--r-- | apps/lookup_server_connector/l10n/eu.js | 7 | ||||
-rw-r--r-- | apps/lookup_server_connector/l10n/eu.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/lookup_server_connector/l10n/eu.js b/apps/lookup_server_connector/l10n/eu.js new file mode 100644 index 00000000000..b1135463c15 --- /dev/null +++ b/apps/lookup_server_connector/l10n/eu.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "lookup_server_connector", + { + "Lookup Server Connector" : "Bilatu zerbitzari-konektorea", + "Sync public user information with the lookup server" : "Sinkronizatu erabiltzaile publiko baten informazioa bilaketa-zerbitzariarekin" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/lookup_server_connector/l10n/eu.json b/apps/lookup_server_connector/l10n/eu.json new file mode 100644 index 00000000000..6a13894c6a1 --- /dev/null +++ b/apps/lookup_server_connector/l10n/eu.json @@ -0,0 +1,5 @@ +{ "translations": { + "Lookup Server Connector" : "Bilatu zerbitzari-konektorea", + "Sync public user information with the lookup server" : "Sinkronizatu erabiltzaile publiko baten informazioa bilaketa-zerbitzariarekin" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |