diff options
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/l10n/oc.js | 18 | ||||
-rw-r--r-- | apps/oauth2/l10n/oc.json | 16 |
2 files changed, 34 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/oc.js b/apps/oauth2/l10n/oc.js new file mode 100644 index 00000000000..8c070c5bda4 --- /dev/null +++ b/apps/oauth2/l10n/oc.js @@ -0,0 +1,18 @@ +OC.L10N.register( + "oauth2", + { + "Your client is not authorized to connect. Please inform the administrator of your client." : "Vòstre client es pas autorizat a se connectar. Mercés d’informar l’administrator de vòstre client.", + "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Vòstra URL de redireccion deu èsser una URL complèta per exemple : https://vostredomeni.com/path", + "OAuth 2.0" : "OAuth 2.0", + "Allows OAuth2 compatible authentication from other web applications." : "Permet l’autentificacion compatibla OAuth2 a partir d’autras aplicacions web", + "OAuth 2.0 clients" : "clients OAuth 2.0", + "Add client" : "Apondre un client", + "Name" : "Nom", + "Redirection URI" : "URI de redireccion", + "Add" : "Apondre", + "Client Identifier" : "Identificador client", + "Secret" : "Secret", + "Show client secret" : "Afichar lo secret del client", + "Delete" : "Suprimir" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/oauth2/l10n/oc.json b/apps/oauth2/l10n/oc.json new file mode 100644 index 00000000000..b704b386d18 --- /dev/null +++ b/apps/oauth2/l10n/oc.json @@ -0,0 +1,16 @@ +{ "translations": { + "Your client is not authorized to connect. Please inform the administrator of your client." : "Vòstre client es pas autorizat a se connectar. Mercés d’informar l’administrator de vòstre client.", + "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Vòstra URL de redireccion deu èsser una URL complèta per exemple : https://vostredomeni.com/path", + "OAuth 2.0" : "OAuth 2.0", + "Allows OAuth2 compatible authentication from other web applications." : "Permet l’autentificacion compatibla OAuth2 a partir d’autras aplicacions web", + "OAuth 2.0 clients" : "clients OAuth 2.0", + "Add client" : "Apondre un client", + "Name" : "Nom", + "Redirection URI" : "URI de redireccion", + "Add" : "Apondre", + "Client Identifier" : "Identificador client", + "Secret" : "Secret", + "Show client secret" : "Afichar lo secret del client", + "Delete" : "Suprimir" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file |