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.

hr.js 1.4KB

12345678910111213141516171819202122232425
  1. OC.L10N.register(
  2. "dashboard",
  3. {
  4. "Dashboard" : "Nadzorna ploča",
  5. "Dashboard app" : "Nadzorna ploča aplikacije",
  6. "Customize" : "Uredi",
  7. "Edit widgets" : "Uredi widgete",
  8. "Get more widgets from the App Store" : "Nabavite više widgeta iz trgovine aplikacijama",
  9. "Weather service" : "Davatelj vremenske prognoze",
  10. "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Radi zaštite vaše privatnosti, podatke o vremenskoj prognozi zahtijeva vaš Nextcloud poslužitelj u vaše ime kako davatelj vremenske prognoze ne bi primio vaše osobne podatke.",
  11. "Weather data from Met.no" : "Podaci o vremenskoj prognozi iz Met.no",
  12. "geocoding with Nominatim" : "geokodiranje uz Nominatim",
  13. "elevation data from OpenTopoData" : "podaci o nadmorskoj visini iz OpenTopoData",
  14. "Weather" : "Vrijeme",
  15. "Status" : "Status",
  16. "Good morning" : "Dobro jutro",
  17. "Good morning, {name}" : "Dobro jutro, {name}",
  18. "Good afternoon" : "Dobar dan",
  19. "Good afternoon, {name}" : "Dobar dan, {name}",
  20. "Good evening" : "Dobar dan",
  21. "Good evening, {name}" : "Dobar dan, {name}",
  22. "Hello" : "Pozdrav",
  23. "Hello, {name}" : "Pozdrav, {name}"
  24. },
  25. "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");