Files
AutoJs6/common/src/main/res/values-en/strings.xml

50 lines
4.2 KiB
XML

<resources>
<string name="air_dialog_description_failed_invalid_token">Invalid access token</string>
<string name="air_dialog_description_failed_issues_not_available">Issues are not enabled for the selected repository</string>
<string name="air_dialog_description_failed_unknown">Unknown error</string>
<string name="air_dialog_description_failed_wrong_credentials">Wrong username or password</string>
<string name="air_dialog_title_failed">Can\'t send bug report</string>
<string name="air_dialog_title_loading">Uploading to GitHub</string>
<string name="air_error_no_description">Please enter an issue description</string>
<string name="air_error_no_email">Please enter a e-mail address</string>
<string name="air_error_no_password">Please enter your valid GitHub password</string>
<string name="air_error_no_title">Please enter an issue title</string>
<string name="air_error_no_username">Please enter your valid GitHub username</string>
<string name="air_label_device_info">Device information</string>
<string name="air_label_email">E-mail</string>
<string name="air_label_email_optional">E-mail (optional)</string>
<string name="air_label_issue_description">Issue description</string>
<string name="air_label_issue_title">Issue title</string>
<string name="air_label_password">Password</string>
<string name="air_label_use_account">Send using GitHub account</string>
<string name="air_label_use_email">Send by e-mail</string>
<string name="air_label_use_guest">Send anonymously</string>
<string name="air_label_username">Username</string>
<string name="air_title_issue">Issue</string>
<string name="air_title_login">Login</string>
<string name="air_title_report_issue">Report an issue</string>
<string name="go_to_accessibility_settings"><![CDATA[[Go to] Settings -> Accessibility Services -> AutoJs6 [Enable]]]></string>
<string name="summary_enable_a11y_service_with_root_access">Enable accessibility service with root access automatically when needed</string>
<string name="summary_enable_a11y_service_with_secure_settings">Enable accessibility service with secure settings automatically when needed</string>
<string name="summary_stable_mode">More stable layout analysis but worse code compatibility (a11y service restarting needed)</string>
<string name="text_a11y_service">Accessibility service</string>
<string name="text_activity_not_found_for_apk_installing">No APK installer</string>
<string name="text_disable_a11y_service_failed">Disable accessibility service failed</string>
<string name="text_enable_a11y_service_with_root_access_automatically">Enable accessibility service with root access automatically</string>
<string name="text_enable_a11y_service_with_root_access_failed">Enable accessibility service with root access failed</string>
<string name="text_enable_a11y_service_with_root_access_timeout">Enable accessibility service with root access timed out</string>
<string name="text_enable_a11y_service_with_secure_settings_automatically">Enable accessibility service with secure settings automatically</string>
<string name="text_enable_a11y_service_with_secure_settings_failed">Enable accessibility service with secure settings failed</string>
<string name="text_enable_a11y_service_with_secure_settings_timeout">Enable accessibility service with secure settings timed out</string>
<string name="text_error">Error</string>
<string name="text_execution_finished" formatted="false">[%s] finished in %s seconds.\n</string>
<string name="text_no_accessibility_permission">Accessibility service is disabled and the script has stopped</string>
<string name="text_no_draw_overlays_permission">No \"display over other apps\" permission</string>
<string name="text_others">Others</string>
<string name="text_please_choose">Please choose</string>
<string name="text_script_running">Script running</string>
<string name="text_stable_mode">Stable mode</string>
<string name="text_use_volume_to_stop_running">Use volume up key to stop all running scripts</string>
<string name="error_illegal_argument">Illegal argument %s: %s</string>
</resources>