Changeset 994:7d7c0da0cc79
- Timestamp:
- 11/12/12 12:54:57 (13 years ago)
- Branch:
- default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
locales/fr/plugins.po
r986 r994 717 717 msgstr "Style additionnel" 718 718 719 msgid "Any additional CSS styles (must be written using the CSS syntax):" 720 msgstr "Styles CSS additionnels (doivent être écrits selon la syntaxe CSS) :" 721 719 722 msgid "Configuration import / export" 720 723 msgstr "Configuration de l'import/export" -
plugins/blowupConfig/index.php
r907 r994 431 431 echo 432 432 '<fieldset><legend>'.__('Additional CSS').'</legend>'. 433 '<p>'.form::textarea('extra_css',72,5,html::escapeHTML($blowup_user['extra_css']),'maximal','',false,'title="'.__('Additional CSS').'"').'</p>'. 433 '<p><label for="extra_css">'.__('Any additional CSS styles (must be written using the CSS syntax):').' '. 434 form::textarea('extra_css',72,5,html::escapeHTML($blowup_user['extra_css']),'maximal','',false,'title="'.__('Additional CSS').'"'). 435 '</label></p>'. 434 436 '</fieldset>'; 435 437
Note: See TracChangeset
for help on using the changeset viewer.