33 lines
1.5 KiB
PHP
Raw Permalink Normal View History

<?php
/*********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
*********************************************************************************
* $Header: \modules\Portal\language\hu_hu.lang.php - 12:09 2011.11.12. $
* Description: Defines the Hungarian language pack for the Portal module vtiger 5.3.x
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
* All Rights Reserved.
* Contributor(s): Istvan Holbok, e-mail: holbok@gmail.com , mobil: +3670-3420900 , Skype: holboki
********************************************************************************/
$mod_strings = array(
'LBL_BOOKMARKED_URL' => 'Könyvjelzőzött URL-k',
'LBL_MANAGE_BOOKMARKS' => 'Könyvjelzők kezelése',
'LBL_BOOKMARK_LIST' => 'Könyvjelzők Listája',
'LBL_MY_BOOKMARKS' => 'Könyvjelzőim',
'LBL_NEW_BOOKMARK' => 'Új Könyvjelző',
'LBL_BOOKMARK' => 'Könyvjelző',
'LBL_NAME' => 'Neve :',
'LBL_URL' => 'URL :',
'LBL_ADD' => 'Hozzáadás',
'LBL_SNO' => '#',
'LBL_BOOKMARK_NAME_URL' => 'Könyvjelző neve és URL',
'LBL_TOOLS' => 'Eszközök',
'LBL_MANAGE_SITES' => 'Weboldalak kezelése',
'LBL_MY_SITES' => 'Weboldalak',
'LBL_SET_DEFAULT_BUTTON' => 'Alapértelmezettként beállít'
);
?>