13 lines
493 B
PHP
13 lines
493 B
PHP
<?php
|
|
$lv = !$langBully ? "lang" : "bully";
|
|
${$lv}['search'] = array(
|
|
'search_title' => "Recherche avancée",
|
|
'search_keyword' => "Mots clé:",
|
|
'search_price' => "Prix:",
|
|
'search_instock' => "En stock uniquement",
|
|
'search_category' => "Catégories",
|
|
'search_category_help' => "Gardez le doigt appuyé sur Ctrl/Commande & cliquez pour sélectionner plus d'une catégorie.",
|
|
'search_submit' => 'Soumettez',
|
|
'search_reset' => 'Réinitialisez',
|
|
);
|
|
?>
|