nextcloud/apps/theming/l10n/ca.js

55 lines
3.8 KiB
JavaScript
Raw Normal View History

2017-08-02 03:08:10 +03:00
OC.L10N.register(
"theming",
{
2019-08-02 05:14:30 +03:00
"Loading preview…" : "S'està carregant la previsualització...",
2019-05-26 05:14:16 +03:00
"Saved" : "Desat",
"Admin" : "Administrador",
"a safe home for all your data" : "un lloc segur per a les vostres dades",
2018-05-12 03:13:00 +03:00
"Name cannot be empty" : "El nom del fitxer no pot estar buit",
2017-08-02 03:08:10 +03:00
"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",
2019-08-14 05:14:58 +03:00
"The given web address is not a valid URL" : "L'adreça web no és una URL vàlida",
2019-05-26 05:14:16 +03:00
"The given legal notice address is too long" : "L'adreça d'avís legal és massa llarga",
2019-08-14 05:14:58 +03:00
"The given legal notice address is not a valid URL" : "L'adreça proporcionada per notificacions no és una URL vàlida",
2019-05-26 05:14:16 +03:00
"The given privacy policy address is too long" : "L'adreça de política de privadesa és massa llarga",
2019-08-14 05:14:58 +03:00
"The given privacy policy address is not a valid URL" : "L'adreça proporcionada per a la política de privacitat no és una URL vàlida",
2019-05-26 05:14:16 +03:00
"The given slogan is too long" : "L'eslògan proporcionat és massa llarg",
"The given color is invalid" : "El color proporcionat no és vàlid",
2019-03-14 19:08:31 +03:00
"The file was uploaded" : "S'ha carregat el fitxer",
2019-05-26 05:14:16 +03:00
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El fitxer carregat supera la directiva upload_max_filesize a php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El fitxer carregat supera la directiva MAX_FILE_SIZE especificada al formulari HTML",
"The file was only partially uploaded" : "El fitxer només es ha estat carregat parcialment",
2019-03-14 19:08:31 +03:00
"No file was uploaded" : "No s'ha carregat cap fitxer",
2019-05-26 05:14:16 +03:00
"Missing a temporary folder" : "Falta una carpeta temporal",
"Could not write file to disk" : "No sha pogut escriure el fitxer al disc",
"A PHP extension stopped the file upload" : "Una extensió de PHP ha aturat la càrrega del fitxer",
2017-08-02 03:08:10 +03:00
"No file uploaded" : "No s'ha carregat cap fitxer",
2019-05-26 05:14:16 +03:00
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Ja esteu fent servir un tema propi. La configuració de l'aplicació s'hauria d'haver modificat.",
2019-03-21 04:13:49 +03:00
"Theming" : "Aparença",
2019-03-14 19:08:31 +03:00
"Legal notice" : "Avís legal",
"Privacy policy" : "Política de privadesa",
2019-05-26 05:14:16 +03:00
"Adjust the Nextcloud theme" : "Ajusta el tema de Nextcloud",
2020-12-20 05:19:27 +03:00
"Open documentation" : "Obre la documentació",
2019-05-26 05:14:16 +03:00
"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'aparença permet personalitzar fàcilment l'aspecte de la vostra web i dels clients. Això serà visible per a tots els usuaris.",
2017-08-02 03:08:10 +03:00
"Name" : "Nom",
2019-05-26 05:14:16 +03:00
"Reset to default" : "Restableix als valors predeterminats",
"Web link" : "Enllaç web",
2019-03-14 19:08:31 +03:00
"https://…" : "https://...",
2019-05-26 05:14:16 +03:00
"Slogan" : "Eslògan",
2017-08-02 03:08:10 +03:00
"Color" : "Color",
"Logo" : "Logotip",
2020-12-20 05:19:27 +03:00
"Upload new logo" : "Puja un logotip nou",
2019-05-26 05:14:16 +03:00
"Login image" : "Imatge d'inici de sessió",
"Upload new login background" : "Carrega un nou fons d'inici de sessió",
"Remove background image" : "Suprimeix la imatge de fons",
2019-08-02 05:14:30 +03:00
"Advanced options" : "Paràmetres avançats",
2019-03-14 19:08:31 +03:00
"Legal notice link" : "Enllaç a l'avís legal",
"Privacy policy link" : "Enllaç a la política de privadesa",
2019-05-26 05:14:16 +03:00
"Header logo" : "Logotip de capçalera",
2020-12-20 05:19:27 +03:00
"Upload new header logo" : "Puja un logotip de capçalera nou",
2019-08-02 05:14:30 +03:00
"Favicon" : "Icona de web",
2019-05-26 05:14:16 +03:00
"Upload new favicon" : "Carrega un nou favicon",
2021-02-02 05:19:50 +03:00
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instal·leu l'extensió PHP de l'ImageMagick compatible amb imatges SVG per generar automàticament una icona de web a partir del logotip pujat i del color."
2017-08-02 03:08:10 +03:00
},
"nplurals=2; plural=(n != 1);");