mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
Issue #2301 - Make Gecko Media Plugins optional when not building EME or WebRTC
Co-authored-by: Moonchild <moonchild@palemoon.org>
This commit is contained in:
parent
57020c1f59
commit
9e7d1492e6
54 changed files with 314 additions and 30 deletions
|
|
@ -58,7 +58,9 @@ notification.installError=There was an error installing %1$S.
|
|||
notification.installError.retry=Try again
|
||||
notification.installError.retry.tooltip=Try downloading and installing this add-on again
|
||||
#LOCALIZATION NOTE (notification.gmpPending) %1$S is the add-on name.
|
||||
#ifdef MOZ_GMP
|
||||
notification.gmpPending=%1$S will be installed shortly.
|
||||
#endif
|
||||
|
||||
#LOCALIZATION NOTE (contributionAmount2) %S is the currency amount recommended for contributions
|
||||
contributionAmount2=Suggested Contribution: %S
|
||||
|
|
@ -101,7 +103,9 @@ details.notification.uninstall=%1$S will be uninstalled after you restart %2$S.
|
|||
#LOCALIZATION NOTE (details.notification.upgrade) %1$S is the add-on name, %2$S is brand name
|
||||
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
|
||||
#ifdef MOZ_GMP
|
||||
details.notification.gmpPending=%1$S will be installed shortly.
|
||||
#endif
|
||||
|
||||
installFromFile.dialogTitle=Select add-on to install
|
||||
installFromFile.filterName=Add-ons
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue