38 lines
1.7 KiB
PHP
38 lines
1.7 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\SMSNotifier\language\hu_hu.lang.php - 22:08 2011.11.11. $
|
|
* Description: Defines the Hungarian language pack for the SMSNotifier module vtiger 5.3.x
|
|
*
|
|
* Contributor(s): Istvan Holbok, e-mail: holbok@gmail.com , mobil: +3670-3420900 , Skype: holboki
|
|
********************************************************************************/
|
|
$mod_strings = array(
|
|
'SMSNotifier' => 'SMS Küldő',
|
|
'SINGLE_SMSNotifier' => 'SMS Infó',
|
|
'LBL_SMSNOTIFIER_INFORMATION' => 'SMS adatok',
|
|
'LBL_CUSTOM_INFORMATION' => 'Egyedi adatok',
|
|
'Assigned To' => 'Felelős',
|
|
'Created Time' => 'Létrehozva',
|
|
'Modified Time' => 'Módosítva',
|
|
'message' => 'Üzenet',
|
|
'Related To' => 'Kapcsolódik hozzá',
|
|
'Status' => 'Állapot',
|
|
'LBL_CHECK_STATUS' => 'Állapot ellenőrzése',
|
|
'SERVER_CONFIGURATION' => 'Szerver Beállítások',
|
|
'SERVER_CONFIGURATION_DESCRIPTION' => 'SMS Szerver Beállításai',
|
|
'LBL_ADDNEW' => 'Új hozzáadása',
|
|
'LBL_UPDATE' => 'Módosít',
|
|
'LBL_PROVIDER' => 'Szolgáltató',
|
|
'LBL_SELECT_ONE' => 'Válassz egyet',
|
|
'LBL_RECEPIENTS' => 'Címzettek',
|
|
'SMSCheckStatus' => 'Állapot ellenőrzése',
|
|
'StatusInformation' => 'Állapot Információ',
|
|
'SMSNotifier ID' => 'SMS Küldő AZ'
|
|
);
|
|
?>
|