From 81879b740e9a9015b4ab936db49b358276434112 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:25:41 +0100 Subject: [PATCH] =?UTF-8?q?forumdirectory=20addon=20added=20HU=20translati?= =?UTF-8?q?on=20THX=20Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- forumdirectory/lang/hu/messages.po | 80 ++++++++++++++++++++++++++++++ forumdirectory/lang/hu/strings.php | 23 +++++++++ 2 files changed, 103 insertions(+) create mode 100644 forumdirectory/lang/hu/messages.po create mode 100644 forumdirectory/lang/hu/strings.php diff --git a/forumdirectory/lang/hu/messages.po b/forumdirectory/lang/hu/messages.po new file mode 100644 index 00000000..81125006 --- /dev/null +++ b/forumdirectory/lang/hu/messages.po @@ -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 index 00000000..d9e03adc --- /dev/null +++ b/forumdirectory/lang/hu/strings.php @@ -0,0 +1,23 @@ +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).";