mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 10:45:23 +08:00
Changed: Split long resource string on multiple lines
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
|
||||
<!-- PackageUtils -->
|
||||
<string name="error_get_package_context_failed_title">Failed To Get Package Context</string>
|
||||
<string name="error_get_package_context_failed_message">Failed to get package context for the \"%1$s\" package. This may be because the app package is not installed or it has different APK signature from the current app. Check install instruction at %2$s for more details.</string>
|
||||
<string name="error_get_package_context_failed_message">Failed to get package context for the \"%1$s\" package.
|
||||
This may be because the app package is not installed or it has different APK signature from the current app.
|
||||
Check install instruction at %2$s for more details.</string>
|
||||
|
||||
|
||||
|
||||
@@ -33,7 +35,8 @@
|
||||
<string name="action_share">Share</string>
|
||||
<string name="action_save_to_file">Save To File</string>
|
||||
<string name="title_report_text">Report Text</string>
|
||||
<string name="msg_report_truncated">**Report Truncated**\n\nReport is too large to view here. Use `Save To File` option from options menu (3-dots on top right) and view it in an external text editor app.\n\n##\n\n</string>
|
||||
<string name="msg_report_truncated">**Report Truncated**\n\nReport is too large to view here.
|
||||
Use `Save To File` option from options menu (3-dots on top right) and view it in an external text editor app.\n\n##\n\n</string>
|
||||
|
||||
|
||||
|
||||
@@ -55,7 +58,18 @@
|
||||
|
||||
|
||||
<!-- TermuxUtils -->
|
||||
<string name="msg_report_issue">If you want to report this issue, then copy its text from the options menu (3-dots on top right) and post an issue on one of the following links.\n\nIf you are posting a Termux app crash report, then please provide details on what you were doing that caused the crash and how to reproduce it, if possible.\n\nIf you are posting an issue on Github, then post it in the repository at which the report belongs at. Issues opened or emails sent with **(partial) screenshots** instead of copied text or a file of this report **will likely be automatically closed/deleted**. You may optionally remove any device specific info that you consider private or don\'t want to share or that is not relevant to the issue.\n\nWe do not provide support for any hacking related tools/scripts. Any questions asked about them over email, on github or other official termux community forums **will likely be automatically closed/deleted** and may even result in **temporary or permanent** ban. Check %1$s/wiki/Hacking for details.</string>
|
||||
<string name="msg_report_issue">
|
||||
If you want to report this issue, then copy its text from the options menu (3-dots on top right) and post
|
||||
an issue on one of the following links.
|
||||
\n\nIf you are posting a Termux app crash report, then please provide details on what you were doing that
|
||||
caused the crash and how to reproduce it, if possible.
|
||||
\n\nIf you are posting an issue on Github, then post it in the repository at which the report belongs at.
|
||||
Issues opened or emails sent with **(partial) screenshots** instead of copied text or a file of this report
|
||||
**will likely be automatically closed/deleted**. You may optionally remove any device specific info that
|
||||
you consider private or don\'t want to share or that is not relevant to the issue.
|
||||
\n\nWe do not provide support for any hacking related tools/scripts. Any questions asked about them over email,
|
||||
on github or other official termux community forums **will likely be automatically closed/deleted** and may
|
||||
even result in **temporary or permanent** ban. Check %1$s/wiki/Hacking for details.</string>
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user