Changeset 612:abde022052b4 for themes
- Timestamp:
- 07/22/11 08:07:14 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_config.php
r611 r612 274 274 echo '<fieldset><legend>'.__('Header').'</legend>'. 275 275 '<p class="field"><label for="subtitle_hidden">'.__('Hide blog description:').' '. 276 form::checkbox('subtitle_hidden',1,$ductile_user['subtitle_hidden']).'</label>'.'</p>'. 277 '</fieldset>'; 276 form::checkbox('subtitle_hidden',1,$ductile_user['subtitle_hidden']).'</label>'.'</p>'; 277 if ($core->plugins->moduleExists('simpleMenu')) 278 { 279 echo '<p>'.sprintf(__('To configure the top menu go to the <a href="%s">Simple Menu administration page</a>.'),'plugin.php?p=simpleMenu').'</p>'; 280 } 281 echo '</fieldset>'; 278 282 279 283 echo '<fieldset><legend>'.__('Stickers').'</legend>'; -
themes/ductile/locales/fr/admin.po
r606 r612 10 10 msgid "Hide blog description:" 11 11 msgstr "Cacher la description du blog :" 12 13 msgid "To configure the top menu go to the <a href=\"%s\">Simple Menu administration page</a>." 14 msgstr "Pour configurer le menu allez à la <a href=\"%s\">page d'administration de l'extension Menu Simple</a>." 12 15 13 16 msgid "Stickers"
Note: See TracChangeset
for help on using the changeset viewer.