//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

View File

@@ -77,12 +77,12 @@ class AdminFeaturesControllerCore extends AdminController
// Added specific button in toolbar
$this->toolbar_btn['newAttributes'] = array(
'href' => self::$currentIndex.'&addfeature_value&token='.$this->token,
'desc' => $this->l('Add new feature value')
'desc' => $this->l('Add new feature values')
);
$this->toolbar_btn['new'] = array(
'href' => self::$currentIndex.'&addfeature&token='.$this->token,
'desc' => $this->l('Add new feature')
'desc' => $this->l('Add a new feature')
);
return parent::renderList();
@@ -239,7 +239,7 @@ class AdminFeaturesControllerCore extends AdminController
$this->toolbar_btn['back'] = array(
'href' => $back,
'desc' => $this->l('Back to list')
'desc' => $this->l('Back to the list')
);
break;
@@ -353,7 +353,7 @@ class AdminFeaturesControllerCore extends AdminController
}
}
else
$this->displayWarning($this->l('This feature has been disabled, you can activate it at:').'<a href="index.php?tab=AdminPerformance&token='.Tools::getAdminTokenLite('AdminPerformance').'#featuresDetachables">'.$this->l('Performance').'</a>');
$this->displayWarning($this->l('This feature has been disabled. You can activate it at:').'<a href="index.php?tab=AdminPerformance&token='.Tools::getAdminTokenLite('AdminPerformance').'#featuresDetachables">'.$this->l('Performance').'</a>');
$this->context->smarty->assign(array(
'content' => $this->content,