[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/en_gb/ -> Reports.php (source)

   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      'Reports'                      => 'Reports'                     , // TODO: Review
  12      'SINGLE_Reports'               => 'Report'                      , // TODO: Review
  13      'LBL_FOLDER_NOT_EMPTY'         => 'Folder is not empty'         ,
  14      'LBL_MOVE_REPORT'              => 'Move Reports'                ,
  15      'LBL_CUSTOMIZE'                => 'Customise'                   ,
  16      'LBL_REPORT_EXPORT_EXCEL'      => 'Export Excel'                ,
  17      'LBL_REPORT_PRINT'             => 'Print'                       ,
  18      'LBL_STEP_1'                   => 'Step 1'                      ,
  19      'LBL_STEP_2'                   => 'Step 2'                      ,
  20      'LBL_STEP_3'                   => 'Step 3'                      ,
  21      'LBL_REPORT_DETAILS'           => 'Report Details'              ,
  22      'LBL_SELECT_COLUMNS'           => 'Select columns'              ,
  23      'LBL_FILTERS'                  => 'Filters'                     ,
  24      'LBL_FOLDERS'                  => 'Folders'                     ,
  25      'LBL_ADD_NEW_FOLDER'           => 'Add New Folder'              ,
  26      'LBL_FOLDER_NAME'              => 'Folder Name'                 ,
  27      'LBL_FOLDER_DESCRIPTION'       => 'Folder Description'          ,
  28      'LBL_WRITE_YOUR_DESCRIPTION_HERE' => 'Enter Description'           ,
  29      'LBL_DUPLICATES_EXIST'         => 'Duplicate Exists'            ,
  30      'LBL_FOLDERS_LIST'             => 'Folders List'                ,
  31      'LBL_DENIED_REPORTS'           => 'Denied Reports'              ,
  32      'LBL_NO_OF_RECORDS'            => 'Total Records : '           , // TODO: Review
  33      'LBL_MORE_RECORDS_TXT'           => 'Only 1000 records are shown below. Please export to see all records',
  34      'LBL_ADD_RECORD'               => 'Add Report'                  ,
  35      'LBL_ADD_FOLDER'               => 'Add Folder'                  ,
  36      'LBL_REPORT_DELETE_DENIED'     => 'Permission denied to delete the Report',
  37      'LBL_FOLDER_CAN_NOT_BE_DELETED' => 'This folder can not be deleted',
  38      'LBL_REPORTS_LIST'             => 'Reports List'                ,
  39      'LBL_REPORT_NAME'              => 'Report Name'                 ,
  40      'LBL_REPORT_FOLDER'            => 'Report Folder'               ,
  41      'LBL_DESCRIPTION'              => 'Description'                 ,
  42      'PRIMARY_MODULE'               => 'Primary Module'              ,
  43      'LBL_SELECT_RELATED_MODULES'   => 'Select Related Modules'      ,
  44      'LBL_MAX'                      => 'MAX'                         ,
  45      'LBL_NEXT'                     => 'Next'                        ,
  46      'LBL_REPORTS'                  => 'Reports List'                ,
  47      'LBL_GROUP_BY'                 => 'Group By'                    ,
  48      'LBL_SORT_ORDER'               => 'Sort Order'                  ,
  49      'LBL_ASCENDING'                => 'Ascending'                   ,
  50      'LBL_DESCENDING'               => 'Descending'                  ,
  51      'LBL_CALCULATIONS'             => 'Calculations'                ,
  52      'LBL_COLUMNS'                  => 'Columns'                     ,
  53      'LBL_SUM_VALUE'                => 'Sum'                         ,
  54      'LBL_AVERAGE'                  => 'Average'                     ,
  55      'LBL_LOWEST_VALUE'             => 'Lowest Value'                ,
  56      'LBL_HIGHEST_VALUE'            => 'Highest Value'               ,
  57      'LBL_GENERATE_REPORT'          => 'Generate Report'             ,
  58      'LBL_SUM'                      => 'SUM'                         ,
  59      'LBL_AVG'                      => 'AVG'                         ,
  60      'LBL_MIN'                      => 'MIN'                         ,
  61      'LBL_FIELD_NAMES'              => 'Field Names'                 ,
  62      'LBL_REPORT_CSV'               => 'Export CSV'                  ,
  63      'LBL_VIEW_DETAILS'             => 'View Details'                ,
  64      'LBL_GENERATE_NOW'             => 'Generate Now'                , // TODO: Review
  65      'Report Name'                  => 'Report Name'                 ,
  66      'Account and Contact Reports'  => 'Organisation and Contact Reports',
  67      'Lead Reports'                 => 'Lead Reports'                ,
  68      'Potential Reports'            => 'Opportunity Reports'         ,
  69      'Activity Reports'             => 'Activity Reports'            ,
  70      'HelpDesk Reports'             => 'Trouble Ticket Reports'     ,
  71      'Product Reports'              => 'Product Reports'             ,
  72      'Quote Reports'                => 'Quote Reports'               ,
  73      'PurchaseOrder Reports'        => 'Purchase Order Reports'      ,
  74      'SalesOrder Reports'           => 'Sales Order Reports'         ,
  75      'Invoice Reports'              => 'Invoice Reports'             ,
  76      'Campaign Reports'             => 'Campaign Reports'            ,
  77      'Contacts by Accounts'         => 'Contacts by Organisation'    ,
  78      'Contacts without Accounts'    => 'Contacts without Organisations',
  79      'Contacts by Potentials'       => 'Contacts by Opportunities'   ,
  80      'Contacts related to Accounts' => 'Contacts related to Organisations',
  81      'Contacts not related to Accounts' => 'Contacts not related to Organisations',
  82      'Contacts related to Potentials' => 'Contacts related to Opportunities',
  83      'Lead by Source'               => 'Lead by Source'              ,
  84      'Lead Status Report'           => 'Lead Status Report'          ,
  85      'Potential Pipeline'           => 'Opportunity Pipeline'        ,
  86      'Closed Potentials'            => 'Closed Opportunities'        ,
  87      'Potential that have Won'      => 'Opportunities Won' ,
  88      'Tickets by Products'          => 'Tickets by Products'         ,
  89      'Tickets by Priority'          => 'Tickets by Priority'         ,
  90      'Open Tickets'                 => 'Open Tickets'                ,
  91      'Tickets related to Products'  => 'Tickets related to Products' ,
  92      'Tickets that are Open'        => 'Tickets that are Open'       ,
  93      'Product Details'              => 'Product Details'             ,
  94      'Products by Contacts'         => 'Products by Contacts'        ,
  95      'Product Detailed Report'      => 'Product Detailed Report'     ,
  96      'Products related to Contacts' => 'Products related to Contacts',
  97      'Open Quotes'                  => 'Open Quotes'                 ,
  98      'Quotes Detailed Report'       => 'Quotes Detailed Report'      ,
  99      'Quotes that are Open'         => 'Quotes that are Open'        ,
 100      'PurchaseOrder by Contacts'    => 'Purchase Orders by Contact'  ,
 101      'PurchaseOrder Detailed Report' => 'Purchase Order Detailed Report',
 102      'PurchaseOrder related to Contacts' => 'Purchase Orders related to Contacts',
 103      'Invoice Detailed Report'      => 'Invoice Detailed Report'     ,
 104      'Last Month Activities'        => 'Last Month\'s Activities'       ,
 105      'This Month Activities'        => 'This Month\'s activities'    ,
 106      'Campaign Expectations and Actuals' => 'Campaign Expectations and Actuals',
 107      'SalesOrder Detailed Report'   => 'Sales Order Detailed Report' ,
 108      'Email Reports'                => 'Email Reports'               ,
 109      'Contacts Email Report'        => 'Contacts Email Report'       ,
 110      'Accounts Email Report'        => 'Organisations Email Report'  ,
 111      'Leads Email Report'           => 'Leads Email Report'          ,
 112      'Vendors Email Report'         => 'Vendors Email Report'        ,
 113      'Emails sent to Contacts'      => 'Emails sent to Contacts'     ,
 114      'Emails sent to Organizations' => 'Emails sent to Organisations',
 115      'Emails sent to Leads'         => 'Emails sent to Leads'        ,
 116      'Emails sent to Vendors'       => 'Emails sent to Vendors'      ,
 117      'LBL_PRINT_REPORT'             => 'Print Report'                , // TODO: Review
 118      'LBL_RECORDS'                  => 'Records'                     , // TODO: Review
 119      'LBL_LIMIT_EXCEEDED'           => 'Only 1000 + records are displayed. Use CSV or Excel Export to see all the records', // TODO: Review
 120      'LBL_TOP'                      => 'Top'                         , // TODO: Review
 121      'LBL_ALL_REPORTS'              => 'All Reports'                 , // TODO: Review
 122      'LBL_CALCULATION_CONVERSION_MESSAGE' => 'Calculations are based on your "My Preferences" currency setting', // TODO: Review
 123  
 124      'LBL_CREATING_REPORT' => 'Creating Report',
 125      'LBL_EDITING_REPORT' => 'Editing Report',
 126      'LBL_SCHEDULE_REPORTS' => 'Schedule Reports',
 127      'LBL_AT_TIME' => 'At Time',
 128      'LBL_DAILY' => 'Daily',
 129      'LBL_WEEKLY' => 'Weekly',
 130      'LBL_MONTHLY_BY_DATE' => 'Monthly by Date',
 131      'LBL_YEARLY' => 'Yearly',
 132      'LBL_SPECIFIC_DATE' => 'On Specific Date',
 133      'LBL_CHOOSE_DATE' => 'Choose Date',
 134      'LBL_ON_THESE_DAYS' => 'On these days',
 135      'LBL_SELECT_MONTH_AND_DAY' => 'Select Month and Date',
 136      'LBL_SELECTED_DATES' => 'Selected Dates',
 137      'LBL_EXCEEDING_MAXIMUM_LIMIT' => 'Maximum limit exceeded',
 138      'LBL_NEXT_TRIGGER_TIME' => 'Next trigger time on',
 139      'LBL_RUN_REPORT' =>'Run Report',
 140      'LBL_SELECT_RECIEPIENTS' => 'Select Recipients',
 141      'LBL_SPECIFIC_EMAIL_ADDRESS' => 'Send to specific email',
 142      'LBL_SAME_LEVEL_ROLES' => 'Same Level Roles',
 143      'LBL_SUBORDINATE_ROLES' => 'Subordinate Roles',
 144  
 145      //Summary/Pivot Reports
 146      'LBL_CREATING_PIVOT_REPORT' => 'Create Pivot Report',
 147      'LBL_EDITING_PIVOT_REPORT' => 'Edit Pivot Report',
 148      'LBL_SELECT_PIVOT_FIELDS' => 'Select Pivot Fields',
 149      'LBL_SELECT_ROWS' => 'Select Rows ',
 150      'LBL_SELECT_DATA_FIELDS' => 'Select Data Fields ',
 151      'LBL_ADD_ROWS' => 'Add Rows',
 152      'LBL_ADD_COLUMNS' => 'Add Columns',
 153      'LBL_ADD_DATA_FIELDS' => 'Add Data Fields',
 154      'LBL_PIVOT_FIELDS' => 'Selected Pivot Fields',
 155      'LBL_RECORD_COUNT' => 'Record Count',
 156      'LBL_SELECT_PIVOT_FIELDS_WARNING' => 'Warning : Please select at least one Row field, Column field and Data field.',
 157      'LBL_PIVOT_DATA_FIELDS_WARNING' => 'Warning : In Data Column - aggregation functions(sum,avg,min and max) should not repeat.',
 158      'LBL_MODIFY_CONDITIONS' => 'Modify Conditions',
 159      'LBL_PIVOT_PREVIEW_EX' => 'Pivot Report Preview(Example)',
 160  
 161      //charts labels
 162      'LBL_SELECT_CHART_TYPE' => 'Select chart type',
 163      'LBL_CLICK_THROUGH_NOT_AVAILABLE' => 'Click through not available as you have selected more than one module',
 164      'LBL_TOTAL_SUM_OF' => 'Total Sum of %s',
 165      'LBL_AVG_OF' => 'Average of %s',
 166      'LBL_MIN_OF' => 'Minimum of %s',
 167      'LBL_MAX_OF' => 'Maximum of %s',
 168      'LBL_RECORD_COUNT' => 'Record Count',
 169      'LBL_PIE_CHART' => 'Pie Chart',
 170      'LBL_VERTICAL_BAR_CHART' => 'Vertical Bar Chart',
 171      'LBL_HORIZONTAL_BAR_CHART' => 'Horizontal Bar Chart',
 172      'LBL_LINE_CHART' => 'Line Chart',
 173      'LBL_SELECT_CHART' => 'Select Chart',
 174      'LBL_CREATING_CHART_REPORT' => 'Creating Chart Report',
 175      'LBL_EDITING_CHART_REPORT' => 'Editing Chart Report',
 176      'LBL_GENERATE_CHART' => 'Generate Chart',
 177      'LBL_SELECT_GROUP_BY_FIELD' => 'Select Groupby Field',
 178      'LBL_SELECT_DATA_FIELD' => 'Select Data Fields',
 179      'LBL_MODIFY_CONDITION' => 'Modify Conditions',
 180      'LBL_PLEASE_SELECT_ATLEAST_ONE_GROUP_FIELD_AND_DATA_FIELD' => 'Please select at least one Groupby field and one Data field.',
 181      'LBL_FOR_BAR_GRAPH_AND_LINE_GRAPH_SELECT_3_MAX_DATA_FIELDS' => 'For Bar and Line graph, you can select a maximum of 3 Data fields.',
 182      'LBL_DETAIL_REPORT' => 'Detail Report',
 183      'LBL_PIVOT_REPORT' => 'Pivot Report',
 184      'LBL_CHARTS' => 'Charts',
 185      //Schedule Reports - Mail Content
 186      'LBL_AUTO_GENERATED_REPORT_EMAIL' => 'This is an auto-generated email sent by a scheduled report.',
 187  );
 188  $jsLanguageStrings = array(
 189      'JS_DUPLICATE_RECORD'          => 'Duplicate Report'            , // TODO: Review
 190      'JS_CALCULATION_LINE_ITEM_FIELDS_SELECTION_LIMITATION' => 'Limitation: Line Item fields(List Price, Discount & Quantity) can only be used when other calculation fields are not selected.', // TODO: Review
 191  );


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1