diff options
Diffstat (limited to 'apps/comments/l10n/lt_LT.js')
-rw-r--r-- | apps/comments/l10n/lt_LT.js | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/apps/comments/l10n/lt_LT.js b/apps/comments/l10n/lt_LT.js index 567a9f68027..1d0f96c0f83 100644 --- a/apps/comments/l10n/lt_LT.js +++ b/apps/comments/l10n/lt_LT.js @@ -15,19 +15,21 @@ OC.L10N.register( "Files app plugin to add comments to files" : "Failų programėlės įskiepis, skirtas prie failų pridėti komentarus", "Edit comment" : "Taisyti komentarą", "Delete comment" : "Ištrinti komentarą", + "No comments yet, start the conversation!" : "Komentarų nėra, pradėkite pokalbį!", + "Retry" : "Bandyti dar kartą", + "_%n unread comment_::_%n unread comments_" : ["%n neskaitytas komentaras","%n neskaityti komentarai","%n neskaitytų komentarų","%n neskaitytas komentaras"], + "_1 new comment_::_{unread} new comments_" : ["1 neskaitytas komentaras","{unread} neskaityti komentarai","{unread} neskaitytų komentarų","{unread} neskaitytas komentaras"], + "Comment" : "Komentaras", + "Comment deleted" : "Komentaras ištrintas", "New comment …" : "Naujas komentaras …", "Post" : "Paskelbti", "Cancel" : "Atsisakyti", "[Deleted user]" : "[Ištrintas naudotojas]", - "No comments yet, start the conversation!" : "Komentarų nėra, pradėkite pokalbį!", "More comments …" : "Daugiau komentarų…", "Save" : "Įrašyti", "Allowed characters {count} of {max}" : "Leidžiami simboliai {count} iš {max}", "Error occurred while retrieving comment with ID {id}" : "Klaida gaunant komentarą, kurio ID {id}", "Error occurred while updating comment with id {id}" : "Klaida atnaujinant komentarą, kurio id {id}", - "Error occurred while posting comment" : "Skelbiant komentarą, įvyko klaida", - "_%n unread comment_::_%n unread comments_" : ["%n neskaitytas komentaras","%n neskaityti komentarai","%n neskaitytų komentarų","%n neskaitytas komentaras"], - "_1 new comment_::_{unread} new comments_" : ["1 neskaitytas komentaras","{unread} neskaityti komentarai","{unread} neskaitytų komentarų","{unread} neskaitytas komentaras"], - "Comment" : "Komentaras" + "Error occurred while posting comment" : "Skelbiant komentarą, įvyko klaida" }, "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);"); |