//Changed English strings using the translationsenglish module.

This commit is contained in:
djfm
2013-01-04 16:58:58 +01:00
parent 507309ddf5
commit 385c593129
319 changed files with 5991 additions and 5991 deletions
@@ -38,7 +38,7 @@ class AdminContactsControllerCore extends AdminController
$this->fields_list = array(
'id_contact' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 25),
'name' => array('title' => $this->l('Title'), 'width' => 130),
'email' => array('title' => $this->l('E-mail address'), 'width' => 130),
'email' => array('title' => $this->l('Email address'), 'width' => 130),
'description' => array('title' => $this->l('Description'), 'width' => 150),
);
@@ -64,11 +64,11 @@ class AdminContactsControllerCore extends AdminController
),
array(
'type' => 'text',
'label' => $this->l('E-mail address'),
'label' => $this->l('Email address'),
'name' => 'email',
'size' => 33,
'required' => false,
'desc' => $this->l('E-mails will be sent to this address'),
'desc' => $this->l('Emails will be sent to this address'),
),
array(
'type' => 'radio',
@@ -77,7 +77,7 @@ class AdminContactsControllerCore extends AdminController
'required' => false,
'class' => 't',
'is_bool' => true,
'desc' => $this->l('If enabled, all messages will be saved in the "Customer Service" page under the "Customer" menu'),
'desc' => $this->l('If enabled, all messages will be saved in the "Customer Service" page under the "Customer" menu.'),
'values' => array(
array(
'id' => 'customer_service_on',
@@ -99,11 +99,11 @@ class AdminContactsControllerCore extends AdminController
'lang' => true,
'cols' => 36,
'rows' => 5,
'desc' => $this->l('Additional information about this contact'),
'desc' => $this->l('Further information regarding this contact'),
),
),
'submit' => array(
'title' => $this->l(' Save '),
'title' => $this->l('Save '),
'class' => 'button'
)
);