diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-09 01:55:42 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-09 01:55:42 -0500 |
commit | afe3fdbf49b77c9f3dfd45a29fb7971c2a6e12b7 (patch) | |
tree | f848a429da6070818fb39e36350fe51597c77e05 /apps/comments | |
parent | 8c8ff0eae739206afe14c454df9790d27f303318 (diff) | |
download | nextcloud-server-afe3fdbf49b77c9f3dfd45a29fb7971c2a6e12b7.tar.gz nextcloud-server-afe3fdbf49b77c9f3dfd45a29fb7971c2a6e12b7.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/hu_HU.js | 13 | ||||
-rw-r--r-- | apps/comments/l10n/hu_HU.json | 13 |
2 files changed, 26 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);"); diff --git a/apps/comments/l10n/hu_HU.json b/apps/comments/l10n/hu_HU.json index 7c8d8886895..ee8ccda250a 100644 --- a/apps/comments/l10n/hu_HU.json +++ b/apps/comments/l10n/hu_HU.json @@ -1,6 +1,19 @@ { "translations": { + "<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" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |