// Fix update english key of translations in all files

This commit is contained in:
lLefevre
2012-03-14 12:25:51 +00:00
parent d93eff8834
commit c21bef2acf
553 changed files with 17474 additions and 20745 deletions
+4 -4
View File
@@ -127,7 +127,7 @@ class AdminPaymentControllerCore extends AdminController
public function renderView()
{
$this->toolbar_title = $this->l('Paiement');
$this->toolbar_title = $this->l('Payment');
unset($this->toolbar_btn['back']);
$shop_context = (!Shop::isFeatureActive() || Shop::getContext() == Shop::CONTEXT_SHOP);
@@ -151,21 +151,21 @@ class AdminPaymentControllerCore extends AdminController
$lists = array('currencies' =>
array('items' => Currency::getCurrencies(),
'title' => $this->l('Currencies restrictions'),
'title' => $this->l('Currency restrictions'),
'desc' => $this->l('Please mark the checkbox(es) for the currency or currencies for which you want the payment module(s) to be available.'),
'name_id' => 'currency',
'identifier' => 'id_currency',
'icon' => 'dollar',
),
array('items' => Group::getGroups($this->context->language->id),
'title' => $this->l('Groups restrictions'),
'title' => $this->l('Group restrictions'),
'desc' => $this->l('Please mark the checkbox(es) for the groups for which you want the payment module(s) available.'),
'name_id' => 'group',
'identifier' => 'id_group',
'icon' => 'group',
),
array('items' =>Country::getCountries($this->context->language->id),
'title' => $this->l('Countries restrictions'),
'title' => $this->l('Country restrictions'),
'desc' => $this->l('Please mark the checkbox(es) for the country or countries for which you want the payment module(s) to be available.'),
'name_id' => 'country',
'identifier' => 'id_country',