61 lines
2.5 KiB
PHP
61 lines
2.5 KiB
PHP
<?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\Vendors\language\hu_hu.lang.php - 18:11 2011.11.12. $
|
|
* Description: Defines the Hungarian language pack for the Vendors module vtiger 5.3.x
|
|
*
|
|
* Contributor(s): Istvan Holbok, e-mail: holbok@gmail.com , mobil: +3670-3420900 , Skype: holboki
|
|
********************************************************************************/
|
|
|
|
$mod_strings = array(
|
|
'LBL_VENDOR_INFORMATION' => 'Beszállító adatai',
|
|
'LBL_CUSTOM_INFORMATION' => 'Egyéb adatok',
|
|
'LBL_VENDOR_ADDRESS_INFORMATION' => 'Cím adatok',
|
|
'LBL_DESCRIPTION_INFORMATION' => 'Leírás',
|
|
'Vendor Name' => 'Beszállító neve',
|
|
'Name' => 'Név',
|
|
'Company Name' => 'Cégnév',
|
|
'Phone' => 'Telefon',
|
|
'Email' => 'Email',
|
|
'Website' => 'Weboldal',
|
|
'GL Account' => 'Főkönyvi szám',
|
|
'Category' => 'Kategória',
|
|
'Street' => 'Utca',
|
|
'City' => 'Város',
|
|
'State' => 'Állam/megye',
|
|
'Postal Code' => 'Irányítószám',
|
|
'Country' => 'Ország',
|
|
'Description' => 'Leírás:',
|
|
'Po Box' => 'Postafiók',
|
|
'Vendor' => 'Beszállító',
|
|
'300-Sales-Software' => '300-Sales-Software',
|
|
'301-Sales-Hardware' => '301-Sales-Hardware',
|
|
'302-Rental-Income' => '302-Rental-Income',
|
|
'303-Interest-Income' => '303-Interest-Income',
|
|
'304-Sales-Software-Support' => '304-Sales-Software-Support',
|
|
'305-Sales Other' => '305-Sales Other',
|
|
'306-Internet Sales' => '306-Internet Sales',
|
|
'307-Service-Hardware Labor' => '307-Service-Hardware Labor',
|
|
'308-Sales-Books' => '308-Sales-Books',
|
|
'Created Time' => 'Létrehozva',
|
|
'Modified Time' => 'Módosítva',
|
|
'LBL_DUPLICATE_DATA_IN' => 'Duplikát ',
|
|
'LBL_DELETE' => 'Töröl',
|
|
'LBL_MERGE_SELECT' => 'Egyesítést kiválaszt',
|
|
'LBL_MERGE' => 'Egyesít',
|
|
'LBL_MERGE_DATA_IN' => 'Rekordokat Egyesít',
|
|
'LBL_ACTION' => 'Tevékenység',
|
|
'LBL_FIELDLISTS' => 'Mezők Listája',
|
|
'LBL_RECORD' => 'Rekord #',
|
|
'Vendor No' => 'Beszállító No.',
|
|
'LBL_MODULE_NAME' => 'Beszállítók',
|
|
'Vendors ID' => 'Beszállító AZ'
|
|
);
|
|
?>
|