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.

sl.js 2.1KB

12345678910111213141516171819202122232425262728
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Neznan naslov",
  5. "No result." : "Ni zadetkov",
  6. "Malformed JSON data." : "Nepravilno oblikovani podatki JSON.",
  7. "Error" : "Napaka",
  8. "Weather status" : "Stanje vremena",
  9. "Weather status in your dashboard" : "Stanje vremena na nadzorni plošči",
  10. "Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Podatki o vremenu, ki so izpisani v nadzorni plošči.\n Položaj uporabnika je lahko določen samodejno, ali pa vpisan ročno. Prikazana je 6 urna napoved vremena.\n Ti podatki so lahko vključeni tudi na druga mesta, na primer v program Koledar.",
  11. "Detect location" : "Zaznaj trenutno mesto",
  12. "Set custom address" : "Nastavi naslov po meri",
  13. "Favorites" : "Priljubljeno",
  14. "More weather for {adr}" : "Več o vremenu za mesto {adr}",
  15. "Loading weather" : "Poteka nalaganje podatkov o vremenu",
  16. "Remove from favorites" : "Odstrani iz priljubljenih",
  17. "Add as favorite" : "Dodaj kot priljubljeno",
  18. "You are not logged in." : "Niste prijavljeni v oblak.",
  19. "There was an error getting the weather status information." : "Prišlo je do napake med pridobivanjem podrobnosti o vremenu.",
  20. "No weather information found" : "Ni dosegljivih podatkov o vremenu",
  21. "Location not found" : "Trenutnega mesta ni mogoče določiti",
  22. "There was an error setting the location address." : "Prišlo je do napake med določanjem naslova trenutnega mesta.",
  23. "There was an error setting the location." : "Prišlo je do napake med določanjem trenutnega mesta.",
  24. "There was an error saving the mode." : "Prišlo je do napake med shranjevanjem načina.",
  25. "There was an error using personal address." : "Prišlo je do napake med uporabo osebnega naslova.",
  26. "Set location for weather" : "Nastavitev mesta za prikaz vremena"
  27. },
  28. "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");