mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-22 17:45:40 +03:00
Translate amazon bridge to english
Until now, it was my understanding to keep rss-bridge english, not french. Despite it's french roots.
This commit is contained in:
parent
64fa134c40
commit
f09e8e1139
1 changed files with 6 additions and 6 deletions
|
@ -18,12 +18,12 @@ class AmazonBridge extends BridgeAbstract {
|
|||
'type' => 'list',
|
||||
'required' => false,
|
||||
'values' => array(
|
||||
'Pertinence' => 'relevanceblender',
|
||||
'Popularité' => 'popularity-rank',
|
||||
'Prix : par ordre croissant' => 'price-asc-rank',
|
||||
'Prix : par ordre décroissant' => 'price-desc-rank',
|
||||
'Note moyenne des commentaires' => 'review-rank',
|
||||
'Dernières nouveautés' => 'date-desc-rank',
|
||||
'Relevance' => 'relevanceblender',
|
||||
'Popularity' => 'popularity-rank',
|
||||
'Price : in ascending order' => 'price-asc-rank',
|
||||
'Price : in descending order' => 'price-desc-rank',
|
||||
'Average rating' => 'review-rank',
|
||||
'Newest item' => 'date-desc-rank',
|
||||
),
|
||||
'defaultValue' => 'popularity-rank',
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue