From 341632f865cb85325d178e3ac8f2cdd02e81040a Mon Sep 17 00:00:00 2001 From: FranklinDM Date: Mon, 19 Jun 2023 20:07:35 +0800 Subject: [PATCH] Issue #21 - Part 3: Remove experiments localization This also removes bits from about:support that weren't removed in bf6bb142fc5bcb49b053788e06160af304f639e5. --- .../en-US/chrome/global/aboutSupport.dtd | 9 ----- .../chrome/mozapps/extensions/extensions.dtd | 11 ------ .../mozapps/extensions/extensions.properties | 39 ------------------- 3 files changed, 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. --> - - - - - - - - - diff --git a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd index cd2ff803f8..891b4e4396 100644 --- a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd +++ b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd @@ -226,17 +226,6 @@ - - - - - - - #ifdef MOZ_WEBEXTENSIONS 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