diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-08-02 00:08:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-08-02 00:08:10 +0000 |
commit | 2800e017dea5eb81590696101df1729a37c753ca (patch) | |
tree | 612899bb60b6a5729feed83c9b0a248d29390590 /apps/theming/l10n/ca.js | |
parent | 3f0f18b4c45429445678613f6d07cfbc800ceade (diff) | |
download | nextcloud-server-2800e017dea5eb81590696101df1729a37c753ca.tar.gz nextcloud-server-2800e017dea5eb81590696101df1729a37c753ca.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/theming/l10n/ca.js')
-rw-r--r-- | apps/theming/l10n/ca.js | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/apps/theming/l10n/ca.js b/apps/theming/l10n/ca.js new file mode 100644 index 00000000000..ae523acb2b1 --- /dev/null +++ b/apps/theming/l10n/ca.js @@ -0,0 +1,31 @@ +OC.L10N.register( + "theming", + { + "Loading preview…" : "Carregant vista prèvia ...", + "Saved" : "Guardat", + "Admin" : "Admin", + "a safe home for all your data" : "un lloc segur per a les teves dades", + "The given name is too long" : "El nom introduït és massa llarg", + "The given web address is too long" : "L'adreça web proporcionada és massa llarga", + "The given slogan is too long" : "El lema indicat és massa llarg", + "The given color is invalid" : "El color donat no és vàlid", + "No file uploaded" : "No s'ha carregat cap fitxer", + "Unsupported image type" : "Tipus d'imatge no compatible", + "You are already using a custom theme" : "Ja esteu utilitzant un tema personalitzat", + "Theming" : "Adaptació de temes", + "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "L'adaptació de temes permet personalitzar fàcilment l'aspecte de la vostra instància i els clients compatibles. Això serà visible per a tots els usuaris.", + "Name" : "Nom", + "Reset to default" : "Restablir al valor predeterminat", + "Web address" : "Adreça web", + "Web address https://…" : "Adreça del servidor https://…", + "Slogan" : "Lema", + "Color" : "Color", + "Logo" : "Logotip", + "Upload new logo" : "Penjar un nou logotip", + "Login image" : "Login logo", + "Upload new login background" : "Carregar nou fons d'inici de sessió", + "Remove background image" : "Elimina la imatge de fons", + "reset to default" : "restablir a configuració predeterminada", + "Log in image" : "Imatge d'entrada" +}, +"nplurals=2; plural=(n != 1);"); |