|
22 | 22 | <string name="bootstrap_error_body">AndroidIDE was unable to install the bootstrap packages.</string> |
23 | 23 | <string name="bootstrap_error_abort">Abort</string> |
24 | 24 | <string name="bootstrap_error_try_again">Try again</string> |
25 | | - <string name="bootstrap_error_not_primary_user_message">AndroidIDE can only be run as the primary user. |
26 | | - \nBootstrap binaries compiled for AndroidIDE have hardcoded $PREFIX path and cannot be installed |
27 | | - under any path other than:\n%1$s.</string> |
28 | | - <string name="bootstrap_error_installed_on_portable_sd">AndroidIDE cannot be installed on |
29 | | - portable/external/removable sd card on your device. |
30 | | - \nBootstrap binaries compiled for AndroidIDE have hardcoded $PREFIX path and cannot be installed |
31 | | - under any path other than:\n%1$s.</string> |
| 25 | + <string name="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> |
| 26 | + <string name="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> |
32 | 27 | <!-- Terminal Sidebar and Shortcuts --> |
33 | 28 | <string name="action_new_session">New session</string> |
34 | 29 | <string name="action_new_session_failsafe">Failsafe</string> |
|
67 | 62 | <string name="notification_action_wake_lock">Acquire wakelock</string> |
68 | 63 | <string name="notification_action_wake_unlock">Release wakelock</string> |
69 | 64 | <!-- TermuxService --> |
70 | | - <string name="error_display_over_other_apps_permission_not_granted_to_start_terminal">AndroidIDE requires |
71 | | - \"Display over other apps\" permission to start terminal sessions from background on Android >= 10. |
72 | | - Grants it from Settings -> Apps -> AndroidIDE -> Advanced</string> |
| 65 | + <string name="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> |
73 | 66 | <!-- Termux File Receiver --> |
74 | 67 | <string name="title_file_received">Save file in ~/downloads/</string> |
75 | 68 | <string name="action_file_received_edit">Edit</string> |
|
89 | 82 | <!-- Terminal View Key Logging --> |
90 | 83 | <string name="termux_terminal_view_key_logging_enabled_title">Terminal View Key Logging</string> |
91 | 84 | <string name="termux_terminal_view_key_logging_enabled_off">Logs will not have entries for terminal view keys. (Default)</string> |
92 | | - <string name="termux_terminal_view_key_logging_enabled_on">Logcat logs will have entries for terminal view keys. |
93 | | - These are very verbose and should be disabled under normal circumstances or will cause performance issues.</string> |
| 85 | + <string name="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> |
94 | 86 | <!-- Crash Report Notifications --> |
95 | 87 | <string name="termux_crash_report_notifications_enabled_title">Crash Report Notifications</string> |
96 | 88 | <string name="termux_crash_report_notifications_enabled_off">Disable notifications for crash reports.</string> |
|
106 | 98 | <string name="termux_soft_keyboard_enabled_on">Soft keyboard will be enabled. (Default)</string> |
107 | 99 | <!-- Soft Keyboard Only If No Hardware--> |
108 | 100 | <string name="termux_soft_keyboard_enabled_only_if_no_hardware_title">Soft Keyboard Only If No Hardware</string> |
109 | | - <string name="termux_soft_keyboard_enabled_only_if_no_hardware_off">Soft keyboard will be enabled even if |
110 | | - hardware keyboard is connected. (Default)</string> |
111 | | - <string name="termux_soft_keyboard_enabled_only_if_no_hardware_on">Soft keyboard will be enabled only if |
112 | | - no hardware keyboard is connected.</string> |
| 101 | + <string name="termux_soft_keyboard_enabled_only_if_no_hardware_off">Soft keyboard will be enabled even if hardware keyboard is connected. (Default)</string> |
| 102 | + <string name="termux_soft_keyboard_enabled_only_if_no_hardware_on">Soft keyboard will be enabled only if no hardware keyboard is connected.</string> |
113 | 103 | <!-- Terminal View Preferences --> |
114 | 104 | <string name="termux_terminal_view_preferences_title">Terminal View</string> |
115 | 105 | <string name="termux_terminal_view_preferences_summary">Preferences for terminal view</string> |
|
118 | 108 | <!-- Terminal View Margin Adjustment --> |
119 | 109 | <string name="termux_terminal_view_terminal_margin_adjustment_title">Terminal Margin Adjustment</string> |
120 | 110 | <string name="termux_terminal_view_terminal_margin_adjustment_off">Terminal margin adjustment will be disabled.</string> |
121 | | - <string name="termux_terminal_view_terminal_margin_adjustment_on">Terminal margin adjustment will be enabled. |
122 | | - It should be enabled to try to fix the issue where soft keyboard covers part of extra keys/terminal view. |
123 | | - If it causes screen flickering on your devices, then disable it. (Default)</string> |
| 111 | + <string name="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> |
124 | 112 | </resources> |
0 commit comments