55 lines
2.2 KiB
PHP
Executable File
55 lines
2.2 KiB
PHP
Executable File
<?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.
|
|
* Portions created by JPL TSolucio, S.L. are Copyright (C) jpl tsolucio.
|
|
* All Rights Reserved.
|
|
* ********************************************************************************
|
|
* Language : Español es_es
|
|
* Version : 6.0.0
|
|
* Created Date : 2012-10-26
|
|
* Author : JPL TSolucio, S. L. Joe Bordes
|
|
* Last change : 2013-05-03
|
|
* Author : JPL TSolucio, S. L. Joe Bordes
|
|
************************************************************************************/
|
|
$languageStrings = array(
|
|
'SINGLE_ProjectTask' => 'Actividad',
|
|
'LBL_ADD_RECORD' => 'Añadir Actividad',
|
|
'LBL_RECORDS_LIST' => 'Lista de Actividades',
|
|
'LBL_PROJECT_TASK_INFORMATION' => 'Detalles de Actividad',
|
|
'LBL_PROJECTS_LIST' => 'Lista de Proyectos',
|
|
'LBL_TASKS_LIST' => 'Lista de Actividades',
|
|
'LBL_MILESTONES_LIST' => 'Lista de Hitos',
|
|
|
|
//Field Labels
|
|
'Project Task Name' => 'Project Task Name',
|
|
'Project Task No' => 'Project Task No',
|
|
'Project Task Number' => 'Project Task Number',
|
|
'Status' => 'Status',
|
|
'Priority' => 'Priority',
|
|
'Progress' => 'Progress',
|
|
'Type'=>'Type',
|
|
'Worked Hours'=>'Worked Hours',
|
|
'Start Date'=>'Start Date',
|
|
'End Date'=>'End Date',
|
|
'Related to' => 'Related To',
|
|
'administrative' => 'Administrativo',
|
|
'operative' => 'Operatorio',
|
|
'other' => 'Otro',
|
|
'low' => 'Bajo',
|
|
'normal' => 'Normal',
|
|
'high' => 'Alto',
|
|
'Created Time' => 'Created Time',
|
|
'Modified Time' => 'Modified Time',
|
|
'description' => 'Description',
|
|
'Assigned To' => 'Assigned To',
|
|
'Open' => 'Open',
|
|
'In Progress' => 'In Progress',
|
|
'Completed' => 'Completed',
|
|
'Deferred' => 'Deferred',
|
|
'Canceled ' => 'Canceled',
|
|
'LBL_NO_DATE_VALUE_MSG' => 'o Tareas del proyecto no tienen inicio y / o fecha de finalización',
|
|
); |