40 lines
1.6 KiB
PHP
40 lines
1.6 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.
|
|
************************************************************************************/
|
|
$mod_strings = Array (
|
|
'SMSNotifier' => 'SMSNotifier',
|
|
'SINGLE_SMSNotifier' => 'SMS Info',
|
|
'LBL_SMSNOTIFIER_INFORMATION' => 'SMS Information',
|
|
'LBL_CUSTOM_INFORMATION' => 'Custom Information',
|
|
'Assigned To' => 'Assigned To',
|
|
'Created Time' => 'Created Time',
|
|
'Modified Time' => 'Modified Time',
|
|
'message' => 'Message',
|
|
|
|
'Related To' => 'Related To',
|
|
'Status' => 'Status',
|
|
|
|
'LBL_CHECK_STATUS' => 'Check status',
|
|
|
|
'SERVER_CONFIGURATION' => 'Server Configuration',
|
|
'SERVER_CONFIGURATION_DESCRIPTION' => 'Configure SMS server information',
|
|
|
|
'LBL_ADDNEW' => 'Add New',
|
|
'LBL_UPDATE' => 'Update',
|
|
'LBL_PROVIDER' => 'Provider',
|
|
'LBL_SELECT_ONE' => 'Select One',
|
|
|
|
'LBL_RECEPIENTS' => 'Recepients',
|
|
'SMSCheckStatus' => 'Check Status',
|
|
'StatusInformation' => 'Status Information',
|
|
'SMSNotifier ID' => 'SMSNotifier ID',
|
|
);
|
|
|
|
?>
|