1
0

ast.js 1.5 KB

1234567891011121314151617181920212223242526272829
  1. OC.L10N.register(
  2. "theming",
  3. {
  4. "Loading preview…" : "Cargando previsualización...",
  5. "Saved" : "Guardóse",
  6. "a safe home for all your data" : "un llar seguru pa tolos tos datos",
  7. "Name cannot be empty" : "El nome nun pue tar baleru",
  8. "The given name is too long" : "El nome dau ye perllargu",
  9. "The given web address is too long" : "La direición web dada ye perllarga",
  10. "The given slogan is too long" : "La conseña dada ye perllarga",
  11. "The given color is invalid" : "El color dau ye perllargu",
  12. "The file was uploaded" : "Xubióse'l ficheru",
  13. "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El ficheru xubíu perpasa la direutiva de xuba upload_max_filesize en php.ini",
  14. "No file was uploaded" : "Nun se xubieron fichjeros",
  15. "Missing a temporary folder" : "Falta un direutoriu temporal",
  16. "Could not write file to disk" : "Nun pudo escribise nel discu'l ficheru",
  17. "A PHP extension stopped the file upload" : "Una estensión de PHP paró la xuba de ficheros",
  18. "No file uploaded" : "Nun se xubieron ficheros",
  19. "Unsupported image type" : "Triba non sofitada d'imaxe",
  20. "Name" : "Nome",
  21. "Slogan" : "Conseña",
  22. "Color" : "Color",
  23. "Logo" : "Logu",
  24. "Upload new logo" : "Xubir logu nuevu",
  25. "Login image" : "Imaxe d'aniciu de sesión",
  26. "Upload new login background" : "Xubir fondu nuevu d'aniciu de sesión",
  27. "Remove background image" : "Desaniciar imaxe de fondu"
  28. },
  29. "nplurals=2; plural=(n != 1);");