upgrade gecko

This commit is contained in:
Fabian Freund
2025-11-16 05:54:19 +01:00
parent 56cc6ffe55
commit 4025543558
3 changed files with 27 additions and 9 deletions
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?><!-- This Source Code Form is subject to the terms of the Mozilla Public
- 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/. -->
<resources>
<!-- Text shown after successfully enabled an add-on. %1$s is the add-on name. -->
<string name="mozac_feature_addons_successfully_enabled" >Successfully enabled %1$s</string>
<!-- Text shown after failed to enable an add-on. %1$s is the add-on name. -->
<string name="mozac_feature_addons_failed_to_enable">Failed to enable %1$s</string>
<!-- Text shown after successfully disabled an add-on. %1$s is the add-on name. -->
<string name="mozac_feature_addons_successfully_disabled">Successfully disabled %1$s</string>
<!-- Text shown after failed to disable an add-on. %1$s is the add-on name. -->
<string name="mozac_feature_addons_failed_to_disable">Failed to disable %1$s</string>
<!-- Text shown after successfully uninstalled an add-on. %1$s is the add-on name. -->
<string name="mozac_feature_addons_successfully_uninstalled">Successfully uninstalled %1$s</string>
<!-- Text shown after failed to uninstall an add-on. %1$s is the add-on name. -->
<string name="mozac_feature_addons_failed_to_uninstall">Failed to uninstall %1$s</string>
<!-- Error shown when something unexpected happened while trying to get the extension list from the server -->
<string name="mozac_feature_addons_failed_to_query_extensions">Failed to query extensions!</string>
</resources>