ca.js 2.1 KB

123456789101112131415161718192021222324252627282930313233
  1. OC.L10N.register(
  2. "theming",
  3. {
  4. "Loading preview…" : "Carregant vista prèvia ...",
  5. "Saved" : "Guardat",
  6. "Admin" : "Admin",
  7. "a safe home for all your data" : "un lloc segur per a les teves dades",
  8. "Name cannot be empty" : "El nom del fitxer no pot estar buit",
  9. "The given name is too long" : "El nom introduït és massa llarg",
  10. "The given web address is too long" : "L'adreça web proporcionada és massa llarga",
  11. "The given slogan is too long" : "El lema indicat és massa llarg",
  12. "The given color is invalid" : "El color donat no és vàlid",
  13. "No file uploaded" : "No s'ha carregat cap fitxer",
  14. "Unsupported image type" : "Tipus d'imatge no compatible",
  15. "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.",
  16. "Theming" : "Aparença",
  17. "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.",
  18. "Name" : "Nom",
  19. "Reset to default" : "Restablir al valor predeterminat",
  20. "Slogan" : "Lema",
  21. "Color" : "Color",
  22. "Logo" : "Logotip",
  23. "Upload new logo" : "Penjar un nou logotip",
  24. "Login image" : "Login logo",
  25. "Upload new login background" : "Carregar nou fons d'inici de sessió",
  26. "Remove background image" : "Elimina la imatge de fons",
  27. "Header logo" : "Logo de capçalera",
  28. "Upload new header logo" : "Pujar un nou logo de capçalera",
  29. "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.",
  30. "You are already using a custom theme" : "Ja esteu utilitzant un tema personalitzat",
  31. "Web address https://…" : "Adreça del servidor https://…"
  32. },
  33. "nplurals=2; plural=(n != 1);");