[ 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 'LBL_NEW' => 'New' , // TODO: Review 12 'LBL_WORKFLOW' => 'Workflow' , // TODO: Review 13 'LBL_CREATING_WORKFLOW' => 'Creating WorkFlow' , // TODO: Review 14 'LBL_NEXT' => 'Next' , // TODO: Review 15 'LBL_STEP_1' => 'Step 1' , // TODO: Review 16 'LBL_ENTER_BASIC_DETAILS_OF_THE_WORKFLOW' => 'Enter basic details of the Workflow', // TODO: Review 17 'LBL_SPECIFY_WHEN_TO_EXECUTE' => 'Specify when to execute this Workflow', // TODO: Review 18 'ON_FIRST_SAVE' => 'Only on the first save' , // TODO: Review 19 'ONCE' => 'Until the first time the condition is true', // TODO: Review 20 'ON_EVERY_SAVE' => 'Every time the record is saved', // TODO: Review 21 'ON_MODIFY' => 'Every time a record is modified', // TODO: Review 22 'MANUAL' => 'System' , // TODO: Review 23 'SCHEDULE_WORKFLOW' => 'Schedule Workflow' , // TODO: Review 24 'ADD_CONDITIONS' => 'Add Conditions' , // TODO: Review 25 'ADD_TASKS' => 'Add Tasks' , // TODO: Review 26 'LBL_EXPRESSION' => 'Expression' , // TODO: Review 27 'LBL_FIELD_NAME' => 'Field' , // TODO: Review 28 'LBL_SET_VALUE' => 'Set Value' , // TODO: Review 29 'LBL_USE_FIELD' => 'Use Field' , // TODO: Review 30 'LBL_USE_FUNCTION' => 'Use Function' , // TODO: Review 31 'LBL_RAW_TEXT' => 'Raw text' , // TODO: Review 32 'LBL_ENABLE_TO_CREATE_FILTERS' => 'Enable to create Filters' , // TODO: Review 33 '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.', // TODO: Review 34 'LBL_USE_EXISTING_CONDITIONS' => 'Use existing conditions' , // TODO: Review 35 'LBL_RECREATE_CONDITIONS' => 'Recreate Conditions' , // TODO: Review 36 'LBL_SAVE_AND_CONTINUE' => 'Save & Continue' , // TODO: Review 37 'LBL_ACTIVE' => 'Active' , // TODO: Review 38 'LBL_TASK_TYPE' => 'Task type' , // TODO: Review 39 'LBL_TASK_TITLE' => 'Task Title' , // TODO: Review 40 'LBL_ADD_TASKS_FOR_WORKFLOW' => 'Add Task for Workflow' , // TODO: Review 41 'LBL_EXECUTE_TASK' => 'Execute Task' , // TODO: Review 42 'LBL_SELECT_OPTIONS' => 'Select Options' , // TODO: Review 43 'LBL_ADD_FIELD' => 'Add Field' , // TODO: Review 44 'LBL_ADD_TIME' => 'Add time' , // TODO: Review 45 'LBL_TITLE' => 'Title' , // TODO: Review 46 'LBL_PRIORITY' => 'Priority' , // TODO: Review 47 'LBL_ASSIGNED_TO' => 'Assigned to' , // TODO: Review 48 'LBL_TIME' => 'Time' , // TODO: Review 49 'LBL_DUE_DATE' => 'Due Date' , // TODO: Review 50 'LBL_THE_SAME_VALUE_IS_USED_FOR_START_DATE' => 'The same value is used for the start date', // TODO: Review 51 'LBL_EVENT_NAME' => 'Event Name' , // TODO: Review 52 'LBL_TYPE' => 'Type' , // TODO: Review 53 'LBL_METHOD_NAME' => 'Method Name' , // TODO: Review 54 'LBL_RECEPIENTS' => 'Recepients' , // TODO: Review 55 'LBL_ADD_FIELDS' => 'Add Fields' , // TODO: Review 56 'LBL_SMS_TEXT' => 'Sms Text' , // TODO: Review 57 'LBL_SET_FIELD_VALUES' => 'Set Field Values' , // TODO: Review 58 'LBL_IN_ACTIVE' => 'In Active' , // TODO: Review 59 'LBL_SEND_NOTIFICATION' => 'Send Notification' , // TODO: Review 60 'LBL_START_TIME' => 'Start Time' , // TODO: Review 61 'LBL_START_DATE' => 'Start Date' , // TODO: Review 62 'LBL_END_TIME' => 'End Time' , // TODO: Review 63 'LBL_END_DATE' => 'End Date' , // TODO: Review 64 'LBL_ENABLE_REPEAT' => 'Enable Repeat' , // TODO: Review 65 'LBL_NO_METHOD_IS_AVAILABLE_FOR_THIS_MODULE' => 'No method is available for this module', // TODO: Review 66 'LBL_FINISH' => 'Finish' , // TODO: Review 67 'LBL_NO_TASKS_ADDED' => 'No Task' , // TODO: Review 68 'LBL_CANNOT_DELETE_DEFAULT_WORKFLOW' => 'You Cannot delete default Workflow', // TODO: Review 69 'LBL_MODULES_TO_CREATE_RECORD' => 'Modules to create record' , // TODO: Review 70 'LBL_EXAMPLE_EXPRESSION' => 'Expression' , // TODO: Review 71 'LBL_EXAMPLE_RAWTEXT' => 'Rawtext' , // TODO: Review 72 'LBL_VTIGER' => 'Vtiger' , // TODO: Review 73 'LBL_EXAMPLE_FIELD_NAME' => 'Field' , // TODO: Review 74 'LBL_NOTIFY_OWNER' => 'notify_owner' , // TODO: Review 75 'LBL_ANNUAL_REVENUE' => 'annual_revenue' , // TODO: Review 76 'LBL_EXPRESSION_EXAMPLE2' => 'if mailingcountry == \'India\' then concat(firstname,\' \',lastname) else concat(lastname,\' \',firstname) end', // TODO: Review 77 'LBL_FROM' => 'Da', 78 'Optional' => 'Opzionale', 79 'LBL_ADD_TASK' => 'Add Compito', 80 'Portal Pdf Url' =>'Customer Portal collegamento Pdf', 81 'LBL_ADD_TEMPLATE' => 'Aggiungi modello', 82 'LBL_LINEITEM_BLOCK_GROUP' => 'Blocco LineItems per IVA di gruppo', 83 'LBL_LINEITEM_BLOCK_INDIVIDUAL' => 'Blocco LineItems per fiscali', 84 85 //Translation for module 86 'Calendar' => 'Da fare', 87 ); 88 $jsLanguageStrings = array( 89 'JS_STATUS_CHANGED_SUCCESSFULLY' => 'Status changed Successfully' , // TODO: Review 90 'JS_TASK_DELETED_SUCCESSFULLY' => 'Task deleted Successfully' , // TODO: Review 91 'JS_SAME_FIELDS_SELECTED_MORE_THAN_ONCE' => 'Same fields selected more than once', // TODO: Review 92 'JS_WORKFLOW_SAVED_SUCCESSFULLY' => 'Workflow saved successfully' , // TODO: Review 93 );
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 |