Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n/hu_HU.js')
-rw-r--r--apps/comments/l10n/hu_HU.js9
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/comments/l10n/hu_HU.js b/apps/comments/l10n/hu_HU.js
index 9be9dedd7a1..f3eb2fc60b5 100644
--- a/apps/comments/l10n/hu_HU.js
+++ b/apps/comments/l10n/hu_HU.js
@@ -18,16 +18,19 @@ OC.L10N.register(
"Error occurred while posting comment" : "Hiba történt a hozzászólás küldése közben",
"_%n unread comment_::_%n unread comments_" : ["%n olvasatlan hozzászólás","%n olvasatlan hozzászólás"],
"Comment" : "Hozzászólás",
- "<strong>Comments</strong> for files" : "<strong>Hozzászólások</strong> fájlokhoz",
"You commented" : "Hozzászóltál",
"%1$s commented" : "%1$s hozzászólt",
- "You commented on %2$s" : "Hozzászólt ehhez: %2$s",
+ "{author} commented" : "{author} hozzászólt",
+ "You commented on %1$s" : "Hozzászoltál ehhez: %1$s",
+ "You commented on {file}" : "Hozzászóltál ehhez: {file}",
"%1$s commented on %2$s" : "%1$s hozzászólt ehhez: %2$s",
+ "<strong>Comments</strong> for files" : "<strong>Hozzászólások</strong> fájlokhoz",
"A (now) deleted user mentioned you in a comment on \"%s\"." : "Egy (már) törölt felhasználó megemlített itt egy hozzászólásban: \"%s\".",
"%s mentioned you in a comment on \"%s\"." : "%s megemlített itt egy hozzászólásban: \"%s\".",
"Type in a new comment..." : "Új hozzászólás írása...",
"No other comments available" : "Nincs több hozzászólás.",
"More comments..." : "Több hozzászólás...",
- "{count} unread comments" : "{count} olvasatlan hozzászólás"
+ "{count} unread comments" : "{count} olvasatlan hozzászólás",
+ "You commented on %2$s" : "Hozzászólt ehhez: %2$s"
},
"nplurals=2; plural=(n != 1);");