diff options
Diffstat (limited to 'apps/dav/l10n/lt_LT.js')
-rw-r--r-- | apps/dav/l10n/lt_LT.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/dav/l10n/lt_LT.js b/apps/dav/l10n/lt_LT.js index 23bb074c164..759cf679524 100644 --- a/apps/dav/l10n/lt_LT.js +++ b/apps/dav/l10n/lt_LT.js @@ -121,7 +121,6 @@ OC.L10N.register( "Are you accepting the invitation?" : "Ar priimate pakvietimą?", "Tentative" : "Preliminarus", "Number of guests" : "Svečių skaičius", - "Comment" : "Komentaras", - "Calendar and tasks" : "Kalendorius ir užduotys" + "Comment" : "Komentaras" }, "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);"); |