[ 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 'ADD_CONDITIONS' => 'Add Conditions', 12 'ADD_TASKS' => 'Add Tasks', 13 'Calendar' => 'To Do', 14 'LBL_ACTIVE' => 'Active', 15 'LBL_ADD_FIELD' => 'Add Field', //Duplicated key-value pair 16 'LBL_ADD_FIELDS' => 'Add Fields', 17 'LBL_ADD_TASKS_FOR_WORKFLOW' => 'Add Task for Workflow', 18 'LBL_ADD_TIME' => 'Add time', 19 'LBL_ANNUAL_REVENUE' => 'annual_revenue', 20 'LBL_ASSIGNED_TO' => 'Assigned to', 21 'LBL_CANNOT_DELETE_DEFAULT_WORKFLOW' => 'You Cannot delete default Workflow', 22 'LBL_CREATED_IN_OLD_LOOK_CANNOT_BE_EDITED' => 'This workflow was created in older look. Conditions created in older look cannot be edited. You can choose to recreate the conditions, or use the existing conditions without changing them.', 23 'LBL_CREATING_WORKFLOW' => 'Creating WorkFlow', 24 'LBL_DUE_DATE' => 'Due Date', 25 'LBL_EDITING_WORKFLOW' => 'Editing Workflow', 26 'LBL_ENABLE_REPEAT' => 'Enable Repeat', 27 'LBL_ENABLE_TO_CREATE_FILTERS' => 'Enable to create Filters', 28 'LBL_END_DATE' => 'End Date', 29 'LBL_END_TIME' => 'End Time', 30 'LBL_ENTER_BASIC_DETAILS_OF_THE_WORKFLOW' => 'Enter basic details of the Workflow', 31 'LBL_EVENT_NAME' => 'Event Name', 32 'LBL_EXAMPLE_EXPRESSION' => 'Expression', 33 'LBL_EXAMPLE_FIELD_NAME' => 'Field', 34 'LBL_EXAMPLE_RAWTEXT' => 'Rawtext', 35 'LBL_EXECUTE_TASK' => 'Execute Task', 36 'LBL_EXPRESSION_EXAMPLE2' => "if mailingcountry == 'India' then concat(firstname,' ',lastname) else concat(lastname,' ',firstname) end", 37 'LBL_EXPRESSION' => 'Expression', 38 'LBL_FIELD_NAME' => 'Field', 39 'LBL_FINISH' => 'Finish', 40 'LBL_IN_ACTIVE' => 'In Active', 41 'LBL_METHOD_NAME' => 'Method Name', 42 'LBL_MODULES_TO_CREATE_RECORD' => 'Modules to create record', 43 'LBL_NEW' => 'New', 44 'LBL_NEXT' => 'Next', 45 'LBL_NO_METHOD_IS_AVAILABLE_FOR_THIS_MODULE' => 'No method is available for this module', 46 'LBL_NO_TASKS_ADDED' => 'No Task', 47 'LBL_NOTIFY_OWNER' => 'notify_owner', 48 'LBL_PRIORITY' => 'Priority', 49 'LBL_RAW_TEXT' => 'Raw text', 50 'LBL_RECEPIENTS' => 'Recepients', 51 'LBL_RECREATE_CONDITIONS' => 'Recreate Conditions', 52 'LBL_SAVE_AND_CONTINUE' => 'Save & Continue', 53 'LBL_SELECT_OPTIONS' => 'Select Options', 54 'LBL_SEND_NOTIFICATION' => 'Send Notification', 55 'LBL_SET_FIELD_VALUES' => 'Set Field Values', 56 'LBL_SET_VALUE' => 'Set Value', 57 'LBL_SMS_TEXT' => 'Sms Text', 58 'LBL_SPECIFY_WHEN_TO_EXECUTE' => 'Specify when to execute this Workflow', 59 'LBL_START_DATE' => 'Start Date', 60 'LBL_START_TIME' => 'Start Time', 61 'LBL_STEP_1' => 'Step 1', 62 'LBL_TASK_TITLE' => 'Task Title', 63 'LBL_TASK_TYPE' => 'Task type', //Duplicated key-value pair 64 'LBL_THE_SAME_VALUE_IS_USED_FOR_START_DATE' => 'The same value is used for the start date', 65 'LBL_TIME' => 'Time', 66 'LBL_TITLE' => 'Title', 67 'LBL_TYPE' => 'Type', 68 'LBL_USE_EXISTING_CONDITIONS' => 'Use existing conditions', 69 'LBL_USE_FIELD' => 'Use Field', 70 'LBL_USE_FUNCTION' => 'Use Function', 71 'LBL_VTIGER' => 'Vtiger', 72 'LBL_WORKFLOW' => 'Workflow', 73 'MANUAL' => 'System', 74 'ONCE' => 'Until the first time the condition is true', 75 'ON_EVERY_SAVE' => 'Every time the record is saved', 76 'ON_FIRST_SAVE' => 'Only on the first save', 77 'ON_MODIFY' => 'Every time a record is modified', 78 'SCHEDULE_WORKFLOW' => 'Schedule Workflow', 79 'ON_SCHEDULE'=>'Schedule', 80 'LBL_RUN_WORKFLOW' => 'Run Workflow', 81 'LBL_AT_TIME' => 'At Time', 82 'LBL_HOURLY' => 'Hourly', 83 'LBL_DAILY' => 'Daily', 84 'LBL_WEEKLY' => 'Weekly', 85 'LBL_ON_THESE_DAYS' => 'On these days', 86 'LBL_MONTHLY_BY_DATE' => 'Monthly by Date', 87 'LBL_MONTHLY_BY_WEEKDAY' => 'Monthly by Weekday', 88 'LBL_YEARLY' => 'Yearly', 89 'LBL_SPECIFIC_DATE' => 'On Specific Date', 90 'LBL_CHOOSE_DATE' => 'Choose Date', 91 'LBL_SELECT_MONTH_AND_DAY' => 'Select Month and Date', 92 'LBL_SELECTED_DATES' => 'Selected Dates', 93 'LBL_EXCEEDING_MAXIMUM_LIMIT' => 'Maximum limit exceeded', 94 'LBL_NEXT_TRIGGER_TIME' => 'Next trigger time on', 95 'LBL_MESSAGE' => 'Message', 96 ); 97 98 $jsLanguageStrings = array( 99 'JS_SAME_FIELDS_SELECTED_MORE_THAN_ONCE' => 'Same fields selected more than once', 100 'JS_STATUS_CHANGED_SUCCESSFULLY' => 'Status changed Successfully', 101 'JS_TASK_DELETED_SUCCESSFULLY' => 'Task deleted Successfully', 102 'JS_WORKFLOW_SAVED_SUCCESSFULLY' => 'Workflow saved successfully', 103 );
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 |