diff options
author | FranklinDM <mrmineshafter17@gmail.com> | 2023-06-19 20:07:35 +0800 |
---|---|---|
committer | FranklinDM <mrmineshafter17@gmail.com> | 2023-06-19 21:55:23 +0800 |
commit | 5f6b2407e7e12b77aa4ccf8307e4f2ec47364a23 (patch) | |
tree | d6f9a1bacf704c419883c78badbd7e9f08d9ad20 /toolkit | |
parent | adfb8133d14c6d77ec93473433a1acaae01d0409 (diff) | |
download | uxp-5f6b2407e7e12b77aa4ccf8307e4f2ec47364a23.tar.gz |
Issue #21 - Part 3: Remove experiments localization
This also removes bits from about:support that weren't removed in bf6bb142fc5bcb49b053788e06160af304f639e5.
Diffstat (limited to 'toolkit')
3 files changed, 0 insertions, 59 deletions
diff --git a/toolkit/locales/en-US/chrome/global/aboutSupport.dtd b/toolkit/locales/en-US/chrome/global/aboutSupport.dtd index 02eb34664a..f827268b43 100644 --- a/toolkit/locales/en-US/chrome/global/aboutSupport.dtd +++ b/toolkit/locales/en-US/chrome/global/aboutSupport.dtd @@ -25,15 +25,6 @@ This is likely the same like id.heading in crashes.dtd. --> <!ENTITY aboutSupport.extensionVersion "Version"> <!ENTITY aboutSupport.extensionId "ID"> -<!ENTITY aboutSupport.experimentsTitle "Experimental Features"> -<!ENTITY aboutSupport.experimentName "Name"> -<!ENTITY aboutSupport.experimentId "ID"> -<!ENTITY aboutSupport.experimentDescription "Description"> -<!ENTITY aboutSupport.experimentActive "Active"> -<!ENTITY aboutSupport.experimentEndDate "End Date"> -<!ENTITY aboutSupport.experimentHomepage "Homepage"> -<!ENTITY aboutSupport.experimentBranch "Branch"> - <!ENTITY aboutSupport.appBasicsTitle "Application Basics"> <!ENTITY aboutSupport.appBasicsName "Name"> <!ENTITY aboutSupport.appBasicsVersion "Version"> diff --git a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd index 9ec6eaa12d..34c60d36a9 100644 --- a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd +++ b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd @@ -219,15 +219,4 @@ <!ENTITY settings.path.button.label "Browse…"> -<!-- LOCALIZATION NOTE (experiment.info.label): The strings related to - experiments are present on the "Experiments" tab of the add-ons manager. - This tab won't be displayed unless an Experiment add-on is installed. - Install https://people.mozilla.org/~gszorc/dummy-experiment-addon.xpi - to cause this tab to appear. --> -<!ENTITY experiment.info.label "What's this? Telemetry may install and run experiments from time to time."> -<!ENTITY experiment.info.learnmore "Learn More"> -<!ENTITY experiment.info.learnmore.accesskey "L"> -<!ENTITY experiment.info.changetelemetry "Telemetry Settings"> -<!ENTITY experiment.info.changetelemetry.accesskey "T"> - <!ENTITY setting.learnmore "Learn More…"> diff --git a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties index 370198f569..c5de4f0c04 100644 --- a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties +++ b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties @@ -103,44 +103,6 @@ details.notification.upgrade=%1$S will be updated after you restart %2$S. #LOCALIZATION NOTE (details.notification.gmpPending) %1$S is the add-on name details.notification.gmpPending=%1$S will be installed shortly. -# LOCALIZATION NOTE (details.experiment.time.daysRemaining): -# Semicolon-separated list of plural forms. -# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals -# #1 is the number of days from now that the experiment will remain active (detail view). -details.experiment.time.daysRemaining=#1 day remaining;#1 days remaining -#LOCALIZATION NOTE (details.experiment.time.endsToday) The experiment will end in less than a day (detail view). -details.experiment.time.endsToday=Less than a day remaining -# LOCALIZATION NOTE (details.experiment.time.daysPassed): -# Semicolon-separated list of plural forms. -# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals -# #1 is the number of days since the experiment ran (detail view). -details.experiment.time.daysPassed=#1 day ago;#1 days ago -#LOCALIZATION NOTE (details.experiment.time.endedToday) The experiment ended less than a day ago (detail view). -details.experiment.time.endedToday=Less than a day ago -#LOCALIZATION NOTE (details.experiment.state.active) This experiment is active (detail view). -details.experiment.state.active=Active -#LOCALIZATION NOTE (details.experiment.state.complete) This experiment is complete (it was previously active) (detail view). -details.experiment.state.complete=Complete - -# LOCALIZATION NOTE (experiment.time.daysRemaining): -# Semicolon-separated list of plural forms. -# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals -# #1 is the number of days from now that the experiment will remain active (list view item). -experiment.time.daysRemaining=#1 day remaining;#1 days remaining -#LOCALIZATION NOTE (experiment.time.endsToday) The experiment will end in less than a day (list view item). -experiment.time.endsToday=Less than a day remaining -# LOCALIZATION NOTE (experiment.time.daysPassed): -# Semicolon-separated list of plural forms. -# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals -# #1 is the number of days since the experiment ran (list view item). -experiment.time.daysPassed=#1 day ago;#1 days ago -#LOCALIZATION NOTE (experiment.time.endedToday) The experiment ended less than a day ago (list view item). -experiment.time.endedToday=Less than a day ago -#LOCALIZATION NOTE (experiment.state.active) This experiment is active (list view item). -experiment.state.active=Active -#LOCALIZATION NOTE (experiment.state.complete) This experiment is complete (it was previously active) (list view item). -experiment.state.complete=Complete - installFromFile.dialogTitle=Select add-on to install installFromFile.filterName=Add-ons @@ -174,4 +136,3 @@ type.locale.name=Languages type.plugin.name=Plugins type.dictionary.name=Dictionaries type.service.name=Services -type.experiment.name=Experiments |