From 92cf2ce0699c11e1c5f1c3e8a20adebcd4ebb27b Mon Sep 17 00:00:00 2001
From: Tobias Diekershoff <tobias.diekershoff@gmx.net>
Date: Wed, 23 Dec 2020 21:49:19 +0100
Subject: [PATCH] =?UTF-8?q?blockbot=20addon=20added=20HU=20translation=20T?=
 =?UTF-8?q?HX=20Bal=C3=A1zs=20=C3=9Ar?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 blockbot/lang/hu/messages.po | 42 ++++++++++++++++++++++++++++++++++++
 blockbot/lang/hu/strings.php | 13 +++++++++++
 2 files changed, 55 insertions(+)
 create mode 100644 blockbot/lang/hu/messages.po
 create mode 100644 blockbot/lang/hu/strings.php

diff --git a/blockbot/lang/hu/messages.po b/blockbot/lang/hu/messages.po
new file mode 100644
index 000000000..1139b3f2e
--- /dev/null
+++ b/blockbot/lang/hu/messages.po
@@ -0,0 +1,42 @@
+# ADDON blockbot
+# Copyright (C)
+# This file is distributed under the same license as the Friendica blockbot addon package.
+# 
+# 
+# Translators:
+# Balázs Úr, 2020
+# 
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-08-07 09:03+0200\n"
+"PO-Revision-Date: 2019-08-07 07:43+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"
+
+#: blockbot.php:35
+msgid "Save Settings"
+msgstr "Beállítások mentése"
+
+#: blockbot.php:36
+msgid "Allow \"good\" crawlers"
+msgstr "A „jó” keresőrobotok engedélyezése"
+
+#: blockbot.php:37
+msgid "Block GabSocial"
+msgstr "GabSocial tiltása"
+
+#: blockbot.php:38
+msgid "Training mode"
+msgstr "Oktató mód"
+
+#: blockbot.php:46
+msgid "Settings updated."
+msgstr "A beállítások frissítve."
diff --git a/blockbot/lang/hu/strings.php b/blockbot/lang/hu/strings.php
new file mode 100644
index 000000000..40a4564ab
--- /dev/null
+++ b/blockbot/lang/hu/strings.php
@@ -0,0 +1,13 @@
+<?php
+
+if(! function_exists("string_plural_select_hu")) {
+function string_plural_select_hu($n){
+	$n = intval($n);
+	return ($n != 1);;
+}}
+;
+$a->strings["Save Settings"] = "Beállítások mentése";
+$a->strings["Allow \"good\" crawlers"] = "A „jó” keresőrobotok engedélyezése";
+$a->strings["Block GabSocial"] = "GabSocial tiltása";
+$a->strings["Training mode"] = "Oktató mód";
+$a->strings["Settings updated."] = "A beállítások frissítve.";