[ 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 * All Rights Reserved. 9 ************************************************************************************/ 10 $languageStrings = array( 11 'SINGLE_Project' => 'Proyecto' , 12 'LBL_ADD_RECORD' => 'Agregar Proyecto' , 13 'LBL_RECORDS_LIST' => 'Lista de proyectos' , 14 'LBL_PROJECT_INFORMATION' => 'Información de Proyecto' , 15 'Project Name' => 'Nombre Proyecto' , 16 'Start Date' => 'Fecha inicio' , 17 'Target End Date' => 'Fecha fin prevista' , 18 'Actual End Date' => 'Fecha fin real' , 19 'Project No' => 'Nº Proyecto' , 20 'Target Budget' => 'Presupuesto Inicial' , 21 'Project Url' => 'URL Proyecto' , 22 'Progress' => 'Progreso' , 23 'LBL_TASKS_OPEN' => 'Actividades abiertas' , 24 'LBL_TASKS_DUE' => 'Actividades retrasadas' , 25 'LBL_TASKS_COMPLETED' => 'Actividades completadas' , 26 'LBL_PEOPLE' => 'Gente' , 27 'LBL_CHARTS' => 'Gráficos' , 28 'LBL_TASKS_LIST' => 'Tasks List' , // TODO: Review 29 'LBL_MILESTONES' => 'Milestones' , // TODO: Review 30 'LBL_TASKS' => 'Tasks' , // TODO: Review 31 'LBL_STATUS_IS' => 'Status is' , // TODO: Review 32 'LBL_STATUS' => 'Status' , // TODO: Review 33 'LBL_TICKET_PRIORITY' => 'Priority' , // TODO: Review 34 'LBL_MORE' => 'more' , // TODO: Review 35 'LBL_DOWNLOAD_FILE' => 'Download File' , // TODO: Review 36 'LBL_MILESTONES_LIST' => 'Lista de Hitos' , 37 'LBL_TASKS_HIGH' => 'Alta Prioridad' , 38 'LBL_TASKS_NORMAL' => 'Prioridad Normal' , 39 'LBL_TASKS_LOW' => 'Prioridad baja' , 40 'LBL_TASKS_OTHER' => 'Otras prioridades' , 41 'LBL_SELECT_PROGRESS' => 'Seleccione el Progreso' , 42 43 //picklist values 44 'prospecting' => 'Prospección', 45 'in progress' => 'En curso', 46 'initiated' => 'Iniciado', 47 'waiting for feedback' => 'Esperando Feedback', 48 'on hold' => 'En espera', 49 'archived' => 'Archivado', 50 'completed' => 'Terminado', 51 'delivered' => 'Liberado', 52 'administrative' => 'Administrativo', 53 'operative' => 'Operatorio', 54 'other' => 'Otro', 55 'low' => 'Bajo', 56 'normal' => 'Normal', 57 'high' => 'Alto', 58 ); 59 60 $jsLanguageStrings = array( 61 'JS_LBL_SELECT_STATUS' => 'Seleccionar Estado', 62 'JS_LBL_SELECT_PROGRESS' => 'Seleccione el Progreso', 63 );
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 |