mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 17:22:53 +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
57
xmpp/lang/hu/messages.po
Normal file
57
xmpp/lang/hu/messages.po
Normal file
|
@ -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."
|
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…
Reference in a new issue