Files
CRM/languages/en_us/SPFunnelCharts.php
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

36 lines
1.6 KiB
PHP

<?php
/*+**********************************************************************************
* Advanced Funnel Charts by SalesPlatform
* Copyright (C) 2011-2016 SalesPlatform Ltd
* All Rights Reserved.
* This extension is licensed to be used within one instance of Vtiger CRM.
* Source code or binaries may not be redistributed unless expressly permitted by SalesPlatform Ltd.
* If you have any questions or comments, please email: extensions@salesplatform.ru
************************************************************************************/
$languageStrings = array(
'SPFunnelCharts' => 'Advanced Funnel Charts',
'SINGLE_SPFunnelCharts' => 'Advanced Funnel Chart',
'LBL_CREATE_FUNNEL' => 'Create Funnel',
'LBL_EDIT_FUNNEL' => 'Edit Funnel',
'LBL_FUNNEL_NAME' => 'Funnel name',
'LBL_FUNNEL_REPORTS' => 'Funnel layers',
'LBL_DESCRIPTION' => 'Description',
'LBL_SELECT_REPORTS' => 'Select reports',
'LBL_DUPLICATES_FUNNEL_NAME' => 'Funnel with this name already exists',
'LBL_REFRESH_FUNNEL' => 'Refresh funnel',
'LBL_FUNNELS_DELETED_SUCCESSFULLY' => 'Funnels successful deleted',
'LBL_DENIED_DELETE_FUNNELS' => 'Funnels deletion denied',
'LBL_ASSIGNED_USER' => 'Assigned user',
'LBL_PLOT_BY' => 'Plot by',
'Funnel name' => 'Funnel name',
'Description' => 'Description',
'LBL_RECORD_WITH_NAME_EXISTS' => 'Record with same name already exists',
'LBL_RECORDS_DELETED_SUCCESSFULLY' => 'Records deleted',
'LBL_DENIED_DELETE_RECORDS' => 'No access for delete records',
'Name' => 'Name',
);
$jsLanguageStrings = array(
'JS_PLOT_BY' => 'Plot by'
);