//Changed English strings using the translationsenglish module.
This commit is contained in:
@@ -88,7 +88,7 @@ class AdminStatusesControllerCore extends AdminController
|
||||
'search' => false
|
||||
),
|
||||
'send_email' => array(
|
||||
'title' => $this->l('Send e-mail to customer'),
|
||||
'title' => $this->l('Send email to customer'),
|
||||
'align' => 'center',
|
||||
'icon' => array(
|
||||
'1' => 'enabled.gif',
|
||||
@@ -110,7 +110,7 @@ class AdminStatusesControllerCore extends AdminController
|
||||
'orderby' => false
|
||||
),
|
||||
'template' => array(
|
||||
'title' => $this->l('E-mail template'),
|
||||
'title' => $this->l('Email template'),
|
||||
'width' => 120
|
||||
)
|
||||
);
|
||||
@@ -254,14 +254,14 @@ class AdminStatusesControllerCore extends AdminController
|
||||
'label' => $this->l('Color:'),
|
||||
'name' => 'color',
|
||||
'size' => 30,
|
||||
'desc' => $this->l('Status will be highlighted in this color. HTML colors only (e.g.').' "lightblue", "#CC6600")'
|
||||
'desc' => $this->l('Status will be highlighted in this color. (HTML colors only)').' "lightblue", "#CC6600")'
|
||||
),
|
||||
array(
|
||||
'type' => 'checkbox',
|
||||
'name' => 'logable',
|
||||
'values' => array(
|
||||
'query' => array(
|
||||
array('id' => 'on', 'name' => $this->l('Consider the associated order as validated'), 'val' => '1'),
|
||||
array('id' => 'on', 'name' => $this->l('Consider the associated order as validated.'), 'val' => '1'),
|
||||
),
|
||||
'id' => 'id',
|
||||
'name' => 'name'
|
||||
@@ -272,7 +272,7 @@ class AdminStatusesControllerCore extends AdminController
|
||||
'name' => 'invoice',
|
||||
'values' => array(
|
||||
'query' => array(
|
||||
array('id' => 'on', 'name' => $this->l('Allow customer to download and view PDF version of invoice'), 'val' => '1'),
|
||||
array('id' => 'on', 'name' => $this->l('Allow a customer to download and view PDF versions of their invoice.'), 'val' => '1'),
|
||||
),
|
||||
'id' => 'id',
|
||||
'name' => 'name'
|
||||
@@ -294,7 +294,7 @@ class AdminStatusesControllerCore extends AdminController
|
||||
'name' => 'send_email',
|
||||
'values' => array(
|
||||
'query' => array(
|
||||
array('id' => 'on', 'name' => $this->l('Send e-mail to customer when order status is changed'), 'val' => '1'),
|
||||
array('id' => 'on', 'name' => $this->l('Send an email to the customer when his/her order status has changed.'), 'val' => '1'),
|
||||
),
|
||||
'id' => 'id',
|
||||
'name' => 'name'
|
||||
@@ -305,7 +305,7 @@ class AdminStatusesControllerCore extends AdminController
|
||||
'name' => 'shipped',
|
||||
'values' => array(
|
||||
'query' => array(
|
||||
array('id' => 'on', 'name' => $this->l('Set order as shipped'), 'val' => '1'),
|
||||
array('id' => 'on', 'name' => $this->l('Set the order as shipped'), 'val' => '1'),
|
||||
),
|
||||
'id' => 'id',
|
||||
'name' => 'name'
|
||||
@@ -316,7 +316,7 @@ class AdminStatusesControllerCore extends AdminController
|
||||
'name' => 'paid',
|
||||
'values' => array(
|
||||
'query' => array(
|
||||
array('id' => 'on', 'name' => $this->l('Set order as paid'), 'val' => '1'),
|
||||
array('id' => 'on', 'name' => $this->l('Set the order as paid'), 'val' => '1'),
|
||||
),
|
||||
'id' => 'id',
|
||||
'name' => 'name'
|
||||
@@ -332,8 +332,8 @@ class AdminStatusesControllerCore extends AdminController
|
||||
'id' => 'id',
|
||||
'name' => 'name'
|
||||
),
|
||||
'hint' => $this->l('Only letters, number and -_ are allowed'),
|
||||
'desc' => $this->l('E-mail template for both .html and .txt')
|
||||
'hint' => $this->l('Only letters, number and hashtags are allowed.'),
|
||||
'desc' => $this->l('Email template for both .html and .txt')
|
||||
)
|
||||
),
|
||||
'submit' => array(
|
||||
@@ -376,14 +376,14 @@ class AdminStatusesControllerCore extends AdminController
|
||||
'size' => 40,
|
||||
'required' => true,
|
||||
'hint' => $this->l('Invalid characters: numbers and').' !<>,;?=+()@#"�{}_$%:',
|
||||
'desc' => $this->l('Order return status name')
|
||||
'desc' => $this->l('Order\'s return status name')
|
||||
),
|
||||
array(
|
||||
'type' => 'color',
|
||||
'label' => $this->l('Color:'),
|
||||
'name' => 'color',
|
||||
'size' => 30,
|
||||
'desc' => $this->l('Status will be highlighted in this color. HTML colors only (e.g.').' "lightblue", "#CC6600")'
|
||||
'desc' => $this->l('Status will be highlighted in this color. (HTML colors only)').' "lightblue", "#CC6600")'
|
||||
)
|
||||
),
|
||||
'submit' => array(
|
||||
|
||||
Reference in New Issue
Block a user