mirror of
https://github.com/Karaka-Management/oms-Sales.git
synced 2026-01-11 11:28:41 +00:00
Case fix!
This commit is contained in:
parent
a0cbe2c9ff
commit
f627dd0fcc
25
Theme/Backend/Lang/Navigation.en.lang.php
Normal file
25
Theme/Backend/Lang/Navigation.en.lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?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
|
||||
*/
|
||||
$MODLANG['Navigation'] = [
|
||||
'Analysis' => 'Analysis',
|
||||
'Articles' => 'Articles',
|
||||
'Clients' => 'Clients',
|
||||
'Create' => 'Create',
|
||||
'Invoices' => 'Invoices',
|
||||
'Invoice' => 'Invoice',
|
||||
'Profile' => 'Profile',
|
||||
'Sales' => 'Sales',
|
||||
];
|
||||
17
Theme/Backend/Lang/api.en.lang.php
Normal file
17
Theme/Backend/Lang/api.en.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?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
|
||||
*/
|
||||
$MODLANG[1] = [
|
||||
];
|
||||
101
Theme/Backend/Lang/en.lang.php
Normal file
101
Theme/Backend/Lang/en.lang.php
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
<?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
|
||||
*/
|
||||
$MODLANG['Sales'] = [
|
||||
'Account' => 'Account',
|
||||
'Active' => 'Active',
|
||||
'Activity' => 'Activity',
|
||||
'Address' => 'Address',
|
||||
'All' => 'All',
|
||||
'Amount' => 'Amount',
|
||||
'Analysis' => 'Analysis',
|
||||
'Area' => 'Area',
|
||||
'Article' => 'Article',
|
||||
'Articles' => 'Articles',
|
||||
'Available' => 'Available',
|
||||
'Calculate' => 'Calculate',
|
||||
'City' => 'City',
|
||||
'Class' => 'Class',
|
||||
'Client' => 'Client',
|
||||
'ClientID' => 'Client ID',
|
||||
'ClientName' => 'Client Name',
|
||||
'Clients' => 'Clients',
|
||||
'Confirmation' => 'Confirmation',
|
||||
'CoreData' => 'Core data',
|
||||
'Country' => 'Country',
|
||||
'Created' => 'Created',
|
||||
'Creator' => 'Creator',
|
||||
'CreditNote' => 'Credit Note',
|
||||
'Date' => 'Date',
|
||||
'DefaultInternational' => 'Default International',
|
||||
'DefaultNational' => 'Default National',
|
||||
'Delivery' => 'Delivery',
|
||||
'DeliveryNote' => 'Delivery Note',
|
||||
'Description' => 'Description',
|
||||
'Discount' => 'Discount',
|
||||
'DiscountP' => 'Discount in %',
|
||||
'Documentation' => 'Documentation',
|
||||
'DSO' => 'DSO',
|
||||
'Employee' => 'Employee',
|
||||
'FAO' => 'FAO',
|
||||
'From' => 'From',
|
||||
'Group' => 'Group',
|
||||
'Groups' => 'Groups',
|
||||
'Highest' => 'Highest',
|
||||
'Inactive' => 'Inactive',
|
||||
'Interval' => 'Interval',
|
||||
'Invoice' => 'Invoice',
|
||||
'Invoices' => 'Invoices',
|
||||
'IsDefault' => 'Is default?',
|
||||
'Language' => 'Language',
|
||||
'Last' => 'Last',
|
||||
'Localization' => 'Localization',
|
||||
'Loginname' => 'Loginname',
|
||||
'Matchcode' => 'Matchcode',
|
||||
'Media' => 'Media',
|
||||
'MinPrice' => 'Min Price',
|
||||
'Name' => 'Name',
|
||||
'Name1' => 'Name 1',
|
||||
'Name2' => 'Name 2',
|
||||
'Name3' => 'Name 3',
|
||||
'Offer' => 'Offer',
|
||||
'Order' => 'Order',
|
||||
'Orders' => 'Orders',
|
||||
'Ordered' => 'Ordered',
|
||||
'OrderedBy' => 'Ordered By',
|
||||
'Payment' => 'Payment',
|
||||
'Price' => 'Price',
|
||||
'Priority' => 'Priority',
|
||||
'Quantity' => 'Quantity',
|
||||
'Receipt' => 'Receipt',
|
||||
'Reference' => 'Reference',
|
||||
'Sales' => 'Sales',
|
||||
'Settings' => 'Settings',
|
||||
'Single' => 'Single',
|
||||
'State' => 'State',
|
||||
'Statistics' => 'Statistics',
|
||||
'Status' => 'Status',
|
||||
'Stock' => 'Stock',
|
||||
'Street' => 'Street',
|
||||
'Subgroup' => 'Subgroup',
|
||||
'Tax' => 'Tax',
|
||||
'Terms' => 'Terms',
|
||||
'To' => 'To',
|
||||
'TopArticles' => 'Top Articles',
|
||||
'Trend' => 'Trend',
|
||||
'Turnover' => 'Turnover',
|
||||
'Type' => 'Type',
|
||||
'ZipCode' => 'ZipCode',
|
||||
];
|
||||
19
Theme/Backend/analysis-dashboard.tpl.php
Normal file
19
Theme/Backend/analysis-dashboard.tpl.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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
|
||||
*/
|
||||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
*/
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
Loading…
Reference in New Issue
Block a user