Changeset 50251 in spip-zone
- Timestamp:
- Aug 4, 2011, 4:48:44 PM (10 years ago)
- Location:
- _plugins_/comments/comments-200
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/comments/comments-200/formulaires/configurer_comments.html
r50248 r50251 11 11 #ACTION_FORMULAIRE{#ENV{action}} 12 12 <fieldset id="comments-type"> 13 <legend> Liste ou thread ?</legend>13 <legend><:comments:cfg_type_legende:></legend> 14 14 <ul> 15 15 <li class="comments_fil[ (#ENV**{erreurs}|table_valeur{comments_fil}|oui)erreur]"> 16 <label for="comments_fil"> Présentation du fil de discussion</label>[16 <label for="comments_fil"><:comments:cfg_type_label:></label>[ 17 17 <span class='erreur'>(#ENV**{erreurs}|table_valeur{comments_fil})</span> 18 18 ]<select name="comments_fil" id="comments_fil"> 19 <option value="list"[(#ENV{comments_fil,list}|=={list}|oui) selected="selected"]>Liste de commentaires (à plat)</option>20 <option value="thread"[(#ENV{comments_fil,list}|=={thread}|oui) selected="selected"]>Enfilade de commentaires (en thread)</option>21 <option value="thread-1"[(#ENV{comments_fil,list}|=={thread-1}|oui) selected="selected"]>Enfilade de commentaires (en thread) à un niveau</option>19 <option value="list"[(#ENV{comments_fil,list}|=={list}|oui) selected="selected"]><:comments:cfg_option_liste:></option> 20 <option value="thread"[(#ENV{comments_fil,list}|=={thread}|oui) selected="selected"]><:comments:cfg_option_thread:></option> 21 <option value="thread-1"[(#ENV{comments_fil,list}|=={thread-1}|oui) selected="selected"]><:comments:cfg_option_thread_un:></option> 22 22 </select> 23 23 </li> … … 25 25 </fieldset> 26 26 <fieldset id="comments-permalien"> 27 <legend> Permalien</legend>27 <legend><:comments:cfg_permalien_legende:></legend> 28 28 <ul> 29 29 <li class="comments_permalink[ (#ENV**{erreurs}|table_valeur{comments_permalink}|oui)erreur]"> 30 <label for="permalink"> Apparence du lien permanent vers le commentaire</label>[30 <label for="permalink"><:comments:cfg_permalien_label:></label>[ 31 31 <span class='erreur'>(#ENV**{erreurs}|table_valeur{comments_fil})</span> 32 32 ]<select name="permalink" id="permalink" style="width: 12em;"> 33 <option value="aucun"[(#ENV{permalink,diese}|=={aucun}|oui) selected="selected"]> Aucun</option>34 <option value="diese"[(#ENV{permalink,diese}|=={diese}|oui) selected="selected"]> Dièse (#)</option>35 <option value="compteur"[(#ENV{permalink,diese}|=={compteur}|oui) selected="selected"]> Compteur (1.)</option>36 <option value="picto"[(#ENV{permalink,diese}|=={picto}|oui) selected="selected"]> Picto</option>33 <option value="aucun"[(#ENV{permalink,diese}|=={aucun}|oui) selected="selected"]><:comments:cfg_option_aucun:></option> 34 <option value="diese"[(#ENV{permalink,diese}|=={diese}|oui) selected="selected"]><:comments:cfg_option_diese:></option> 35 <option value="compteur"[(#ENV{permalink,diese}|=={compteur}|oui) selected="selected"]><:comments:cfg_option_compteur:></option> 36 <option value="picto"[(#ENV{permalink,diese}|=={picto}|oui) selected="selected"]><:comments:cfg_option_picto:></option> 37 37 </select> 38 38 </li> … … 70 70 </fieldset> 71 71 <p class="boutons"> 72 <input type="submit" name="enregistrer" class="submit" value="<: enregistrer:>" />72 <input type="submit" name="enregistrer" class="submit" value="<:bouton_valider:>" /> 73 73 </p> 74 74 </div></form> -
_plugins_/comments/comments-200/lang/comments_fr.php
r50248 r50251 10 10 'cfg_forum_longueur_maxi' => 'Longueur maximale', 11 11 'cfg_forum_longueur_mini' => 'Longueur minimale', 12 'cfg_option_aucun' => 'Aucun', 13 'cfg_option_compteur' => 'Compteur (1.)', 14 'cfg_option_diese' => 'Dièse (#)', 15 'cfg_option_liste' => 'Liste de commentaires (à plat)', 16 'cfg_option_picto' => 'Picto', 17 'cfg_option_thread' => 'Enfilade de commentaires (en thread)', 18 'cfg_option_thread_un' => 'Enfilade de commentaires (en thread) à un niveau', 19 'cfg_permalien_label' => 'Apparence du lien permanent vers le commentaire', 20 'cfg_permalien_legende' => 'Permalien', 21 'cfg_type_label' => 'Présentation du fil de discussion', 22 'cfg_type_legende' => 'Liste ou thread ?', 12 23 'comment' => 'commentaire', 13 24 'comments' => 'commentaires',
Note: See TracChangeset
for help on using the changeset viewer.