ca.js 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. OC.L10N.register(
  2. "theming",
  3. {
  4. "Loading preview…" : "S'està carregant la previsualització...",
  5. "Saved" : "Desat",
  6. "Admin" : "Administrador",
  7. "a safe home for all your data" : "un lloc segur per a les vostres 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 web address is not a valid URL" : "L'adreça web no és una URL vàlida",
  12. "The given legal notice address is too long" : "L'adreça d'avís legal és massa llarga",
  13. "The given legal notice address is not a valid URL" : "L'adreça proporcionada per notificacions no és una URL vàlida",
  14. "The given privacy policy address is too long" : "L'adreça de política de privadesa és massa llarga",
  15. "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",
  16. "The given slogan is too long" : "L'eslògan proporcionat és massa llarg",
  17. "The given color is invalid" : "El color proporcionat no és vàlid",
  18. "The file was uploaded" : "S'ha carregat el fitxer",
  19. "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El fitxer carregat supera la directiva upload_max_filesize a php.ini",
  20. "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",
  21. "The file was only partially uploaded" : "El fitxer només es ha estat carregat parcialment",
  22. "No file was uploaded" : "No s'ha carregat cap fitxer",
  23. "Missing a temporary folder" : "Falta una carpeta temporal",
  24. "Could not write file to disk" : "No s’ha pogut escriure el fitxer al disc",
  25. "A PHP extension stopped the file upload" : "Una extensió de PHP ha aturat la càrrega del fitxer",
  26. "No file uploaded" : "No s'ha carregat cap fitxer",
  27. "Unsupported image type" : "Tipus d'imatge no compatible",
  28. "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.",
  29. "Theming" : "Aparença",
  30. "Legal notice" : "Avís legal",
  31. "Privacy policy" : "Política de privadesa",
  32. "Adjust the Nextcloud theme" : "Ajusta el tema de Nextcloud",
  33. "Open documentation" : "Obrir la documentació",
  34. "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.",
  35. "Name" : "Nom",
  36. "Reset to default" : "Restableix als valors predeterminats",
  37. "Web link" : "Enllaç web",
  38. "https://…" : "https://...",
  39. "Slogan" : "Eslògan",
  40. "Color" : "Color",
  41. "Logo" : "Logotip",
  42. "Upload new logo" : "Carrega un nou logotip",
  43. "Login image" : "Imatge d'inici de sessió",
  44. "Upload new login background" : "Carrega un nou fons d'inici de sessió",
  45. "Remove background image" : "Suprimeix la imatge de fons",
  46. "Advanced options" : "Paràmetres avançats",
  47. "Legal notice link" : "Enllaç a l'avís legal",
  48. "Privacy policy link" : "Enllaç a la política de privadesa",
  49. "Header logo" : "Logotip de capçalera",
  50. "Upload new header logo" : "Carrega un nou logotip de capçalera",
  51. "Favicon" : "Icona de web",
  52. "Upload new favicon" : "Carrega un nou favicon",
  53. "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."
  54. },
  55. "nplurals=2; plural=(n != 1);");