Phoenix Preferences Dialog Redesign - remove preferences tree and replace with large icon list (icons TBD) - reorganize preferences throughout preferences dialog - new privacy panel - hook up "clear download manager," "clear form fill," "clear cookies," "clear passwords," etc. - "clear all" button and so on. Too much to list. git-svn-id: svn://10.0.0.236/trunk@137254 18797224-902f-48f8-a5cc-f745e15eee43
26 lines
1.2 KiB
DTD
26 lines
1.2 KiB
DTD
<!-- extracted from content/PrefsWindow.xul -->
|
|
|
|
<!-- LOCALIZATION NOTE : FILE UI for the outer parts of the Prefs dialog -->
|
|
<!ENTITY prefWindow.title "Options">
|
|
|
|
<!-- LOCALIZATION NOTE : this is part of an inline-style attribute on the
|
|
preference dialog's <window> node, which specifies the width and height
|
|
in em units of the dialog. Localizers ONLY can increase these widths
|
|
if they are having difficulty getting panel content to fit. 1em = the
|
|
width of the letter 'm' in the selected font.
|
|
XUL/FE DEVELOPERS: DO NOT MODIFY THIS VALUE. It represents the correct
|
|
size of this window for en-US. -->
|
|
<!ENTITY prefWindow.size "width: 52.3em; height: 41em;">
|
|
<!--LOCALIZATION NOTE : FILE Lists preferences categories that appear on the left of the preferences dialog -->
|
|
<!ENTITY fonts.label "Fonts & Colors">
|
|
<!ENTITY themes.label "Themes">
|
|
<!ENTITY ext.label "Extensions">
|
|
<!--LOCALIZATION NOTE (navigator.label): DONT_TRANSLATE -->
|
|
<!ENTITY general.label "General">
|
|
<!--LOCALIZATION NOTE (smartBrowse.label): DONT_TRANSLATE -->
|
|
<!ENTITY privacy.label "Privacy">
|
|
<!ENTITY proxies.label "Connection">
|
|
<!ENTITY downloads.label "Downloads">
|
|
<!ENTITY features.label "Web Features">
|
|
|