diff options
Diffstat (limited to 'apps/comments/l10n/hu_HU.js')
-rw-r--r-- | apps/comments/l10n/hu_HU.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/comments/l10n/hu_HU.js b/apps/comments/l10n/hu_HU.js index c74b27f34cd..a7370f92f1c 100644 --- a/apps/comments/l10n/hu_HU.js +++ b/apps/comments/l10n/hu_HU.js @@ -1,8 +1,21 @@ OC.L10N.register( "comments", { + "<strong>Comments</strong> for files" : "<strong>Hozzászólások</strong> a fájlokhoz", + "%1$s commented" : "%1$s hozzászólt", + "%1$s commented on %2$s" : "%1$s hozzászólt ehhez: %2$s", + "Comments" : "Hozzászólások", + "Type in a new comment..." : "Új hozzászólás beírása...", + "Delete comment" : "Hozzászólás törlése", + "Post" : "Küldés", "Cancel" : "Mégsem", + "Edit comment" : "Hozzászólás szerkesztése", + "[Deleted user]" : "[Törölt felhasználó]", + "No other comments available" : "Nincs további hozzászólás.", + "More comments..." : "Több hozzászólás...", "Save" : "Mentés", + "Allowed characters {count} of {max}" : "Engedélyezett karakterek: {count} / {max}", + "{count} unread comments" : "{count} olvasatlan hozzászólás", "Comment" : "Komment" }, "nplurals=2; plural=(n != 1);"); |