lt_LT.js 223 B

12345678
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Cancel" : "Atšaukti",
  5. "Save" : "Išsaugoti",
  6. "Comment" : "Komentaras"
  7. },
  8. "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");