Fixes for translation arrays

This commit is contained in:
David Bomba 2023-11-28 23:52:03 +11:00
parent fd86accec7
commit ba5e956a3f
54 changed files with 120 additions and 120 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
$lang = [ $lang = array(
'client_dashboard' => 'Message to be displayed on clients dashboard', 'client_dashboard' => 'Message to be displayed on clients dashboard',
'client_currency' => 'The client currency.', 'client_currency' => 'The client currency.',
'client_language' => 'The client language.', 'client_language' => 'The client language.',
@ -8,6 +8,6 @@ $lang = [
'client_paid_invoice' => 'Message to be displayed on a clients paid invoice screen', '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_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', 'client_unapproved_quote' => 'Message to be displayed on a clients unapproved quote screen',
]; );
return $lang; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'الشركة ', 'organization' => 'الشركة ',
'name' => 'الاسم', 'name' => 'الاسم',
'website' => 'الموقع الإلكتروني', 'website' => 'الموقع الإلكتروني',
@ -5164,6 +5164,6 @@ $LANG = [
'payment_receipt' => 'إيصال الدفع رقم :number', 'payment_receipt' => 'إيصال الدفع رقم :number',
'load_template_description' => 'سيتم تطبيق القالب على ما يلي:', 'load_template_description' => 'سيتم تطبيق القالب على ما يلي:',
'run_template' => 'تشغيل القالب', 'run_template' => 'تشغيل القالب',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$lang = [ $lang = array(
'client_dashboard' => 'Message to be displayed on clients dashboard', 'client_dashboard' => 'Message to be displayed on clients dashboard',
'client_currency' => 'The client currency.', 'client_currency' => 'The client currency.',
'client_language' => 'The client language.', 'client_language' => 'The client language.',
@ -8,6 +8,6 @@ $lang = [
'client_paid_invoice' => 'Message to be displayed on a clients paid invoice screen', '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_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', 'client_unapproved_quote' => 'Message to be displayed on a clients unapproved quote screen',
]; );
return $lang; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Организация', 'organization' => 'Организация',
'name' => 'Име', 'name' => 'Име',
'website' => 'Уебсайт', 'website' => 'Уебсайт',
@ -5168,6 +5168,6 @@ $LANG = [
'in_stock_quantity' => 'Stock quantity', 'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact', 'vendor_contact' => 'Vendor Contact',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Organització', 'organization' => 'Organització',
'name' => 'Nom', 'name' => 'Nom',
'website' => 'Lloc web', 'website' => 'Lloc web',
@ -5167,6 +5167,6 @@ $LANG = [
'in_stock_quantity' => 'Stock quantity', 'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact', 'vendor_contact' => 'Vendor Contact',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Organizace', 'organization' => 'Organizace',
'name' => 'Název', 'name' => 'Název',
'website' => 'Web', 'website' => 'Web',
@ -5189,6 +5189,6 @@ $LANG = [
'payment_receipt' => 'Payment Receipt # :number', 'payment_receipt' => 'Payment Receipt # :number',
'load_template_description' => 'The template will be applied to following:', 'load_template_description' => 'The template will be applied to following:',
'run_template' => 'Run template', 'run_template' => 'Run template',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Organisation', 'organization' => 'Organisation',
'name' => 'Navn', 'name' => 'Navn',
'website' => 'Hjemmeside', 'website' => 'Hjemmeside',
@ -5188,6 +5188,6 @@ $LANG = [
'payment_receipt' => 'Betaling # :number', 'payment_receipt' => 'Betaling # :number',
'load_template_description' => 'Skabelonen vil blive anvendt på følgende:', 'load_template_description' => 'Skabelonen vil blive anvendt på følgende:',
'run_template' => 'Kør skabelon', 'run_template' => 'Kør skabelon',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Unternehmen', 'organization' => 'Unternehmen',
'name' => 'Name', 'name' => 'Name',
'website' => 'Webseite', 'website' => 'Webseite',
@ -5193,6 +5193,6 @@ Leistungsempfängers',
'payment_receipt' => 'Zahlungsbeleg #:number', 'payment_receipt' => 'Zahlungsbeleg #:number',
'load_template_description' => 'Das Template wird auf Folgendes angewendet:', 'load_template_description' => 'Das Template wird auf Folgendes angewendet:',
'run_template' => 'Template anwenden', 'run_template' => 'Template anwenden',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Οργανισμός', 'organization' => 'Οργανισμός',
'name' => 'Επωνυμία', 'name' => 'Επωνυμία',
'website' => 'Ιστοσελίδα', 'website' => 'Ιστοσελίδα',
@ -5167,6 +5167,6 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
'in_stock_quantity' => 'Stock quantity', 'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact', 'vendor_contact' => 'Vendor Contact',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$lang = [ $lang = array(
'client_dashboard' => 'Message to be displayed on clients dashboard', 'client_dashboard' => 'Message to be displayed on clients dashboard',
'client_currency' => 'The client currency.', 'client_currency' => 'The client currency.',
'client_language' => 'The client language.', 'client_language' => 'The client language.',
@ -8,6 +8,6 @@ $lang = [
'client_paid_invoice' => 'Message to be displayed on a clients paid invoice screen', '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_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', 'client_unapproved_quote' => 'Message to be displayed on a clients unapproved quote screen',
]; );
return $lang; return $LANG;

View File

@ -1,7 +1,7 @@
<?php <?php
$lang = [ $lang = array(
'client_settings' => 'Client Settings', 'client_settings' => 'Client Settings',
]; );
return $lang; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Organization', 'organization' => 'Organization',
'name' => 'Name', 'name' => 'Name',
'website' => 'Website', 'website' => 'Website',
@ -5218,6 +5218,6 @@ $LANG = [
'vendor_notification_body' => 'Payment processed for :amount dated :payment_date. <br>[Transaction Reference: :transaction_reference]', 'vendor_notification_body' => 'Payment processed for :amount dated :payment_date. <br>[Transaction Reference: :transaction_reference]',
'receipt' => 'Receipt', 'receipt' => 'Receipt',
'charges' => 'Charges', 'charges' => 'Charges',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Organisation', 'organization' => 'Organisation',
'name' => 'Name', 'name' => 'Name',
'website' => 'Website', 'website' => 'Website',

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Empresa', 'organization' => 'Empresa',
'name' => 'Nombre', 'name' => 'Nombre',
'website' => 'Sitio Web', 'website' => 'Sitio Web',
@ -5187,6 +5187,6 @@ $LANG = [
'payment_receipt' => 'Recibo de pago # :number', 'payment_receipt' => 'Recibo de pago # :number',
'load_template_description' => 'La plantilla se aplicará a lo siguiente:', 'load_template_description' => 'La plantilla se aplicará a lo siguiente:',
'run_template' => 'Ejecutar plantilla', 'run_template' => 'Ejecutar plantilla',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Organización', 'organization' => 'Organización',
'name' => 'Nombre', 'name' => 'Nombre',
'website' => 'Página Web', 'website' => 'Página Web',
@ -5180,6 +5180,6 @@ De lo contrario, este campo deberá dejarse en blanco.',
'payment_receipt' => 'Recibo de pago Nº :number', 'payment_receipt' => 'Recibo de pago Nº :number',
'load_template_description' => 'La plantilla se aplicará a lo siguiente:', 'load_template_description' => 'La plantilla se aplicará a lo siguiente:',
'run_template' => 'Ejecutar plantilla', 'run_template' => 'Ejecutar plantilla',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$lang = [ $lang = array(
'client_dashboard' => 'Message to be displayed on clients dashboard', 'client_dashboard' => 'Message to be displayed on clients dashboard',
'client_currency' => 'The client currency.', 'client_currency' => 'The client currency.',
'client_language' => 'The client language.', 'client_language' => 'The client language.',
@ -8,6 +8,6 @@ $lang = [
'client_paid_invoice' => 'Message to be displayed on a clients paid invoice screen', '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_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', 'client_unapproved_quote' => 'Message to be displayed on a clients unapproved quote screen',
]; );
return $lang; return $LANG;

View File

@ -1,7 +1,7 @@
<?php <?php
$lang = [ $lang = array(
'client_settings' => 'Client Settings', 'client_settings' => 'Client Settings',
]; );
return $lang; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Organisatsioon', 'organization' => 'Organisatsioon',
'name' => 'Nimi', 'name' => 'Nimi',
'website' => 'Kodulehekülg', 'website' => 'Kodulehekülg',
@ -5163,6 +5163,6 @@ $LANG = [
'in_stock_quantity' => 'Stock quantity', 'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact', 'vendor_contact' => 'Vendor Contact',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$lang = [ $lang = array(
'client_dashboard' => 'Message to be displayed on clients dashboard', 'client_dashboard' => 'Message to be displayed on clients dashboard',
'client_currency' => 'The client currency.', 'client_currency' => 'The client currency.',
'client_language' => 'The client language.', 'client_language' => 'The client language.',
@ -8,6 +8,6 @@ $lang = [
'client_paid_invoice' => 'Message to be displayed on a clients paid invoice screen', '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_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', 'client_unapproved_quote' => 'Message to be displayed on a clients unapproved quote screen',
]; );
return $lang; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'شرکت', 'organization' => 'شرکت',
'name' => 'نام', 'name' => 'نام',
'website' => 'وب سایت', 'website' => 'وب سایت',
@ -5167,6 +5167,6 @@ $LANG = [
'in_stock_quantity' => 'Stock quantity', 'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact', 'vendor_contact' => 'Vendor Contact',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Yritys', 'organization' => 'Yritys',
'name' => 'Nimi', 'name' => 'Nimi',
'website' => 'Kotisivu', 'website' => 'Kotisivu',
@ -5167,6 +5167,6 @@ Kun saat summat, palaa tälle maksutapasivulle ja klikkaa "Saata loppuun todenta
'in_stock_quantity' => 'Stock quantity', 'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact', 'vendor_contact' => 'Vendor Contact',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Entreprise', 'organization' => 'Entreprise',
'name' => 'Nom', 'name' => 'Nom',
'website' => 'Site Web', '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', 'payment_receipt' => 'Reçu de paiement # :number',
'load_template_description' => 'Le modèle sera appliqué aux éléments suivants :', 'load_template_description' => 'Le modèle sera appliqué aux éléments suivants :',
'run_template' => 'Exécuter le modèle', 'run_template' => 'Exécuter le modèle',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Entreprise', 'organization' => 'Entreprise',
'name' => 'Nom', 'name' => 'Nom',
'website' => 'Site web', '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' => 'Courriel de paiement à tous les contacts',
'payment_email_all_contacts_help' => 'Envoi un courriel de paiement à tous les contacts lorsqu\'activé', 'payment_email_all_contacts_help' => 'Envoi un courriel de paiement à tous les contacts lorsqu\'activé',
'add_line' => 'Ajouter une ligne', 'add_line' => 'Ajouter une ligne',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Entreprise', 'organization' => 'Entreprise',
'name' => 'Nom', 'name' => 'Nom',
'website' => 'Site web', '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' => 'Email de paiement à tous les contacts',
'payment_email_all_contacts_help' => 'Sends the payment email to all contacts when enabled', 'payment_email_all_contacts_help' => 'Sends the payment email to all contacts when enabled',
'add_line' => 'Ajouter une ligne', 'add_line' => 'Ajouter une ligne',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$lang = [ $lang = array(
'client_dashboard' => 'Message to be displayed on clients dashboard', 'client_dashboard' => 'Message to be displayed on clients dashboard',
'client_currency' => 'The client currency.', 'client_currency' => 'The client currency.',
'client_language' => 'The client language.', 'client_language' => 'The client language.',
@ -8,6 +8,6 @@ $lang = [
'client_paid_invoice' => 'Message to be displayed on a clients paid invoice screen', '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_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', 'client_unapproved_quote' => 'Message to be displayed on a clients unapproved quote screen',
]; );
return $lang; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'ארגון ', 'organization' => 'ארגון ',
'name' => 'שם', 'name' => 'שם',
'website' => 'אתר אינטרנט', 'website' => 'אתר אינטרנט',
@ -5159,6 +5159,6 @@ $LANG = [
'in_stock_quantity' => 'Stock quantity', 'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact', 'vendor_contact' => 'Vendor Contact',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Organizacija', 'organization' => 'Organizacija',
'name' => 'Ime', 'name' => 'Ime',
'website' => 'Web', 'website' => 'Web',
@ -5168,6 +5168,6 @@ Nevažeći kontakt email',
'in_stock_quantity' => 'Stock quantity', 'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact', 'vendor_contact' => 'Vendor Contact',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Szervezet', 'organization' => 'Szervezet',
'name' => 'Név', 'name' => 'Név',
'website' => 'Weboldal', 'website' => 'Weboldal',
@ -5145,6 +5145,6 @@ adva :date',
'in_stock_quantity' => 'Stock quantity', 'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact', 'vendor_contact' => 'Vendor Contact',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Organizzazione', 'organization' => 'Organizzazione',
'name' => 'Nome', 'name' => 'Nome',
'website' => 'Sito web', 'website' => 'Sito web',
@ -5174,6 +5174,6 @@ $LANG = [
'payment_receipt' => 'Payment Receipt # :number', 'payment_receipt' => 'Payment Receipt # :number',
'load_template_description' => 'The template will be applied to following:', 'load_template_description' => 'The template will be applied to following:',
'run_template' => 'Run template', 'run_template' => 'Run template',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => '組織', 'organization' => '組織',
'name' => '名前', 'name' => '名前',
'website' => 'WEBサイト', 'website' => 'WEBサイト',
@ -5167,6 +5167,6 @@ $LANG = [
'in_stock_quantity' => 'Stock quantity', 'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact', 'vendor_contact' => 'Vendor Contact',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$lang = [ $lang = array(
'client_dashboard' => 'Message to be displayed on clients dashboard', 'client_dashboard' => 'Message to be displayed on clients dashboard',
'client_currency' => 'The client currency.', 'client_currency' => 'The client currency.',
'client_language' => 'The client language.', 'client_language' => 'The client language.',
@ -8,6 +8,6 @@ $lang = [
'client_paid_invoice' => 'Message to be displayed on a clients paid invoice screen', '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_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', 'client_unapproved_quote' => 'Message to be displayed on a clients unapproved quote screen',
]; );
return $lang; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'អង្គការ', 'organization' => 'អង្គការ',
'name' => 'ឈ្មោះ', 'name' => 'ឈ្មោះ',
'website' => 'គេហទំព័រ', 'website' => 'គេហទំព័រ',
@ -5141,6 +5141,6 @@ $LANG = [
'in_stock_quantity' => 'Stock quantity', 'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact', 'vendor_contact' => 'Vendor Contact',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Įmonė', 'organization' => 'Įmonė',
'name' => 'Pavadinimas', 'name' => 'Pavadinimas',
'website' => 'Internetinis puslapis', 'website' => 'Internetinis puslapis',
@ -5158,6 +5158,6 @@ $LANG = [
'unlinked_transaction' => 'Successfully unlinked transaction', 'unlinked_transaction' => 'Successfully unlinked transaction',
'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions',
'marked_sent_credits' => 'Successfully marked credits sent', 'marked_sent_credits' => 'Successfully marked credits sent',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$lang = [ $lang = array(
'client_dashboard' => 'Message to be displayed on clients dashboard', 'client_dashboard' => 'Message to be displayed on clients dashboard',
'client_currency' => 'The client currency.', 'client_currency' => 'The client currency.',
'client_language' => 'The client language.', 'client_language' => 'The client language.',
@ -8,6 +8,6 @@ $lang = [
'client_paid_invoice' => 'Message to be displayed on a clients paid invoice screen', '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_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', 'client_unapproved_quote' => 'Message to be displayed on a clients unapproved quote screen',
]; );
return $lang; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Uzņēmums', 'organization' => 'Uzņēmums',
'name' => 'Nosaukums', 'name' => 'Nosaukums',
'website' => 'Mājas lapa', 'website' => 'Mājas lapa',
@ -5167,6 +5167,6 @@ $LANG = [
'in_stock_quantity' => 'Stock quantity', 'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact', 'vendor_contact' => 'Vendor Contact',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Организација', 'organization' => 'Организација',
'name' => 'Име', 'name' => 'Име',
'website' => 'Веб Страна', 'website' => 'Веб Страна',
@ -5168,6 +5168,6 @@ $LANG = [
'in_stock_quantity' => 'Stock quantity', 'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact', 'vendor_contact' => 'Vendor Contact',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Organisasjon', 'organization' => 'Organisasjon',
'name' => 'Navn', 'name' => 'Navn',
'website' => 'Nettside', 'website' => 'Nettside',
@ -5158,6 +5158,6 @@ $LANG = [
'unlinked_transaction' => 'Successfully unlinked transaction', 'unlinked_transaction' => 'Successfully unlinked transaction',
'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions',
'marked_sent_credits' => 'Successfully marked credits sent', 'marked_sent_credits' => 'Successfully marked credits sent',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Organisatie', 'organization' => 'Organisatie',
'name' => 'Bedrijfsnaam', 'name' => 'Bedrijfsnaam',
'website' => 'Website', 'website' => 'Website',
@ -5161,6 +5161,6 @@ Email: :email<b><br><b>',
'in_stock_quantity' => 'Stock quantity', 'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact', 'vendor_contact' => 'Vendor Contact',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Organizacja', 'organization' => 'Organizacja',
'name' => 'Nazwa', 'name' => 'Nazwa',
'website' => 'Strona internetowa', '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', 'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact', 'vendor_contact' => 'Vendor Contact',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Empresa', 'organization' => 'Empresa',
'name' => 'Nome', 'name' => 'Nome',
'website' => 'Website', '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', 'in_stock_quantity' => 'Quantidade em estoque',
'vendor_contact' => 'Contato do fornecedor', 'vendor_contact' => 'Contato do fornecedor',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Organização', 'organization' => 'Organização',
'name' => 'Nome', 'name' => 'Nome',
'website' => 'Site', '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', 'in_stock_quantity' => 'Quantidade em estoque',
'vendor_contact' => 'Contato do fornecedor', 'vendor_contact' => 'Contato do fornecedor',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Organizație', 'organization' => 'Organizație',
'name' => 'Nume', 'name' => 'Nume',
'website' => 'Site web', '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', 'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact', 'vendor_contact' => 'Vendor Contact',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$lang = [ $lang = array(
'client_dashboard' => 'Message to be displayed on clients dashboard', 'client_dashboard' => 'Message to be displayed on clients dashboard',
'client_currency' => 'The client currency.', 'client_currency' => 'The client currency.',
'client_language' => 'The client language.', 'client_language' => 'The client language.',
@ -8,6 +8,6 @@ $lang = [
'client_paid_invoice' => 'Message to be displayed on a clients paid invoice screen', '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_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', 'client_unapproved_quote' => 'Message to be displayed on a clients unapproved quote screen',
]; );
return $lang; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Организация', 'organization' => 'Организация',
'name' => 'Название', 'name' => 'Название',
'website' => 'Веб-сайт', 'website' => 'Веб-сайт',
@ -5159,6 +5159,6 @@ $LANG = [
'unlinked_transaction' => 'Successfully unlinked transaction', 'unlinked_transaction' => 'Successfully unlinked transaction',
'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions',
'marked_sent_credits' => 'Successfully marked credits sent', 'marked_sent_credits' => 'Successfully marked credits sent',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$lang = [ $lang = array(
'client_dashboard' => 'Message to be displayed on clients dashboard', 'client_dashboard' => 'Message to be displayed on clients dashboard',
'client_currency' => 'The client currency.', 'client_currency' => 'The client currency.',
'client_language' => 'The client language.', 'client_language' => 'The client language.',
@ -8,6 +8,6 @@ $lang = [
'client_paid_invoice' => 'Message to be displayed on a clients paid invoice screen', '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_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', 'client_unapproved_quote' => 'Message to be displayed on a clients unapproved quote screen',
]; );
return $lang; return $LANG;

View File

@ -1,7 +1,7 @@
<?php <?php
$lang = [ $lang = array(
'client_settings' => 'Client Settings', 'client_settings' => 'Client Settings',
]; );
return $lang; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Organizácia', 'organization' => 'Organizácia',
'name' => 'Meno', 'name' => 'Meno',
'website' => 'Web', 'website' => 'Web',
@ -5151,6 +5151,6 @@ Nemôžete nájsť faktúru? Potrebujete poradiť? Radi Vám pomôžeme
'in_stock_quantity' => 'Stock quantity', 'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact', 'vendor_contact' => 'Vendor Contact',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Organizacija', 'organization' => 'Organizacija',
'name' => 'Ime', 'name' => 'Ime',
'website' => 'Spletna stran', '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', 'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact', 'vendor_contact' => 'Vendor Contact',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Organizata', 'organization' => 'Organizata',
'name' => 'Emri', 'name' => 'Emri',
'website' => 'Website', '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', 'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact', 'vendor_contact' => 'Vendor Contact',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Organizacija', 'organization' => 'Organizacija',
'name' => 'Ime', 'name' => 'Ime',
'website' => 'Sajt', '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', 'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact', 'vendor_contact' => 'Vendor Contact',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Organisation', 'organization' => 'Organisation',
'name' => 'Namn', 'name' => 'Namn',
'website' => 'Hemsida', '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', 'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact', 'vendor_contact' => 'Vendor Contact',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'องค์กร', 'organization' => 'องค์กร',
'name' => 'ชื่อ', 'name' => 'ชื่อ',
'website' => 'เว็บไซต์', 'website' => 'เว็บไซต์',
@ -5168,6 +5168,6 @@ $LANG = [
'in_stock_quantity' => 'Stock quantity', 'in_stock_quantity' => 'Stock quantity',
'vendor_contact' => 'Vendor Contact', 'vendor_contact' => 'Vendor Contact',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => 'Şirket', 'organization' => 'Şirket',
'name' => 'Ünvan', 'name' => 'Ünvan',
'website' => 'Web adresi', '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', 'unlinked_transaction' => 'Successfully unlinked transaction',
'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions',
'marked_sent_credits' => 'Successfully marked credits sent', 'marked_sent_credits' => 'Successfully marked credits sent',
]; );
return $LANG; return $LANG;

View File

@ -1,6 +1,6 @@
<?php <?php
$LANG = [ $lang = array(
'organization' => '組織', 'organization' => '組織',
'name' => '姓名', 'name' => '姓名',
'website' => '網站', 'website' => '網站',
@ -5186,6 +5186,6 @@ $LANG = [
'payment_receipt' => '付款收據 # :number', 'payment_receipt' => '付款收據 # :number',
'load_template_description' => '此模板將應用於以下領域:', 'load_template_description' => '此模板將應用於以下領域:',
'run_template' => '運行模板', 'run_template' => '運行模板',
]; );
return $LANG; return $LANG;