mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-04 10:15:18 +08:00
44 lines
2.7 KiB
XML
44 lines
2.7 KiB
XML
<resources>
|
|
<string name="app_name">AppErrorsTracking</string>
|
|
<string name="xposed_desc">Added more features to app\'s crash dialog, fixed custom rom deleted dialog, the best experience to Android developer.</string>
|
|
<string name="app_info">App\'s Info</string>
|
|
<string name="reopen_app">Reopen App</string>
|
|
<string name="error_detail">Error Detail</string>
|
|
<string name="ignore_if_unlock">Mute until device unlocks</string>
|
|
<string name="ignore_if_restart">Mute until device restarts</string>
|
|
<string name="close_app">Close App</string>
|
|
<string name="aerr_title">%1$s has stopped</string>
|
|
<string name="aerr_repeated_title">%1$s keeps stopping</string>
|
|
<string name="ignore_if_unlock_tip">Ignore errors for \'%1$s\' until device is re-unlocked</string>
|
|
<string name="ignore_if_restart_tip">Ignore errors for \'%1$s\' until device reboots</string>
|
|
<string name="back">Back</string>
|
|
<string name="copy_error_stack">Copy error stack</string>
|
|
<string name="export_to_file">Export to file</string>
|
|
<string name="error_info">Error Info</string>
|
|
<string name="error_type">Error Type</string>
|
|
<string name="error_file_name">File Name</string>
|
|
<string name="error_throw_class">Throw Class</string>
|
|
<string name="error_throw_method">Throw Method</string>
|
|
<string name="error_line_number">Line Number</string>
|
|
<string name="error_record_time">Record Time</string>
|
|
<string name="copied">Copied</string>
|
|
<string name="copy_fail">Copy failed</string>
|
|
<string name="print_to_logcat">Print to logcat</string>
|
|
<string name="print_to_logcat_success">Printed to logcat</string>
|
|
<string name="output_stack_success">Export exception stack succeeded</string>
|
|
<string name="output_stack_fail">Failed to export exception stack</string>
|
|
<string name="export_all">Export all</string>
|
|
<string name="clear_all">Clear all</string>
|
|
<string name="errors_record">AppErrorsRecord</string>
|
|
<string name="no_errors_data">No errors data for now</string>
|
|
<string name="confirm">Confirm</string>
|
|
<string name="cancel">Cancel</string>
|
|
<string name="more">More</string>
|
|
<string name="notice">Notice</string>
|
|
<string name="are_you_sure_clear_errors">Are you sure you want to clear all errors records?</string>
|
|
<string name="all_errors_clear_success">All errors records have been cleared</string>
|
|
<string name="are_you_sure_export_all_errors">Are you sure you want to export all log files? The packaging process may take a while.</string>
|
|
<string name="view_detail">View detail</string>
|
|
<string name="export_all_errors_success">All errors record exported</string>
|
|
<string name="export_all_errors_fail">Failed to exported all errors record</string>
|
|
</resources> |