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' => 'SMS',
'SINGLE_SMSNotifier' => 'SMS Info',
'LBL_SMSNOTIFIER_INFORMATION' => 'SMS Information',
'LBL_CUSTOM_INFORMATION' => 'zusätzlicheInformation',
'Assigned To' => 'zuständig',
'Created Time' => 'erstellt',
'Modified Time' => 'geändert',
'message' => 'Nachricht',
'Related To' => 'bezogen auf',
'Status' => 'Status',
'LBL_CHECK_STATUS' => 'prüfe Status',
'SERVER_CONFIGURATION' => 'Server Konfiguration',
'SERVER_CONFIGURATION_DESCRIPTION' => 'konfiguriere SMS Server',
'LBL_ADDNEW' => 'neu',
'LBL_UPDATE' => 'Update',
'LBL_PROVIDER' => 'Lieferant',
'LBL_SELECT_ONE' => 'einen auswählen',
'LBL_RECEPIENTS' => 'Empfänger',
'SMSCheckStatus' => 'prüfe Status',
'StatusInformation' => 'Status Information',
'SMSNotifier ID' => 'SMS Info ID',
);
?>