[ 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_Project' => 'Project', 13 'LBL_ADD_RECORD' => 'Add Project', 14 'LBL_RECORDS_LIST' => 'Projects List', 15 16 // Blocks 17 'LBL_PROJECT_INFORMATION' => 'Project Details', 18 19 //Field Labels 20 'Project Name' => 'Project Name', 21 'Start Date' => 'Start Date', 22 'Target End Date' => 'Target End Date', 23 'Actual End Date' => 'Actual End Date', 24 'Project No' => 'Project No.', 25 'Target Budget' => 'Target Budget', 26 'Project Url' => 'Project URL', 27 'Progress' => 'Progress', 28 'LBL_MILESTONES_LIST' => 'Milestones List' , 29 'LBL_TASKS_HIGH' => 'High Priority' , 30 'LBL_TASKS_NORMAL' => 'Normal Priority' , 31 'LBL_TASKS_LOW' => 'Low Priority' , 32 'LBL_TASKS_OTHER' => 'Other Priorities' , 33 'LBL_SELECT_PROGRESS' => 'Select Progress' , 34 35 //Summary Information 36 'LBL_TASKS_OPEN' => 'Tasks Open', 37 'LBL_TASKS_DUE' => 'Tasks Due', 38 'LBL_TASKS_COMPLETED' => 'Tasks Completed', 39 'LBL_PEOPLE' => 'People', 40 41 //Related List 42 'LBL_CHARTS' => 'Charts', 43 'LBL_TASKS_LIST' => 'Tasks List', 44 'LBL_MILESTONES' => 'Milestones', 45 'LBL_TASKS' => 'Tasks', 46 'LBL_STATUS_IS' => 'Status is', 47 'LBL_STATUS' => 'Status', 48 'LBL_TICKET_PRIORITY' => 'Priority', 49 'LBL_MORE' => 'More', 50 51 //Summary View Widgets 52 'LBL_DOWNLOAD_FILE' => 'Download File', 53 54 //picklist values 55 'prospecting' => 'Prospecting', 56 'in progress' => 'In Progress', 57 'initiated' => 'Initiated', 58 'waiting for feedback' => 'Waiting for Feedback', 59 'on hold' => 'On Hold', 60 'archived' => 'Archived', 61 'completed' => 'Completed', 62 'delivered' => 'Delivered', 63 'administrative' => 'Administrative', 64 'operative' => 'Operative', 65 'other' => 'Other', 66 'low' => 'Low', 67 'normal' => 'Normal', 68 'high' => 'High', 69 ); 70 71 $jsLanguageStrings = array( 72 'JS_LBL_SELECT_STATUS' => 'Select Status', 73 'JS_LBL_SELECT_PROGRESS' => 'Select Progress', 74 );
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 |