Skip to content
Snippets Groups Projects
ProjectTask.php 1.96 KiB
Newer Older
Prasad's avatar
Prasad committed
<?php
Prasad's avatar
Prasad committed
/*+**********************************************************************************
Prasad's avatar
Prasad committed
 * 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.
 ************************************************************************************/
$languageStrings = array(
	'SINGLE_ProjectTask'           => 'Actividad'                   , 
	'LBL_ADD_RECORD'               => 'Agregar Actividad'           , 
	'LBL_RECORDS_LIST'             => 'Lista de actividades'        , 
	'LBL_PROJECT_TASK_INFORMATION' => 'Información Actividad'      , 
Prasad's avatar
Prasad committed
	'LBL_PROJECTS_LIST'            => 'Projects List'               , // TODO: Review
	'LBL_TASKS_LIST'               => 'Tasks List'                  , // TODO: Review
Prasad's avatar
Prasad committed
    'LBL_MILESTONES_LIST'          => 'Lista de Hitos'              ,
	
	//Field Labels
Prasad's avatar
Prasad committed
	'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',
Prasad's avatar
Prasad committed
);