Changeset 1947:28505bb569ee for plugins
- Timestamp:
- 09/18/13 21:21:28 (12 years ago)
- Branch:
- default
- Location:
- plugins/pages
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/locales/fr/help/page.html
r1919 r1947 6 6 <body> 7 7 8 <h 3>Rédaction de la page</h3>8 <h4>Rédaction de la page</h4> 9 9 10 10 <dl> … … 88 88 </dl> 89 89 90 <h 3>Commentaires</h3>90 <h4>Commentaires</h4> 91 91 <dl> 92 92 <dt>Liste les commentaires</dt> … … 103 103 </dl> 104 104 105 <h 3>Référence de la syntaxe Wiki</h3>105 <h4>Référence de la syntaxe Wiki</h4> 106 106 107 107 <p>La syntaxe Wiki est une manière d'écrire du texte avec un jeu de balises -
plugins/pages/page.php
r1941 r1947 468 468 "post_excerpt" => 469 469 '<p class="area" id="excerpt-area"><label for="post_excerpt">'.__('Excerpt:').' <span class="form-note">'. 470 __('Introduction to the p ost.').'</span></label> '.470 __('Introduction to the page.').'</span></label> '. 471 471 form::textarea('post_excerpt',50,5,html::escapeHTML($post_excerpt)). 472 472 '</p>',
Note: See TracChangeset
for help on using the changeset viewer.