Changeset 93443 in spip-zone
- Timestamp:
- Dec 8, 2015, 10:52:44 AM (5 years ago)
- Location:
- _plugins_/indexer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/indexer/trunk/formulaires/configurer_indexer.html
r91425 r93443 33 33 <input type="text" class="text" name="source" id="source" value="#ENV{source,#URL_SITE_SPIP}" /> 34 34 </li> 35 <li class="editer [ (#ENV**{erreurs/stopwords}|oui)erreur]"> 36 <label for="stopwords"><:indexer:configurer_stopwords_label:></label> 37 <p class="explication"><:indexer:configurer_stopwords_explication:></p> 38 <textarea class="textarea" rows="10" name="stopwords" id="stopwords">#ENV*{stopwords}</textarea> 39 </li> 35 40 36 41 [(#REM) Pour chaque objet on peut potentiellement configurer des précisions ] -
_plugins_/indexer/trunk/lang/indexer_fr.php
r91373 r93443 14 14 'configurer_statuts_ignores_explication' => 'Ne PAS indexer les contenus avec ce statut.', 15 15 'configurer_statuts_ignores_label' => 'Statuts ignorés', 16 'configurer_stopwords_explication' => 'Lister les mots à ignorer, séparés par des virgules.', 17 'configurer_stopwords_label' => 'Mots à ignorer', 16 18 'configurer_titre' => 'Configurer l’indexation', 17 19
Note: See TracChangeset
for help on using the changeset viewer.