diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-09-01 00:09:24 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-09-01 00:09:24 +0000 |
commit | 4a5cd74fb29b19c975f893e0289b1b34bf5e8a62 (patch) | |
tree | f97e26c7fea82aa297b82c0dc6dcc4cb1c18c0b1 /apps/comments/l10n/lv.js | |
parent | 73ff24895e3ffc275437f1325a6275c9d389e2c6 (diff) | |
download | nextcloud-server-4a5cd74fb29b19c975f893e0289b1b34bf5e8a62.tar.gz nextcloud-server-4a5cd74fb29b19c975f893e0289b1b34bf5e8a62.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/lv.js')
-rw-r--r-- | apps/comments/l10n/lv.js | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/apps/comments/l10n/lv.js b/apps/comments/l10n/lv.js index 78665af9a46..e6ffd0b7374 100644 --- a/apps/comments/l10n/lv.js +++ b/apps/comments/l10n/lv.js @@ -1,8 +1,26 @@ OC.L10N.register( "comments", { + "Delete comment" : "Dzēst komentāru", + "Post" : "Pievienot", "Cancel" : "Atcelt", + "Edit comment" : "Rediģēt komentāru", + "[Deleted user]" : "[Dzēsts lietotājs]", + "Comments" : "Komentāri", "Save" : "Saglabāt", - "Comment" : "Komentārs" + "Allowed characters {count} of {max}" : "Atļautās zīmes {count} no {max}", + "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", + "%1$s commented" : "%1$s komentēja", + "You commented on %2$s" : "Tu komentēji %2$s", + "%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..." }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); |