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

diff --git a/catavatar/lang/hu/messages.po b/catavatar/lang/hu/messages.po
new file mode 100644 (file)
index 0000000..7489be5
--- /dev/null
@@ -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 (file)
index 0000000..c3d1564
--- /dev/null
@@ -0,0 +1,16 @@
+<?php
+
+if(! function_exists("string_plural_select_hu")) {
+function string_plural_select_hu($n){
+       $n = intval($n);
+       return ($n != 1);;
+}}
+;
+$a->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áú!";