29 lines
1.8 KiB
PHP
29 lines
1.8 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.
|
|
************************************************************************************/
|
|
|
|
$optionalModuleStrings = array(
|
|
'CustomerPortal_description'=>'Configuración del comportamiento del Portal del Cliente',
|
|
'FieldFormulas_description'=>'Configuración de Fórmulas de actualización de campos personalizados',
|
|
'RecycleBin_description'=>'Módulo de control de entidades eliminadas, permite restaurar y eliminar definitivamente',
|
|
'Tooltip_description'=>'Configuración de referencias de campos que pueden ser una combinación de otros',
|
|
'Webforms_description'=>'Soporte para formularios web. Captura de información externa fácilmente.',
|
|
// Language Packs
|
|
'SpanishLanguagePack_es_es_description'=>'Spanish language pack',
|
|
'GermanLanguagePack_de_de_description'=>'German language pack',
|
|
'FrenchLanguagePack_fr_fr_description'=>'French language pack',
|
|
'ItalianLanguagePack_it_it_description' => 'Italian language pack',
|
|
'TurkishLanguagePack_tr_tr_description' => 'Turkish language pack',
|
|
'BritishLanguagePack_br_br_description'=> 'British language pack',
|
|
'MexicanSpanishLanguagePack_es_mx_description'=>'Mexican Spanish language pack',
|
|
'DeutschLanguagePack_de_de_description'=>'Deutsch language pack',
|
|
'RomanianLanguagePack_rm_rm_description'=>'Romanian language pack',
|
|
'BrazilianLanguagePack_bz_bz_description'=>'Brazilian language pack',
|
|
);
|
|
?>
|