From eb25a9bd708a4a688123190e07081909e9ffeab8 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Fri, 22 Dec 2017 13:41:34 +0100 Subject: Update about:rights legal text. --- toolkit/locales/en-US/chrome/global/aboutRights.dtd | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'toolkit/locales') diff --git a/toolkit/locales/en-US/chrome/global/aboutRights.dtd b/toolkit/locales/en-US/chrome/global/aboutRights.dtd index 319984d41..95c5fa515 100644 --- a/toolkit/locales/en-US/chrome/global/aboutRights.dtd +++ b/toolkit/locales/en-US/chrome/global/aboutRights.dtd @@ -19,12 +19,12 @@ - + - + @@ -47,7 +47,7 @@ - + + + @@ -82,10 +86,10 @@ - + - - - + + + - + -- cgit v1.2.3 From 8ae405b6934a1e04cd8c294731175e0f66c3ba29 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sun, 22 Apr 2018 18:17:19 +0200 Subject: Make sure to keep the safebrowsing entities valid. --- toolkit/locales/en-US/chrome/global/aboutRights.dtd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'toolkit/locales') diff --git a/toolkit/locales/en-US/chrome/global/aboutRights.dtd b/toolkit/locales/en-US/chrome/global/aboutRights.dtd index 95c5fa515..28b24e1d8 100644 --- a/toolkit/locales/en-US/chrome/global/aboutRights.dtd +++ b/toolkit/locales/en-US/chrome/global/aboutRights.dtd @@ -60,14 +60,13 @@ ---> -- cgit v1.2.3 From f506d6fcaad26464b75338630a7d3a0078029eba Mon Sep 17 00:00:00 2001 From: adeshkp Date: Thu, 26 Apr 2018 01:53:49 -0400 Subject: [Toolkit] Change button labels in password manager --- toolkit/locales/en-US/chrome/passwordmgr/passwordManager.dtd | 2 -- .../locales/en-US/chrome/passwordmgr/passwordmgr.properties | 11 +++++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'toolkit/locales') diff --git a/toolkit/locales/en-US/chrome/passwordmgr/passwordManager.dtd b/toolkit/locales/en-US/chrome/passwordmgr/passwordManager.dtd index 36a61cfd9..84e4ff69c 100644 --- a/toolkit/locales/en-US/chrome/passwordmgr/passwordManager.dtd +++ b/toolkit/locales/en-US/chrome/passwordmgr/passwordManager.dtd @@ -17,8 +17,6 @@ - - diff --git a/toolkit/locales/en-US/chrome/passwordmgr/passwordmgr.properties b/toolkit/locales/en-US/chrome/passwordmgr/passwordmgr.properties index 96190a2d7..6a399bbfc 100644 --- a/toolkit/locales/en-US/chrome/passwordmgr/passwordmgr.properties +++ b/toolkit/locales/en-US/chrome/passwordmgr/passwordmgr.properties @@ -68,3 +68,14 @@ duplicateLogin=A duplicate login already exists. insecureFieldWarningDescription = This connection is not secure. Logins entered here could be compromised. insecureFieldWarningLearnMore = Learn More + +# LOCALIZATION NOTE (removeAll, removeAllShown): +# removeAll and removeAllShown are both used on the same one button, +# never displayed together and can share the same accesskey. +# When only partial sites are shown as a result of keyword search, +# removeAllShown is displayed as button label. +# removeAll is displayed when no keyword search and all sites are shown. +removeAll.label=Remove All +removeAll.accesskey=A +removeAllShown.label=Remove All Shown +removeAllShown.accesskey=A -- cgit v1.2.3