nextcloud/apps/oauth2/l10n/eu.js

15 lines
497 B
JavaScript
Raw Normal View History

2017-11-23 04:09:47 +03:00
OC.L10N.register(
"oauth2",
{
2018-12-31 04:11:41 +03:00
"OAuth 2.0" : "OAuth 2.0",
2017-11-23 04:09:47 +03:00
"OAuth 2.0 clients" : "OAuth 2.0-en bezeroak",
2018-11-17 04:12:47 +03:00
"Name" : "Izena",
2018-06-27 13:06:12 +03:00
"Redirection URI" : "Birbideraketaren URI",
2018-11-17 04:12:47 +03:00
"Client Identifier" : "Bezeroaren Identifikadorea",
2018-06-27 13:06:12 +03:00
"Secret" : "Sekretua",
2018-11-17 04:12:47 +03:00
"Add client" : "Bezeroa gehitu",
2018-11-20 04:12:39 +03:00
"Add" : "Gehitu",
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 -k kanpo zerbitzuek %s atzitzea baimentzen dute."
2017-11-23 04:09:47 +03:00
},
"nplurals=2; plural=(n != 1);");