72 lines
2.7 KiB
PHP
72 lines
2.7 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Purchase Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used for Purchase screens
|
|
|
|
|
*/
|
|
|
|
'supplier' => 'Furnizor',
|
|
'ref_no' => 'Nr. referinta',
|
|
'business_location' => 'Locatie afacere',
|
|
'purchases' => 'Achizitii',
|
|
'add_payment' => 'Adauga plata',
|
|
'edit_payment' => 'Editeaza plata',
|
|
'view_payments' => 'Vezi platile',
|
|
'amount_already_paid' => 'Suma platita deja',
|
|
'payment_added_success' => 'Plata adaugata cu succes.',
|
|
'payment_updated_success' => 'Plata actualizata cu succes.',
|
|
'payment_deleted_success' => 'Plata stearsa cu succes.',
|
|
'view_payments' => 'Vezi platile',
|
|
'amount' => 'Suma',
|
|
'payment_method' => 'Metoda de plata',
|
|
'no_records_found' => 'No records found',
|
|
'payment_due' => 'Payment due',
|
|
'purchase_total' => 'Total achizitie',
|
|
'location' => 'Locatie',
|
|
'payment_note' => 'Payment Note',
|
|
'all_purchases' => 'Toate',
|
|
'purchase_status' => 'Status achizitie',
|
|
'payment_status' => 'Status plata',
|
|
'grand_total' => 'Grand Total',
|
|
'add_purchase' => 'Adauga achizitie',
|
|
'purchase_date' => 'Data',
|
|
'purchase_quantity' => 'Cantitate',
|
|
'unit_cost_before_tax' => 'Pret (FTVA)',
|
|
'subtotal_before_tax' => 'Subtotal (FTVA)',
|
|
'product_tax' => 'TVA',
|
|
'net_cost' => 'Cost net',
|
|
'line_total' => 'Total',
|
|
'unit_selling_price' => 'Pret vanzare',
|
|
'total_before_tax' => 'Total FTVA',
|
|
'net_total_amount' => 'Net Total Amount',
|
|
'discount_type' => 'Discount Type',
|
|
'discount_amount' => 'Discount Amount',
|
|
'discount' => 'Discount',
|
|
'edit_purchase' => 'Editeaza',
|
|
'purchase_tax' => 'TVA',
|
|
'shipping_details' => 'Shipping Details',
|
|
'additional_shipping_charges' => 'Additional Shipping charges',
|
|
'purchase_total' => 'Total',
|
|
'additional_notes' => 'Additional Notes',
|
|
'purchase_add_success' => 'Purchase added successfully',
|
|
'purchase_update_success' => 'Purchase updated successfully',
|
|
'purchase_details' => 'Purchase Details',
|
|
'unit_cost_after_tax' => 'Pret (Cu TVA)',
|
|
'total_after_tax' => 'Total cu TVA',
|
|
'no_payments' => 'No payments found',
|
|
'allow_purchase_different_currency' => 'Purchases in other currency',
|
|
'purchase_currency' => 'Purchase Currency',
|
|
'p_exchange_rate' => 'Currency Exchange Rate',
|
|
'diff_purchase_currency_help' => 'Purchase currency is set to <strong> :currency </strong>',
|
|
'list_purchase' => 'Lista achizitii',
|
|
'attach_document' => 'Attach Document',
|
|
'download_document' => 'Download Document',
|
|
'max_file_size' => 'Max File size: :sizeMB',
|
|
];
|