69 lines
2.8 KiB
PHP
69 lines
2.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Invoice Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are for invoice screen
|
|
|
|
|
*/
|
|
'invoice_settings' => 'Optiuni facturi',
|
|
'manage_your_invoices' => 'Administreaza optiuni',
|
|
'all_your_invoice_schemes' => 'Toate schemele',
|
|
'added_success' => 'Optiune adaugata cu succes',
|
|
'updated_success' => 'Optiune actualizata cu succes',
|
|
'deleted_success' => 'Optiune stearsa cu succes',
|
|
'add_invoice' => 'Adauga schema noua',
|
|
'edit_invoice' => 'Editeaza schema',
|
|
'name' => 'Nume',
|
|
'prefix' => 'Prefix',
|
|
'start_number' => 'Incepe de la',
|
|
'total_digits' => 'Numar de cifre',
|
|
'preview' => 'Previzualizare',
|
|
'not_selected' => 'Nu a fost selectat',
|
|
'invoice_count' => 'Numar factura',
|
|
'invoice_schemes' => 'Scheme',
|
|
'invoice_layouts' => 'Aspecte',
|
|
'invoice_layout' => 'Aspect',
|
|
'all_your_invoice_layouts' => 'Toate aspectele',
|
|
'add_invoice_layout' => 'Adauga aspect nou',
|
|
'layout_name' => 'Denumire aspect',
|
|
'invoice_scheme' => 'Schema factura',
|
|
'header_text' => 'Antet',
|
|
'invoice_no_prefix' => 'Eticheta Nr. factura',
|
|
'invoice_heading' => 'Titlu factura',
|
|
'sub_total_label' => 'Eticheta subtotal',
|
|
'discount_label' => 'Eticheta discount',
|
|
'tax_label' => 'Eticheta taxa',
|
|
'total_label' => 'Eticheta total',
|
|
'fields_to_be_shown_in_address' => 'Fields to be shown in location address',
|
|
'highlight_color' => 'Highlight color',
|
|
'footer_text' => 'Footer text',
|
|
'layout_added_success' => 'Invoice layout added successfully',
|
|
'edit_invoice_layout' => 'Edit invoice layout',
|
|
'layout_updated_success' => 'Invoice layout updated successfully',
|
|
'used_in_locations' => 'Used in locations',
|
|
'show_business_name' => 'Show business name',
|
|
'show_location_name' => 'Show location name',
|
|
'show_mobile_number' => 'Mobile number',
|
|
'show_alternate_number' => 'Alternate number',
|
|
'show_email' => 'Email',
|
|
'show_tax_1' => 'Tax 1 details',
|
|
'show_tax_2' => 'Tax 2 details',
|
|
'fields_to_shown_for_communication' => 'Fields for Communication details',
|
|
'fields_to_shown_for_tax' => 'Fields for Tax details',
|
|
'invoice_logo' => 'Invoice Logo',
|
|
'show_logo' => 'Show invoice Logo',
|
|
'show_barcode' => 'Show Barcode',
|
|
'total_due_label' => 'Total Due Label',
|
|
'invoice_heading_not_paid' => 'Heading Suffix for not paid',
|
|
'invoice_heading_paid' => 'Heading Suffix for paid',
|
|
'show_payments' => 'Show Payment information',
|
|
'show_customer' => 'Show Customer information',
|
|
'paid_label' => 'Amount Paid Label',
|
|
'customer_label' => 'Customer Label',
|
|
];
|