diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-11-23 01:09:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-11-23 01:09:47 +0000 |
commit | b6a39b79278df848af388506cce394671a414f19 (patch) | |
tree | 7af7b5cfbafb2fb57d6ce29e82177be5136ff3b9 /apps/oauth2/l10n | |
parent | 90c1d3e129493a50ef976fd2baabe0d33f58f4eb (diff) | |
download | nextcloud-server-b6a39b79278df848af388506cce394671a414f19.tar.gz nextcloud-server-b6a39b79278df848af388506cce394671a414f19.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2/l10n')
-rw-r--r-- | apps/oauth2/l10n/eu.js | 13 | ||||
-rw-r--r-- | apps/oauth2/l10n/eu.json | 11 |
2 files changed, 24 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/eu.js b/apps/oauth2/l10n/eu.js new file mode 100644 index 00000000000..305681cf66f --- /dev/null +++ b/apps/oauth2/l10n/eu.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "oauth2", + { + "OAuth 2.0 clients" : "OAuth 2.0-en bezeroak", + "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 -k kanpo zerbitzuek %s atzitzea baimentzen dute.", + "Name" : "Izena", + "Redirection URI" : "Birbideraketaren URI", + "Client Identifier" : "Bezeroaren Identifikadorea", + "Secret" : "Sekretua", + "Add client" : "Bezeroa gehitu", + "Add" : "Gehitu" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/eu.json b/apps/oauth2/l10n/eu.json new file mode 100644 index 00000000000..821d81ed11d --- /dev/null +++ b/apps/oauth2/l10n/eu.json @@ -0,0 +1,11 @@ +{ "translations": { + "OAuth 2.0 clients" : "OAuth 2.0-en bezeroak", + "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 -k kanpo zerbitzuek %s atzitzea baimentzen dute.", + "Name" : "Izena", + "Redirection URI" : "Birbideraketaren URI", + "Client Identifier" : "Bezeroaren Identifikadorea", + "Secret" : "Sekretua", + "Add client" : "Bezeroa gehitu", + "Add" : "Gehitu" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |