mirror of
https://github.com/Karaka-Management/oms-Finance.git
synced 2026-01-11 12:58:42 +00:00
107 lines
3.9 KiB
PHP
Executable File
107 lines
3.9 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Finance' => [
|
|
'Account' => 'Account',
|
|
'Active' => 'Active',
|
|
'Activity' => 'Activity',
|
|
'Address' => 'Address',
|
|
'All' => 'All',
|
|
'Amount' => 'Amount',
|
|
'Analysis' => 'Analysis',
|
|
'Analyze' => 'Analyze',
|
|
'Area' => 'Area',
|
|
'Article' => 'Article',
|
|
'Articles' => 'Articles',
|
|
'Available' => 'Available',
|
|
'Calculate' => 'Calculate',
|
|
'City' => 'City',
|
|
'Class' => 'Class',
|
|
'Client' => 'Client',
|
|
'ClientID' => 'Client ID',
|
|
'ClientName' => 'Client Name',
|
|
'Clients' => 'Clients',
|
|
'Comparison' => 'Comparison',
|
|
'Confirmation' => 'Confirmation',
|
|
'CoreData' => 'Core data',
|
|
'Country' => 'Country',
|
|
'Created' => 'Created',
|
|
'Creator' => 'Creator',
|
|
'CreditNote' => 'Credit Note',
|
|
'Current' => 'Current',
|
|
'DSO' => 'DSO',
|
|
'Date' => 'Date',
|
|
'DefaultInternational' => 'Default International',
|
|
'DefaultNational' => 'Default National',
|
|
'Delivery' => 'Delivery',
|
|
'DeliveryNote' => 'Delivery Note',
|
|
'Description' => 'Description',
|
|
'Discount' => 'Discount',
|
|
'DiscountP' => 'Discount in %',
|
|
'Documentation' => 'Documentation',
|
|
'Employee' => 'Employee',
|
|
'End' => 'End',
|
|
'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',
|
|
'Ordered' => 'Ordered',
|
|
'OrderedBy' => 'Ordered By',
|
|
'Orders' => 'Orders',
|
|
'Payment' => 'Payment',
|
|
'Price' => 'Price',
|
|
'Priority' => 'Priority',
|
|
'Profit' => 'Profit',
|
|
'Quantity' => 'Quantity',
|
|
'Receipt' => 'Receipt',
|
|
'Reference' => 'Reference',
|
|
'Sales' => 'Sales',
|
|
'Settings' => 'Settings',
|
|
'Single' => 'Single',
|
|
'Start' => 'Start',
|
|
'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',
|
|
]];
|