Skip to content

Commit 60f2003

Browse files
romainruaudAurélien FOUCRET
authored andcommitted
Code cleaning and adding missing translations
1 parent 547ee63 commit 60f2003

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

src/app/code/community/Smile/ElasticSearch/Model/Index/Action/Search/Terms/Refresh.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function __construct(array $args)
6666
/**
6767
* Refresh the search terms products position index : just rebuild data from this data provider
6868
*
69-
* @return Smile_SearchOptimizer_Model_Index_Action_Search_Terms_Refresh
69+
* @return Smile_ElasticSearch_Model_Index_Action_Search_Terms_Refresh
7070
*
7171
* @throws Enterprise_Index_Model_Action_Exception
7272
*/

src/app/code/community/Smile/ElasticSearch/controllers/Adminhtml/Catalog/SearchController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function saveAction()
119119
$this->_redirect('*/*/edit', array('id' => $queryId));
120120
} else {
121121
$this->_getSession()->addSuccess(
122-
Mage::helper('smile_searchoptimizer')->__('Search Term has been saved.')
122+
Mage::helper('smile_elasticsearch')->__('Search Term has been saved.')
123123
);
124124

125125
if ($this->getRequest()->getParam('back')) {

src/app/locale/fr_FR/Smile_ElasticSearch.csv

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,14 @@ Ex: Brand facet will be displayed only if 90% of the product have a brand.,Ex: L
6969
"No product found in this price range.","Aucun produit trouvé pour cet intervalle de prix."
7070
"No product found for this range.","Aucun produit trouvé pour cet intervalle."
7171
"and more","et plus"
72-
"No result found for "%s","Aucun résultat piur "%s"
72+
"No result found for "%s","Aucun résultat pour "%s"
7373
"Show more","Voir plus"
7474
"Show less","Voir moins"
7575
"Phrase match configuration","Configuration de la recherche par phrase"
7676
"Enable boost on phrase match","Activer le boost sur les phrases"
7777
"Phrase match boost value","Valeur du boost sur les phrases"
7878
"Search Terms products positions Indexer","Positions des produits dans les résultats de recherche"
7979
"Computes custom positions for products by search terms.","Indexe les positions attribuées aux produits dans les résultats de recherche."
80-
"Search Terms products positions Index","Index des positions des produits dans les résultats de recherche"
80+
"Search Terms products positions Index","Index des positions des produits dans les résultats de recherche"
81+
"Custom results positions","Positionnement manuel des produits"
82+
"Search Term has been saved.","Le terme de recherche a été sauvegardé"

0 commit comments

Comments
 (0)