feat: Improve trust plugin dialog design (#2420)

This commit is contained in:
Ushie
2025-12-17 18:54:04 +03:00
committed by GitHub
parent 4e5057ecad
commit 0300da9eac
2 changed files with 55 additions and 9 deletions

View File

@@ -181,8 +181,9 @@ You will not be able to update the previously installed apps from this source."<
<string name="downloader_plugin_state_untrusted">Untrusted</string>
<string name="downloader_plugin_trust_dialog_title">Trust plugin?</string>
<string name="downloader_plugin_revoke_trust_dialog_title">Revoke trust?</string>
<string name="downloader_plugin_trust_dialog_body">"Package name: %1$s
Signature (SHA-256): %2$s"</string>
<string name="downloader_plugin_trust_dialog_body">Continuing will allow this plugin to run on your system.\n\nOnly enable this plugin if you trust it. Plugins can execute arbitrary code and may compromise your device.</string>
<string name="downloader_plugin_trust_dialog_signature">Signature:\n\n%s</string>
<string name="downloader_plugin_trust_dialog_plugin">Plugin:\n%s</string>
<string name="downloader_plugin_delete_apps_title">Delete selected apps</string>
<string name="downloader_plugin_delete_apps_description">Are you sure you want to delete the selected apps?</string>
<string name="downloader_settings_no_apps">No downloaded apps found.</string>