mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-15 15:58:41 +00:00
fix escaping
This commit is contained in:
parent
4c0604adad
commit
252fbd9821
|
|
@ -49,14 +49,14 @@ return ['Billing' => [
|
||||||
'Freightage' => 'Fret',
|
'Freightage' => 'Fret',
|
||||||
'General' => '#VALUE!',
|
'General' => '#VALUE!',
|
||||||
'Gross' => 'Brut',
|
'Gross' => 'Brut',
|
||||||
'Invoice' => 'Facture d\\'achat',
|
'Invoice' => 'Facture d\'achat',
|
||||||
'Invoices' => 'Factures',
|
'Invoices' => 'Factures',
|
||||||
'Item' => 'Article',
|
'Item' => 'Article',
|
||||||
'Items' => 'Articles',
|
'Items' => 'Articles',
|
||||||
'Log' => 'Enregistrer',
|
'Log' => 'Enregistrer',
|
||||||
'Logs' => 'Journaux',
|
'Logs' => 'Journaux',
|
||||||
'Media' => 'Médias',
|
'Media' => 'Médias',
|
||||||
'MoneyTransfer' => 'Transfert d\\'argent',
|
'MoneyTransfer' => 'Transfert d\'argent',
|
||||||
'Name' => 'Nom',
|
'Name' => 'Nom',
|
||||||
'Net' => 'Rapporter',
|
'Net' => 'Rapporter',
|
||||||
'Offer' => 'Offrir',
|
'Offer' => 'Offrir',
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ return ['Billing' => [
|
||||||
'Customers' => '#VALUE!',
|
'Customers' => '#VALUE!',
|
||||||
'Date' => 'Data',
|
'Date' => 'Data',
|
||||||
'Delivery' => 'Consegna',
|
'Delivery' => 'Consegna',
|
||||||
'DeliveryNote' => 'Bolla d\\'accompagnamento',
|
'DeliveryNote' => 'Bolla d\'accompagnamento',
|
||||||
'DirectDebit' => 'DirectDebit.',
|
'DirectDebit' => 'DirectDebit.',
|
||||||
'Discount' => 'Sconto',
|
'Discount' => 'Sconto',
|
||||||
'DiscountP' => 'Sconto%',
|
'DiscountP' => 'Sconto%',
|
||||||
|
|
@ -53,7 +53,7 @@ return ['Billing' => [
|
||||||
'Invoices' => 'Fatture',
|
'Invoices' => 'Fatture',
|
||||||
'Item' => 'Elemento',
|
'Item' => 'Elemento',
|
||||||
'Items' => 'Elementi',
|
'Items' => 'Elementi',
|
||||||
'Log' => 'Tronco d\\'albero',
|
'Log' => 'Tronco d\'albero',
|
||||||
'Logs' => 'Logs.',
|
'Logs' => 'Logs.',
|
||||||
'Media' => 'Media',
|
'Media' => 'Media',
|
||||||
'MoneyTransfer' => 'Trasferimento di denaro',
|
'MoneyTransfer' => 'Trasferimento di denaro',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user