[ 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 // Basic Strings 12 'SINGLE_ProjectTask' => 'Project Task', 13 'LBL_ADD_RECORD' => 'Add Project Task', 14 'LBL_RECORDS_LIST' => 'Project Task List', 15 16 // Blocks 17 'LBL_PROJECT_TASK_INFORMATION' => 'Project Task Details', 18 'LBL_PROJECTS_LIST' => 'Projects List', 19 'LBL_TASKS_LIST' => 'Tasks List', 20 21 //Field Labels 22 'Project Task Name' => 'Project Task Name', 23 'Project Task No' => 'Project Task No', 24 'Project Task Number' => 'Project Task Number', 25 'Status' => 'Status', 26 'Priority' => 'Priority', 27 'Progress' => 'Progress', 28 'Type'=>'Type', 29 'Worked Hours'=>'Worked Hours', 30 'Start Date'=>'Start Date', 31 'End Date'=>'End Date', 32 'Related To' => 'Related To', 33 'administrative' => 'Administrative', 34 'operative' => 'Operative', 35 'other' => 'Other', 36 'low' => 'Low', 37 'normal' => 'Normal', 38 'high' => 'High', 39 'Created Time' => 'Created Time', 40 'Modified Time' => 'Modified Time', 41 'description' => 'Description', 42 'Assigned To' => 'Assigned To', 43 'Open' => 'Open', 44 'In Progress' => 'In Progress', 45 'Completed' => 'Completed', 46 'Deferred' => 'Deferred', 47 'Canceled ' => 'Canceled', 48 );
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 |