feat: Add Check environment
patch (#3610)
Co-authored-by: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Co-authored-by: KobeW50 <84587632+KobeW50@users.noreply.github.com>
This commit is contained in:
@ -31,6 +31,17 @@ This is because Crowdin requires temporarily flattening this file and removing t
|
||||
-->
|
||||
<resources>
|
||||
<app id="shared">
|
||||
<patch id="misc.checks.BaseCheckEnvironmentPatch">
|
||||
<string name="revanced_check_environment_failed_title">Checks failed</string>
|
||||
<string name="revanced_check_environment_dialog_open_official_source_button">Open official website</string>
|
||||
<string name="revanced_check_environment_dialog_ignore_button">Ignore</string>
|
||||
<string name="revanced_check_environment_failed_message"><h5>This app does not appear to be patched by you.</h5><br>This app may not function correctly, <b>could be harmful or even dangerous to use</b>.<br><br>These checks imply this app is pre-patched or obtained from someone else:<br><br><small>%1$s</small><br>It is strongly recommended to <b>uninstall this app and patch it yourself</b> to ensure you are using a validated and secure app.<p><br>If ignored, this warning will only be shown twice.</string>
|
||||
<string name="revanced_check_environment_not_same_patching_device">Patched on a different device</string>
|
||||
<string name="revanced_check_environment_manager_not_expected_installer">Not installed by ReVanced Manager</string>
|
||||
<string name="revanced_check_environment_not_near_patch_time">Patched more than 10 minutes ago</string>
|
||||
<string name="revanced_check_environment_not_near_patch_time_days">Patched %s days ago</string>
|
||||
<string name="revanced_check_environment_not_near_patch_time_invalid">APK build date is corrupted</string>
|
||||
</patch>
|
||||
<patch id="misc.settings.BaseSettingsResourcePatch">
|
||||
<string name="revanced_settings_title">ReVanced</string>
|
||||
<string name="revanced_settings_confirm_user_dialog_title">Do you wish to proceed?</string>
|
||||
|
Reference in New Issue
Block a user