1
0

eo.js 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. OC.L10N.register(
  2. "theming",
  3. {
  4. "Loading preview…" : "Ŝargo de antaŭrigardo...",
  5. "Saved" : "Konservita",
  6. "Admin" : "Administranto",
  7. "a safe home for all your data" : "sekura hejmo por ĉiuj viaj datumoj",
  8. "Name cannot be empty" : "Nomo ne povas mapleni",
  9. "The given name is too long" : "Tiu nomo tro longas",
  10. "The given web address is too long" : "Tiu TTT-adreso tro longas",
  11. "The given web address is not a valid URL" : "Tiu TTT-adreso ne estas valida retadreso",
  12. "The given legal notice address is too long" : "Tiu adreso pri leĝa regularo tro longas",
  13. "The given legal notice address is not a valid URL" : "La adreso al leĝa regularo ne estas valida retadreso",
  14. "The given privacy policy address is too long" : "Tiu adreso pri privateca regularo tro longas",
  15. "The given privacy policy address is not a valid URL" : "La adreso al privateca regularo ne estas valida retadreso",
  16. "The given slogan is too long" : "Tiu frapfrazo tro longas",
  17. "The given color is invalid" : "Tiu koloro ne validas",
  18. "The file was uploaded" : "La dosiero alŝutiĝis.",
  19. "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "La dosiero alŝutita superas la regulon „upload_max_filesize“ el „php.ini“",
  20. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "La dosiero alŝutita superas la regulon MAX_FILE_SIZE, kiu estas difinita en la HTML-formularo",
  21. "The file was only partially uploaded" : "La dosiero alŝutiĝis nur parte",
  22. "No file was uploaded" : "Neniu dosiero alŝutiĝis.",
  23. "Missing a temporary folder" : "Mankas provizora dosierujo",
  24. "Could not write file to disk" : "Ne eblis skribi dosieron sur diskon",
  25. "A PHP extension stopped the file upload" : "PHP-modulo haltigis la dosieralŝuton",
  26. "No file uploaded" : "Neniu dosiero alŝutiĝis",
  27. "Unsupported image type" : "Nesubtenata bildotipo",
  28. "You are already using a custom theme. Theming app settings might be overwritten by that." : "Vi jam uzas propran etoson. Agordoj de la aplikaĵo „Etosoj“ povus esti anstataŭigitaj de ĝi.",
  29. "Theming" : "Etosoj",
  30. "Legal notice" : "Leĝa regularo",
  31. "Privacy policy" : "Privateca regularo",
  32. "Adjust the Nextcloud theme" : "Modifi la Nextcloud-etoson",
  33. "Open documentation" : "Malfermi la dokumentaron",
  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." : "Etosoj ebligas facilan ŝanĝon en la fasado de via servilo kaj de subtenataj klientoj. Tion vidos ĉiuj uzantoj.",
  35. "Name" : "Nomo",
  36. "Reset to default" : "Restarigi al defaŭltaj agordoj",
  37. "Web link" : "Reta ligilo",
  38. "https://…" : "https://…",
  39. "Slogan" : "Frapfrazo",
  40. "Color" : "Koloro",
  41. "Logo" : "Emblemo",
  42. "Upload new logo" : "Alŝuti novan emblemon",
  43. "Login image" : "Ensaluta bildo",
  44. "Upload new login background" : "Alŝuti novan ensalutan fonan bildon",
  45. "Remove background image" : "Forigi fonan bildon",
  46. "Advanced options" : "Detalaj agordoj",
  47. "Legal notice link" : "Ligilo al leĝa regularo",
  48. "Privacy policy link" : "Ligilo al privateca regularo",
  49. "Header logo" : "Paĝokapa emblemo",
  50. "Upload new header logo" : "Alŝuti novan paĝokapan emblemon",
  51. "Favicon" : "Retpaĝsimbolo",
  52. "Upload new favicon" : "Alŝuti novan retpaĝsimbolon",
  53. "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instalu la PHP-modulon „Imagemagick“ kun SVG-subteno por aŭtomate krei retpaĝsimbolon, kiu devenos de la alŝutita emblemo kaj koloro."
  54. },
  55. "nplurals=2; plural=(n != 1);");