diff --git a/lang/ar/help.php b/lang/ar/help.php index a2f04708161b..8cf066c1d9fe 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; diff --git a/lang/ar/texts.php b/lang/ar/texts.php index 898baba10f30..499dba042e04 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; +return $lang; diff --git a/lang/bg/help.php b/lang/bg/help.php index a2f04708161b..8cf066c1d9fe 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; diff --git a/lang/bg/texts.php b/lang/bg/texts.php index 661cceef6cbd..139ae5da7616 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; +return $lang; diff --git a/lang/ca/texts.php b/lang/ca/texts.php index d435f1212733..8b018a916f28 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; +return $lang; diff --git a/lang/cs/texts.php b/lang/cs/texts.php index 55ce3e77ec0e..d9de38b488d3 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; +return $lang; diff --git a/lang/da/texts.php b/lang/da/texts.php index be84ac59e75a..27f12548f266 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; +return $lang; diff --git a/lang/de/texts.php b/lang/de/texts.php index 72dd18a0e444..4913a63f7b97 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; +return $lang; diff --git a/lang/el/texts.php b/lang/el/texts.php index 18e8f6d5fc3f..d256e501661c 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; +return $lang; diff --git a/lang/en/help.php b/lang/en/help.php index a2f04708161b..8cf066c1d9fe 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; diff --git a/lang/en/t.php b/lang/en/t.php index a40e1b46e5d0..e6474222c55e 100644 --- a/lang/en/t.php +++ b/lang/en/t.php @@ -1,7 +1,7 @@ 'Client Settings', -]; +); return $lang; diff --git a/lang/en/texts.php b/lang/en/texts.php index b6fa671f24cf..ab196e750331 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; +return $lang; diff --git a/lang/en_GB/texts.php b/lang/en_GB/texts.php index 5827f8302a98..c51c05e45d2b 100644 --- a/lang/en_GB/texts.php +++ b/lang/en_GB/texts.php @@ -1,6 +1,6 @@ 'Organisation', 'name' => 'Name', 'website' => 'Website', @@ -5049,4 +5049,4 @@ $LANG = [ ]; -return $LANG; +return $lang; diff --git a/lang/es/texts.php b/lang/es/texts.php index 6506bef29699..14b62c2a57cb 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; +return $lang; diff --git a/lang/es_ES/texts.php b/lang/es_ES/texts.php index 87808e044b5f..103542f91b20 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; +return $lang; diff --git a/lang/et/help.php b/lang/et/help.php index a2f04708161b..8cf066c1d9fe 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; diff --git a/lang/et/t.php b/lang/et/t.php index a40e1b46e5d0..e6474222c55e 100644 --- a/lang/et/t.php +++ b/lang/et/t.php @@ -1,7 +1,7 @@ 'Client Settings', -]; +); return $lang; diff --git a/lang/et/texts.php b/lang/et/texts.php index bcf86c7fc05d..02416b9a1015 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; +return $lang; diff --git a/lang/fa/help.php b/lang/fa/help.php index a2f04708161b..8cf066c1d9fe 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; diff --git a/lang/fa/texts.php b/lang/fa/texts.php index 84785d6a817d..ee8ff2c449ec 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; +return $lang; diff --git a/lang/fi/texts.php b/lang/fi/texts.php index f87a93252989..b60fe2d73687 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; +return $lang; diff --git a/lang/fr/texts.php b/lang/fr/texts.php index 3a19a150c597..fab588ea2d3c 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; +return $lang; diff --git a/lang/fr_CA/texts.php b/lang/fr_CA/texts.php index 90e13dbd051d..1f2fae29b26b 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; +return $lang; diff --git a/lang/fr_CH/texts.php b/lang/fr_CH/texts.php index a14376496fba..0d7bc198c7f7 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; +return $lang; diff --git a/lang/he/help.php b/lang/he/help.php index a2f04708161b..8cf066c1d9fe 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; diff --git a/lang/he/texts.php b/lang/he/texts.php index 8c660affe496..d5b473896345 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; +return $lang; diff --git a/lang/hr/texts.php b/lang/hr/texts.php index a2aab7667c3a..fd18e7bf2c15 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; +return $lang; diff --git a/lang/hu/texts.php b/lang/hu/texts.php index 086cc9cd5b39..012342e53f12 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; +return $lang; diff --git a/lang/it/texts.php b/lang/it/texts.php index 7029eeec60e2..58e9de6fce95 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; +return $lang; diff --git a/lang/ja/texts.php b/lang/ja/texts.php index c470d1c749cb..16861d719768 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; +return $lang; diff --git a/lang/km_KH/help.php b/lang/km_KH/help.php index a2f04708161b..8cf066c1d9fe 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; diff --git a/lang/km_KH/texts.php b/lang/km_KH/texts.php index 5e36bea255a6..96c48990b984 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; +return $lang; diff --git a/lang/lt/texts.php b/lang/lt/texts.php index f19f128bf6ce..20774939a592 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; +return $lang; diff --git a/lang/lv_LV/help.php b/lang/lv_LV/help.php index a2f04708161b..8cf066c1d9fe 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; diff --git a/lang/lv_LV/texts.php b/lang/lv_LV/texts.php index 0783afaf3c69..e66b65fba61b 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; +return $lang; diff --git a/lang/mk_MK/texts.php b/lang/mk_MK/texts.php index 860a5a22224d..9196c2e8b9e4 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; +return $lang; diff --git a/lang/nb_NO/texts.php b/lang/nb_NO/texts.php index 5760c702ea98..dc0017efc1be 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; +return $lang; diff --git a/lang/nl/texts.php b/lang/nl/texts.php index 4142baba94fb..ad0d9a11cb40 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; +return $lang; diff --git a/lang/pl/texts.php b/lang/pl/texts.php index 5624afc5a1dd..63a6f6f5716f 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; +return $lang; diff --git a/lang/pt_BR/texts.php b/lang/pt_BR/texts.php index cdb7dcda443c..92ea2bb77ca8 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; +return $lang; diff --git a/lang/pt_PT/texts.php b/lang/pt_PT/texts.php index 3e6a454d5a01..5c23119d64e7 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; +return $lang; diff --git a/lang/ro/texts.php b/lang/ro/texts.php index 805227e6ebb5..fc670a874cf2 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; +return $lang; diff --git a/lang/ru_RU/help.php b/lang/ru_RU/help.php index a2f04708161b..8cf066c1d9fe 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; diff --git a/lang/ru_RU/texts.php b/lang/ru_RU/texts.php index ebc38f5b8bbc..d8480b98385e 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; +return $lang; diff --git a/lang/sk/help.php b/lang/sk/help.php index a2f04708161b..8cf066c1d9fe 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; diff --git a/lang/sk/t.php b/lang/sk/t.php index a40e1b46e5d0..e6474222c55e 100644 --- a/lang/sk/t.php +++ b/lang/sk/t.php @@ -1,7 +1,7 @@ 'Client Settings', -]; +); return $lang; diff --git a/lang/sk/texts.php b/lang/sk/texts.php index 9ed740b9bd38..9fccd40a46dc 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; +return $lang; diff --git a/lang/sl/texts.php b/lang/sl/texts.php index c5678f3c429c..bbb9c848a63d 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; +return $lang; diff --git a/lang/sq/texts.php b/lang/sq/texts.php index 2ede1bf28784..8489b9e62db8 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; +return $lang; diff --git a/lang/sr/texts.php b/lang/sr/texts.php index 0539598d2796..2a703229d848 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; +return $lang; diff --git a/lang/sv/texts.php b/lang/sv/texts.php index c354db0b9ecd..5f553bca101e 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; +return $lang; diff --git a/lang/th/texts.php b/lang/th/texts.php index 58b2ae0813c4..21da02376a26 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; +return $lang; diff --git a/lang/tr_TR/texts.php b/lang/tr_TR/texts.php index a729ea0e6333..a3c8a4d9a929 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; +return $lang; diff --git a/lang/zh_TW/texts.php b/lang/zh_TW/texts.php index 01ca845c6a23..adc9ff600ea1 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; +return $lang;