mirror of
https://github.com/Karaka-Management/oms-SalesAnalysis.git
synced 2026-01-11 19:38:39 +00:00
63 lines
2.2 KiB
PHP
63 lines
2.2 KiB
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.1
|
|
*
|
|
* @category TBD
|
|
* @package TBD
|
|
* @author OMS Development Team <dev@oms.com>
|
|
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link http://orange-management.com
|
|
*/
|
|
return ['SalesAnalysis' => [
|
|
'Africa' => 'Africa',
|
|
'America' => 'America',
|
|
'Analysis' => 'Analysis',
|
|
'Asia' => 'Asia',
|
|
'Change' => 'Change',
|
|
'ChangeAcc' => 'Change Acc.',
|
|
'Charts' => 'Charts',
|
|
'Comparison' => 'Comparison',
|
|
'Continents' => 'Continents',
|
|
'CurrentMonth' => 'Current Month',
|
|
'CurrentYear' => 'Current Year',
|
|
'CurrentYearAcc' => 'Current Year Acc.',
|
|
'Customers' => 'Customers',
|
|
'Data' => 'Data',
|
|
'Database' => 'Database',
|
|
'Day' => 'Day',
|
|
'Developed' => 'Developed',
|
|
'Developed/Undeveloped' => 'Developed/Undeveloped',
|
|
'Development' => 'Development',
|
|
'Domestic/Export' => 'Domestic/Export',
|
|
'Domestic' => 'Domestic',
|
|
'Employees' => 'Employees',
|
|
'Europe' => 'Europe',
|
|
'Export' => 'Export',
|
|
'Forecast' => 'Forecast',
|
|
'Frequency' => 'Frequency',
|
|
'Interval' => 'Interval',
|
|
'Invoices' => 'Invoices',
|
|
'LastMonth' => 'Last Month',
|
|
'LastYear' => 'Last Year',
|
|
'LastYearAcc' => 'Last Year Acc.',
|
|
'Marketing' => 'Marketing',
|
|
'Misc' => 'Misc',
|
|
'Month' => 'Month',
|
|
'Overview' => 'Overview',
|
|
'Products' => 'Products',
|
|
'Regions' => 'Regions',
|
|
'To' => 'To',
|
|
'Today' => 'Today',
|
|
'Top10' => 'Top 10',
|
|
'Total' => 'Total',
|
|
'Type' => 'Type',
|
|
'Undeveloped' => 'Undeveloped',
|
|
'Year' => 'Year',
|
|
'Yesterday' => 'Yesterday',
|
|
]];
|