openstreetmap addon HU translation added THX Balázs Úr
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 28 Mar 2021 20:33:22 +0000 (22:33 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 28 Mar 2021 20:33:22 +0000 (22:33 +0200)
openstreetmap/lang/hu/messages.po [new file with mode: 0644]
openstreetmap/lang/hu/strings.php [new file with mode: 0644]

diff --git a/openstreetmap/lang/hu/messages.po b/openstreetmap/lang/hu/messages.po
new file mode 100644 (file)
index 0000000..be9141b
--- /dev/null
@@ -0,0 +1,65 @@
+# ADDON openstreetmap
+# Copyright (C)
+# This file is distributed under the same license as the Friendica openstreetmap addon package.
+# 
+# 
+# Translators:
+# Balázs Úr, 2020-2021
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2021-02-01 18:15+0100\n"
+"PO-Revision-Date: 2021-03-25 23:09+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"
+
+#: openstreetmap.php:167
+msgid "View Larger"
+msgstr "Nagyobb megtekintése"
+
+#: openstreetmap.php:194
+msgid "Submit"
+msgstr "Elküldés"
+
+#: openstreetmap.php:195
+msgid "Tile Server URL"
+msgstr "Csempekiszolgáló URL"
+
+#: openstreetmap.php:195
+msgid ""
+"A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" "
+"target=\"_blank\" rel=\"noopener noreferrer\">public tile servers</a>"
+msgstr "<a href=\"https://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\" rel=\"noopener noreferrer\">Nyilvános csempekiszolgálók</a> listája"
+
+#: openstreetmap.php:196
+msgid "Nominatim (reverse geocoding) Server URL"
+msgstr "Nominatim (fordított geokódolás) kiszolgáló URL"
+
+#: openstreetmap.php:196
+msgid ""
+"A list of <a href=\"http://wiki.openstreetmap.org/wiki/Nominatim\" "
+"target=\"_blank\" rel=\"noopener noreferrer\">Nominatim servers</a>"
+msgstr "<a href=\"https://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\" rel=\"noopener noreferrer\">Nominatim kiszolgálók</a> listája"
+
+#: openstreetmap.php:197
+msgid "Default zoom"
+msgstr "Alapértelmezett nagyítás"
+
+#: openstreetmap.php:197
+msgid ""
+"The default zoom level. (1:world, 18:highest, also depends on tile server)"
+msgstr "Az alapértelmezett nagyítási szint (1: világ, 18: legnagyobb, de függ a csempekiszolgálótól is)."
+
+#: openstreetmap.php:198
+msgid "Include marker on map"
+msgstr "Jelölő felvétele a térképre"
+
+#: openstreetmap.php:198
+msgid "Include a marker on the map."
+msgstr "Egy jelölő felvétele a térképre."
diff --git a/openstreetmap/lang/hu/strings.php b/openstreetmap/lang/hu/strings.php
new file mode 100644 (file)
index 0000000..40fa6af
--- /dev/null
@@ -0,0 +1,18 @@
+<?php
+
+if(! function_exists("string_plural_select_hu")) {
+function string_plural_select_hu($n){
+       $n = intval($n);
+       return intval($n != 1);
+}}
+;
+$a->strings["View Larger"] = "Nagyobb megtekintése";
+$a->strings["Submit"] = "Elküldés";
+$a->strings["Tile Server URL"] = "Csempekiszolgáló URL";
+$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\" rel=\"noopener noreferrer\">public tile servers</a>"] = "<a href=\"https://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\" rel=\"noopener noreferrer\">Nyilvános csempekiszolgálók</a> listája";
+$a->strings["Nominatim (reverse geocoding) Server URL"] = "Nominatim (fordított geokódolás) kiszolgáló URL";
+$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\" rel=\"noopener noreferrer\">Nominatim servers</a>"] = "<a href=\"https://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\" rel=\"noopener noreferrer\">Nominatim kiszolgálók</a> listája";
+$a->strings["Default zoom"] = "Alapértelmezett nagyítás";
+$a->strings["The default zoom level. (1:world, 18:highest, also depends on tile server)"] = "Az alapértelmezett nagyítási szint (1: világ, 18: legnagyobb, de függ a csempekiszolgálótól is).";
+$a->strings["Include marker on map"] = "Jelölő felvétele a térképre";
+$a->strings["Include a marker on the map."] = "Egy jelölő felvétele a térképre.";