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