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

diff --git a/forumdirectory/lang/hu/messages.po b/forumdirectory/lang/hu/messages.po
new file mode 100644 (file)
index 0000000..8112500
--- /dev/null
@@ -0,0 +1,80 @@
+# ADDON forumdirectory
+# Copyright (C)
+# This file is distributed under the same license as the Friendica forumdirectory addon package.
+# 
+# 
+# Translators:
+# Balázs Úr, 2020
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-02-27 05:01-0500\n"
+"PO-Revision-Date: 2020-12-23 01:41+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"
+
+#: forumdirectory.php:22
+msgid "Forum Directory"
+msgstr "Fórumkönyvtár"
+
+#: forumdirectory.php:53
+msgid "Public access denied."
+msgstr "Nyilvános hozzáférés megtagadva."
+
+#: forumdirectory.php:71
+msgid "Global Directory"
+msgstr "Globális könyvtár"
+
+#: forumdirectory.php:79
+msgid "Find on this site"
+msgstr "Keresés ezen az oldalon"
+
+#: forumdirectory.php:81
+msgid "Finding: "
+msgstr "Találat: "
+
+#: forumdirectory.php:82
+msgid "Site Directory"
+msgstr "Oldal könyvtára"
+
+#: forumdirectory.php:83
+msgid "Find"
+msgstr "Keresés"
+
+#: forumdirectory.php:133
+msgid "Age: "
+msgstr "Életkor: "
+
+#: forumdirectory.php:136
+msgid "Gender: "
+msgstr "Nem: "
+
+#: forumdirectory.php:156
+msgid "Location:"
+msgstr "Hely:"
+
+#: forumdirectory.php:158
+msgid "Gender:"
+msgstr "Nem:"
+
+#: forumdirectory.php:160
+msgid "Status:"
+msgstr "Állapot:"
+
+#: forumdirectory.php:162
+msgid "Homepage:"
+msgstr "Honlap:"
+
+#: forumdirectory.php:164
+msgid "About:"
+msgstr "Névjegy:"
+
+#: forumdirectory.php:201
+msgid "No entries (some entries may be hidden)."
+msgstr "Nincsenek bejegyzések (néhány bejegyzés rejtve lehet)."
diff --git a/forumdirectory/lang/hu/strings.php b/forumdirectory/lang/hu/strings.php
new file mode 100644 (file)
index 0000000..d9e03ad
--- /dev/null
@@ -0,0 +1,23 @@
+<?php
+
+if(! function_exists("string_plural_select_hu")) {
+function string_plural_select_hu($n){
+       $n = intval($n);
+       return ($n != 1);;
+}}
+;
+$a->strings["Forum Directory"] = "Fórumkönyvtár";
+$a->strings["Public access denied."] = "Nyilvános hozzáférés megtagadva.";
+$a->strings["Global Directory"] = "Globális könyvtár";
+$a->strings["Find on this site"] = "Keresés ezen az oldalon";
+$a->strings["Finding: "] = "Találat: ";
+$a->strings["Site Directory"] = "Oldal könyvtára";
+$a->strings["Find"] = "Keresés";
+$a->strings["Age: "] = "Életkor: ";
+$a->strings["Gender: "] = "Nem: ";
+$a->strings["Location:"] = "Hely:";
+$a->strings["Gender:"] = "Nem:";
+$a->strings["Status:"] = "Állapot:";
+$a->strings["Homepage:"] = "Honlap:";
+$a->strings["About:"] = "Névjegy:";
+$a->strings["No entries (some entries may be hidden)."] = "Nincsenek bejegyzések (néhány bejegyzés rejtve lehet).";