Changeset 282
- Timestamp:
- 07/22/05 08:30:54 (8 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/SuperClean/dialog.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/SuperClean/dialog.html
r151 r282 1 1 <h1 id="[h1]"><l10n>Clean up HTML</l10n></h1> 2 2 <div style="margin-left: 10px;"> 3 Please select from the following cleaning options...3 <l10n>Please select from the following cleaning options...</l10n> 4 4 <div id="[divTidy]"> 5 5 <input type="checkbox" name="[tidy]" id="[tidy]" /> 6 6 <label for="[tidy]"> 7 < i10n>General tidy up and correction of some problems.</i10n></label>7 <l10n>General tidy up and correction of some problems.</l10n></label> 8 8 </div> 9 9 <div> 10 10 <input type="checkbox" name="[word_clean]" id="[word_clean]" /> 11 11 <label for="[word_clean]"> 12 < i10n>Clean bad HTML from Microsoft Word</i10n></label>12 <l10n>Clean bad HTML from Microsoft Word</l10n></label> 13 13 </div> 14 14 <div> 15 15 <input type="checkbox" name="[faces]" id="[faces]" /> 16 16 <label for="[faces]"> 17 < i10n>Remove custom typefaces (font "styles").</i10n></label>17 <l10n>Remove custom typefaces (font "styles").</l10n></label> 18 18 </div> 19 19 <div> 20 20 <input type="checkbox" name="[sizes]" id="[sizes]" /> 21 21 <label for="[sizes]"> 22 < i10n>Remove custom font sizes.</i10n></label>22 <l10n>Remove custom font sizes.</l10n></label> 23 23 </div> 24 24 <div> 25 25 <input type="checkbox" name="[colors]" id="[colors]" /> 26 26 <label for="[colors]"> 27 < i10n>Remove custom text colors.</i10n></label>27 <l10n>Remove custom text colors.</l10n></label> 28 28 </div> 29 29 <div style="margin-top: 10px;">
