mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 21:55:31 +00:00
bug 436077 - Preferences: add pref for saving passwords
This commit is contained in:
parent
34db494ed1
commit
cb723b1321
@ -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"/>
|
||||
|
@ -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 & 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">
|
||||
|
Loading…
Reference in New Issue
Block a user