]> git.mxchange.org Git - friendica-addons.git/commitdiff
blockem addon added HU translation THX Balázs Úr
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 23 Dec 2020 20:48:08 +0000 (21:48 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 23 Dec 2020 20:48:08 +0000 (21:48 +0100)
blockem/lang/hu/messages.po [new file with mode: 0644]
blockem/lang/hu/strings.php [new file with mode: 0644]

diff --git a/blockem/lang/hu/messages.po b/blockem/lang/hu/messages.po
new file mode 100644 (file)
index 0000000..c1b748a
--- /dev/null
@@ -0,0 +1,59 @@
+# ADDON blockem
+# Copyright (C)
+# This file is distributed under the same license as the Friendica blockem addon package.
+# 
+# 
+# Translators:
+# Balázs Úr, 2020
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2018-08-17 10:23+0200\n"
+"PO-Revision-Date: 2020-12-23 00:39+0000\n"
+"Last-Translator: Balázs Úr\n"
+"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: hu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: blockem.php:54 blockem.php:58
+msgid "Blockem"
+msgstr "Blockem"
+
+#: blockem.php:62
+msgid ""
+"Hides user's content by collapsing posts. Also replaces their avatar with "
+"generic image."
+msgstr "Elrejti a felhasználók tartalmát a bejegyzések összecsukásával. Ezenkívül lecseréli a profilképeiket egy általános képre."
+
+#: blockem.php:63
+msgid "Comma separated profile URLS:"
+msgstr "Profil URL-ek vesszővel elválasztva:"
+
+#: blockem.php:67
+msgid "Save Settings"
+msgstr "Beállítások mentése"
+
+#: blockem.php:81
+msgid "BLOCKEM Settings saved."
+msgstr "A Blockem beállításai elmentve."
+
+#: blockem.php:143
+#, php-format
+msgid "Filtered user: %s"
+msgstr "Kiszűrt felhasználó: %s"
+
+#: blockem.php:202
+msgid "Unblock Author"
+msgstr "Szerző tiltásának feloldása"
+
+#: blockem.php:204
+msgid "Block Author"
+msgstr "Szerző tiltása"
+
+#: blockem.php:244
+msgid "blockem settings updated"
+msgstr "A Blockem beállításai frissítve."
diff --git a/blockem/lang/hu/strings.php b/blockem/lang/hu/strings.php
new file mode 100644 (file)
index 0000000..addba1f
--- /dev/null
@@ -0,0 +1,17 @@
+<?php
+
+if(! function_exists("string_plural_select_hu")) {
+function string_plural_select_hu($n){
+       $n = intval($n);
+       return ($n != 1);;
+}}
+;
+$a->strings["Blockem"] = "Blockem";
+$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Elrejti a felhasználók tartalmát a bejegyzések összecsukásával. Ezenkívül lecseréli a profilképeiket egy általános képre.";
+$a->strings["Comma separated profile URLS:"] = "Profil URL-ek vesszővel elválasztva:";
+$a->strings["Save Settings"] = "Beállítások mentése";
+$a->strings["BLOCKEM Settings saved."] = "A Blockem beállításai elmentve.";
+$a->strings["Filtered user: %s"] = "Kiszűrt felhasználó: %s";
+$a->strings["Unblock Author"] = "Szerző tiltásának feloldása";
+$a->strings["Block Author"] = "Szerző tiltása";
+$a->strings["blockem settings updated"] = "A Blockem beállításai frissítve.";