Files
OwnDroid/app/src/main/res/values/strings.xml
2024-05-30 20:30:23 +08:00

571 lines
36 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<resources xmlns:tools="http://schemas.android.com/tools">
<!--Global-->
<string name="app_name" translatable="false">OwnDroid</string>
<string name="disabled">Disabled</string>
<string name="enabled">Enabled</string>
<string name="disable">Disable</string>
<string name="enable">Enable</string>
<string name="success">Success</string>
<string name="fail">Fail</string>
<string name="add">Add</string>
<string name="remove">Remove</string>
<string name="install">Install</string>
<string name="uninstall">Uninstall</string>
<string name="cancel">Cancel</string>
<string name="confirm">Confirm</string>
<string name="activated">Activated</string>
<string name="deactivated">Deactivated</string>
<string name="activate">Activate</string>
<string name="deactivate">Deactivate</string>
<string name="blacklist">Blacklist</string>
<string name="whitelist">Whitelist</string>
<string name="granted">Granted</string>
<string name="denied">Denied</string>
<string name="grant">Grant</string>
<string name="deny">Deny</string>
<string name="current_state">Current status: %1$s</string>
<string name="auto">Auto</string>
<string name="password">Password</string>
<string name="reason">Reason</string>
<string name="custom">Custom</string>
<string name="unknown">Unknown</string>
<string name="reset">Reset</string>
<string name="time_unit_ms">Time(ms)</string>
<string name="length">Length</string>
<string name="none">None</string>
<string name="no_logs">No logs</string>
<string name="default_stringres">Default</string>
<string name="apply">Apply</string>
<string name="decide_by_user">Decide by user</string>
<string name="unsupported">Unsupported</string>
<string name="developing">Developing function</string>
<string name="unknown_effect">Unknown effect</string>
<string name="options">Options</string>
<string name="copy_command">Copy Command</string>
<string name="package_name">Package name</string>
<string name="not_exist">Not exist</string>
<string name="unknown_status">Unknown status</string>
<string name="copy">Copy</string>
<string name="file_not_exist">File not exist</string>
<string name="io_exception">IO Exception</string>
<string name="current_status_is">Current status:&#160;</string>
<string name="start">Start</string>
<string name="unknown_error">Unknown error</string>
<string name="allow_all">Allow all</string>
<!--Permissions-->
<string name="click_to_activate">Click to activate</string>
<string name="device_admin">Device admin</string>
<string name="activate_jump" tools:ignore="TypographyEllipsis">Activate...</string>
<string name="profile_owner">Profile owner</string>
<string name="device_owner">Device owner</string>
<string name="activate_device_admin">Activate Device admin</string>
<string name="activate_device_admin_command" translatable="false">adb shell dpm set-active-admin com.bintianqi.owndroid/com.bintianqi.owndroid.Receiver</string>
<string name="activate_profile_owner_command" translatable="false">adb shell dpm set-profile-owner com.bintianqi.owndroid/com.bintianqi.owndroid.Receiver</string>
<string name="activate_device_owner_command" translatable="false">adb shell dpm set-device-owner com.bintianqi.owndroid/com.bintianqi.owndroid.Receiver</string>
<string name="device_info">Device info</string>
<string name="is_device_financed">Financed device: %1$s</string>
<string name="dpmrh">Device policy manager role holder: %1$s</string>
<!--es: encryption status-->
<string name="es_inactive">Inactive</string>
<string name="es_active">Active</string>
<string name="es_unsupported">Unsupported</string>
<string name="es_active_default_key">Active(default key)</string>
<string name="es_active_per_user">Active(per-user)</string>
<string name="activated_device_admin">Activated device admin: %1$s</string>
<string name="enrollment_specific_id">Enrollment specific ID</string>
<string name="require_set_org_id">Require organization ID</string>
<string name="org_name">Organization name</string>
<string name="account_types_management_disabled">Account types with management disabled</string>
<string name="account_types">Account types: </string>
<string name="transform_ownership">Transform Ownership</string>
<string name="transform_ownership_desc">Transform device owner or profile owner privilege to another app. The target app must be a device admin. </string>
<string name="target_package_name">Target package name</string>
<string name="target_class_name">Target class name</string>
<string name="device_owner_lock_screen_info">Lockscreen info</string>
<string name="support_msg">Support Message</string>
<string name="short_support_msg">Short message</string>
<string name="support_msg_desc">When users try to use functions disabled by this app, the support message will show. (Multi-line allowed) </string>
<string name="long_support_msg">Long message</string>
<string name="transform">Transform</string>
<string name="activate_device_admin_here">Activate Device admin here. </string>
<!--Receiver-->
<string name="onEnabled">OwnDroid: Enabled</string>
<string name="onDisabled">OwnDroid: Disabled</string>
<string name="create_work_profile_success">OwnDroid: Create work profile success</string>
<!--Shizuku-->
<string name="shizuku" translatable="false">Shizuku</string>
<string name="check_shizuku">Check permission</string>
<string name="list_owners">List owners</string>
<string name="shizuku_not_started">Shizuku not started. </string>
<string name="dpm_activate_do_command" translatable="false">dpm set-device-owner com.bintianqi.owndroid/com.bintianqi.owndroid.Receiver</string>
<string name="dpm_activate_po_command" translatable="false">dpm set-profile-owner com.bintianqi.owndroid/com.bintianqi.owndroid.Receiver</string>
<string name="dpm_activate_da_command" translatable="false">dpm set-active-admin com.bintianqi.owndroid/com.bintianqi.owndroid.Receiver</string>
<string name="shizuku_activated_shell">Permission granted (Shell)</string>
<string name="shizuku_activated_root">Permission granted (Root)</string>
<string name="activate_profile_owner">Activate profile owner</string>
<string name="activate_device_owner">Activate device owner</string>
<string name="activate_org_profile">Activate organization-owned work profile</string>
<string name="shizuku_service_disconnected">Shizuku service disconnected</string>
<string name="invalid_binder">Invalid binder</string>
<string name="bind_shizuku">Connect Shizuku</string>
<string name="shizuku_not_bind">Shizuku disconnected</string>
<!--System-->
<string name="system_manage">System manager</string>
<string name="disable_cam">Disable camera</string>
<string name="disable_screenshot">Disable screenshot</string>
<string name="disable_status_bar">Disable status bar</string>
<string name="also_disable_aosp_screen_record">Also disable screen record in AOSP. </string>
<string name="auto_time">Auto time</string>
<string name="auto_timezone">Auto timezone</string>
<string name="master_mute">Master mute</string>
<string name="backup_service">Backup service</string>
<string name="disable_bt_contact_share">Disable bluetooth contact sharing</string>
<string name="common_criteria_mode">Common criteria mode</string>
<string name="common_criteria_mode_desc">Unknown effect</string>
<string name="usb_signal">USB signal</string>
<string name="keyguard">Keyguard</string>
<string name="require_no_password_to_disable">Disable keyguard require no password is set. </string>
<string name="lock_now">Lock screen now</string>
<string name="require_enter_password_again">Require re-enter password</string>
<string name="bug_report">Bug report</string>
<string name="confirm_bug_report">Request bug report?</string>
<string name="reboot">Reboot</string>
<string name="confirm_reboot">Confirm reboot?</string>
<string name="edit_time">Edit time</string>
<string name="edit_timezone">Edit timezone</string>
<string name="view_all_timezones">View all timezones IDs</string>
<string name="hide_all_timezones">Hide all timezones IDs</string>
<string name="timezone_id">Timezone ID</string>
<string name="disable_auto_time_zone_before_set">Auto timezone should be disabled before set a custom timezone. </string>
<string name="from_epoch_to_target_time">From Epoch(1970/1/1 00:00:00 UTC) to the time you want to set(ms)</string>
<string name="get_current_time">Current time</string>
<string name="permission_policy">Permission policy</string>
<string name="auto_grant">Auto grant</string>
<string name="auto_deny">Auto deny</string>
<string name="mte_policy">MTE policy</string>
<string name="mte_policy_desc">MTE: Memory Tagging Extension, require Android 14 and ARMv9</string>
<string name="nearby_app_streaming">Nearby App streaming policy</string>
<string name="nearby_streaming_policy">Nearby streaming policy</string>
<string name="nearby_notification_streaming">Nearby notification streaming policy</string>
<string name="enable_if_secure_enough">Same managed account only</string>
<string name="lock_task_feature">Lock task feature</string>
<string name="disable_all">Disable all</string>
<!--ltf: lock task feature-->
<string name="ltf_sys_info">Allow system info</string>
<string name="ltf_notifications">Allow notifications</string>
<string name="ltf_home">Allow home</string>
<string name="ltf_overview">Allow overview</string>
<string name="ltf_global_actions">Allow global actions</string>
<string name="ltf_keyguard">Allow keyguard</string>
<string name="ltf_block_activity_start_in_task">Block activity start in task</string>
<string name="whitelist_app">Whitelisted app</string>
<string name="ca_cert">Ca certification</string>
<string name="please_select_ca_cert">Please select a certification</string>
<string name="cacert_installed">Cert installed: %1$s</string>
<string name="select_ca_cert" tools:ignore="TypographyEllipsis">Select cert...</string>
<string name="uninstall_all_user_ca_cert">Uninstall all user cert</string>
<string name="security_logs">Security logs</string>
<string name="pre_reboot_security_logs">Pre-reboot security logs</string>
<string name="wipe_data">Wipe data</string>
<string name="wipe_external_storage">Wipe external storage</string>
<string name="wipe_reset_protection_data">Wipe protected data</string>
<string name="wipe_euicc">Wipe eUICC(eSIM)</string>
<string name="wipe_silently">Wipe silently</string>
<string name="will_delete_work_profile">Work profile will be deleted. </string>
<string name="api34_or_above_wipedata_cannot_in_system_user">You cannot use WipeData in system user. </string>
<string name="encrypt_status_is">Encrypt status: </string>
<!--SystemUpdatePolicy-->
<string name="is_security_patch">Security patch: %1$s</string>
<string name="no_system_update">There\'s no system update</string>
<string name="system_update_policy">System update policy</string>
<string name="system_update_policy_automatic">Automatic</string>
<string name="system_update_policy_install_windowed">Install windowed</string>
<string name="system_update_policy_postpone">Postpone 30 days</string>
<string name="start_time">Start time</string>
<string name="end_time">End time</string>
<string name="minutes_in_one_day">Please enter minutes in a day(0~1440)</string>
<string name="update_received_time">Update received time: %1$s</string>
<string name="install_system_update">Install system update</string>
<string name="select_ota_package" tools:ignore="TypographyEllipsis">Select OTA package...</string>
<string name="start_install_system_update">Start installing system update</string>
<string name="install_system_update_failed">Install system update failed: </string>
<string name="battery_low">Battery is low</string>
<string name="update_file_invalid">Update file is invalid</string>
<string name="incorrect_os_ver">Incorrect OS version</string>
<string name="auto_reboot_after_install_succeed">Your device will reboot automatically when system update install succeed.</string>
<!--Network-->
<string name="network">Network</string>
<string name="min_wifi_security_level">Min WiFi security level</string>
<string name="wifi_security_level_open">Open</string>
<string name="preferential_network_service">Preferential network service</string>
<string name="wifi_lockdown">WiFi lockdown</string>
<string name="wifi_ssid_policy">WiFi SSID policy</string>
<string name="ssid_list_is">SSID list: </string>
<string name="cannot_be_empty">Cannot be empty</string>
<string name="already_exist">Already exist</string>
<string name="please_select_a_policy">Please select a policy</string>
<string name="private_dns">PrivateDNS</string>
<string name="dns_provide_hostname">Provide hostname</string>
<string name="host_not_serving_dns_tls">Host not serving</string>
<string name="set_to_auto">Set to auto</string>
<string name="dns_hostname">DNS hostname</string>
<string name="invalid_hostname">Invalid hostname</string>
<string name="security_exception">Security Exception</string>
<string name="set_dns_host">Set DNS host</string>
<string name="retrieve_net_logs">Network logs</string>
<string name="retrieve">Retrieve</string>
<string name="wifi_keypair">WiFi keypair</string>
<string name="keypair">Keypair</string>
<string name="apn_settings">APN settings</string>
<string name="total_apn_amount">APN settings amount: %1$s</string>
<string name="select_a_apn_or_create">Select a APN setting you want to edit (1~%1$s) or enter 0 to create a new APN setting. </string>
<string name="no_apn_you_should_create_one">No APN settings. Will create a new one. </string>
<string name="previous_step">Previous step</string>
<string name="next_step">Next step</string>
<string name="name">Name</string>
<string name="user_name">User name</string>
<string name="profile_id">Profile ID</string>
<string name="auth_type">Auth type</string>
<string name="apn_type">APN type</string>
<string name="bitmask">Bitmask</string>
<string name="description">Description</string>
<string name="mms_proxy">MMS proxy</string>
<string name="address">Address</string>
<string name="port">Port</string>
<string name="proxy">Proxy</string>
<string name="network_type">Network type</string>
<string name="persistent">Persistent</string>
<string name="protocol">Protocol</string>
<string name="roaming_protocol">Roaming protocol</string>
<string name="update">Update</string>
<!--WorkProfile-->
<string name="work_profile">Work Profile</string>
<string name="work_profile_owner">Profile owner (Work profile)</string>
<string name="work_profile_activated">Work profile activated</string>
<string name="create_work_profile">Create work profile</string>
<string name="is_org_owned_profile">Organization owned work profile: %1$s</string>
<string name="org_owned_work_profile">Organization work profile</string>
<string name="activate_org_profile_command" tools:ignore="TypographyDashes" translatable="false">
adb shell \"dpm mark-profile-owner-on-organization-owned-device --user %1$s com.bintianqi.owndroid/com.bintianqi.owndroid.Receiver\"
</string>
<string name="skip_encryption">Skip encryption</string>
<string name="create">Create</string>
<string name="suspend_personal_app">Suspend personal app</string>
<string name="profile_max_time_off">Max time off</string>
<string name="profile_max_time_out_desc">Personal apps will be suspended after the work profile is closed for this amount of time. 0 means no limit. </string>
<string name="personal_app_suspended_because_timeout">Personal app suspended because of this: %1$s</string>
<string name="cannot_less_than_72_hours">Cannot less than 72 hours</string>
<string name="intent_filter">Intent filter</string>
<string name="add_intent_filter_work_to_personal">Add(work to personal)</string>
<string name="add_intent_filter_personal_to_work">Add(personal to work)</string>
<string name="clear_cross_profile_filters">Clear all filters</string>
<string name="org_id">Organization ID</string>
<string name="length_6_to_64">The length should be between 6~64 characters</string>
<string name="get_specific_id_after_set_org_id">You can get device specific ID after set this. </string>
<!--AppManager-->
<string name="app_manager">App manager</string>
<string name="pkg_selector">Package selector</string>
<string name="loading">Loading</string>
<string name="show_user_app">Show user apps</string>
<string name="show_system_app">Show system apps</string>
<string name="show_priv_app">Show priv-apps</string>
<string name="show_apex_app">Show apex apps</string>
<string name="permission_picker">Permission picker</string>
<string name="suspend">Suspend</string>
<string name="hide">Hide</string>
<string name="isapphidden_desc">Non-existent apps is hidden</string>
<string name="always_on_vpn">Always-on VPN</string>
<string name="permission">Permission</string>
<string name="scope_is_work_profile">Scope: work profile</string>
<string name="app_info">App info</string>
<string name="not_installed">Not installed</string>
<string name="block_uninstall">Block uninstall</string>
<string name="enable_system_app">Enable system app</string>
<string name="enable_system_app_desc">Re-enable a system app that was disabled by default</string>
<!--ucd: user control disabled-->
<string name="ucd">Disable user control</string>
<string name="ucd_desc">If you set this, you cannot clear these apps\' storage or force stop them. </string>
<string name="app_list_is">App list: </string>
<string name="clear_list">Clear list</string>
<string name="permission_manage">Permission manage</string>
<string name="cross_profile_package">Cross profile package</string>
<string name="cross_profile_widget">Cross profile widget</string>
<string name="credential_manage_policy">Credential manage policy</string>
<string name="whitelist_and_system_app">Whitelist and system app</string>
<string name="permitted_packages_is">Permitted packages: \n</string>
<string name="permitted_accessibility_services">Permitted accessibility services</string>
<string name="only_system_accessibility_allowed">Only system accessibility services are allowed</string>
<string name="system_accessibility_always_allowed">System accessibility services are always allowed.</string>
<string name="only_system_ime_allowed">Only system input methods are allowed</string>
<string name="system_ime_always_allowed">System input methods are always allowed.</string>
<string name="permitted_ime">Permitted IME</string>
<string name="keep_uninstalled_packages">Keep uninstalled packages</string>
<string name="clear_data">Clear data</string>
<string name="clear_app_storage">Clear app storage</string>
<string name="app_storage_will_be_cleared">This app\'s storage will be cleared</string>
<string name="set_default_dialer">Set default dialer</string>
<string name="app_will_be_default_dialer">This app will be set as the default dialer application.</string>
<string name="uninstall_app">Uninstall app</string>
<string name="silent_uninstall">Silent uninstall</string>
<string name="request_uninstall">Request uninstall</string>
<string name="install_app">Install app</string>
<string name="select_apk" tools:ignore="TypographyEllipsis">Select APK...</string>
<string name="silent_install">Silent install</string>
<string name="request_install">Request install</string>
<!--App install session status-->
<string name="app_installer_status">App installer:</string>
<string name="status_pending_action">Pending user action</string>
<string name="status_fail_blocked">Fail: blocked</string>
<string name="status_fail_aborted">Fail: aborted</string>
<string name="status_fail_invalid">Fail: invalid APK</string>
<string name="status_fail_conflict">Fail: conflict</string>
<string name="status_fail_storage">Fail: no space</string>
<string name="status_fail_incompatible">Fail: incompatible</string>
<string name="status_fail_timeout">Fail: timeout</string>
<!--UserRestriction-->
<string name="user_restrict">User restriction</string>
<string name="profile_owner_is_restricted">Profile owner can use limited function</string>
<string name="switch_to_disable_feature">Turn on a switch to disable that function. </string>
<string name="some_features_invalid_in_work_profile">Functions in work profile is limited. </string>
<string name="network_internet">Network</string>
<string name="more_connectivity">Other connection</string>
<string name="applications">Applications</string>
<string name="users">User</string>
<string name="media">Media</string>
<string name="other">Other</string>
<string name="require_device_owner">Require device owner</string>
<string name="config_mobile_network">Configure mobile network</string>
<string name="config_wifi">Configure WiFi</string>
<string name="data_roaming">Data roaming</string>
<string name="cellular_2g">2G cellular</string>
<string name="ultra_wideband_radio">Ultra wideband radio</string>
<string name="add_wifi_conf">Add WiFi config</string>
<string name="change_wifi_state">Change WiFi status</string>
<string name="wifi_direct">WiFi direct</string>
<string name="wifi_tethering">WiFi tethering</string>
<string name="share_admin_wifi">Share admin configured WiFi</string>
<string name="network_reset">Reset network</string>
<string name="config_tethering">Configure tethering</string>
<string name="config_vpn">Configure VPN</string>
<string name="config_private_dns">Configure private DNS</string>
<string name="airplane_mode">Airplane mode</string>
<string name="config_cell_broadcasts">Configure cell broadcasts</string>
<string name="sms">SMS</string>
<string name="outgoing_calls">Outgoing calls</string>
<string name="bluetooth">Bluetooth</string>
<string name="bt_share">Bluetooth sharing</string>
<string name="share_location">Share location</string>
<string name="config_location">Configure location</string>
<string name="outgoing_beam">Outgoing Beam</string>
<string name="usb_file_transfer">USB file transfer</string>
<string name="mount_physical_media">Mount physical media</string>
<string name="printing">Print</string>
<string name="install_unknown_src_globally">Install unknown sources globally</string>
<string name="inst_unknown_src">Install unknown sources</string>
<string name="apps_ctrl">Apps control</string>
<string name="apps_control_desc">Clear app data or cache</string>
<string name="config_default_apps">Configure default apps</string>
<string name="config_brightness">Configure brightness</string>
<string name="config_scr_timeout">Configure screen timeout</string>
<string name="ambient_display">Ambient display</string>
<string name="adjust_volume">Adjust volume</string>
<string name="unmute_microphone">Unmute microphone</string>
<string name="camera_toggle">Camera toggle</string>
<string name="microphone_toggle">Microphone toggle</string>
<string name="add_user">Add user</string>
<string name="remove_user">Remove user</string>
<string name="switch_user">Switch user</string>
<string name="set_user_icon">Set user icon</string>
<string name="cross_profile_copy">Cross profile copy</string>
<string name="share_into_managed_profile">Share into managed profile</string>
<string name="unified_pwd">Unified password</string>
<string name="autofill">Autofill</string>
<string name="config_credentials">Configure credentials</string>
<string name="content_capture">Content capture</string>
<string name="content_suggestions">Content suggestions</string>
<string name="create_windows">Create windows</string>
<string name="create_windows_desc">e.g. toasts, notifications banner</string>
<string name="set_wallpaper">Set wallpaper</string>
<string name="grant_admin">Grant device admin</string>
<string name="fun">Fun</string>
<string name="fun_desc">May disable games</string>
<string name="modify_accounts">Modify accounts</string>
<string name="config_locale">Configure locale</string>
<string name="config_date_time">Configure date or time</string>
<string name="sys_err_dialog">System error dialog</string>
<string name="factory_reset">Factory reset</string>
<string name="safe_boot">Safe boot</string>
<string name="debug_features">Debug features</string>
<!--UserManage-->
<string name="user_manager">User manager</string>
<string name="edit_username">Edit username</string>
<string name="start_user_session_msg">Start user session message</string>
<string name="end_user_session_msg">End user session message</string>
<string name="user_info">User info</string>
<string name="is_user_unlocked">User unlocked: %1$s</string>
<string name="is_support_multi_user">Support multiuser: %1$s</string>
<string name="is_system_user">System user: %1$s</string>
<string name="is_admin_user">Admin user: %1$s</string>
<string name="is_headless_system_user">Headless system user: %1$s</string>
<string name="user_can_logout">User can logout: %1$s</string>
<string name="is_ephemeral_user">Ephemeral user: %1$s</string>
<string name="is_affiliated_user">Affiliated user: %1$s</string>
<string name="user_id_is">UserID%1$s</string>
<string name="user_serial_number_is">User serial number: %1$s</string>
<string name="user_operation">User operation</string>
<string name="serial_number">Serial number</string>
<string name="use_uid">Use UID</string>
<string name="logout_current_user">Logout current user</string>
<string name="start_in_background">Start in background</string>
<string name="user_operation_switch">Switch</string>
<string name="user_operation_stop">Stop</string>
<string name="user_operation_remove">Remove</string>
<string name="create_user">Create user</string>
<string name="username">Username</string>
<string name="create_user_skip_wizard">Skip wizard</string>
<string name="create_user_ephemeral_user">Ephemeral user</string>
<string name="create_user_enable_all_system_app">Enable all system app</string>
<string name="serial_number_of_new_user_is">Serial number of this user: %1$s</string>
<string name="affiliation_id">Affiliation ID</string>
<string name="include_empty_string">Include empty string</string>
<string name="change_user_icon">Change user icon</string>
<string name="pick_a_square_image">You should pick a square image</string>
<string name="file_picker_instead_gallery">Use file picker instead of gallery</string>
<string name="select_picture" tools:ignore="TypographyEllipsis">Select image...</string>
<string name="unknown_result">Unknown result(may failed)</string>
<string name="fail_managed_profile">Failed: managed profile</string>
<string name="fail_current_user">Failed: current user</string>
<string name="user_session_msg">User session message</string>
<!--Password&Keyguard-->
<string name="password_and_keyguard">Password and keyguard</string>
<string name="password_info">Password Info</string>
<string name="reset_pwd_desc">Keep empty to remove password</string>
<string name="max_pwd_fail">Max password attempt limit</string>
<string name="max_pwd_fail_desc">When reach this limit, the device will be factory reset</string>
<string name="max_pwd_fail_textfield">Maximum failed attempts</string>
<string name="pwd_timeout">Password timeout</string>
<string name="max_time_to_lock">Screen timeout</string>
<string name="max_time_to_lock_desc">Enter 0 to allow user decision, unit: millisecond</string>
<string name="pwd_timeout_desc">When reach this limit, user should set a new password. Enter 0 to allow user decision, unit: millisecond</string>
<string name="pwd_history">Password history length</string>
<string name="pwd_history_desc">Historical passwords within the specified range cannot be set by user</string>
<string name="password_complexity_none">None (No password allowed)</string>
<string name="password_complexity_low">Low (Gesture password and characters repetition allowed)</string>
<string name="password_complexity_medium">Medium (Repetition disallowed, 4 characters at least)</string>
<string name="password_complexity_high">High (Repetition disallowed, 6 characters at least)</string>
<string name="current_password_complexity_is">Current password complexity: %1$s</string>
<string name="is_password_sufficient">Is password complexity sufficient: %1$s</string>
<string name="password_failed_attempts_is">Password failed attempts: %1$s</string>
<string name="is_using_unified_password">Unified password: %1$s</string>
<string name="reset_password_token">Reset password token</string>
<string name="token_already_activated">Token already activated</string>
<string name="clear">Clear</string>
<string name="set">Set</string>
<string name="please_set_a_token">Please set a token</string>
<string name="activate_token_not_required_when_no_password">Token will be automatically activated if no password is set. </string>
<string name="reset_password">Reset password</string>
<string name="do_not_ask_credentials_on_boot">Do not ask credentials on boot</string>
<string name="reset_password_require_entry">Require entry</string>
<string name="require_4_digit_password">Require at least 4 digit password</string>
<string name="reset_password_with_token">Reset password with token</string>
<string name="reset_password_deprecated">Reset password</string>
<string name="required_password_complexity">Required password complexity</string>
<string name="require_set_new_password">Request to set a new password</string>
<string name="keyguard_disabled_features">Keyguard features</string>
<string name="enable_all">Enable all</string>
<string name="keyguard_disabled_features_widgets">Disable widget</string>
<string name="keyguard_disabled_features_camera">Disable camera</string>
<string name="keyguard_disabled_features_notification">Disable notification</string>
<string name="keyguard_disabled_features_unredacted_notification">Disable unredacted notification</string>
<string name="keyguard_disabled_features_trust_agents">Disable trust agents</string>
<string name="keyguard_disabled_features_fingerprint">Disable fingerprint</string>
<string name="keyguard_disabled_features_remote_input">Disable remote input</string>
<string name="keyguard_disabled_features_face">Disable face</string>
<string name="keyguard_disabled_features_iris">Disable iris</string>
<string name="keyguard_disabled_features_biometrics">Disable biometrics</string>
<string name="keyguard_disabled_features_shortcuts">Disable shortcuts</string>
<string name="password_quality_unspecified">Unspecified</string>
<string name="password_quality_something">Password required (No limitation for complexity)</string>
<string name="password_quality_alphabetic">Alphabetic</string>
<string name="password_quality_numeric">Numeric</string>
<string name="password_quality_alphanumeric">Alphanumeric</string>
<string name="password_quality_biometrics_weak">Biometrics (Weak)</string>
<string name="password_quality_numeric_complex">Numeric complex (No repeating characters)</string>
<string name="required_password_quality">Required password quality</string>
<string name="password_complexity_instead_password_quality">Set password complexity will disable password quality settings. </string>
<string name="password_quality_deprecated_desc">Deprecated. Use "Required password complexity" instead. </string>
<string name="activate_reset_password_token_here">Activate reset password token here. </string>
<!--Settings&About-->
<string name="setting">Settings</string>
<string name="material_you_color">Material you color</string>
<string name="dynamic_color_desc">Android 12+</string>
<string name="about">About</string>
<string name="about_desc">Use Device admin, Profile owner and Device owner privilege to take full control of your device. </string>
<string name="user_guide">User guide</string>
<string name="source_code">Source code</string>
<string name="theme">Theme</string>
<string name="amoled_black">Black theme</string>
<string name="blackTheme_desc">Require dark mode on</string>
<string name="security">Security</string>
<string name="lock_owndroid">Lock OwnDroid</string>
<string name="enable_bio_auth">Auth with biometrics</string>
<string name="authenticate">Authenticate</string>
<string name="auth_on_start">Authenticating with keyguard password or biometrics when OwnDroid launch</string>
<string name="use_password">Use password</string>
<string name="auth_with_password">Authenticate OwnDroid with password</string>
<string name="auth_with_bio">Authenticate OwnDroid with biometrics</string>
<string name="lock_in_background">Lock when switch to background</string>
<string name="protect_storage">Protect storage</string>
<string name="storage_is_protected">Storage is protected</string>
<string name="you_cant_clear_storage">You can\'t clear storage of OwnDroid</string>
<string name="clear_storage">Clear storage</string>
<string name="clear_storage_success">Clear storage success\nApplication will exit</string>
<!--AndroidPermission-->
<string name="permission_READ_EXTERNAL_STORAGE">Read external storage</string>
<string name="permission_WRITE_EXTERNAL_STORAGE">Write external storage</string>
<string name="permission_READ_MEDIA_AUDIO">Read media (audio)</string>
<string name="permission_READ_MEDIA_VIDEO">Read media (video)</string>
<string name="permission_READ_MEDIA_IMAGES">Read media (images)</string>
<string name="permission_CAMERA">Camera</string>
<string name="permission_RECORD_AUDIO">Microphone</string>
<string name="permission_READ_CONTACTS">Read contacts</string>
<string name="permission_WRITE_CONTACTS">Write contacts</string>
<string name="permission_READ_CALENDAR">Read calendar</string>
<string name="permission_WRITE_CALENDAR">Write calendar</string>
<string name="permission_ACCESS_COARSE_LOCATION">Access coarse location</string>
<string name="permission_ACCESS_FINE_LOCATION">Access fine location</string>
<string name="permission_ACCESS_BACKGROUND_LOCATION">Access location in background</string>
<string name="permission_CALL_PHONE">Call phone</string>
<string name="permission_READ_PHONE_STATE">Read phone state</string>
<string name="permission_READ_SMS">Read SMS</string>
<string name="permission_RECEIVE_SMS">Receive SMS</string>
<string name="permission_SEND_SMS">Send SMS</string>
<string name="permission_READ_CALL_LOG">Read call log</string>
<string name="permission_WRITE_CALL_LOG">Write call log</string>
<string name="permission_BODY_SENSORS">Access body sensors</string>
<string name="permission_BODY_SENSORS_BACKGROUND">Access body sensors in background</string>
<string name="permission_ACTIVITY_RECOGNITION">Activity recognition</string>
<string name="permission_POST_NOTIFICATIONS">Post notifications</string>
</resources>