'Project', 'LBL_ADD_RECORD' => 'Add Project', 'LBL_RECORDS_LIST' => 'Projects List', // Blocks 'LBL_PROJECT_INFORMATION' => 'Project Details', //Field Labels 'Project Name' => 'Project Name', 'Start Date' => 'Start Date', 'Target End Date' => 'Target End Date', 'Actual End Date' => 'Actual End Date', 'Project No' => 'Project No.', 'Target Budget' => 'Target Budget', 'Project Url' => 'Project URL', 'Progress' => 'Progress', 'LBL_MILESTONES_LIST' => 'Milestones List' , 'LBL_TASKS_HIGH' => 'High Priority' , 'LBL_TASKS_NORMAL' => 'Normal Priority' , 'LBL_TASKS_LOW' => 'Low Priority' , 'LBL_TASKS_OTHER' => 'Other Priorities' , 'LBL_SELECT_PROGRESS' => 'Select Progress' , //Summary Information 'LBL_TASKS_OPEN' => 'Tasks Open', 'LBL_TASKS_DUE' => 'Tasks Due', 'LBL_TASKS_COMPLETED' => 'Tasks Completed', 'LBL_PEOPLE' => 'People', //Related List 'LBL_CHARTS' => 'Charts', 'LBL_TASKS_LIST' => 'Tasks List', 'LBL_MILESTONES' => 'Milestones', 'LBL_TASKS' => 'Tasks', 'LBL_STATUS_IS' => 'Status is', 'LBL_STATUS' => 'Status', 'LBL_TICKET_PRIORITY' => 'Priority', 'LBL_MORE' => 'More', //Summary View Widgets 'LBL_DOWNLOAD_FILE' => 'Download File', //picklist values 'prospecting' => 'Prospecting', 'in progress' => 'In Progress', 'initiated' => 'Initiated', 'waiting for feedback' => 'Waiting for Feedback', 'on hold' => 'On Hold', 'archived' => 'Archived', 'completed' => 'Completed', 'delivered' => 'Delivered', 'administrative' => 'Administrative', 'operative' => 'Operative', 'other' => 'Other', 'low' => 'Low', 'normal' => 'Normal', 'high' => 'High', ); $jsLanguageStrings = array( 'JS_LBL_SELECT_STATUS' => 'Select Status', 'JS_LBL_SELECT_PROGRESS' => 'Select Progress', );