Changeset 2647:bd67628faadf for plugins/themeEditor/locales
- Timestamp:
- 02/05/14 15:53:27 (12 years ago)
- Branch:
- default
- Location:
- plugins/themeEditor/locales
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/themeEditor/locales/en/help/help.html
r2534 r2647 17 17 </ul> 18 18 19 <p>Each section of files may have three sub-sections :</p> 20 <ul> 21 <li>Files belonging to the current theme</li> 22 <li>Files belonging to the parent theme</li> 23 <li>Files belonging to the template set</li> 24 </ul> 25 19 26 <p>The bullet in front of each file can have three different colors:</p> 20 27 <ul> 21 <li><strong>Black</strong> means it is in the <code>default</code> theme.</li> 22 <li><strong>Yellow </strong> means it belongs to the current theme.</li> 28 <li><strong>Yellow </strong> means it belongs to the current theme.</li> 23 29 <li><strong>Red </strong> means it belongs to a parent theme.</li> 30 <li><strong>Black</strong> means it is in the template set.</li> 24 31 </ul> 32 33 <p>The files belonging to the current theme are also in bold.</p> 25 34 26 35 <h4>File mofidication</h4> … … 29 38 <p>Be careful: Modifications are applied immediately after saving.</p> 30 39 31 <p>If you modify a file that comes from the <code>default</code>theme, the file will be copied into your current theme.</p>40 <p>If you modify a file that comes from the template set or the parent theme, the file will be copied into your current theme.</p> 32 41 33 42 <h4>Syntax highlighting</h4> -
plugins/themeEditor/locales/fr/help/help.html
r2433 r2647 13 13 <li>fichiers du thème : les templates,</li> 14 14 <li>fichiers CSS : les feuilles de style,</li> 15 <li>fichiers JavaScript .</li>15 <li>fichiers JavaScript,</li> 16 16 <li>fichiers de traduction.</li> 17 </ul> 18 19 <p>Chaque groupe de fichiers peut contenir trois sous-groupes :</p> 20 <ul> 21 <li>fichiers du thème actif,</li> 22 <li>fichiers du thème parent,</li> 23 <li>fichiers du jeu de "template".</li> 17 24 </ul> 18 25 19 26 <p>A la gauche de chaque fichier, chaque puce se voit attribuée une couleur :</p> 20 27 <ul> 21 <li><b> noire</b> indique qu'il se trouve dans le thème "default".</li>22 <li><b> jaune</b> indique qu'il fait partie du thème actif.</li>23 <li><b> rouge</b> indique qu'il fait partie d'un thème parent.</li>28 <li><b>jaune</b> indique qu'il fait partie du thème actif.</li> 29 <li><b>rouge</b> indique qu'il fait partie du thème parent.</li> 30 <li><b>noire</b> indique qu'il se trouve dans le jeu de "template".</li> 24 31 </ul> 32 33 <p>Les fichiers du thème actif sont également repérés en gras.</p> 25 34 26 35 <h4>Modification des fichiers</h4> … … 31 40 <p>Les modifications sont immédiatement appliquées lors de la sauvegarde, soyez vigilants.</p> 32 41 33 <p>A noter que si vous modifiez un fichier se trouvant dans le thème "default", celui-ci sera copié dans votre thème en cours d'utilisation.</p>42 <p>A noter que si vous modifiez un fichier se trouvant dans le jeu de "template" ou dans le thème parent, celui-ci sera copié dans votre thème en cours d'utilisation.</p> 34 43 35 44 <h4>Coloration syntaxique</h4>
Note: See TracChangeset
for help on using the changeset viewer.