sl.js 7.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. OC.L10N.register(
  2. "dav",
  3. {
  4. "Calendar" : "Koledar",
  5. "Todos" : "Naloge",
  6. "Personal" : "Osebno",
  7. "{actor} created calendar {calendar}" : "{actor} ustvari koledar {calendar}",
  8. "You created calendar {calendar}" : "Ustvarim koledar {calendar}",
  9. "{actor} deleted calendar {calendar}" : "{actor} izbriše koledar {calendar}",
  10. "You deleted calendar {calendar}" : "Izbrišem koledar {calendar}",
  11. "{actor} updated calendar {calendar}" : "{actor} posodobi koledar {calendar}",
  12. "You updated calendar {calendar}" : "Posodobim koledar {calendar}",
  13. "You shared calendar {calendar} as public link" : "Omogočim souporabo koledarja {calendar} z javno povezavo",
  14. "You removed public link for calendar {calendar}" : "Odstranite javno povezavo koledarja {calendar}",
  15. "{actor} shared calendar {calendar} with you" : "{actor} mi omogoči souporabo koledarja {calendar}",
  16. "You shared calendar {calendar} with {user}" : "Omogočite souporabo koledarja {calendar} z uporabnikom {user}",
  17. "{actor} shared calendar {calendar} with {user}" : "{actor} omogoči souporabo koledarja {calendar} z uporabnikom {user}",
  18. "{actor} unshared calendar {calendar} from you" : "{actor} mi oneomogoči souporabo koledarja {calendar}",
  19. "You unshared calendar {calendar} from {user}" : "Onemogočite souporabo koledarja {calendar} z uporabnikom {user}",
  20. "{actor} unshared calendar {calendar} from {user}" : "{actor} onemogoči souporabo koledarja {calendar} z uporabnikom {user}",
  21. "{actor} unshared calendar {calendar} from themselves" : "{actor} onemogoči souporabo koledarja {calendar} s samim sabo",
  22. "You shared calendar {calendar} with group {group}" : "Omogočite souporabo koledarja {calendar} s skupino {group}",
  23. "{actor} shared calendar {calendar} with group {group}" : "{actor} omogoči souporabo koledarja {calendar} s skupino {group}",
  24. "You unshared calendar {calendar} from group {group}" : "Onemogočite souporabo koledarja {calendar} s skupino {group}",
  25. "{actor} unshared calendar {calendar} from group {group}" : "{actor} onemogoči souporabo koledarja {calendar} s skupino {group}",
  26. "{actor} created event {event} in calendar {calendar}" : "{actor} ustvari dogodek {event} v koledarju {calendar}",
  27. "You created event {event} in calendar {calendar}" : "Ustvarite dogodek {event} v koledarju {calendar}",
  28. "{actor} deleted event {event} from calendar {calendar}" : "{actor} izbriše dogodek {event} iz koledarja {calendar}",
  29. "You deleted event {event} from calendar {calendar}" : "Izbrišete dogodek {event} v koledarju {calendar}",
  30. "{actor} updated event {event} in calendar {calendar}" : "{actor} posodobi dogodek {event} v koledarju {calendar}",
  31. "You updated event {event} in calendar {calendar}" : "Posodobite dogodek {event} v koledarju {calendar}",
  32. "Busy" : "Zasedeno",
  33. "{actor} created todo {todo} in list {calendar}" : "{actor} ustvari nalogo {todo} v koledarju {calendar}",
  34. "You created todo {todo} in list {calendar}" : "Ustvarite nalogo {todo} v koledarju {calendar}",
  35. "{actor} deleted todo {todo} from list {calendar}" : "{actor} izbriše nalogo {todo} iz koledara {calendar}",
  36. "You deleted todo {todo} from list {calendar}" : "Izbrišete nalogo {todo} iz koledarja {calendar}",
  37. "{actor} updated todo {todo} in list {calendar}" : "{actor} posodobi nalogo {todo} v koledarju {calendar}",
  38. "You updated todo {todo} in list {calendar}" : "Posodobite nalogo {todo} v seznamu {calendar}",
  39. "{actor} solved todo {todo} in list {calendar}" : "{actor} razreši nalogo {todo} v koledarju {calendar}",
  40. "You solved todo {todo} in list {calendar}" : "Razrešite nalogo {todo} v seznamu {calendar}",
  41. "{actor} reopened todo {todo} in list {calendar}" : "{actor} ponovno odpre nalogo {todo} v koledarju {calendar}",
  42. "You reopened todo {todo} in list {calendar}" : "Ponovno odprete nalogo {todo} v seznamu {calendar}",
  43. "A <strong>calendar</strong> was modified" : "Vpisana je sprememba v <strong>koledar</strong>",
  44. "A calendar <strong>event</strong> was modified" : "Spremenjen je <strong>dogodek</strong> v koledarju",
  45. "A calendar <strong>todo</strong> was modified" : "Spremenjena je <strong>naloga</strong> koledarja",
  46. "Contact birthdays" : "Rojstni dnevi stikov",
  47. "Calendar:" : "Koledar:",
  48. "Date:" : "Datum:",
  49. "Where:" : "Kje:",
  50. "Description:" : "Opis:",
  51. "Untitled event" : "Neimenovan dogodek¨",
  52. "_%n year_::_%n years_" : ["%n leto","%n leti","%n leta","%n let"],
  53. "Calendar: %s" : "Koledar: %s",
  54. "Date: %s" : "Datum: %s",
  55. "Description: %s" : "Opis: %s",
  56. "Where: %s" : "Kje: %s",
  57. "%1$s via %2$s" : "%1$s prek %2$s",
  58. "Invitation canceled" : "Povabilo je preklicano",
  59. "Hello %s," : "Pozdravljeni, %s,",
  60. "The meeting »%1$s« with %2$s was canceled." : "Sestanek »%1$s« z uporabnikom %2$s je preklican.",
  61. "Invitation updated" : "Povabilo je posodobljeno",
  62. "The meeting »%1$s« with %2$s was updated." : "Sestanek »%1$s« z uporabnikom %2$s je spremenjen.",
  63. "When:" : "Kdaj:",
  64. "Link:" : "Povezava:",
  65. "Accept" : "Sprejmi",
  66. "Decline" : "Zavrni",
  67. "More options …" : "Več možnosti ...",
  68. "More options at %s" : "Več možnosti je na %s",
  69. "Contacts" : "Stiki",
  70. "Configures a CalDAV account" : "Nastavi račun CalDAV",
  71. "Configures a CardDAV account" : "Nastavi račun CardDAV",
  72. "WebDAV" : "WebDAV",
  73. "WebDAV endpoint" : "Končna točka WebDAV",
  74. "There was an error updating your attendance status." : "Prišlo je do napake med posodabljanjem vaše udeležbe.",
  75. "Are you accepting the invitation?" : "Ali želite sprejeti povabilo?",
  76. "Tentative" : "Začasno",
  77. "Save" : "Shrani",
  78. "Your attendance was updated successfully." : "Vaša prisotnost je uspešno posodobljena.",
  79. "Calendar server" : "Strežnik koledarja",
  80. "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Namestite tudi {calendarappstoreopen}Koledar{linkclose}, ali pa se povežite z {calendardocopen}namiznim oziroma mobilnim usklajevalnikom ↗{linkclose}.",
  81. "Send invitations to attendees" : "Pošlji povabilo udeležencem",
  82. "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Prepričajte se, da je {emailopen}poštni strežnik{linkclose} pravilno nastavljen.",
  83. "Automatically generate a birthday calendar" : "Samodejno ustvari koledar rojstnih dni",
  84. "Birthday calendars will be generated by a background job." : "Koledarji rojstnih dni bodo ustvarjeni in posodabljani v ozadju.",
  85. "Hence they will not be available immediately after enabling but will show up after some time." : "To pomeni, da ne bodo na voljo takoj po omogočanju, ampak šele po krajšem času.",
  86. "Send notifications for events" : "Pošlji obvestila za dogodke",
  87. "Notifications are sent via background jobs, so these must occur often enough." : "Obvestila so poslana samodejno z opravili v ozadju, ker pomeni, da se morajo ta izvajati dovolj pogosto.",
  88. "Enable notifications for events via push" : "Omogoči potisna obvestila za dogodke",
  89. "Technical details" : "Tehnične podrobnosti",
  90. "Remote Address: %s" : "Oddaljeni naslov: %s",
  91. "Request ID: %s" : "ID Zahteve: %s",
  92. "Notifications will be send through background jobs, so these need to happen often enough." : "Obvestila bodo poslana samodejno z opravili v ozadju, ker pomeni, da se morajo ta izvajati dovolj pogosto."
  93. },
  94. "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");