[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 <?php 2 /*+********************************************************************************** 3 * The contents of this file are subject to the vtiger CRM Public License Version 1.0 4 * ("License"); You may not use this file except in compliance with the License 5 * The Original Code is: vtiger CRM Open Source 6 * The Initial Developer of the Original Code is vtiger. 7 * Portions created by vtiger are Copyright (C) vtiger. 8 * Portions created by JPL TSolucio, S.L. are Copyright (C) jpl tsolucio. 9 * All Rights Reserved. 10 * ******************************************************************************** 11 * Language : Español es_es 12 * Version : 6.0.0 13 * Created Date : 2012-10-26 14 * Author : JPL TSolucio, S. L. Joe Bordes 15 * Last change : 2013-05-03 16 * Author : JPL TSolucio, S. L. Joe Bordes 17 ************************************************************************************/ 18 $languageStrings = array( 19 'SINGLE_Project' => 'Proyecto', 20 'LBL_ADD_RECORD' => 'Añadir Proyecto', 21 'LBL_RECORDS_LIST' => 'Lista de Proyectos', 22 'LBL_PROJECT_INFORMATION' => 'Detalles del Proyecto', 23 'Project Name' => 'Nombre Proyecto', 24 'Start Date' => 'Fecha inicio', 25 'Target End Date' => 'Fecha fin prevista', 26 'Actual End Date' => 'Fecha fin real', 27 'Project No' => 'Número Proyecto', 28 'Target Budget' => 'Presupuesto previsto', 29 'Project Url' => 'Url Proyecto', 30 'Progress' => 'Progreso', 31 'LBL_TASKS_OPEN' => 'Actividades Abiertas', 32 'LBL_TASKS_DUE' => 'Actividades Pendientes', 33 'LBL_TASKS_COMPLETED' => 'Actividades Terminadas', 34 'LBL_PEOPLE' => 'Personas', 35 'LBL_CHARTS' => 'Gráficos', 36 'LBL_TASKS_LIST' => 'Lista Actividades', 37 'LBL_MILESTONES' => 'Hitos', 38 'LBL_TASKS' => 'Actividades', 39 'LBL_STATUS_IS' => 'Estado es', 40 'LBL_STATUS' => 'Estado', 41 'LBL_TICKET_PRIORITY' => 'Prioridad', 42 'LBL_MORE' => 'más', 43 'LBL_DOWNLOAD_FILE' => 'Descargar Fichero', 44 'LBL_MILESTONES_LIST' => 'Lista de Hitos', 45 46 'LBL_TASKS_HIGH' => 'Alta Prioridad', 47 'LBL_TASKS_NORMAL' => 'Prioridad Normal', 48 'LBL_TASKS_LOW' => 'Prioridad Baja', 49 'LBL_TASKS_OTHER' => 'Otras prioridades', 50 'LBL_SELECT_PROGRESS' => 'Selecciona el Progreso', 51 //picklist values 52 'prospecting' => 'Prospección', 53 'in progress' => 'En curso', 54 'initiated' => 'Iniciado', 55 'waiting for feedback' => 'Esperando Información', 56 'on hold' => 'En espera', 57 'archived' => 'Archivado', 58 'completed' => 'Terminado', 59 'delivered' => 'Entregado', 60 'administrative' => 'Administrativo', 61 'operative' => 'Operativo', 62 'other' => 'Otro', 63 'low' => 'Bajo', 64 'normal' => 'Normal', 65 'high' => 'Alto', 66 ); 67 68 $jsLanguageStrings = array( 69 'JS_LBL_SELECT_STATUS' => 'Selecciona Estado', 70 'JS_LBL_SELECT_PROGRESS' => 'Selecciona el Progreso', 71 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |