nextcloud/apps/oauth2/l10n/et_EE.js

14 lines
457 B
JavaScript
Raw Normal View History

2017-12-07 04:10:37 +03:00
OC.L10N.register(
"oauth2",
{
"OAuth 2.0 clients" : "OAuth 2.0 kliendid",
2018-02-03 04:10:30 +03:00
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 lubab välistel teenustel %s teenusele ligipääsu taotleda.",
2017-12-07 04:10:37 +03:00
"Name" : "Nimi",
"Redirection URI" : "Suunamise URI",
2018-02-03 04:10:30 +03:00
"Client Identifier" : "Kliendi identifikaator",
2017-12-07 04:10:37 +03:00
"Secret" : "Saladus",
"Add client" : "Lisa klient",
"Add" : "Lisa"
},
"nplurals=2; plural=(n != 1);");