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.

lt_LT.js 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. OC.L10N.register(
  2. "workflowengine",
  3. {
  4. "Short rule description" : "Rodyti taisyklės aprašymą",
  5. "Add rule" : "Pridėti taisyklę",
  6. "Reset" : "Atstatyti",
  7. "Save" : "Įrašyti",
  8. "Saving…" : "Įrašoma…",
  9. "Group list is empty" : "Grupės sąrašas yra tuščias",
  10. "Unable to retrieve the group list" : "Nepavyko nuskaityti grupių sąrašo",
  11. "Saved" : "Įrašyta",
  12. "Saving failed:" : "Įrašymas nepavyko:",
  13. "Add rule group" : "Pridėti taisyklių grupę",
  14. "File MIME type" : "Failo MIME tipas",
  15. "is" : "yra",
  16. "is not" : "nėra",
  17. "matches" : "atitinka",
  18. "does not match" : "nesutapo",
  19. "Example: {placeholder}" : "Pavyzdys: {placeholder}",
  20. "File name" : "Failo pavadinimas",
  21. "File size (upload)" : "Failo dydis (įkėlimas)",
  22. "less" : "mažiau",
  23. "less or equals" : "mažiau arba lygu",
  24. "greater or equals" : "daugiau arba lygu",
  25. "greater" : "daugiau",
  26. "File system tag" : "Failų sistemos žymė",
  27. "is tagged with" : "pažymėtas",
  28. "is not tagged with" : "nepažymėtas",
  29. "Select tag…" : "Pasirinkite žymę…",
  30. "Request remote address" : "Užklausos nutolęs adresas",
  31. "matches IPv4" : "atitinka IPv4",
  32. "does not match IPv4" : "neatitinka IPv4",
  33. "matches IPv6" : "atitinka IPv6",
  34. "does not match IPv6" : "neatitinka IPv6",
  35. "Request time" : "Užklausos laikas",
  36. "between" : "tarp",
  37. "not between" : "nėra tarp",
  38. "Start" : "Pradžia",
  39. "End" : "Pabaiga",
  40. "Select timezone…" : "Pasirinkite laiko juostą…",
  41. "Request URL" : "Užklausos URL",
  42. "Predefined URLs" : "Apibrėžti URLs",
  43. "Files WebDAV" : "WebDAV failai",
  44. "Request user agent" : "Užklausos vartotojo agentas",
  45. "Sync clients" : "Sinchronizavimo klientas",
  46. "Android client" : "Android klientas",
  47. "iOS client" : "iOS klientas",
  48. "Desktop client" : "Darbalaukio klientas",
  49. "User group membership" : "Vartotojų grupių narystės",
  50. "is member of" : "priklauso",
  51. "is not member of" : "nepriklauso",
  52. "The given operator is invalid" : "Nurodytas operatorius yra neteisingas",
  53. "The given regular expression is invalid" : "Nurodyta reguliari išraiška neteisinga",
  54. "The given file size is invalid" : "Nurodytas failo dydis neteisingas",
  55. "The given tag id is invalid" : "Nurodyta žymė neteisinga",
  56. "The given IP range is invalid" : "Nurodytas IP rėžis nėra korektiškas",
  57. "The given IP range is not valid for IPv4" : "Nurodytas IPv4 adresas neteisingas",
  58. "The given IP range is not valid for IPv6" : "Nurodytas IPv6 adresas neteisingas",
  59. "The given time span is invalid" : "Neteisingai nurodytas laiko tarpsnis",
  60. "The given start time is invalid" : "Neteisingai nurodyta laiko pradžia",
  61. "The given end time is invalid" : "Neteisingai nurodyta laiko pabaiga",
  62. "The given group does not exist" : "Pateikta grupė neegzistuoja",
  63. "Check %s is invalid or does not exist" : "%s neteisingas arba neegzistuoja",
  64. "Operation #%s does not exist" : "Operacijos #%s nėra",
  65. "Operation %s does not exist" : "Operacijos %s nėra",
  66. "Operation %s is invalid" : "Neteisinga %s operacija",
  67. "Check %s does not exist" : "%s neegzistuoja",
  68. "Check %s is invalid" : "Neteisingas %s",
  69. "Check #%s does not exist" : "#%s neegzistuoja",
  70. "Files workflow engine" : "Darbo eigos su failais modulis",
  71. "Open documentation" : "Atverti dokumentaciją",
  72. "Loading…" : "Įkeliama…",
  73. "Workflow" : "Darbo eiga"
  74. },
  75. "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);");