forked from loadkpi/oc2_minimum_order_amount
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
33 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 15 additions & 21 deletions
36
3.0.x.x/upload/admin/language/en-gb/extension/module/minimal_order_amount.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,23 @@ | ||
<?php | ||
// Heading | ||
$_['heading_title'] = 'Minimal Order Amount'; | ||
$_['heading_label'] = 'Edit minimal amount for your orders'; | ||
$_['heading_title'] = 'Minimal Order Amount'; | ||
|
||
// Text | ||
$_['text_extension'] = 'Extensions'; | ||
$_['text_success'] = 'Success: You have modified minimal order amount!'; | ||
$_['text_extension'] = 'Extensions'; | ||
$_['text_success'] = 'Success: You have modified minimal order amount!'; | ||
$_['text_edit'] = 'Edit Minimal Order Amount Module'; | ||
|
||
// Entry | ||
$_['entry_currency'] = 'Store Currency:'; | ||
$_['entry_amount_value'] = 'Minimal order amount:'; | ||
$_['entry_error_msg'] = 'Warning message:'; | ||
|
||
//Button | ||
$_['button_save'] = 'Save'; | ||
$_['button_cancel'] = 'Cancel'; | ||
|
||
//Other | ||
$_['value_error_msg'] = 'You must have an order with a minimum of %s USD to place your order!'; | ||
$_['tip_error_msg'] = 'You can use "%s" as a placeholder for you minimal amount value'; | ||
|
||
// Errors | ||
$_['error_permission'] = 'Warning: You do not have permission to change minimal order amount!'; | ||
$_['error_amount_value'] = 'Warning: "minimal order amount" is Required'; | ||
$_['error_int_amount_value'] = 'Warning: "minimal order amount" must be a Numeric'; | ||
$_['error_error_msg'] = 'Warning: "message" value is Required'; | ||
$_['entry_currency'] = 'Store Currency:'; | ||
$_['entry_amount_value'] = 'Minimal Order Amount:'; | ||
$_['entry_error_msg'] = 'Warning Message:'; | ||
|
||
// Help | ||
$_['value_error_msg'] = 'You must have an order with a minimum of %s USD to place your order!'; | ||
$_['tip_error_msg'] = 'You can use "%s" as a placeholder for you minimal amount value'; | ||
|
||
// Error | ||
$_['error_permission'] = 'Warning: You do not have permission to modify minimal order amount module!'; | ||
$_['error_amount_value'] = 'Warning: Minimal Order Amount is required'; | ||
$_['error_int_amount_value'] = 'Warning: Minimal Order Amount must be a numeric'; | ||
$_['error_error_msg'] = 'Warning: Message value is required'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters