diff options
Diffstat (limited to 'apps/oauth2/l10n/eu.js')
-rw-r--r-- | apps/oauth2/l10n/eu.js | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/apps/oauth2/l10n/eu.js b/apps/oauth2/l10n/eu.js index 71b0a2a1475..e195a1ef3ac 100644 --- a/apps/oauth2/l10n/eu.js +++ b/apps/oauth2/l10n/eu.js @@ -1,20 +1,23 @@ OC.L10N.register( "oauth2", { - "Your client is not authorized to connect. Please inform the administrator of your client." : "Zure bezeroak ez du konektatzeko baimenik. Esan iezaiozu zure bezeroaren kudeatzaileari.", + "Your client is not authorized to connect. Please inform the administrator of your client." : "Zure bezeroak ez du konektatzeko baimenik. Esan iezaiozu zure bezeroaren administratzaileari.", "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Berbideraketa egiteko URLa URL oso bat izan behar da, adibidez: https://zuredomeinua.eus/karpeta", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Beste web aplikazio batzuen bidez egindako OAuth2 erako autentikazioa egitea baimentzen du", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 aplikazioak, zerbitzu hori eskaintzen duten beste web aplikazio batzuen bidez autentikazioa egiten konfiguratzeko aukera eskaintzen die sistemaren kudeatzaileei.", - "OAuth 2.0 clients" : "OAuth 2.0-en bezeroak", + "OAuth 2.0 clients" : "OAuth 2.0 bezeroak", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0k kanpo zerbitzuei {instanceName} instantziara sartzeko baimena eskatzea baimentzen die.", - "Add client" : "Bezeroa gehitu", "Name" : "Izena", "Redirection URI" : "Birbideraketaren URI", - "Add" : "Gehitu", "Client Identifier" : "Bezeroaren Identifikadorea", - "Secret" : "Sekretua", + "Secret key" : "Gako sekretua", + "Delete client" : "Ezabatu bezeroa", + "Make sure you store the secret key, it cannot be recovered." : "Ziurtatu gako sekretua gordetzen duzula, ezin da berreskuratu.", + "Add client" : "Gehitu bezeroa", + "Add" : "Gehitu", "Show client secret" : "Erakutsi bezeroaren sekretua", + "Hide client secret" : "Ezkutatu bezeroaren sekretua", "Delete" : "Ezabatu" }, "nplurals=2; plural=(n != 1);"); |