Overview
Comment: | [fr] nouveaux libellés pour les options du conjugueur |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | fr | webext2 |
Files: | files | file ages | folders |
SHA3-256: |
9aaa6194916dd234ea231ef60c48f42e |
User & Date: | olr on 2017-08-09 07:40:48 |
Other Links: | branch diff | manifest | tags |
Context
2017-08-09
| ||
09:16 | [fx] add search engine check-in: 0e2a49ac8c user: olr tags: fx, webext2 | |
07:40 | [fr] nouveaux libellés pour les options du conjugueur check-in: 9aaa619491 user: olr tags: fr, webext2 | |
07:20 | [fx] remove conjugueur and lexicographer from main panel check-in: 4a3698dd1a user: olr tags: fx, webext2 | |
Changes
Modified gc_lang/fr/webext/panel/conjugueur.html from [6be4a8cb3a] to [2d253c7235].
︙ | ︙ | |||
23 24 25 26 27 28 29 | <a id="conjugate" href="#" onclick="return false;">Conjuguer</a> <p> <h1 id="verb_title" class="center"> </h1> <p id="info" class="center"> </p> <p id="options"> | | | | | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | <a id="conjugate" href="#" onclick="return false;">Conjuguer</a> <p> <h1 id="verb_title" class="center"> </h1> <p id="info" class="center"> </p> <p id="options"> <label for="oneg">Négative</label> <input type="checkbox" id="oneg" name="oneg" value="ON" /> · <label for="oint">Interrogative</label> <input type="checkbox" id="oint" name="oint" value="ON" /> · <label for="ofem">Féminin</label> <input type="checkbox" id="ofem" name="ofem" value="ON" /> · <label id="opro_lbl" for="opro">Pronominal</label> <input type="checkbox" id="opro" name="opro" value="ON" /> · <label id="otco_lbl" for="otco">Temps composés</label> <input type="checkbox" id="otco" name="otco" value="ON" /> </p> <p id="smallnote">❦</p> <div class="clearer"></div> <!-- section 1 --> |
︙ | ︙ |