mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
xmpp addon HU translation added THX Balázs Úr
This commit is contained in:
parent
bdbfd9e919
commit
3e37e5aa11
2 changed files with 71 additions and 0 deletions
14
xmpp/lang/hu/strings.php
Normal file
14
xmpp/lang/hu/strings.php
Normal 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";
|
Loading…
Add table
Add a link
Reference in a new issue