et_EE.js 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. OC.L10N.register(
  2. "theming",
  3. {
  4. "Loading preview…" : "Eelvaate laadimine...",
  5. "Saved" : "Salvestatud",
  6. "Admin" : "Haldur",
  7. "a safe home for all your data" : "turvaline koht sinu andmetele",
  8. "The given name is too long" : "Antud nimi on liiga pikk",
  9. "The given web address is too long" : "Antud veebiaadress on liiga pikk",
  10. "The given slogan is too long" : "Antud tunnuslause on liiga pikk",
  11. "The given color is invalid" : "Antud värv ei sobi",
  12. "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Üleslaetud fail on suurem, kui php.ini failis määratud upload_max_filesize",
  13. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Üleslaetud fail on suurem, kui MAX_FILE_SIZE atribuut, mis seadistati HTML vormis",
  14. "No file was uploaded" : "Ühtegi faili ei latud üles",
  15. "Missing a temporary folder" : "Ajutine kausta on puudu",
  16. "No file uploaded" : "Faili ei laetud üles",
  17. "Unsupported image type" : "Pildi tüüp pole toetatud",
  18. "Theming" : "Teemad",
  19. "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Teemad võimaldavad lihtsalt serveriinstantsi ja toetatud klientide välimus muuta. See on näha kõigile kasutajatele.",
  20. "Name" : "Nimi",
  21. "Reset to default" : "Taasta vaikeseaded",
  22. "Slogan" : "Tunnuslause",
  23. "Color" : "Värv",
  24. "Logo" : "Logo",
  25. "Upload new logo" : "Lae üles uus logo",
  26. "Login image" : "Avalehe taust",
  27. "Upload new login background" : "Lae üles uus avalehe taustapilt",
  28. "Remove background image" : "Eemalda taustapilt",
  29. "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Paigalda Imagemagick PHP laiendus SVG piltide toega, et üleslaetud logo ja värvi põhjal automaatselt faviconid genereerida. ",
  30. "There is no error, the file uploaded with success" : "Vigu pole, fail laetu edukalt üles",
  31. "The uploaded file was only partially uploaded" : "Üleslatud fail laeti üles ainult osaliselt",
  32. "Failed to write file to disk." : "Faili kettale kirjutamine ebaõnnestus.",
  33. "A PHP extension stopped the file upload." : "PHP laiendus seiskas faili üleslaadimise.",
  34. "You are already using a custom theme" : "Kohandatud teema on juba kasutusel",
  35. "Web address https://…" : "Veebiaadress https://..."
  36. },
  37. "nplurals=2; plural=(n != 1);");