From ba5e956a3fb12d6c50d51b5d24e61fe63852f83d Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 28 Nov 2023 23:52:03 +1100 Subject: [PATCH] Fixes for translation arrays --- lang/ar/help.php | 6 +++--- lang/ar/texts.php | 4 ++-- lang/bg/help.php | 6 +++--- lang/bg/texts.php | 4 ++-- lang/ca/texts.php | 4 ++-- lang/cs/texts.php | 4 ++-- lang/da/texts.php | 4 ++-- lang/de/texts.php | 4 ++-- lang/el/texts.php | 4 ++-- lang/en/help.php | 6 +++--- lang/en/t.php | 6 +++--- lang/en/texts.php | 4 ++-- lang/en_GB/texts.php | 2 +- lang/es/texts.php | 4 ++-- lang/es_ES/texts.php | 4 ++-- lang/et/help.php | 6 +++--- lang/et/t.php | 6 +++--- lang/et/texts.php | 4 ++-- lang/fa/help.php | 6 +++--- lang/fa/texts.php | 4 ++-- lang/fi/texts.php | 4 ++-- lang/fr/texts.php | 4 ++-- lang/fr_CA/texts.php | 4 ++-- lang/fr_CH/texts.php | 4 ++-- lang/he/help.php | 6 +++--- lang/he/texts.php | 4 ++-- lang/hr/texts.php | 4 ++-- lang/hu/texts.php | 4 ++-- lang/it/texts.php | 4 ++-- lang/ja/texts.php | 4 ++-- lang/km_KH/help.php | 6 +++--- lang/km_KH/texts.php | 4 ++-- lang/lt/texts.php | 4 ++-- lang/lv_LV/help.php | 6 +++--- lang/lv_LV/texts.php | 4 ++-- lang/mk_MK/texts.php | 4 ++-- lang/nb_NO/texts.php | 4 ++-- lang/nl/texts.php | 4 ++-- lang/pl/texts.php | 4 ++-- lang/pt_BR/texts.php | 4 ++-- lang/pt_PT/texts.php | 4 ++-- lang/ro/texts.php | 4 ++-- lang/ru_RU/help.php | 6 +++--- lang/ru_RU/texts.php | 4 ++-- lang/sk/help.php | 6 +++--- lang/sk/t.php | 6 +++--- lang/sk/texts.php | 4 ++-- lang/sl/texts.php | 4 ++-- lang/sq/texts.php | 4 ++-- lang/sr/texts.php | 4 ++-- lang/sv/texts.php | 4 ++-- lang/th/texts.php | 4 ++-- lang/tr_TR/texts.php | 4 ++-- lang/zh_TW/texts.php | 4 ++-- 54 files changed, 120 insertions(+), 120 deletions(-) diff --git a/lang/ar/help.php b/lang/ar/help.php index a2f04708161b..71af5e0978a4 100644 --- a/lang/ar/help.php +++ b/lang/ar/help.php @@ -1,6 +1,6 @@ 'Message to be displayed on clients dashboard', 'client_currency' => 'The client currency.', 'client_language' => 'The client language.', @@ -8,6 +8,6 @@ $lang = [ 'client_paid_invoice' => 'Message to be displayed on a clients paid invoice screen', 'client_unpaid_invoice' => 'Message to be displayed on a clients unpaid invoice screen', 'client_unapproved_quote' => 'Message to be displayed on a clients unapproved quote screen', -]; +); -return $lang; +return $LANG; diff --git a/lang/ar/texts.php b/lang/ar/texts.php index 898baba10f30..203f3409b929 100644 --- a/lang/ar/texts.php +++ b/lang/ar/texts.php @@ -1,6 +1,6 @@ 'الشركة ', 'name' => 'الاسم', 'website' => 'الموقع الإلكتروني', @@ -5164,6 +5164,6 @@ $LANG = [ 'payment_receipt' => 'إيصال الدفع رقم :number', 'load_template_description' => 'سيتم تطبيق القالب على ما يلي:', 'run_template' => 'تشغيل القالب', -]; +); return $LANG; diff --git a/lang/bg/help.php b/lang/bg/help.php index a2f04708161b..71af5e0978a4 100644 --- a/lang/bg/help.php +++ b/lang/bg/help.php @@ -1,6 +1,6 @@ 'Message to be displayed on clients dashboard', 'client_currency' => 'The client currency.', 'client_language' => 'The client language.', @@ -8,6 +8,6 @@ $lang = [ 'client_paid_invoice' => 'Message to be displayed on a clients paid invoice screen', 'client_unpaid_invoice' => 'Message to be displayed on a clients unpaid invoice screen', 'client_unapproved_quote' => 'Message to be displayed on a clients unapproved quote screen', -]; +); -return $lang; +return $LANG; diff --git a/lang/bg/texts.php b/lang/bg/texts.php index 661cceef6cbd..42f8afb6e095 100644 --- a/lang/bg/texts.php +++ b/lang/bg/texts.php @@ -1,6 +1,6 @@ 'Организация', 'name' => 'Име', 'website' => 'Уебсайт', @@ -5168,6 +5168,6 @@ $LANG = [ 'in_stock_quantity' => 'Stock quantity', 'vendor_contact' => 'Vendor Contact', -]; +); return $LANG; diff --git a/lang/ca/texts.php b/lang/ca/texts.php index d435f1212733..6d94ec821fc5 100644 --- a/lang/ca/texts.php +++ b/lang/ca/texts.php @@ -1,6 +1,6 @@ 'Organització', 'name' => 'Nom', 'website' => 'Lloc web', @@ -5167,6 +5167,6 @@ $LANG = [ 'in_stock_quantity' => 'Stock quantity', 'vendor_contact' => 'Vendor Contact', -]; +); return $LANG; diff --git a/lang/cs/texts.php b/lang/cs/texts.php index 55ce3e77ec0e..a435a5c9e1c5 100644 --- a/lang/cs/texts.php +++ b/lang/cs/texts.php @@ -1,6 +1,6 @@ 'Organizace', 'name' => 'Název', 'website' => 'Web', @@ -5189,6 +5189,6 @@ $LANG = [ 'payment_receipt' => 'Payment Receipt # :number', 'load_template_description' => 'The template will be applied to following:', 'run_template' => 'Run template', -]; +); return $LANG; diff --git a/lang/da/texts.php b/lang/da/texts.php index be84ac59e75a..6bd3bad7ea22 100644 --- a/lang/da/texts.php +++ b/lang/da/texts.php @@ -1,6 +1,6 @@ 'Organisation', 'name' => 'Navn', 'website' => 'Hjemmeside', @@ -5188,6 +5188,6 @@ $LANG = [ 'payment_receipt' => 'Betaling # :number', 'load_template_description' => 'Skabelonen vil blive anvendt på følgende:', 'run_template' => 'Kør skabelon', -]; +); return $LANG; diff --git a/lang/de/texts.php b/lang/de/texts.php index 72dd18a0e444..f3f1cc105b0f 100644 --- a/lang/de/texts.php +++ b/lang/de/texts.php @@ -1,6 +1,6 @@ 'Unternehmen', 'name' => 'Name', 'website' => 'Webseite', @@ -5193,6 +5193,6 @@ Leistungsempfängers', 'payment_receipt' => 'Zahlungsbeleg #:number', 'load_template_description' => 'Das Template wird auf Folgendes angewendet:', 'run_template' => 'Template anwenden', -]; +); return $LANG; diff --git a/lang/el/texts.php b/lang/el/texts.php index 18e8f6d5fc3f..4d04e7af49fc 100644 --- a/lang/el/texts.php +++ b/lang/el/texts.php @@ -1,6 +1,6 @@ 'Οργανισμός', 'name' => 'Επωνυμία', 'website' => 'Ιστοσελίδα', @@ -5167,6 +5167,6 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'in_stock_quantity' => 'Stock quantity', 'vendor_contact' => 'Vendor Contact', -]; +); return $LANG; diff --git a/lang/en/help.php b/lang/en/help.php index a2f04708161b..71af5e0978a4 100644 --- a/lang/en/help.php +++ b/lang/en/help.php @@ -1,6 +1,6 @@ 'Message to be displayed on clients dashboard', 'client_currency' => 'The client currency.', 'client_language' => 'The client language.', @@ -8,6 +8,6 @@ $lang = [ 'client_paid_invoice' => 'Message to be displayed on a clients paid invoice screen', 'client_unpaid_invoice' => 'Message to be displayed on a clients unpaid invoice screen', 'client_unapproved_quote' => 'Message to be displayed on a clients unapproved quote screen', -]; +); -return $lang; +return $LANG; diff --git a/lang/en/t.php b/lang/en/t.php index a40e1b46e5d0..8f681c3f6326 100644 --- a/lang/en/t.php +++ b/lang/en/t.php @@ -1,7 +1,7 @@ 'Client Settings', -]; +); -return $lang; +return $LANG; diff --git a/lang/en/texts.php b/lang/en/texts.php index b6fa671f24cf..5d50a33354dd 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -1,6 +1,6 @@ 'Organization', 'name' => 'Name', 'website' => 'Website', @@ -5218,6 +5218,6 @@ $LANG = [ 'vendor_notification_body' => 'Payment processed for :amount dated :payment_date.
[Transaction Reference: :transaction_reference]', 'receipt' => 'Receipt', 'charges' => 'Charges', -]; +); return $LANG; diff --git a/lang/en_GB/texts.php b/lang/en_GB/texts.php index 5827f8302a98..ef98db767933 100644 --- a/lang/en_GB/texts.php +++ b/lang/en_GB/texts.php @@ -1,6 +1,6 @@ 'Organisation', 'name' => 'Name', 'website' => 'Website', diff --git a/lang/es/texts.php b/lang/es/texts.php index 6506bef29699..d585d79e2ce1 100644 --- a/lang/es/texts.php +++ b/lang/es/texts.php @@ -1,6 +1,6 @@ 'Empresa', 'name' => 'Nombre', 'website' => 'Sitio Web', @@ -5187,6 +5187,6 @@ $LANG = [ 'payment_receipt' => 'Recibo de pago # :number', 'load_template_description' => 'La plantilla se aplicará a lo siguiente:', 'run_template' => 'Ejecutar plantilla', -]; +); return $LANG; diff --git a/lang/es_ES/texts.php b/lang/es_ES/texts.php index 87808e044b5f..03ad40ac6acb 100644 --- a/lang/es_ES/texts.php +++ b/lang/es_ES/texts.php @@ -1,6 +1,6 @@ 'Organización', 'name' => 'Nombre', 'website' => 'Página Web', @@ -5180,6 +5180,6 @@ De lo contrario, este campo deberá dejarse en blanco.', 'payment_receipt' => 'Recibo de pago Nº :number', 'load_template_description' => 'La plantilla se aplicará a lo siguiente:', 'run_template' => 'Ejecutar plantilla', -]; +); return $LANG; diff --git a/lang/et/help.php b/lang/et/help.php index a2f04708161b..71af5e0978a4 100644 --- a/lang/et/help.php +++ b/lang/et/help.php @@ -1,6 +1,6 @@ 'Message to be displayed on clients dashboard', 'client_currency' => 'The client currency.', 'client_language' => 'The client language.', @@ -8,6 +8,6 @@ $lang = [ 'client_paid_invoice' => 'Message to be displayed on a clients paid invoice screen', 'client_unpaid_invoice' => 'Message to be displayed on a clients unpaid invoice screen', 'client_unapproved_quote' => 'Message to be displayed on a clients unapproved quote screen', -]; +); -return $lang; +return $LANG; diff --git a/lang/et/t.php b/lang/et/t.php index a40e1b46e5d0..8f681c3f6326 100644 --- a/lang/et/t.php +++ b/lang/et/t.php @@ -1,7 +1,7 @@ 'Client Settings', -]; +); -return $lang; +return $LANG; diff --git a/lang/et/texts.php b/lang/et/texts.php index bcf86c7fc05d..90f98a764e52 100644 --- a/lang/et/texts.php +++ b/lang/et/texts.php @@ -1,6 +1,6 @@ 'Organisatsioon', 'name' => 'Nimi', 'website' => 'Kodulehekülg', @@ -5163,6 +5163,6 @@ $LANG = [ 'in_stock_quantity' => 'Stock quantity', 'vendor_contact' => 'Vendor Contact', -]; +); return $LANG; diff --git a/lang/fa/help.php b/lang/fa/help.php index a2f04708161b..71af5e0978a4 100644 --- a/lang/fa/help.php +++ b/lang/fa/help.php @@ -1,6 +1,6 @@ 'Message to be displayed on clients dashboard', 'client_currency' => 'The client currency.', 'client_language' => 'The client language.', @@ -8,6 +8,6 @@ $lang = [ 'client_paid_invoice' => 'Message to be displayed on a clients paid invoice screen', 'client_unpaid_invoice' => 'Message to be displayed on a clients unpaid invoice screen', 'client_unapproved_quote' => 'Message to be displayed on a clients unapproved quote screen', -]; +); -return $lang; +return $LANG; diff --git a/lang/fa/texts.php b/lang/fa/texts.php index 84785d6a817d..bef14aec268c 100644 --- a/lang/fa/texts.php +++ b/lang/fa/texts.php @@ -1,6 +1,6 @@ 'شرکت', 'name' => 'نام', 'website' => 'وب سایت', @@ -5167,6 +5167,6 @@ $LANG = [ 'in_stock_quantity' => 'Stock quantity', 'vendor_contact' => 'Vendor Contact', -]; +); return $LANG; diff --git a/lang/fi/texts.php b/lang/fi/texts.php index f87a93252989..ff14b72d70d2 100644 --- a/lang/fi/texts.php +++ b/lang/fi/texts.php @@ -1,6 +1,6 @@ 'Yritys', 'name' => 'Nimi', 'website' => 'Kotisivu', @@ -5167,6 +5167,6 @@ Kun saat summat, palaa tälle maksutapasivulle ja klikkaa "Saata loppuun todenta 'in_stock_quantity' => 'Stock quantity', 'vendor_contact' => 'Vendor Contact', -]; +); return $LANG; diff --git a/lang/fr/texts.php b/lang/fr/texts.php index 3a19a150c597..11e5d7b4856b 100644 --- a/lang/fr/texts.php +++ b/lang/fr/texts.php @@ -1,6 +1,6 @@ 'Entreprise', 'name' => 'Nom', 'website' => 'Site Web', @@ -5183,6 +5183,6 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'payment_receipt' => 'Reçu de paiement # :number', 'load_template_description' => 'Le modèle sera appliqué aux éléments suivants :', 'run_template' => 'Exécuter le modèle', -]; +); return $LANG; diff --git a/lang/fr_CA/texts.php b/lang/fr_CA/texts.php index 90e13dbd051d..b7f076d6d2f7 100644 --- a/lang/fr_CA/texts.php +++ b/lang/fr_CA/texts.php @@ -1,6 +1,6 @@ 'Entreprise', 'name' => 'Nom', 'website' => 'Site web', @@ -5205,6 +5205,6 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'payment_email_all_contacts' => 'Courriel de paiement à tous les contacts', 'payment_email_all_contacts_help' => 'Envoi un courriel de paiement à tous les contacts lorsqu\'activé', 'add_line' => 'Ajouter une ligne', -]; +); return $LANG; diff --git a/lang/fr_CH/texts.php b/lang/fr_CH/texts.php index a14376496fba..73e237abbd79 100644 --- a/lang/fr_CH/texts.php +++ b/lang/fr_CH/texts.php @@ -1,6 +1,6 @@ 'Entreprise', 'name' => 'Nom', 'website' => 'Site web', @@ -5205,6 +5205,6 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'payment_email_all_contacts' => 'Email de paiement à tous les contacts', 'payment_email_all_contacts_help' => 'Sends the payment email to all contacts when enabled', 'add_line' => 'Ajouter une ligne', -]; +); return $LANG; diff --git a/lang/he/help.php b/lang/he/help.php index a2f04708161b..71af5e0978a4 100644 --- a/lang/he/help.php +++ b/lang/he/help.php @@ -1,6 +1,6 @@ 'Message to be displayed on clients dashboard', 'client_currency' => 'The client currency.', 'client_language' => 'The client language.', @@ -8,6 +8,6 @@ $lang = [ 'client_paid_invoice' => 'Message to be displayed on a clients paid invoice screen', 'client_unpaid_invoice' => 'Message to be displayed on a clients unpaid invoice screen', 'client_unapproved_quote' => 'Message to be displayed on a clients unapproved quote screen', -]; +); -return $lang; +return $LANG; diff --git a/lang/he/texts.php b/lang/he/texts.php index 8c660affe496..f33c110ea55f 100644 --- a/lang/he/texts.php +++ b/lang/he/texts.php @@ -1,6 +1,6 @@ 'ארגון ', 'name' => 'שם', 'website' => 'אתר אינטרנט', @@ -5159,6 +5159,6 @@ $LANG = [ 'in_stock_quantity' => 'Stock quantity', 'vendor_contact' => 'Vendor Contact', -]; +); return $LANG; diff --git a/lang/hr/texts.php b/lang/hr/texts.php index a2aab7667c3a..ebd0daf353a9 100644 --- a/lang/hr/texts.php +++ b/lang/hr/texts.php @@ -1,6 +1,6 @@ 'Organizacija', 'name' => 'Ime', 'website' => 'Web', @@ -5168,6 +5168,6 @@ Nevažeći kontakt email', 'in_stock_quantity' => 'Stock quantity', 'vendor_contact' => 'Vendor Contact', -]; +); return $LANG; diff --git a/lang/hu/texts.php b/lang/hu/texts.php index 086cc9cd5b39..f37afa391520 100644 --- a/lang/hu/texts.php +++ b/lang/hu/texts.php @@ -1,6 +1,6 @@ 'Szervezet', 'name' => 'Név', 'website' => 'Weboldal', @@ -5145,6 +5145,6 @@ adva :date', 'in_stock_quantity' => 'Stock quantity', 'vendor_contact' => 'Vendor Contact', -]; +); return $LANG; diff --git a/lang/it/texts.php b/lang/it/texts.php index 7029eeec60e2..43c299804299 100644 --- a/lang/it/texts.php +++ b/lang/it/texts.php @@ -1,6 +1,6 @@ 'Organizzazione', 'name' => 'Nome', 'website' => 'Sito web', @@ -5174,6 +5174,6 @@ $LANG = [ 'payment_receipt' => 'Payment Receipt # :number', 'load_template_description' => 'The template will be applied to following:', 'run_template' => 'Run template', -]; +); return $LANG; diff --git a/lang/ja/texts.php b/lang/ja/texts.php index c470d1c749cb..57384ad5ef4b 100644 --- a/lang/ja/texts.php +++ b/lang/ja/texts.php @@ -1,6 +1,6 @@ '組織', 'name' => '名前', 'website' => 'WEBサイト', @@ -5167,6 +5167,6 @@ $LANG = [ 'in_stock_quantity' => 'Stock quantity', 'vendor_contact' => 'Vendor Contact', -]; +); return $LANG; diff --git a/lang/km_KH/help.php b/lang/km_KH/help.php index a2f04708161b..71af5e0978a4 100644 --- a/lang/km_KH/help.php +++ b/lang/km_KH/help.php @@ -1,6 +1,6 @@ 'Message to be displayed on clients dashboard', 'client_currency' => 'The client currency.', 'client_language' => 'The client language.', @@ -8,6 +8,6 @@ $lang = [ 'client_paid_invoice' => 'Message to be displayed on a clients paid invoice screen', 'client_unpaid_invoice' => 'Message to be displayed on a clients unpaid invoice screen', 'client_unapproved_quote' => 'Message to be displayed on a clients unapproved quote screen', -]; +); -return $lang; +return $LANG; diff --git a/lang/km_KH/texts.php b/lang/km_KH/texts.php index 5e36bea255a6..7fc6ec93d450 100644 --- a/lang/km_KH/texts.php +++ b/lang/km_KH/texts.php @@ -1,6 +1,6 @@ 'អង្គការ', 'name' => 'ឈ្មោះ', 'website' => 'គេហទំព័រ', @@ -5141,6 +5141,6 @@ $LANG = [ 'in_stock_quantity' => 'Stock quantity', 'vendor_contact' => 'Vendor Contact', -]; +); return $LANG; diff --git a/lang/lt/texts.php b/lang/lt/texts.php index f19f128bf6ce..94ea3f2692c6 100644 --- a/lang/lt/texts.php +++ b/lang/lt/texts.php @@ -1,6 +1,6 @@ 'Įmonė', 'name' => 'Pavadinimas', 'website' => 'Internetinis puslapis', @@ -5158,6 +5158,6 @@ $LANG = [ 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', -]; +); return $LANG; diff --git a/lang/lv_LV/help.php b/lang/lv_LV/help.php index a2f04708161b..71af5e0978a4 100644 --- a/lang/lv_LV/help.php +++ b/lang/lv_LV/help.php @@ -1,6 +1,6 @@ 'Message to be displayed on clients dashboard', 'client_currency' => 'The client currency.', 'client_language' => 'The client language.', @@ -8,6 +8,6 @@ $lang = [ 'client_paid_invoice' => 'Message to be displayed on a clients paid invoice screen', 'client_unpaid_invoice' => 'Message to be displayed on a clients unpaid invoice screen', 'client_unapproved_quote' => 'Message to be displayed on a clients unapproved quote screen', -]; +); -return $lang; +return $LANG; diff --git a/lang/lv_LV/texts.php b/lang/lv_LV/texts.php index 0783afaf3c69..74e96cc291f3 100644 --- a/lang/lv_LV/texts.php +++ b/lang/lv_LV/texts.php @@ -1,6 +1,6 @@ 'Uzņēmums', 'name' => 'Nosaukums', 'website' => 'Mājas lapa', @@ -5167,6 +5167,6 @@ $LANG = [ 'in_stock_quantity' => 'Stock quantity', 'vendor_contact' => 'Vendor Contact', -]; +); return $LANG; diff --git a/lang/mk_MK/texts.php b/lang/mk_MK/texts.php index 860a5a22224d..6527de2328c0 100644 --- a/lang/mk_MK/texts.php +++ b/lang/mk_MK/texts.php @@ -1,6 +1,6 @@ 'Организација', 'name' => 'Име', 'website' => 'Веб Страна', @@ -5168,6 +5168,6 @@ $LANG = [ 'in_stock_quantity' => 'Stock quantity', 'vendor_contact' => 'Vendor Contact', -]; +); return $LANG; diff --git a/lang/nb_NO/texts.php b/lang/nb_NO/texts.php index 5760c702ea98..5d8e491a42a6 100644 --- a/lang/nb_NO/texts.php +++ b/lang/nb_NO/texts.php @@ -1,6 +1,6 @@ 'Organisasjon', 'name' => 'Navn', 'website' => 'Nettside', @@ -5158,6 +5158,6 @@ $LANG = [ 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', -]; +); return $LANG; diff --git a/lang/nl/texts.php b/lang/nl/texts.php index 4142baba94fb..173322079676 100644 --- a/lang/nl/texts.php +++ b/lang/nl/texts.php @@ -1,6 +1,6 @@ 'Organisatie', 'name' => 'Bedrijfsnaam', 'website' => 'Website', @@ -5161,6 +5161,6 @@ Email: :email
', 'in_stock_quantity' => 'Stock quantity', 'vendor_contact' => 'Vendor Contact', -]; +); return $LANG; diff --git a/lang/pl/texts.php b/lang/pl/texts.php index 5624afc5a1dd..a5df92730320 100644 --- a/lang/pl/texts.php +++ b/lang/pl/texts.php @@ -1,6 +1,6 @@ 'Organizacja', 'name' => 'Nazwa', 'website' => 'Strona internetowa', @@ -5165,6 +5165,6 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'in_stock_quantity' => 'Stock quantity', 'vendor_contact' => 'Vendor Contact', -]; +); return $LANG; diff --git a/lang/pt_BR/texts.php b/lang/pt_BR/texts.php index cdb7dcda443c..4aa2cd073e1c 100644 --- a/lang/pt_BR/texts.php +++ b/lang/pt_BR/texts.php @@ -1,6 +1,6 @@ 'Empresa', 'name' => 'Nome', 'website' => 'Website', @@ -5161,6 +5161,6 @@ Quando tiver as quantias, volte a esta página de formas de pagamento e clique " 'in_stock_quantity' => 'Quantidade em estoque', 'vendor_contact' => 'Contato do fornecedor', -]; +); return $LANG; diff --git a/lang/pt_PT/texts.php b/lang/pt_PT/texts.php index 3e6a454d5a01..93c75157db54 100644 --- a/lang/pt_PT/texts.php +++ b/lang/pt_PT/texts.php @@ -1,6 +1,6 @@ 'Organização', 'name' => 'Nome', 'website' => 'Site', @@ -5164,6 +5164,6 @@ O envio de E-mails foi suspenso. Será retomado às 23:00 UTC.', 'in_stock_quantity' => 'Quantidade em estoque', 'vendor_contact' => 'Contato do fornecedor', -]; +); return $LANG; diff --git a/lang/ro/texts.php b/lang/ro/texts.php index 805227e6ebb5..6ebce028478c 100644 --- a/lang/ro/texts.php +++ b/lang/ro/texts.php @@ -1,6 +1,6 @@ 'Organizație', 'name' => 'Nume', 'website' => 'Site web', @@ -5168,6 +5168,6 @@ Odată ce sumele au ajuns la dumneavoastră, reveniți la pagina cu metode de pl 'in_stock_quantity' => 'Stock quantity', 'vendor_contact' => 'Vendor Contact', -]; +); return $LANG; diff --git a/lang/ru_RU/help.php b/lang/ru_RU/help.php index a2f04708161b..71af5e0978a4 100644 --- a/lang/ru_RU/help.php +++ b/lang/ru_RU/help.php @@ -1,6 +1,6 @@ 'Message to be displayed on clients dashboard', 'client_currency' => 'The client currency.', 'client_language' => 'The client language.', @@ -8,6 +8,6 @@ $lang = [ 'client_paid_invoice' => 'Message to be displayed on a clients paid invoice screen', 'client_unpaid_invoice' => 'Message to be displayed on a clients unpaid invoice screen', 'client_unapproved_quote' => 'Message to be displayed on a clients unapproved quote screen', -]; +); -return $lang; +return $LANG; diff --git a/lang/ru_RU/texts.php b/lang/ru_RU/texts.php index ebc38f5b8bbc..3c2c6e0123a0 100644 --- a/lang/ru_RU/texts.php +++ b/lang/ru_RU/texts.php @@ -1,6 +1,6 @@ 'Организация', 'name' => 'Название', 'website' => 'Веб-сайт', @@ -5159,6 +5159,6 @@ $LANG = [ 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', -]; +); return $LANG; diff --git a/lang/sk/help.php b/lang/sk/help.php index a2f04708161b..71af5e0978a4 100644 --- a/lang/sk/help.php +++ b/lang/sk/help.php @@ -1,6 +1,6 @@ 'Message to be displayed on clients dashboard', 'client_currency' => 'The client currency.', 'client_language' => 'The client language.', @@ -8,6 +8,6 @@ $lang = [ 'client_paid_invoice' => 'Message to be displayed on a clients paid invoice screen', 'client_unpaid_invoice' => 'Message to be displayed on a clients unpaid invoice screen', 'client_unapproved_quote' => 'Message to be displayed on a clients unapproved quote screen', -]; +); -return $lang; +return $LANG; diff --git a/lang/sk/t.php b/lang/sk/t.php index a40e1b46e5d0..8f681c3f6326 100644 --- a/lang/sk/t.php +++ b/lang/sk/t.php @@ -1,7 +1,7 @@ 'Client Settings', -]; +); -return $lang; +return $LANG; diff --git a/lang/sk/texts.php b/lang/sk/texts.php index 9ed740b9bd38..dd106d954d64 100644 --- a/lang/sk/texts.php +++ b/lang/sk/texts.php @@ -1,6 +1,6 @@ 'Organizácia', 'name' => 'Meno', 'website' => 'Web', @@ -5151,6 +5151,6 @@ Nemôžete nájsť faktúru? Potrebujete poradiť? Radi Vám pomôžeme 'in_stock_quantity' => 'Stock quantity', 'vendor_contact' => 'Vendor Contact', -]; +); return $LANG; diff --git a/lang/sl/texts.php b/lang/sl/texts.php index c5678f3c429c..7c88d41cede7 100644 --- a/lang/sl/texts.php +++ b/lang/sl/texts.php @@ -1,6 +1,6 @@ 'Organizacija', 'name' => 'Ime', 'website' => 'Spletna stran', @@ -5167,6 +5167,6 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp 'in_stock_quantity' => 'Stock quantity', 'vendor_contact' => 'Vendor Contact', -]; +); return $LANG; diff --git a/lang/sq/texts.php b/lang/sq/texts.php index 2ede1bf28784..b417531ed305 100644 --- a/lang/sq/texts.php +++ b/lang/sq/texts.php @@ -1,6 +1,6 @@ 'Organizata', 'name' => 'Emri', 'website' => 'Website', @@ -5165,6 +5165,6 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli 'in_stock_quantity' => 'Stock quantity', 'vendor_contact' => 'Vendor Contact', -]; +); return $LANG; diff --git a/lang/sr/texts.php b/lang/sr/texts.php index 0539598d2796..83ca019ef092 100644 --- a/lang/sr/texts.php +++ b/lang/sr/texts.php @@ -1,6 +1,6 @@ 'Organizacija', 'name' => 'Ime', 'website' => 'Sajt', @@ -5167,6 +5167,6 @@ Kada budete imali iznose, vratite se na ovu stranicu sa načinima plaćanja i k 'in_stock_quantity' => 'Stock quantity', 'vendor_contact' => 'Vendor Contact', -]; +); return $LANG; diff --git a/lang/sv/texts.php b/lang/sv/texts.php index c354db0b9ecd..82c1205aa8f9 100644 --- a/lang/sv/texts.php +++ b/lang/sv/texts.php @@ -1,6 +1,6 @@ 'Organisation', 'name' => 'Namn', 'website' => 'Hemsida', @@ -5174,6 +5174,6 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k 'in_stock_quantity' => 'Stock quantity', 'vendor_contact' => 'Vendor Contact', -]; +); return $LANG; diff --git a/lang/th/texts.php b/lang/th/texts.php index 58b2ae0813c4..8ef6346c60fe 100644 --- a/lang/th/texts.php +++ b/lang/th/texts.php @@ -1,6 +1,6 @@ 'องค์กร', 'name' => 'ชื่อ', 'website' => 'เว็บไซต์', @@ -5168,6 +5168,6 @@ $LANG = [ 'in_stock_quantity' => 'Stock quantity', 'vendor_contact' => 'Vendor Contact', -]; +); return $LANG; diff --git a/lang/tr_TR/texts.php b/lang/tr_TR/texts.php index a729ea0e6333..b17bdc9e3afa 100644 --- a/lang/tr_TR/texts.php +++ b/lang/tr_TR/texts.php @@ -1,6 +1,6 @@ 'Şirket', 'name' => 'Ünvan', 'website' => 'Web adresi', @@ -5157,6 +5157,6 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', -]; +); return $LANG; diff --git a/lang/zh_TW/texts.php b/lang/zh_TW/texts.php index 01ca845c6a23..45a5b0536550 100644 --- a/lang/zh_TW/texts.php +++ b/lang/zh_TW/texts.php @@ -1,6 +1,6 @@ '組織', 'name' => '姓名', 'website' => '網站', @@ -5186,6 +5186,6 @@ $LANG = [ 'payment_receipt' => '付款收據 # :number', 'load_template_description' => '此模板將應用於以下領域:', 'run_template' => '運行模板', -]; +); return $LANG;