[*] TR : update English translations key for Back Office

This commit is contained in:
lLefevre
2012-07-12 10:04:56 +00:00
parent 91c8738940
commit 1da5ce07d4
50 changed files with 321 additions and 4644 deletions

View File

@@ -178,7 +178,7 @@ class AdminCustomerThreadsControllerCore extends AdminController
),
'PS_SAV_IMAP_DELETE_MSG' => array(
'title' => $this->l('Delete messages'),
'desc' => $this->l('Delete message after sync. If you do not active this option, the sync will be longer'),
'desc' => $this->l('Delete messages after sync. If you do not active this option, the sync will be longer'),
'type' => 'bool',
'visibility' => Shop::CONTEXT_ALL,
),
@@ -215,7 +215,7 @@ class AdminCustomerThreadsControllerCore extends AdminController
'PS_SAV_IMAP_OPT_NOTLS' => array(
'title' => $this->l('IMAP options').' (/notls)',
'type' => 'bool',
'desc' => $this->l('do not use start-TLS to encrypt the session, even with servers that support it'),
'desc' => $this->l('Do not use start-TLS to encrypt the session, even with servers that support it'),
'visibility' => Shop::CONTEXT_ALL,
),
),