nextcloud/apps/theming/l10n/ca.js

36 lines
2.2 KiB
JavaScript
Raw Normal View History

2017-08-02 03:08:10 +03:00
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",
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",
"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",
2018-05-12 03:13:00 +03:00
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Ja estàs utilitzant un tema propi. La configuració de l'app s'hauria d'haver modificat.",
"Theming" : "Aparença",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "La personalització permet canviar 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",
"Reset to default" : "Restablir al valor predeterminat",
"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",
2018-05-12 03:13:00 +03:00
"Header logo" : "Logo de capçalera",
"Upload new header logo" : "Pujar un nou logo de capçalera",
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instal·la l'extensió Imagemagick per al PHP i es generarà automàticament un favicon a partir del logo i del color del tema.",
2018-03-28 03:21:16 +03:00
"You are already using a custom theme" : "Ja esteu utilitzant un tema personalitzat",
2018-05-18 03:13:45 +03:00
"reset to default" : "restablir a configuració predeterminada",
"Web address" : "Adreça web",
"Web address https://…" : "Adreça del servidor https://…"
2017-08-02 03:08:10 +03:00
},
"nplurals=2; plural=(n != 1);");