<?php /** * Contains all the language information for this substitute * * This is a substitute langauge file the the Company module * * @license http://www.browsercrm.com/licence.php BrowserCRM Software Licence * @copyright Copyright (c) 2003, 2004, 2005, 2006 BrowserCRM Limited * @link http://www.browsercrm.com/ * @package Company */ $L['companyModuleLabel'] = 'Organizaciones'; //used for main nav bar menu link //Page titles (CompanyTitle_item[filename]) $L['companyTitle_itemlist'] = 'Organizaciones'; $L['companyTitleNew_itemedit'] = 'Nueva Organización'; $L['companyTitle_itemedit'] = 'Ver Organización'; $L['companyTitle_itemview'] = 'Editar Organización'; $L['companyTitle_itemmulti_edit'] = 'Multi-editar Organización'; $L['companyTitle_itemprocess_multi'] = 'Borrar Organizaciones'; $L['companyTitle_itemmass_edit'] = 'Edición masiva de Organizaciones'; //index.php $L['companyModuleTitle'] = 'Organizaciones'; $L['companyEventName'] = 'Organización'; $L['companyEventNamePlural'] = 'Organizaciones'; $L['companyNoItems'] = 'No hay Organizaciones'; //edit.php $L['companyEditDescription'] = ''; $L['companyDisplayDescription'] = ''; $L['companyViewDescription'] = ''; //admin_dropdown.php $L['companyIndustryDropdownValues'] = 'Valores Industriales Desplegables'; $L['companyIndustryDropdownValue'] = 'Valor Industrial Desplegable'; $L['companyRelationshipDropdownValues'] = 'Valores de Relación Desplegables'; $L['companyRelationshipDropdownValue'] = 'Valor de Relación Desplegable'; $L['companyDropdownValueName'] = 'Nombre del Valor'; $L['companyDropdownValues'] = 'Valores desplegables'; $L['companyDropdown2Values'] = 'Valores desplegables 2'; $L['companyDropdownValue'] = 'Valor Desplegable'; $L['companyDropdown2Value'] = 'Valor Desplegable 2'; $l['companyNestedDropdownValues'] = 'Valores desplegables asentados'; $l['companyNestedDropdownValue'] = 'Valor Desplegable asentado'; $L['companyDropdownValueName'] = 'Nombre del Valor'; $L['companyReports'] = 'Reportes de Organizaciones'; $L['companyRelationship'] = 'Relación por defecto'; $L['companyIndustry'] = 'Industria por defecto'; //_status.inc $L['companyNewAlerts0'] = 'No nuevos alertas de organizaciones'; $L['companyNewAlerts1'] = 'nuevo alerta de organizaciones'; $L['companyNewAlertsMany'] = 'nuevos alertas de organizaciones'; //_prefs.inc $L['companyListSize'] = 'Número de organizaciones a mostrar'; //misc $L['companyLabelStockCode'] = 'Código Bursátil'; $L['companyLabelEmployees'] = 'Empleados'; ?>