diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-09-09 00:08:19 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-09-09 00:08:19 +0000 |
commit | 25f2546a7bb67371a051c387e0bb034f5ba87891 (patch) | |
tree | 5332a16b91e22d4a7df347c79f6a92098f2a8336 /core/l10n/ca.js | |
parent | 3536aff7800bf78cb04badc61c94b914b54556eb (diff) | |
download | nextcloud-server-25f2546a7bb67371a051c387e0bb034f5ba87891.tar.gz nextcloud-server-25f2546a7bb67371a051c387e0bb034f5ba87891.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ca.js')
-rw-r--r-- | core/l10n/ca.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/l10n/ca.js b/core/l10n/ca.js index 11aed8ffd21..5cfd056c494 100644 --- a/core/l10n/ca.js +++ b/core/l10n/ca.js @@ -219,6 +219,8 @@ OC.L10N.register( "The specified document has not been found on the server." : "El document especificat no s'ha trobat al servidor.", "You can click here to return to %s." : "Pots clicar aquí per tornar a %s.", "Internal Server Error" : "Error Intern del Servidor", + "The server was unable to complete your request." : "El servidor no ha pogut completar la teva petició.", + "If this happens again, please send the technical details below to the server administrator." : "Si això torna a passar, si us plau, envia els detalls tècnics de sota a l'administrador del servidor.", "More details can be found in the server log." : "Pots trobar més detalls al llistat del servidor.", "Technical details" : "Detalls tècnics", "Remote Address: %s" : "Adreça remota: %s", @@ -282,6 +284,9 @@ OC.L10N.register( "Cancel log in" : "Cancel·la l'accés a", "Use backup code" : "Utilitza un codi de copia de seguretat", "Error while validating your second factor" : "Error al validar el segon factor d'autenticació", + "Access through untrusted domain" : "Accedeix a través d'un domini que no és de confiança", + "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Si us plau, contacta amb el teu administrador. Si tu ets l'administrador, edita la configuració de \"trusted_domains\" a config/config.php tal com mostra l'exemple de config.samble.php.", + "Depending on your configuration, this button could also work to trust the domain:" : "Depenent de la teva configuració, aquest botó també podria funcionar per confiar en el domini:", "Add \"%s\" as trusted domain" : "Afegeix \"%s\" com a domini de confiança", "App update required" : "Cal que actualitzeu la aplicació", "%s will be updated to version %s" : "%s s'actualitzarà a la versió %s", |