2017-12-07 04:10:49 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"oauth2",
|
|
|
|
{
|
|
|
|
"OAuth 2.0 clients" : "OAuth 2.0 kliendid",
|
2018-02-03 04:10:55 +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:49 +03:00
|
|
|
"Name" : "Nimi",
|
|
|
|
"Redirection URI" : "Suunamise URI",
|
2018-02-03 04:10:55 +03:00
|
|
|
"Client Identifier" : "Kliendi identifikaator",
|
2017-12-07 04:10:49 +03:00
|
|
|
"Secret" : "Saladus",
|
|
|
|
"Add client" : "Lisa klient",
|
|
|
|
"Add" : "Lisa"
|
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n != 1);");
|