You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 18, 2024. It is now read-only.
<stringname="bootstrap_error_not_primary_user_message">AndroidIDE can only be run as the primary user.
28
-
\nBootstrap binaries compiled for AndroidIDE have hardcoded $PREFIX path and cannot be installed
29
-
under any path other than:\n%1$s.</string>
30
-
<stringname="bootstrap_error_installed_on_portable_sd">AndroidIDE cannot be installed on
31
-
portable/external/removable sd card on your device.
32
-
\nBootstrap binaries compiled for AndroidIDE have hardcoded $PREFIX path and cannot be installed
33
-
under any path other than:\n%1$s.</string>
34
-
35
-
27
+
<stringname="bootstrap_error_not_primary_user_message">AndroidIDE can only be run as the primary user.\nBootstrap binaries compiled for AndroidIDE have hardcoded $PREFIX path and cannot be installed under any path other than:\n%1$s.</string>
28
+
<stringname="bootstrap_error_installed_on_portable_sd">AndroidIDE cannot be installed on portable/external/removable sd card on your device.\nBootstrap binaries compiled for AndroidIDE have hardcoded $PREFIX path and cannot be installed under any path other than:\n%1$s.</string>
\"Display over other apps\" permission to start terminal sessions from background on Android >= 10.
97
-
Grants it from Settings -> Apps -> AndroidIDE -> Advanced</string>
88
+
<stringname="error_display_over_other_apps_permission_not_granted_to_start_terminal">AndroidIDE requires \"Display over other apps\" permission to start terminal sessions from background on Android >= 10. Grants it from Settings -> Apps -> AndroidIDE -> Advanced</string>
98
89
<stringname="error_termux_service_invalid_execution_command_runner"translatable="false">Invalid execution command runner to TermuxService: `%1$s`</string>
99
90
<stringname="error_termux_service_unsupported_execution_command_runner"translatable="false">Unsupported execution command runner to TermuxService: `%1$s`</string>
100
91
<stringname="error_termux_service_unsupported_execution_command_shell_create_mode"translatable="false">Unsupported execution command shell create mode to TermuxService: `%1$s`</string>
<stringname="termux_terminal_view_key_logging_enabled_off">Logs will not have entries for terminal view keys. (Default)</string>
129
-
<stringname="termux_terminal_view_key_logging_enabled_on">Logcat logs will have entries for terminal view keys.
130
-
These are very verbose and should be disabled under normal circumstances or will cause performance issues.</string>
120
+
<stringname="termux_terminal_view_key_logging_enabled_on">Logcat logs will have entries for terminal view keys. These are very verbose and should be disabled under normal circumstances or will cause performance issues.</string>
<stringname="termux_soft_keyboard_enabled_only_if_no_hardware_title">Soft Keyboard Only If No Hardware</string>
152
-
<stringname="termux_soft_keyboard_enabled_only_if_no_hardware_off">Soft keyboard will be enabled even if
153
-
hardware keyboard is connected. (Default)</string>
154
-
<stringname="termux_soft_keyboard_enabled_only_if_no_hardware_on">Soft keyboard will be enabled only if
155
-
no hardware keyboard is connected.</string>
142
+
<stringname="termux_soft_keyboard_enabled_only_if_no_hardware_off">Soft keyboard will be enabled even if hardware keyboard is connected. (Default)</string>
143
+
<stringname="termux_soft_keyboard_enabled_only_if_no_hardware_on">Soft keyboard will be enabled only if no hardware keyboard is connected.</string>
<stringname="termux_terminal_view_terminal_margin_adjustment_off">Terminal margin adjustment will be disabled.</string>
168
-
<stringname="termux_terminal_view_terminal_margin_adjustment_on">Terminal margin adjustment will be enabled.
169
-
It should be enabled to try to fix the issue where soft keyboard covers part of extra keys/terminal view.
170
-
If it causes screen flickering on your devices, then disable it. (Default)</string>
156
+
<stringname="termux_terminal_view_terminal_margin_adjustment_on">Terminal margin adjustment will be enabled. It should be enabled to try to fix the issue where soft keyboard covers part of extra keys/terminal view. If it causes screen flickering on your devices, then disable it. (Default)</string>
Copy file name to clipboardExpand all lines: resources/src/main/res/values/termux_shared_strings.xml
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,7 @@
24
24
<!-- PackageUtils -->
25
25
<stringname="error_app_not_installed_or_disabled_warning">The %1$s (%2$s) app is not installed or is disabled.</string>
26
26
<stringname="error_get_package_context_failed_title">Failed To Get Package Context</string>
27
-
<stringname="error_get_package_context_failed_message">Failed to get package context for the \"%1$s\" package.
28
-
This may be because the app package is not installed or it has different APK signature from the current app.</string>
27
+
<stringname="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.</string>
29
28
<stringname="error_get_package_context_failed_help_url_message">Check %1$s for more details.</string>
30
29
<stringname="error_get_component_state_failed">Failed to get %1$s/%2$s component state</string>
31
30
<stringname="error_enable_component_failed">Failed to enable %1$s/%2$s component</string>
<stringname="msg_report_truncated">**Report Truncated**\n\nReport is too large to view here.
60
-
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>
57
+
<stringname="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>
0 commit comments