* * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, 51 Franklin St, Fifth Floor, * Boston, MA 02110-1301 USA */ /** * Hungarian translation of the messages (utf8 encoded!) * * @translated by GaLa */ $GLOBALS["i18n"]["lang"] = "Hungarian"; // admin/index.php $GLOBALS["i18n"]["Administration"] = "Adminisztrácio"; $GLOBALS["i18n"]["Available Languages"] = "Elérhető nyelvek"; $GLOBALS["i18n"]["PFC version verification"] = "PFC verzió ellenőrzés"; $GLOBALS["i18n"]["Internet connection is not possible"] = "Nincs internet kapcsolat"; $GLOBALS["i18n"]["PFC is update"] = "PFC a legfrissebb"; $GLOBALS["i18n"]["PFC version"] = "PFC verzió"; $GLOBALS["i18n"]["The last official version"] = "Utolsó hivatalosverzió"; $GLOBALS["i18n"]["PFC is not update"] = "PFC nem a legfrissebb"; $GLOBALS["i18n"]["Your version"] = "PFC verziód"; $GLOBALS["i18n"]["Download the last version %s here %s."] = "Toltsd le a legfrissebb verziót %s innen: %s."; // admin/user.php $GLOBALS["i18n"]["Users management"] = "Felhasználó kezelő"; $GLOBALS["i18n"]["At least one user must be declare to activate authentication."] = "Legalább egy felhasználót meg kell határozni a hitelesítés aktiválásához."; $GLOBALS["i18n"]["It is not possible to delete the last user."] = "Az utolsó felhasználó törlése nem engedélyezet."; $GLOBALS["i18n"]["User %s deleted."] = "%s elhasználó törölve."; $GLOBALS["i18n"]["User %s added."] = "%s felhasználó hozzáadva."; $GLOBALS["i18n"]["User %s edited."] = "%s felhasználó szerkesztve."; $GLOBALS["i18n"]["Authentication disable"] = "Hitelesítés letiltva"; $GLOBALS["i18n"]["Enable here"] = "Aktiválás itt"; $GLOBALS["i18n"]["Authentication enable"] = "Hitelesítés engedélyezve"; $GLOBALS["i18n"]["Disable here"] = "Letiltás itt"; $GLOBALS["i18n"]["Username"] = "Felhasználó név"; $GLOBALS["i18n"]["Password"] = "Jelszó"; $GLOBALS["i18n"]["Group"] = "Csoport"; $GLOBALS["i18n"]["Do you really want to delete %s ?"] = "Tényleg törölni akarod %s -t ?"; $GLOBALS["i18n"]["Add a new user"] = "Új felhasználó hozzáadása"; $GLOBALS["i18n"]["Edit"] = "Szerkeszt"; $GLOBALS["i18n"]["Delete"] = "Töröl"; // admin/themes.php $GLOBALS["i18n"]["Available themes"] = "Elérhető kinézetek"; $GLOBALS["i18n"]["Screenshot"] = "Képernyőkép"; ?>