From 252fbd982152854ca4f4348f7f090d8577ef7d42 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 12 Feb 2022 21:31:58 +0100 Subject: [PATCH] fix escaping --- Theme/Backend/Lang/fr.lang.php | 4 ++-- Theme/Backend/Lang/it.lang.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Theme/Backend/Lang/fr.lang.php b/Theme/Backend/Lang/fr.lang.php index e242a45..de3d38f 100755 --- a/Theme/Backend/Lang/fr.lang.php +++ b/Theme/Backend/Lang/fr.lang.php @@ -49,14 +49,14 @@ return ['Billing' => [ 'Freightage' => 'Fret', 'General' => '#VALUE!', 'Gross' => 'Brut', - 'Invoice' => 'Facture d\\'achat', + 'Invoice' => 'Facture d\'achat', 'Invoices' => 'Factures', 'Item' => 'Article', 'Items' => 'Articles', 'Log' => 'Enregistrer', 'Logs' => 'Journaux', 'Media' => 'Médias', - 'MoneyTransfer' => 'Transfert d\\'argent', + 'MoneyTransfer' => 'Transfert d\'argent', 'Name' => 'Nom', 'Net' => 'Rapporter', 'Offer' => 'Offrir', diff --git a/Theme/Backend/Lang/it.lang.php b/Theme/Backend/Lang/it.lang.php index 4aa7e9a..6b9e907 100755 --- a/Theme/Backend/Lang/it.lang.php +++ b/Theme/Backend/Lang/it.lang.php @@ -39,7 +39,7 @@ return ['Billing' => [ 'Customers' => '#VALUE!', 'Date' => 'Data', 'Delivery' => 'Consegna', - 'DeliveryNote' => 'Bolla d\\'accompagnamento', + 'DeliveryNote' => 'Bolla d\'accompagnamento', 'DirectDebit' => 'DirectDebit.', 'Discount' => 'Sconto', 'DiscountP' => 'Sconto%', @@ -53,7 +53,7 @@ return ['Billing' => [ 'Invoices' => 'Fatture', 'Item' => 'Elemento', 'Items' => 'Elementi', - 'Log' => 'Tronco d\\'albero', + 'Log' => 'Tronco d\'albero', 'Logs' => 'Logs.', 'Media' => 'Media', 'MoneyTransfer' => 'Trasferimento di denaro',