1
0

eo.js 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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 legal notice address is too long" : "Tiu adreso pri leĝa regularo tro longas",
  12. "The given privacy policy address is too long" : "Tiu adreso pri privateca regularo tro longas",
  13. "The given slogan is too long" : "Tiu frapfrazo tro longas",
  14. "The given color is invalid" : "Tiu koloro ne validas",
  15. "The file was uploaded" : "La dosiero alŝutiĝis.",
  16. "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“",
  17. "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",
  18. "The file was only partially uploaded" : "La dosiero alŝutiĝis nur parte",
  19. "No file was uploaded" : "Neniu dosiero alŝutiĝis.",
  20. "Missing a temporary folder" : "Mankas provizora dosierujo",
  21. "Could not write file to disk" : "Ne eblis skribi dosieron sur diskon",
  22. "A PHP extension stopped the file upload" : "PHP-modulo haltigis la dosieralŝuton",
  23. "No file uploaded" : "Neniu dosiero alŝutiĝis",
  24. "Unsupported image type" : "Nesubtenata bildotipo",
  25. "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.",
  26. "Legal notice" : "Leĝa regularo",
  27. "Privacy policy" : "Privateca regularo",
  28. "Theming" : "Etosoj",
  29. "Adjust the Nextcloud theme" : "Modifi la Nextcloud-etoson",
  30. "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.",
  31. "Name" : "Nomo",
  32. "Reset to default" : "Restarigi al defaŭltaj agordoj",
  33. "Web link" : "Reta ligilo",
  34. "https://…" : "https://…",
  35. "Slogan" : "Frapfrazo",
  36. "Color" : "Koloro",
  37. "Logo" : "Emblemo",
  38. "Upload new logo" : "Alŝuti novan emblemon",
  39. "Login image" : "Ensaluta bildo",
  40. "Upload new login background" : "Alŝuti novan ensalutan fonan bildon",
  41. "Remove background image" : "Forigi fonan bildon",
  42. "Advanced options" : "Detalaj agordoj",
  43. "Legal notice link" : "Ligilo al leĝa regularo",
  44. "Privacy policy link" : "Ligilo al privateca regularo",
  45. "Header logo" : "Paĝokapa emblemo",
  46. "Upload new header logo" : "Alŝuti novan paĝokapan emblemon",
  47. "Favicon" : "Retpaĝsimbolo",
  48. "Upload new favicon" : "Alŝuti novan retpaĝsimbolon",
  49. "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.",
  50. "There is no error, the file uploaded with success" : "Ne estas eraro, la dosiero alŝutiĝis sukcese.",
  51. "The uploaded file was only partially uploaded" : "La dosiero alŝutiĝis nur parte",
  52. "Failed to write file to disk." : "Ne povis skribi dosieron al disko",
  53. "A PHP extension stopped the file upload." : "PHP-modulo haltigis la dosieralŝuton.",
  54. "You are already using a custom theme" : "Vi jam uziĝas propran etoson",
  55. "Web address https://…" : "TTT-adreso https://..."
  56. },
  57. "nplurals=2; plural=(n != 1);");