82 lines
3.6 KiB
PHP

<?php
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Public License Version 1.1.2
* ("License"); You may not use this file except in compliance with the
* License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
* the specific language governing rights and limitations under the License.
* The Original Code is: SugarCRM Open Source
* The Initial Developer of the Original Code is SugarCRM, Inc.
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.;
* All Rights Reserved.
* Contributor(s): ______________________________________.
********************************************************************************
* $Header: \modules\Campaigns\language\hu_hu.lang.php - 17:09 2011.11.11. $
* Description: Defines the Hungarian language pack for the Campaigns 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_CAMPAIGN_INFORMATION' => 'Kampány adatok',
'LBL_CUSTOM_INFORMATION' => 'Egyedi adatok',
'LBL_DESCRIPTION_INFORMATION' => 'Leírás',
'LBL_EXPECTATIONS_AND_ACTUALS' => 'Várható adatok és jelenlegi adatok',
'Campaign Name' => 'Kampány neve',
'Campaign Type' => 'Kampány típusa',
'Campaign Status' => 'Kampány állapot',
'Campaign ID' => 'Kampány ID',
'Expected Close Date' => 'Várható lezárás dátuma',
'Expected Revenue' => 'Várható jövedelem',
'Budget Cost' => 'Tervezett költség',
'Actual Cost' => 'Jelenlegi költség',
'Expected Response' => 'Várható reakció',
'Assigned To' => 'Felelős',
'Num Sent' => 'Küldött db',
'Created Time' => 'Létrehozva',
'Modified Time' => 'Módosítva',
'Description' => 'Leírás:',
'Product' => 'Termék',
'Target Audience' => 'Célközönség',
'TargetSize' => 'Célkitűzés nagysága',
'Sponsor' => 'Szponzor',
'Expected Sales Count' => 'Várható megrendelések száma',
'Expected Response Count' => 'Várható visszajelzési darabszám',
'Expected ROI' => 'Várható megtérülés',
'Actual Sales Count' => 'Jelenleg: megrendelések száma',
'Actual Response Count' => 'Jelenlegi visszajelzési darabszám',
'Actual ROI' => 'Jelenlegi megtérülés',
'Select One' => 'Válassz ki egyet',
'LBL_LOAD_LIST' => 'Lista betöltése',
'Conference' => 'Konferencia',
'Webinar' => 'Webinar',
'Trade Show' => 'Árubemutató',
'Public Relations' => 'Public Relations',
'Partners' => 'Partnerek',
'Referral Program' => 'Ajánló program',
'Advertisement' => 'Hirdetés',
'Banner Ads' => 'Banner hirdetés',
'Direct Mail' => 'Direct Mail',
'Email' => 'Email',
'Telemarketing' => 'Telemarketing',
'Others' => 'Más, egyéb',
'Planning' => 'Tervezés',
'Active' => 'Aktív',
'Inactive' => 'Inaktív',
'Complete' => 'Kész',
'Cancelled' => 'Törölt',
'Excellent' => 'Kiválló',
'Good' => 'Jó',
'Average' => 'Közepes',
'Poor' => 'Gyenge',
'Campaign No' => 'Kampány No.',
'--None--' => '--Nincs--',
'Contacted - Successful' => 'Kapcsolatfelvétel - Sikeres',
'Contacted - Unsuccessful' => 'Kapcsolatfelvétel - Sikertelen',
'Contacted - Never Contact Again' => 'Kapcsolatfelvétel - Felejtős örökre',
'Campaigns ID' => 'Kampány AZ',
'Completed' => 'Kész'
);
?>