You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ast.js 1.8KB

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