ast.js 4.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. OC.L10N.register(
  2. "theming",
  3. {
  4. "The given name is too long" : "El nome apurríu ye mui llongu",
  5. "The given web address is too long" : "La direición web apurrida ye mui llonga",
  6. "The given web address is not a valid URL" : "La direición web apurrida nun ye una URL válida",
  7. "The given color is invalid" : "El color apurríu ye inválidu",
  8. "Disable-user-theming should be true or false" : "«Disable-user-theming» ha ser «true» o «false»",
  9. "Saved" : "Guardóse",
  10. "Invalid app given" : "Apurrióse una aplicación inválida",
  11. "Invalid type for setting \"defaultApp\" given" : "Apurrióse un tipu inválidu pa la opción «defaultApp»",
  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 supera la direutiva «upload_max_filesize» del ficheru php.ini",
  14. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu supera la direutiva «MAX_FILE_SIZE» que s'especificó nel formulariu HTML",
  15. "The file was only partially uploaded" : "El ficheru xubióse parcialmente",
  16. "No file was uploaded" : "Nun se xubió nengún ficheru",
  17. "Missing a temporary folder" : "Falta una carpeta temporal",
  18. "Could not write file to disk" : "Nun se pudo escribir el ficheru nel discu",
  19. "A PHP extension stopped the file upload" : "Una estensión PHP paró la xuba de ficheros",
  20. "No file uploaded" : "Nun se xubió nengún ficheru",
  21. "You are already using a custom theme. Theming app settings might be overwritten by that." : "Yá tas usando un estilu personalizáu. Ye posible que se sobrescriba la configuración de l'aplicación «Estilu».",
  22. "Theming" : "Estilu",
  23. "Appearance and accessibility" : "Aspeutu y accesibilidá",
  24. "Dark theme with high contrast mode" : "Estilu escuru col mou de contraste altu",
  25. "Dark theme" : "Estilu escuru",
  26. "Enable dark theme" : "Activar l'estilu escuru",
  27. "System default theme" : "Estilu predetermináu del sistema",
  28. "Dyslexia font" : "Fonte pa persones dislexiques",
  29. "Enable dyslexia font" : "Activa la fonte pa persones dislexiques",
  30. "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic ye una fonte gratuita diseñada p'amenorgar dalgunos de los errores de llectura más comunes que produz la dislexia.",
  31. "High contrast mode" : "Mou de contraste altu",
  32. "Enable high contrast mode" : "Activar el mou de contraste altu",
  33. "A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un mou de contraste altu acencella la navegación. La calidá visual va amenorgar mas la claridá visual va aumentar.",
  34. "Light theme" : "Tema claru",
  35. "Legal notice" : "Avisu llegal",
  36. "Privacy policy" : "Política de privacidá",
  37. "Advanced options" : "Opciones avanzaes",
  38. "Name" : "Nome",
  39. "Web link" : "Enllaz web",
  40. "a safe home for all your data" : "un llugar seguru pa los datos personales",
  41. "Logo" : "Logotipu",
  42. "Privacy policy link" : "Enllaz de la política de privacidá",
  43. "Header logo" : "Logotipu de la testera",
  44. "Appearance and accessibility settings" : "Configuración del aspeutu y l'accesibilidá",
  45. "Background" : "Fondu",
  46. "Customization has been disabled by your administrator" : "L'alministración desactivó la personalización",
  47. "Keyboard shortcuts" : "Atayos del tecláu",
  48. "Disable all keyboard shortcuts" : "Desactivar tolos atayos del tecláu",
  49. "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "L'accesu universal ye mui importante pa nós. Siguimos los estándares web y comprobamos que too se pueda usar tamién ensin el mur y con programes d'asistencia, como los llectores de pantalla. Queremos cumplir les {guidelines}Pautes d'accesibilidá del conteníu web{linkend} 2.1 nel nivel AA y col estilu de contraste altu nel nivel AAA.",
  50. "Move up" : "Xubir",
  51. "Move down" : "Baxar",
  52. "Default background" : "Fondu predetermináu",
  53. "Change color" : "Camudar el color",
  54. "Select background" : "Selecionar un fondu",
  55. "No background has been selected" : "Nun se seleicionó nengún fondu",
  56. "Navigation bar settings" : "Configuración de la barra de navegación",
  57. "Default app" : "Aplicación predeterminada",
  58. "Reset to default" : "Reafitar los valores",
  59. "Upload" : "Xunir",
  60. "Remove background image" : "Quitar la imaxe del fondu"
  61. },
  62. "nplurals=2; plural=(n != 1);");