nextcloud/apps/oauth2/l10n/en_GB.js

21 lines
1.4 KiB
JavaScript
Raw Permalink Normal View History

2017-05-25 03:08:04 +03:00
OC.L10N.register(
"oauth2",
{
2019-07-21 05:15:10 +03:00
"Your client is not authorized to connect. Please inform the administrator of your client." : "Your client is not authorised to connect. Please inform the administrator of your client.",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path",
2018-06-27 13:06:12 +03:00
"OAuth 2.0" : "OAuth 2.0",
2019-07-21 05:15:10 +03:00
"Allows OAuth2 compatible authentication from other web applications." : "Allows OAuth2 compatible authentication from other web applications.",
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.",
2017-05-25 03:08:04 +03:00
"OAuth 2.0 clients" : "OAuth 2.0 clients",
2019-07-21 05:15:10 +03:00
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 allows external services to request access to {instanceName}.",
2020-09-01 05:16:09 +03:00
"Add client" : "Add client",
2018-11-17 04:12:47 +03:00
"Name" : "Name",
2018-06-27 13:06:12 +03:00
"Redirection URI" : "Redirection URI",
2020-09-01 05:16:09 +03:00
"Add" : "Add",
2018-11-17 04:12:47 +03:00
"Client Identifier" : "Client Identifier",
2018-06-27 13:06:12 +03:00
"Secret" : "Secret",
2019-07-21 05:15:10 +03:00
"Show client secret" : "Show client secret",
"Delete" : "Delete"
2017-05-25 03:08:04 +03:00
},
"nplurals=2; plural=(n != 1);");