2017-05-25 03:08:04 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"oauth2",
|
|
|
|
{
|
2018-02-13 00:34:01 +03:00
|
|
|
"OAuth 2.0" : "OAuth 2.0",
|
2017-05-25 03:08:04 +03:00
|
|
|
"OAuth 2.0 clients" : "OAuth 2.0 clients",
|
2017-07-19 03:08:22 +03:00
|
|
|
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 allows external services to request access to %s.",
|
2017-05-25 03:08:04 +03:00
|
|
|
"Name" : "Name",
|
|
|
|
"Redirection URI" : "Redirection URI",
|
|
|
|
"Client Identifier" : "Client Identifier",
|
|
|
|
"Secret" : "Secret",
|
|
|
|
"Add client" : "Add client",
|
2017-07-21 03:08:06 +03:00
|
|
|
"Add" : "Add"
|
2017-05-25 03:08:04 +03:00
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n != 1);");
|