Skip to content

Commit

Permalink
instant search files added
Browse files Browse the repository at this point in the history
  • Loading branch information
webchills committed Aug 19, 2024
1 parent 8337000 commit 4018037
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php
/**
* @package Instant Search Plugin for Zen Cart German
* @author marco-pm
* @version 4.0.3
* @see https://github.com/marco-pm/zencart_instantsearch
* @license GNU Public License V2.0
* modified for Zen Cart German
* 2024-08-19 webchills
*/
define('TEXT_INSTANT_SEARCH_PRODUCTS_TEXT', 'Produits');
define('TEXT_INSTANT_SEARCH_CONFIGURATION_ERROR', 'Erreur de configuration pour %s');
define('TEXT_SEARCH_LOG_ENTRY_DROPDOWN_PREFIX', '[Instant Search Autocomplete]');
define('TEXT_SEARCH_LOG_ENTRY_PAGE_PREFIX', '[Instant Search Page]');
16 changes: 16 additions & 0 deletions NEUE DATEIEN/includes/languages/french/instant_search_result.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php
/**
* @package Instant Search Plugin for Zen Cart German
* @author marco-pm
* @version 4.0.3
* @see https://github.com/marco-pm/zencart_instantsearch
* @license GNU Public License V2.0
* modified for Zen Cart German
* 2024-08-19 webchills
*/

define('NAVBAR_TITLE', 'Résultats de la recherche') ;
define('HEADING_TITLE', 'Résultats de la recherche') ;
define('TEXT_NO_PRODUCTS_FOUND', 'aucun article trouvé') ;
define('TEXT_LOADING_RESULTS', 'Chargement des résultats...') ;
define('TEXT_SHOW', 'Filtrer les résultats par:') ;

0 comments on commit 4018037

Please sign in to comment.