2017-05-20 03:08:27 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"oauth2",
|
|
|
|
{
|
2018-02-13 00:33:37 +03:00
|
|
|
"OAuth 2.0" : "OAuth 2.0",
|
2017-05-20 03:08:27 +03:00
|
|
|
"OAuth 2.0 clients" : "OAuth 2.0 -asiakkaat",
|
|
|
|
"Name" : "Nimi",
|
2018-06-27 13:06:12 +03:00
|
|
|
"Redirection URI" : "Uudelleenohjaus URI",
|
2018-11-17 04:12:47 +03:00
|
|
|
"Client Identifier" : "Asiakkaan tunniste",
|
2018-06-27 13:06:12 +03:00
|
|
|
"Secret" : "Salaisuus",
|
2018-11-17 04:12:47 +03:00
|
|
|
"Add client" : "Lisää asiakas",
|
2019-02-11 04:12:23 +03:00
|
|
|
"Add" : "Lisää",
|
|
|
|
"Delete" : "Poista"
|
2017-05-20 03:08:27 +03:00
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n != 1);");
|