nextcloud/apps/oauth2/l10n/en_GB.js

14 lines
339 B
JavaScript
Raw Normal View History

2017-05-25 03:08:04 +03:00
OC.L10N.register(
"oauth2",
{
2018-06-27 13:06:12 +03:00
"OAuth 2.0" : "OAuth 2.0",
2017-05-25 03:08:04 +03:00
"OAuth 2.0 clients" : "OAuth 2.0 clients",
2018-11-17 04:12:47 +03:00
"Name" : "Name",
2018-06-27 13:06:12 +03:00
"Redirection URI" : "Redirection URI",
2018-11-17 04:12:47 +03:00
"Client Identifier" : "Client Identifier",
2018-06-27 13:06:12 +03:00
"Secret" : "Secret",
2018-11-17 04:12:47 +03:00
"Add client" : "Add client",
2019-03-21 04:13:49 +03:00
"Add" : "Add"
2017-05-25 03:08:04 +03:00
},
"nplurals=2; plural=(n != 1);");