mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update lang/en/texts.php: Added 'Shipping Country' field
This commit is contained in:
parent
2eb830619c
commit
695ab75f99
@ -5278,12 +5278,13 @@ $lang = array(
|
|||||||
'purchase_order_items' => 'Purchase Order Items',
|
'purchase_order_items' => 'Purchase Order Items',
|
||||||
'csv_rows_length' => 'No data found in this CSV file',
|
'csv_rows_length' => 'No data found in this CSV file',
|
||||||
'accept_payments_online' => 'Accept Payments Online',
|
'accept_payments_online' => 'Accept Payments Online',
|
||||||
'all_payment_gateways' => 'View all payment gateways',
|
'all_payment_gateways' => 'View all payment gateways',
|
||||||
'product_cost' => 'Product cost',
|
'product_cost' => 'Product cost',
|
||||||
'enable_rappen_roudning' => 'Enable Rappen Rounding',
|
'enable_rappen_roudning' => 'Enable Rappen Rounding',
|
||||||
'enable_rappen_rounding_help' => 'Rounds totals to nearest 5',
|
'enable_rappen_rounding_help' => 'Rounds totals to nearest 5',
|
||||||
'duration_words' => 'Duration in words',
|
'duration_words' => 'Duration in words',
|
||||||
'upcoming_recurring_invoices' => 'Upcoming Recurring Invoices',
|
'upcoming_recurring_invoices' => 'Upcoming Recurring Invoices',
|
||||||
|
'shipping_country_id' => 'Shipping Country',
|
||||||
);
|
);
|
||||||
|
|
||||||
return $lang;
|
return $lang;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user