1
0

New Translations – 2.3.2020 (2)

This commit is contained in:
Christer Waren
2020-03-02 10:58:49 +02:00
parent b1e26e79a8
commit cfa575a06a
97 changed files with 282 additions and 282 deletions

View File

@@ -17,17 +17,17 @@ $_['column_code'] = 'Code';
$_['column_discount'] = 'Discount';
$_['column_date_start'] = 'Date Start';
$_['column_date_end'] = 'Date End';
$_['column_status'] = 'Status';
$_['column_status'] = 'Tila';
$_['column_order_id'] = 'Order ID';
$_['column_customer'] = 'Customer';
$_['column_customer'] = 'Asiakas';
$_['column_amount'] = 'Amount';
$_['column_date_added'] = 'Date Added';
$_['column_date_added'] = 'Lisäyspäivä';
$_['column_action'] = 'Toiminto';
// Entry
$_['entry_name'] = 'Coupon Name';
$_['entry_code'] = 'Code';
$_['entry_type'] = 'Type';
$_['entry_type'] = 'Tyyppi';
$_['entry_discount'] = 'Discount';
$_['entry_logged'] = 'Customer Login';
$_['entry_shipping'] = 'Free Shipping';
@@ -38,7 +38,7 @@ $_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_uses_total'] = 'Uses Per Coupon';
$_['entry_uses_customer'] = 'Uses Per Customer';
$_['entry_status'] = 'Status';
$_['entry_status'] = 'Tila';
// Help
$_['help_code'] = 'The code the customer enters to get the discount.';