bug 436077 - Preferences: add pref for saving passwords

This commit is contained in:
Daniel Brooks 2008-09-24 01:39:57 -05:00
parent 34db494ed1
commit cb723b1321
2 changed files with 6 additions and 1 deletions

View File

@ -262,6 +262,9 @@
<richpref pref="network.cookie.cookieBehavior" title="&network.cookie.cookieBehavior.title;" type="boolint" on="1" off="3">
&network.cookie.cookieBehavior.description;
</richpref>
<richpref pref="signon.rememberSignons" title="&signon.rememberSignons.title;" type="bool">
&signon.rememberSignons.description;
</richpref>
<richpref title="&clear.private.data.title;" type="button">
&clear.private.data.description;
<button label="&clear.private.data.button;" command="cmd_sanitize"/>

View File

@ -5,9 +5,11 @@
<!ENTITY javascript.enabled.description "Makes websites flashy">
<!ENTITY plugins.enabled.title "Enable Plugins">
<!ENTITY plugins.enabled.description "Makes websites annoying">
<!ENTITY privacy.title "Privacy">
<!ENTITY privacy.title "Privacy &amp; Security">
<!ENTITY network.cookie.cookieBehavior.title "Save cookies">
<!ENTITY network.cookie.cookieBehavior.description "Delicious delicacies">
<!ENTITY clear.private.data.title "Clear private data">
<!ENTITY clear.private.data.button "Clear…">
<!ENTITY clear.private.data.description "Saves your hide">
<!ENTITY signon.rememberSignons.title "Save passwords">
<!ENTITY signon.rememberSignons.description "Lets you type less">