diff options
Diffstat (limited to 'apps/comments/l10n/lv.js')
-rw-r--r-- | apps/comments/l10n/lv.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/lv.js b/apps/comments/l10n/lv.js index e6ffd0b7374..c483aa1de46 100644 --- a/apps/comments/l10n/lv.js +++ b/apps/comments/l10n/lv.js @@ -12,7 +12,6 @@ OC.L10N.register( "Error occurred while retrieving comment with id {id}" : "Notika kļūda saņemot komentāru ar id {id}", "Error occurred while updating comment with id {id}" : "Kļūda atjauninot komentāru ar id {id}", "Error occurred while posting comment" : "Notika kļūda pievienojot komentāru", - "{count} unread comments" : "{count} neizlasītu komentāru", "Comment" : "Komentārs", "<strong>Comments</strong> for files" : "<strong>Komentāri</strong> datnēm", "You commented" : "Tu komentēji", @@ -21,6 +20,7 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s komentēja %2$s", "Type in a new comment..." : "Raksti jaunu komentāru...", "No other comments available" : "Nav pieejami citi komentāri", - "More comments..." : "Vairāk komentāri..." + "More comments..." : "Vairāk komentāri...", + "{count} unread comments" : "{count} neizlasītu komentāru" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); |