зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1199382 - Rename some strings from "password" to "login" in preferences and the manager. r=markh
--HG-- extra : commitid : KdVLA9NCJ5b extra : rebase_source : e98036a76c4ea07282711d5e6d7a79ffed2c4641
This commit is contained in:
Родитель
99cdf88703
Коммит
6becb060c7
|
@ -70,11 +70,11 @@
|
|||
|
||||
<!-- Passwords -->
|
||||
<groupbox id="passwordsGroup" orient="vertical" data-category="paneSecurity" hidden="true">
|
||||
<caption><label>&passwords.label;</label></caption>
|
||||
<caption><label>&logins.label;</label></caption>
|
||||
|
||||
<hbox id="savePasswordsBox">
|
||||
<checkbox id="savePasswords"
|
||||
label="&rememberPasswords.label;" accesskey="&rememberPasswords.accesskey;"
|
||||
label="&rememberLogins.label;" accesskey="&rememberLogins.accesskey;"
|
||||
preference="signon.rememberSignons"
|
||||
onsyncfrompreference="return gSecurityPane.readSavePasswords();"/>
|
||||
<spacer flex="1"/>
|
||||
|
@ -103,7 +103,7 @@
|
|||
<row id="showPasswordRow">
|
||||
<hbox id="showPasswordsBox"/>
|
||||
<button id="showPasswords"
|
||||
label="&savedPasswords.label;" accesskey="&savedPasswords.accesskey;"
|
||||
label="&savedLogins.label;" accesskey="&savedLogins.accesskey;"
|
||||
preference="pref.privacy.disable_button.view_passwords"/>
|
||||
</row>
|
||||
</rows>
|
||||
|
|
|
@ -24,10 +24,10 @@
|
|||
<!ENTITY addonExceptions.accesskey "E">
|
||||
|
||||
|
||||
<!ENTITY passwords.label "Passwords">
|
||||
<!ENTITY logins.label "Logins">
|
||||
|
||||
<!ENTITY rememberPasswords.label "Remember passwords for sites">
|
||||
<!ENTITY rememberPasswords.accesskey "R">
|
||||
<!ENTITY rememberLogins.label "Remember logins for sites">
|
||||
<!ENTITY rememberLogins.accesskey "R">
|
||||
<!ENTITY passwordExceptions.label "Exceptions…">
|
||||
<!ENTITY passwordExceptions.accesskey "x">
|
||||
|
||||
|
@ -36,5 +36,5 @@
|
|||
<!ENTITY changeMasterPassword.label "Change Master Password…">
|
||||
<!ENTITY changeMasterPassword.accesskey "M">
|
||||
|
||||
<!ENTITY savedPasswords.label "Saved Passwords…">
|
||||
<!ENTITY savedPasswords.accesskey "P">
|
||||
<!ENTITY savedLogins.label "Saved Logins…">
|
||||
<!ENTITY savedLogins.accesskey "L">
|
||||
|
|
|
@ -16,7 +16,7 @@ function SignonsStartup() {
|
|||
kSignonBundle = document.getElementById("signonBundle");
|
||||
document.getElementById("togglePasswords").label = kSignonBundle.getString("showPasswords");
|
||||
document.getElementById("togglePasswords").accessKey = kSignonBundle.getString("showPasswordsAccessKey");
|
||||
document.getElementById("signonsIntro").textContent = kSignonBundle.getString("loginsSpielAll");
|
||||
document.getElementById("signonsIntro").textContent = kSignonBundle.getString("loginsDescriptionAll");
|
||||
|
||||
let treecols = document.getElementsByTagName("treecols")[0];
|
||||
treecols.addEventListener("click", HandleTreeColumnClick.bind(null, SignonColumnSort));
|
||||
|
@ -314,7 +314,7 @@ function SignonClearFilter() {
|
|||
}
|
||||
signonsTreeView._lastSelectedRanges = [];
|
||||
|
||||
document.getElementById("signonsIntro").textContent = kSignonBundle.getString("loginsSpielAll");
|
||||
document.getElementById("signonsIntro").textContent = kSignonBundle.getString("loginsDescriptionAll");
|
||||
}
|
||||
|
||||
function FocusFilterBox() {
|
||||
|
@ -384,7 +384,7 @@ function _filterPasswords()
|
|||
if (signonsTreeView.rowCount > 0)
|
||||
signonsTreeView.selection.select(0);
|
||||
|
||||
document.getElementById("signonsIntro").textContent = kSignonBundle.getString("loginsSpielFiltered");
|
||||
document.getElementById("signonsIntro").textContent = kSignonBundle.getString("loginsDescriptionFiltered");
|
||||
}
|
||||
|
||||
function CopyPassword() {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="Startup(); SignonsStartup();"
|
||||
onunload="Shutdown();"
|
||||
title="&savedPasswords.title;"
|
||||
title="&savedLogins.title;"
|
||||
persist="width height screenX screenY">
|
||||
|
||||
<script type="application/javascript" src="chrome://passwordmgr/content/passwordManagerCommon.js"/>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
buttonlabelaccept="&closebutton.label;"
|
||||
onload="Startup(); RejectsStartup();"
|
||||
onunload="Shutdown();"
|
||||
title="&savedPasswordsExceptions.title;"
|
||||
title="&savedLoginsExceptions.title;"
|
||||
persist="width height screenX screenY">
|
||||
|
||||
<prefpane id="SignonViewerDialogPane" flex="1">
|
||||
|
@ -23,7 +23,7 @@
|
|||
<script type="application/javascript" src="chrome://passwordmgr/content/passwordManagerExceptions.js"/>
|
||||
|
||||
<vbox id="rejectedsites" flex="1">
|
||||
<description control="rejectsTree">&loginsSpielExceptions.label;</description>
|
||||
<description control="rejectsTree">&savedLoginsExceptions.desc;</description>
|
||||
<separator class="thin"/>
|
||||
<tree id="rejectsTree" flex="1" style="height: 10em;" hidecolumnpicker="true"
|
||||
onkeypress="HandleRejectKeyPress(event)"
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<!ENTITY savedPasswords.title "Saved Passwords">
|
||||
<!ENTITY savedPasswordsExceptions.title "Exceptions - Saved Passwords">
|
||||
<!ENTITY savedLogins.title "Saved Logins">
|
||||
<!ENTITY savedLoginsExceptions.title "Exceptions - Saved Logins">
|
||||
<!ENTITY savedLoginsExceptions.desc "Logins for the following sites will not be saved:">
|
||||
|
||||
<!ENTITY closebutton.label "Close">
|
||||
<!ENTITY closebutton.accesskey "C">
|
||||
|
||||
<!ENTITY loginsSpielExceptions.label "Passwords for the following sites will not be saved:">
|
||||
|
||||
<!ENTITY treehead.site.label "Site">
|
||||
<!ENTITY treehead.username.label "Username">
|
||||
<!ENTITY treehead.password.label "Password">
|
||||
|
|
|
@ -56,8 +56,8 @@ removeAllPasswordsPrompt=Are you sure you wish to remove all passwords?
|
|||
removeAllPasswordsTitle=Remove all passwords
|
||||
removeLoginPrompt=Are you sure you wish to remove this login?
|
||||
removeLoginTitle=Remove login
|
||||
loginsSpielAll=Passwords for the following sites are stored on your computer:
|
||||
loginsSpielFiltered=The following passwords match your search:
|
||||
loginsDescriptionAll=Logins for the following sites are stored on your computer:
|
||||
loginsDescriptionFiltered=The following logins match your search:
|
||||
# LOCALIZATION NOTE (loginHostAge):
|
||||
# This is used to show the context menu login items with their age.
|
||||
# 1st string is the username for the login, 2nd is the login's age.
|
||||
|
|
Загрузка…
Ссылка в новой задаче