diff --git a/catavatar/lang/hu/messages.po b/catavatar/lang/hu/messages.po new file mode 100644 index 00000000..7489be5a --- /dev/null +++ b/catavatar/lang/hu/messages.po @@ -0,0 +1,54 @@ +# ADDON catavatar +# Copyright (C) +# This file is distributed under the same license as the Friendica catavatar addon package. +# +# +# Translators: +# Balázs Úr, 2020 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-04-13 09:35+0000\n" +"PO-Revision-Date: 2018-04-07 05:23+0000\n" +"Last-Translator: Balázs Úr, 2020\n" +"Language-Team: Hungarian (https://www.transifex.com/Friendica/teams/12172/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" + +#: catavatar.php:60 +msgid "Use Cat as Avatar" +msgstr "Macska használata profilképként" + +#: catavatar.php:61 +msgid "More Random Cat!" +msgstr "Több véletlen macskát!" + +#: catavatar.php:62 +msgid "Reset to email Cat" +msgstr "Visszaállítás e-mail macskára" + +#: catavatar.php:64 +msgid "Cat Avatar Settings" +msgstr "Macskaprofilkép-beállítások" + +#: catavatar.php:100 +msgid "The cat hadn't found itself." +msgstr "A macska nem találta meg önmagát." + +#: catavatar.php:109 +msgid "There was an error, the cat ran away." +msgstr "Hiba történt, a macska elfutott." + +#: catavatar.php:115 +msgid "Profile Photos" +msgstr "Profilfényképek" + +#: catavatar.php:130 +msgid "Meow!" +msgstr "Miáú!" diff --git a/catavatar/lang/hu/strings.php b/catavatar/lang/hu/strings.php new file mode 100644 index 00000000..c3d1564f --- /dev/null +++ b/catavatar/lang/hu/strings.php @@ -0,0 +1,16 @@ +strings["Use Cat as Avatar"] = "Macska használata profilképként"; +$a->strings["More Random Cat!"] = "Több véletlen macskát!"; +$a->strings["Reset to email Cat"] = "Visszaállítás e-mail macskára"; +$a->strings["Cat Avatar Settings"] = "Macskaprofilkép-beállítások"; +$a->strings["The cat hadn't found itself."] = "A macska nem találta meg önmagát."; +$a->strings["There was an error, the cat ran away."] = "Hiba történt, a macska elfutott."; +$a->strings["Profile Photos"] = "Profilfényképek"; +$a->strings["Meow!"] = "Miáú!";