xmpp addon HU translation added THX Balázs Úr

This commit is contained in:
Tobias Diekershoff 2021-03-28 22:23:14 +02:00
parent bdbfd9e919
commit 3e37e5aa11
2 changed files with 71 additions and 0 deletions

14
xmpp/lang/hu/strings.php Normal file
View file

@ -0,0 +1,14 @@
<?php
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->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";