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

diff --git a/geonames/lang/hu/messages.po b/geonames/lang/hu/messages.po
new file mode 100644 (file)
index 0000000..34cfe11
--- /dev/null
@@ -0,0 +1,36 @@
+# ADDON geonames
+# Copyright (C)
+# This file is distributed under the same license as the Friendica geonames 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:51+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"
+
+#: geonames.php:143
+msgid "Geonames settings updated."
+msgstr "A földrajzi nevek beállításai frissítve."
+
+#: geonames.php:179
+msgid "Geonames Settings"
+msgstr "Földrajzi nevek beállításai"
+
+#: geonames.php:181
+msgid "Enable Geonames Addon"
+msgstr "A földrajzi nevek bővítmény engedélyezése"
+
+#: geonames.php:187
+msgid "Submit"
+msgstr "Elküldés"
diff --git a/geonames/lang/hu/strings.php b/geonames/lang/hu/strings.php
new file mode 100644 (file)
index 0000000..b8c4e53
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+
+if(! function_exists("string_plural_select_hu")) {
+function string_plural_select_hu($n){
+       $n = intval($n);
+       return ($n != 1);;
+}}
+;
+$a->strings["Geonames settings updated."] = "A földrajzi nevek beállításai frissítve.";
+$a->strings["Geonames Settings"] = "Földrajzi nevek beállításai";
+$a->strings["Enable Geonames Addon"] = "A földrajzi nevek bővítmény engedélyezése";
+$a->strings["Submit"] = "Elküldés";