Merge pull request #446 from TwizzyDizzy/master
Translate amazon bridge to english
This commit is contained in:
commit
4972cec951
1 changed files with 6 additions and 6 deletions
|
@ -18,12 +18,12 @@ class AmazonBridge extends BridgeAbstract {
|
||||||
'type' => 'list',
|
'type' => 'list',
|
||||||
'required' => false,
|
'required' => false,
|
||||||
'values' => array(
|
'values' => array(
|
||||||
'Pertinence' => 'relevanceblender',
|
'Relevance' => 'relevanceblender',
|
||||||
'Popularité' => 'popularity-rank',
|
'Popularity' => 'popularity-rank',
|
||||||
'Prix : par ordre croissant' => 'price-asc-rank',
|
'Price : in ascending order' => 'price-asc-rank',
|
||||||
'Prix : par ordre décroissant' => 'price-desc-rank',
|
'Price : in descending order' => 'price-desc-rank',
|
||||||
'Note moyenne des commentaires' => 'review-rank',
|
'Average rating' => 'review-rank',
|
||||||
'Dernières nouveautés' => 'date-desc-rank',
|
'Newest item' => 'date-desc-rank',
|
||||||
),
|
),
|
||||||
'defaultValue' => 'popularity-rank',
|
'defaultValue' => 'popularity-rank',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue