20-02-2026
This commit is contained in:
parent
a8b395e20d
commit
a00c42e770
252 changed files with 28785 additions and 8907 deletions
|
|
@ -1,92 +1,93 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'VAT' => 'VAT',
|
||||
'abo_delivery' => 'Subscription deliveries',
|
||||
'abo_delivery_day' => 'Subscription delivery day',
|
||||
'account' => 'account',
|
||||
'account_to' => 'account until',
|
||||
'activ' => 'active',
|
||||
'active' => 'Active',
|
||||
'addition' => 'additive',
|
||||
'address' => 'address',
|
||||
'adviser' => 'Advisor',
|
||||
'adviser_no' => 'consultant no.',
|
||||
'amount' => 'amount',
|
||||
'art' => 'sort',
|
||||
'article_no' => 'article no.',
|
||||
'assigned_advisor' => 'assigned advisor',
|
||||
'birthday' => 'birthday',
|
||||
'c_no' => 'G.No.',
|
||||
'city' => 'location',
|
||||
'commission' => 'commission',
|
||||
'contents' => 'contents',
|
||||
'count' => 'Number',
|
||||
'country' => 'long',
|
||||
'created' => 'created',
|
||||
'credit_note' => 'credit',
|
||||
'customer' => 'customer',
|
||||
'date' => 'date',
|
||||
'detail' => 'detail',
|
||||
'earnings' => 'merit',
|
||||
'ek_price' => 'purchasing price',
|
||||
'email' => 'E-Mail',
|
||||
'exc' => 'Ex.',
|
||||
'executions' => 'Explanations',
|
||||
'firstname' => 'first name',
|
||||
'from_credit_balance' => 'from credit',
|
||||
'gross' => 'gross',
|
||||
'image' => 'picture',
|
||||
'in_no' => 'invoice Number.',
|
||||
'info' => 'info',
|
||||
'invoice' => 'invoice',
|
||||
'is_for' => 'Is for',
|
||||
'label' => 'designation',
|
||||
'last_date' => 'Last version',
|
||||
'lastname' => 'last name',
|
||||
'level' => 'level',
|
||||
'line' => 'line',
|
||||
'margin' => 'margin',
|
||||
'member' => 'Member',
|
||||
'mobil' => 'mobile',
|
||||
'my_commission' => 'my commission',
|
||||
'my_price_gross' => 'my gross price',
|
||||
'my_price_net' => 'my price net',
|
||||
'net' => 'net',
|
||||
'net_price' => 'net price',
|
||||
'net_sales' => 'net sales',
|
||||
'net_sum' => 'total net',
|
||||
'newsletter' => 'newsletter',
|
||||
'next_date' => 'Next execution',
|
||||
'note' => 'note',
|
||||
'number' => 'number',
|
||||
'order' => 'order',
|
||||
'partner_since' => 'partner since',
|
||||
'payline_qualification' => 'payline qualification',
|
||||
'payment' => 'payment',
|
||||
'payment_type' => 'payment method',
|
||||
'phone' => 'tel',
|
||||
'points' => 'points',
|
||||
'postcode' => 'postcode',
|
||||
'previous_orders' => 'previous customer orders',
|
||||
'price' => 'price',
|
||||
'product' => 'product',
|
||||
'products' => 'products',
|
||||
'purchased_in_the_shop' => 'bought in the shop',
|
||||
'purchases' => 'purchases',
|
||||
'qualification' => 'qualification',
|
||||
'quantity' => 'number',
|
||||
'reference_number' => 'reference number',
|
||||
'rf_no' => 'ref no.',
|
||||
'shipping' => 'shipment',
|
||||
'shop' => 'shop',
|
||||
'shop_commission' => 'shop commission',
|
||||
'sponsor' => 'sponsor',
|
||||
'start_date' => 'Start Date',
|
||||
'status' => 'status',
|
||||
'subject' => 'regarding',
|
||||
'sum' => 'total',
|
||||
'total' => 'in total',
|
||||
'type' => 'sort',
|
||||
'vk_price' => 'sales price',
|
||||
);
|
||||
return [
|
||||
'VAT' => 'VAT',
|
||||
'abo_delivery' => 'Subscription deliveries',
|
||||
'abo_delivery_day' => 'Subscription delivery day',
|
||||
'account' => 'account',
|
||||
'account_to' => 'account until',
|
||||
'activ' => 'active',
|
||||
'active' => 'Active',
|
||||
'addition' => 'additive',
|
||||
'address' => 'address',
|
||||
'adviser' => 'Advisor',
|
||||
'adviser_no' => 'consultant no.',
|
||||
'amount' => 'amount',
|
||||
'art' => 'sort',
|
||||
'article_no' => 'article no.',
|
||||
'assigned_advisor' => 'assigned advisor',
|
||||
'birthday' => 'birthday',
|
||||
'c_no' => 'G.No.',
|
||||
'city' => 'location',
|
||||
'commission' => 'commission',
|
||||
'contents' => 'contents',
|
||||
'count' => 'Number',
|
||||
'country' => 'long',
|
||||
'created' => 'created',
|
||||
'credit_note' => 'credit',
|
||||
'customer' => 'customer',
|
||||
'date' => 'date',
|
||||
'detail' => 'detail',
|
||||
'earnings' => 'merit',
|
||||
'ek_price' => 'purchasing price',
|
||||
'email' => 'E-Mail',
|
||||
'exc' => 'Ex.',
|
||||
'executions' => 'Explanations',
|
||||
'firstname' => 'first name',
|
||||
'from_credit_balance' => 'from credit',
|
||||
'gross' => 'gross',
|
||||
'image' => 'picture',
|
||||
'in_no' => 'invoice Number.',
|
||||
'info' => 'info',
|
||||
'invoice' => 'invoice',
|
||||
'is_for' => 'Is for',
|
||||
'label' => 'designation',
|
||||
'last_date' => 'Last version',
|
||||
'lastname' => 'last name',
|
||||
'level' => 'level',
|
||||
'line' => 'line',
|
||||
'margin' => 'margin',
|
||||
'member' => 'Member',
|
||||
'mobil' => 'mobile',
|
||||
'my_commission' => 'my commission',
|
||||
'my_price_gross' => 'my gross price',
|
||||
'my_price_net' => 'my price net',
|
||||
'net' => 'net',
|
||||
'net_price' => 'net price',
|
||||
'net_sales' => 'net sales',
|
||||
'net_sum' => 'total net',
|
||||
'newsletter' => 'newsletter',
|
||||
'next_date' => 'Next execution',
|
||||
'note' => 'note',
|
||||
'number' => 'number',
|
||||
'order' => 'order',
|
||||
'partner_since' => 'partner since',
|
||||
'payline_qualification' => 'payline qualification',
|
||||
'payment' => 'payment',
|
||||
'payment_type' => 'payment method',
|
||||
'phone' => 'tel',
|
||||
'points' => 'points',
|
||||
'postcode' => 'postcode',
|
||||
'previous_orders' => 'previous customer orders',
|
||||
'price' => 'price',
|
||||
'product' => 'product',
|
||||
'products' => 'products',
|
||||
'purchased_in_the_shop' => 'bought in the shop',
|
||||
'purchases' => 'purchases',
|
||||
'qualification' => 'qualification',
|
||||
'quantity' => 'number',
|
||||
'reference_number' => 'reference number',
|
||||
'rf_no' => 'ref no.',
|
||||
'shipping' => 'shipment',
|
||||
'shop' => 'shop',
|
||||
'shop_commission' => 'shop commission',
|
||||
'sponsor' => 'sponsor',
|
||||
'start_date' => 'Start Date',
|
||||
'status' => 'status',
|
||||
'subject' => 'regarding',
|
||||
'sum' => 'total',
|
||||
'total' => 'in total',
|
||||
'type' => 'sort',
|
||||
'vk_price' => 'sales price',
|
||||
'no_data_available' => 'No data available',
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue