ca.js 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. "The file was uploaded" : "S'ha carregat el fitxer",
  14. "No file was uploaded" : "No s'ha carregat cap fitxer",
  15. "No file uploaded" : "No s'ha carregat cap fitxer",
  16. "Unsupported image type" : "Tipus d'imatge no compatible",
  17. "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.",
  18. "Legal notice" : "Avís legal",
  19. "Privacy policy" : "Política de privadesa",
  20. "Theming" : "Aparença",
  21. "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.",
  22. "Name" : "Nom",
  23. "Reset to default" : "Restablir al valor predeterminat",
  24. "https://…" : "https://...",
  25. "Slogan" : "Lema",
  26. "Color" : "Color",
  27. "Logo" : "Logotip",
  28. "Upload new logo" : "Penjar un nou logotip",
  29. "Login image" : "Login logo",
  30. "Upload new login background" : "Carregar nou fons d'inici de sessió",
  31. "Remove background image" : "Elimina la imatge de fons",
  32. "Advanced options" : "Opcions avançades",
  33. "Legal notice link" : "Enllaç a l'avís legal",
  34. "Privacy policy link" : "Enllaç a la política de privadesa",
  35. "Header logo" : "Logo de capçalera",
  36. "Upload new header logo" : "Pujar un nou logo de capçalera",
  37. "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.",
  38. "You are already using a custom theme" : "Ja esteu utilitzant un tema personalitzat",
  39. "Web address https://…" : "Adreça del servidor https://…"
  40. },
  41. "nplurals=2; plural=(n != 1);");