26 lines
1.5 KiB
PHP
26 lines
1.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.
|
|
*************************************************************************************/
|
|
$languageStrings = array(
|
|
'isactive' => 'Aktív' ,
|
|
'LBL_ADD_CONFIGURATION' => 'Új konfiguráció' ,
|
|
'LBL_ADD_RECORD' => 'Új konfiguráció' ,
|
|
'LBL_EDIT_CONFIGURATION' => 'Konfiguráció szerkesztése' ,
|
|
'LBL_SELECT_ONE' => 'Válasszon egyet' ,
|
|
'password' => 'Jelszó' ,
|
|
'providertype' => 'Szolgáltató' ,
|
|
'SMSNotifier' => 'SMS szolgáltató konfiguráció',
|
|
'username' => 'Felhasználónév' ,
|
|
);
|
|
|
|
$jsLanguageStrings = array(
|
|
'JS_CONFIGURATION_SAVED' => 'SMS szolgáltató konfiguráció mentve',
|
|
'JS_RECORD_DELETED_SUCCESSFULLY' => 'SMS szolgáltató sikeresen törölve',
|
|
'LBL_DELETE_CONFIRMATION' => 'Biztos ön abban, hogy törölni akarja ezt az SMS szolgáltató konfigurációt?',
|
|
); |