lt_LT.js 5.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. OC.L10N.register(
  2. "dav",
  3. {
  4. "Calendar" : "Kalendorius",
  5. "Todos" : "Užduotys",
  6. "Personal" : "Asmeniniai",
  7. "{actor} created calendar {calendar}" : "{actor} sukūrė kalendorių {calendar}",
  8. "You created calendar {calendar}" : "Jūs sukūrėte kalendorių {calendar}",
  9. "{actor} deleted calendar {calendar}" : "{actor} ištrynė kalendorių {calendar}",
  10. "You deleted calendar {calendar}" : "Jūs ištrynėte kalendorių {calendar}",
  11. "{actor} updated calendar {calendar}" : "{actor} atnaujino kalendorių {calendar}",
  12. "You updated calendar {calendar}" : "Jūs atnaujinote kalendorių {calendar}",
  13. "{actor} shared calendar {calendar} with you" : "{actor} pradėjo bendrinti su jumis kalendorių {calendar}",
  14. "You shared calendar {calendar} with {user}" : "Jūs pradėjote bendrinti kalendorių {calendar} su {user}",
  15. "{actor} shared calendar {calendar} with {user}" : "{actor} pradėjo bendrinti kalendorių {calendar} su {user}",
  16. "{actor} unshared calendar {calendar} from you" : "{actor} nustojo bendrinti su jumis kalendorių {calendar}",
  17. "You unshared calendar {calendar} from {user}" : "Jūs nustojote bendrinti kalendorių {calendar} su {user}",
  18. "{actor} unshared calendar {calendar} from {user}" : "{actor} nustojo bendrinti kalendorių {calendar} su {user}",
  19. "{actor} unshared calendar {calendar} from themselves" : "{actor} nustojo bendrinti su savimi kalendorių {calendar}",
  20. "You shared calendar {calendar} with group {group}" : "Jūs pradėjote bendrinti kalendorių {calendar} su grupe {group}",
  21. "{actor} shared calendar {calendar} with group {group}" : "{actor} pradėjo bendrinti kalendorių {calendar} su grupe {group}",
  22. "You unshared calendar {calendar} from group {group}" : "Jūs nustojote bendrinti kalendorių {calendar} su grupe {group}",
  23. "{actor} unshared calendar {calendar} from group {group}" : "{actor} nustojo bendrinti kalendorių {calendar} su grupe {group}",
  24. "{actor} created event {event} in calendar {calendar}" : "{actor} kalendoriuje {calendar} sukūrė įvykį {event}",
  25. "You created event {event} in calendar {calendar}" : "Jūs kalendoriuje {calendar} sukūrėte įvykį {event}",
  26. "{actor} deleted event {event} from calendar {calendar}" : "{actor} ištrynė įvykį {event} iš kalendoriaus {calendar}",
  27. "You deleted event {event} from calendar {calendar}" : "Jūs ištrynėte įvykį {event} iš kalendoriaus {calendar}",
  28. "{actor} updated event {event} in calendar {calendar}" : "{actor} kalendoriuje {calendar} atnaujino įvykį {event}",
  29. "You updated event {event} in calendar {calendar}" : "Jūs kalendoriuje {calendar} atnaujinote įvykį {event}",
  30. "{actor} created todo {todo} in list {calendar}" : "{actor} sąraše {calendar} sukūrė užduotį {todo}",
  31. "You created todo {todo} in list {calendar}" : "Jūs sąraše {calendar} sukūrėte užduotį {todo}",
  32. "{actor} deleted todo {todo} from list {calendar}" : "{actor} iš sąrašo {calendar} ištrynė užduotį {todo}",
  33. "You deleted todo {todo} from list {calendar}" : "Jūs iš sąrašo {calendar} ištrynėte užduotį {todo}",
  34. "{actor} updated todo {todo} in list {calendar}" : "{actor} sąraše {calendar} atnaujino užduotį {todo}",
  35. "You updated todo {todo} in list {calendar}" : "Jūs sąraše {calendar} atnaujinote užduotį {todo}",
  36. "{actor} solved todo {todo} in list {calendar}" : "{actor} sąraše {calendar} išsprendė užduotį {todo}",
  37. "You solved todo {todo} in list {calendar}" : "Jūs sąraše {calendar} išsprendėte užduotį {todo}",
  38. "{actor} reopened todo {todo} in list {calendar}" : "{actor} sąraše {calendar} vėl pradėjo užduotį {todo}",
  39. "You reopened todo {todo} in list {calendar}" : "Jūs sąraše {calendar} vėl pradėjote užduotį {todo}",
  40. "A <strong>calendar</strong> was modified" : "<strong>Kalendorius</strong> buvo pakeistas",
  41. "A calendar <strong>event</strong> was modified" : "Kalendoriaus <strong>įvykis</strong> buvo pakeistas",
  42. "A calendar <strong>todo</strong> was modified" : "Kalendoriaus <strong>užduotis</strong> buvo pakeista",
  43. "Contact birthdays" : "Kontaktų gimtadieniai",
  44. "%1$s via %2$s" : "%1$s per %2$s",
  45. "Hello %s," : "Sveiki, %s,",
  46. "Invitation updated" : "Pakvietimas atnaujintas",
  47. "%1$s invited you to »%2$s«" : "%1$s jus pakvietė į »%2$s«",
  48. "When:" : "Kada:",
  49. "Where:" : "Kur:",
  50. "Description:" : "Aprašas:",
  51. "Link:" : "Nuoroda:",
  52. "Accept" : "Priimti",
  53. "Decline" : "Atmesti",
  54. "More options …" : "Daugiau parinkčių …",
  55. "Contacts" : "Kontaktai",
  56. "WebDAV" : "WebDAV",
  57. "Technical details" : "Techninė informacija",
  58. "Remote Address: %s" : "Nuotolinis adresas: %s",
  59. "Request ID: %s" : "Užklausos ID: %s",
  60. "Are you accepting the invitation?" : "Ar priimate pakvietimą?",
  61. "Save" : "Įrašyti",
  62. "Calendar server" : "Kalendoriaus serveris",
  63. "%s via %s" : "%s per %s",
  64. "%s invited you to »%s«" : "%s pakvietė jus į »%s«",
  65. "CalDAV server" : "CalDAV serveris"
  66. },
  67. "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");