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.js')
-rw-r--r--apps/comments/l10n/hu.js24
1 files changed, 12 insertions, 12 deletions
diff --git a/apps/comments/l10n/hu.js b/apps/comments/l10n/hu.js
index 3a8e26b66cc..788a9e6f096 100644
--- a/apps/comments/l10n/hu.js
+++ b/apps/comments/l10n/hu.js
@@ -1,13 +1,24 @@
OC.L10N.register(
"comments",
{
+ "Comments" : "Hozzászólások",
+ "You commented" : "Hozzászóltál",
+ "%1$s commented" : "%1$s hozzászólt",
+ "{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",
+ "{author} commented on {file}" : "{author} hozzászólt ehhez: {file}",
+ "<strong>Comments</strong> for files" : "<strong>Hozzászólások</strong> fájlokhoz",
+ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Megemlítettek ezen: “{file}”, egy már törölt felhasználó hozzászólásában",
+ "{user} mentioned you in a comment on “{file}”" : "{user} megemlített egy hozzászólásban itt: “{file}”",
+ "Files app plugin to add comments to files" : "Beépülő Fájl applikáció amivel megjegyzések adhatók fájlokhoz ",
"Edit comment" : "Hozzászólás szerkesztése",
"Delete comment" : "Hozzászólás törlése",
"New comment …" : "Új hozzászólás...",
"Post" : "Küldés",
"Cancel" : "Mégsem",
"[Deleted user]" : "[Törölt felhasználó]",
- "Comments" : "Hozzászólások",
"No comments yet, start the conversation!" : "Még nincsenek hozzászólások, kezdd el a beszélgetést!",
"More comments …" : "Több hozzászólás...",
"Save" : "Mentés",
@@ -17,17 +28,6 @@ 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",
- "You commented" : "Hozzászóltál",
- "%1$s commented" : "%1$s hozzászólt",
- "{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",
- "{author} commented on {file}" : "{author} hozzászólt ehhez: {file}",
- "<strong>Comments</strong> for files" : "<strong>Hozzászólások</strong> fájlokhoz",
- "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Megemlítettek ezen: “{file}”, egy már törölt felhasználó hozzászólásában",
- "{user} mentioned you in a comment on “{file}”" : "{user} megemlített egy hozzászólásban itt: “{file}”",
- "Files app plugin to add comments to files" : "Beépülő Fájl applikáció amivel megjegyzések adhatók fájlokhoz ",
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Megemlítettek ezen: “%s”, egy már törölt felhasználó hozzászólásában",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s megemlített egy hozzászólásban itt: “%2$s”"
},