From 3e37e5aa115749806541e2fd080eb6d8e1d472b4 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 28 Mar 2021 22:23:14 +0200 Subject: [PATCH] =?utf8?q?xmpp=20addon=20HU=20translation=20added=20THX=20?= =?utf8?q?Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- xmpp/lang/hu/messages.po | 57 ++++++++++++++++++++++++++++++++++++++++ xmpp/lang/hu/strings.php | 14 ++++++++++ 2 files changed, 71 insertions(+) create mode 100644 xmpp/lang/hu/messages.po create mode 100644 xmpp/lang/hu/strings.php diff --git a/xmpp/lang/hu/messages.po b/xmpp/lang/hu/messages.po new file mode 100644 index 00000000..4e47d253 --- /dev/null +++ b/xmpp/lang/hu/messages.po @@ -0,0 +1,57 @@ +# ADDON xmpp +# Copyright (C) +# This file is distributed under the same license as the Friendica xmpp addon package. +# +# +# Translators: +# Balázs Úr, 2021 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-02-01 18:16+0100\n" +"PO-Revision-Date: 2017-11-27 10:38+0000\n" +"Last-Translator: Balázs Úr, 2021\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" + +#: xmpp.php:57 xmpp.php:61 +msgid "XMPP-Chat (Jabber)" +msgstr "XMPP-csevegés (Jabber)" + +#: xmpp.php:65 +msgid "Enable Webchat" +msgstr "Webes csevegés engedélyezése" + +#: xmpp.php:70 +msgid "Individual Credentials" +msgstr "Egyéni hitelesítési adatok" + +#: xmpp.php:76 xmpp.php:102 +msgid "Jabber BOSH host" +msgstr "Jabber BOSH kiszolgáló" + +#: xmpp.php:85 xmpp.php:101 +msgid "Save Settings" +msgstr "Beállítások mentése" + +#: xmpp.php:103 +msgid "Use central userbase" +msgstr "Központi felhasználóbázis használata" + +#: xmpp.php:103 +msgid "" +"If enabled, users will automatically login to an ejabberd server that has to" +" be installed on this machine with synchronized credentials via the " +"\"auth_ejabberd.php\" script." +msgstr "" +"Ha engedélyezve van, akkor a felhasználók automatikusan be fognak " +"jelentkezni egy ejabberd-kiszolgálóra, amelyet erre a számítógépre kell " +"telepíteni az „auth_ejabberd.php” parancsfájlon keresztül szinkronizált " +"hitelesítési adatokkal." diff --git a/xmpp/lang/hu/strings.php b/xmpp/lang/hu/strings.php new file mode 100644 index 00000000..5d69197b --- /dev/null +++ b/xmpp/lang/hu/strings.php @@ -0,0 +1,14 @@ +strings["XMPP-Chat (Jabber)"] = "XMPP-csevegés (Jabber)"; +$a->strings["Enable Webchat"] = "Webes csevegés engedélyezése"; +$a->strings["Individual Credentials"] = "Egyéni hitelesítési adatok"; +$a->strings["Jabber BOSH host"] = "Jabber BOSH kiszolgáló"; +$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings["Use central userbase"] = "Központi felhasználóbázis használata"; -- 2.20.1