60 lines
2.7 KiB
PHP
60 lines
2.7 KiB
PHP
<?php
|
|
|
|
return [
|
|
'invoice_settings' => 'Factuurinstellingen',
|
|
'manage_your_invoices' => 'Beheer uw factuurinstellingen',
|
|
'all_your_invoice_schemes' => "Al uw factuurschema's",
|
|
'added_success' => 'Factuurinstelling succesvol toegevoegd',
|
|
'updated_success' => 'Factuurinstelling succesvol bijgewerkt',
|
|
'deleted_success' => 'Factuurinstelling succesvol verwijderd',
|
|
'add_invoice' => 'Nieuw factuurschema toevoegen',
|
|
'edit_invoice' => 'Factuurschema bewerken',
|
|
'name' => 'Naam',
|
|
'prefix' => 'Voorvoegsel',
|
|
'start_number' => 'Start van',
|
|
'total_digits' => 'Aantal getallen',
|
|
'preview' => 'Preview',
|
|
'not_selected' => 'Niet geselecteerd',
|
|
'invoice_count' => 'Factuurtelling',
|
|
'invoice_schemes' => "Factuurschema's",
|
|
'invoice_layouts' => 'Invoice Layouts',
|
|
'invoice_layout' => 'Invoice layout',
|
|
'all_your_invoice_layouts' => 'Al uw factuurlay-outs',
|
|
'add_invoice_layout' => 'Nieuwe factuurlay-out toevoegen',
|
|
'layout_name' => 'Layoutnaam',
|
|
'invoice_scheme' => 'Factuurschema',
|
|
'header_text' => 'Koptekst',
|
|
'invoice_no_prefix' => 'Factuur nr. Label',
|
|
'invoice_heading' => 'Invoice heading',
|
|
'sub_total_label' => 'Subtotaal label',
|
|
'discount_label' => 'Kortingslabel',
|
|
'tax_label' => 'Belasting label',
|
|
'total_label' => 'Totaal label',
|
|
'fields_to_be_shown_in_address' => 'Velden worden getoond in locatie-adres',
|
|
'highlight_color' => 'Markeer kleur',
|
|
'footer_text' => 'Voettekst',
|
|
'layout_added_success' => 'Factuurindeling succesvol toegevoegd',
|
|
'edit_invoice_layout' => 'Bewerk factuur lay-out',
|
|
'layout_updated_success' => 'Factuurindeling succesvol bijgewerkt',
|
|
'used_in_locations' => 'Gebruikt op locaties',
|
|
'show_business_name' => 'Bedrijfsnaam tonen',
|
|
'show_location_name' => 'Toon locatienaam',
|
|
'show_mobile_number' => 'Mobiel nummer',
|
|
'show_alternate_number' => 'Alternatief nummer',
|
|
'show_email' => 'E-mail',
|
|
'show_tax_1' => 'Belasting 1 details',
|
|
'show_tax_2' => 'Belasting 2 details',
|
|
'fields_to_shown_for_communication' => 'Velden voor communicatiedetails',
|
|
'fields_to_shown_for_tax' => 'Velden voor belastinggegevens',
|
|
'invoice_logo' => 'Invoice Logo',
|
|
'show_logo' => 'Show invoice Logo',
|
|
'show_barcode' => 'Show Barcode',
|
|
'total_due_label' => 'Total Due Label',
|
|
'invoice_heading_not_paid' => 'Kopregel Achtervoegsel voor niet betaald',
|
|
'invoice_heading_paid' => 'Kopregel achtervoegsel voor betaald',
|
|
'show_payments' => 'Toon betalingsinformatie',
|
|
'show_customer' => 'Klantinformatie tonen',
|
|
'paid_label' => 'Bedrag betaald label',
|
|
'customer_label' => 'Klantenlabel',
|
|
];
|