oms-SalesAnalysis/Theme/Backend/Lang/en.lang.php
2016-07-03 15:30:25 +02:00

63 lines
2.3 KiB
PHP

<?php
/**
* Orange Management
*
* PHP Version 7.0
*
* @category TBD
* @package TBD
* @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @copyright 2013 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',
]];