这是indexloc提供的服务,不要输入任何密码
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 74 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,78 @@
<string name="log_level_verbose">Verbose</string>
<string name="log_level_unknown">*Unknown*</string>
<string name="log_level_value">Logcat log level set to \"%1$s\"</string>

<!-- Preferences -->
<string name="display_resolution_mode">Display resolution mode</string>
<string name="display_scale">Display scale, %</string>
<string name="display_resolution">Display resolution</string>
<string name="adjust_the_set_resolution_to_fit_screen_orientation">Adjust the set resolution to fit screen orientation</string>
<string name="stretch_to_fit_display">Stretch to fit display</string>
<string name="reseed_screen_while_soft_keyboard_is_open">Reseed screen while soft keyboard is open</string>
<string name="the_screen_size_will_be_adjusted_while_soft_keyboard_is_open">The screen size will be adjusted while Soft Keyboard is open.</string>
<string name="pip_mode">PIP mode</string>
<string name="show_app_in_picture_in_picture_mode">Show app in picture-in-picture mode when home button or recents button is pressed</string>
<string name="fullscreen">Fullscreen</string>
<string name="toggles_immersive_mode">Toggles immersive mode in your device display</string>
<string name="force_landscape_orientation">Force landscape orientation</string>
<string name="hide_display_cutout">Hide display cutout (if any)</string>
<string name="keep_screen_on">Keep Screen On</string>
<string name="output">Output</string>
<string name="pointer">Pointer</string>
<string name="touchscreen_input_mode">Touchscreen input mode</string>
<string name="apply_display_scale_factor_to_touchpad">Apply display scale factor to touchpad</string>
<string name="show_stylus_click_options">Show stylus click options</string>
<string name="stylus_touch_override">Stylus touch override, left, middle or right click (Stylus only)</string>
<string name="enable_stylus_mouse_mode">Enable stylus mouse mode</string>
<string name="make_your_stylus_work">Make your stylus work like a mouse. When activated, stylus will only move the cursor and send mouse clicks, ignoring pressure, angle, and tilt.</string>
<string name="stylus_button_contact_modifier_mode">Stylus button contact modifier mode</string>
<string name="enable_this_option">Enable this option to send right or middle mouse buttons only when stylus touches the screen while the button is pressed.</string>
<string name="show_mouse_click_helper_overlay">Show mouse click helper overlay</string>
<string name="onscreen_mouse_buttons_usable_with_touchpad">Onscreen mouse buttons usable with touchpad</string>
<string name="capture_external_pointer_devices_when_possible">Capture external pointer devices when possible</string>
<string name="intercept_all_hardware_pointer_events_pointer">Intercept all hardware pointer events. Pointer is back to Android after pressing Escape key.</string>
<string name="transform_captured_pointer_movements">Transform captured pointer movements</string>
<string name="captured_pointer_speed_factor">Captured pointer speed factor, %</string>
<string name="enable_tap_to_move_for_touchpads">Enable tap-to-move for touchpads</string>
<string name="keyboard">Keyboard</string>
<string name="show_additional_keyboard">Show additional keyboard</string>
<string name="show_keyboard_with_additional_keys">Show keyboard with additional keys.</string>
<string name="show_ime_with_external_keyboard">Show IME with external keyboard</string>
<string name="show_software_keyboard">Show software keyboard while hardware keyboard is connected.</string>
<string name="prefer_scancodes_when_possible">Prefer scancodes when possible</string>
<string name="hardware_keyboard_layout">Let X server handle hardware keyboard layout (with DE settings or setxkbmap).</string>
<string name="hardware_keyboard_scancodes_workaround">Hardware keyboard scancodes workaround</string>
<string name="fixes_scancodes_on_some_devices">Fixes scancodes on some devices. Might cause problems with multiple layouts.</string>
<string name="intercept_system_shortcuts">Intercept system shortcuts</string>
<string name="samsung_dex_only_allows_interception">Samsung Dex only. Allows interception of \"Alt+F4\", \"Meta+D\", \"Meta+E\", etc.</string>
<string name="enable_accessibility_service">Enable Accessibility service for intercepting system shortcuts manually.</string>
<string name="open_accessibility_settings">Open Accessibility settings.</string>
<string name="enable_accessibility_service_for_intercepting">Enable Accessibility service for intercepting system shortcuts automatically.</string>
<string name="requires_write_secure_settings_permission">Requires WRITE_SECURE_SETTINGS permission.</string>
<string name="pause_key_intercepting_with_esc_key">Pause key intercepting with Esc key</string>
<string name="filter_out_intercepted_win_meta_mod4_key">Filter out intercepted Win (Meta/Mod4) key.</string>
<string name="allows_you_to_use_dex_shortcuts">Allows you to use Dex shortcuts while intercepting. Requires Accessibility service to work.</string>
<string name="workaround_to_enable_cjk_gboard">Workaround to enable CJK Gboard</string>
<string name="may_require_android_14">May require Android 14 and Gboard 14</string>
<string name="other">Other</string>
<string name="clipboard_sharing">Clipboard sharing</string>
<string name="request_notification_permission">Request notification permission</string>
<string name="configure_response_to_user_actions">Configure response to user actions</string>
<string name="store_preferences_for_secondary">Store preferences for secondary displays separately</string>
<string name="open_this_screen_on_display">Open this screen on display you want to configure</string>
<string name="extra_key_bar_preferences">Extra key bar preferences</string>
<string name="adjust_display_height">Adjust display height for extra keys bar</string>
<string name="may_cause_screen_flickering">May cause screen flickering during toggling EK bar</string>
<string name="deactivate_special_keys_on_additional">Deactivate special keys on additional key bar after each keypress</string>
<string name="use_long_tap">Use long-tap to lock special keys</string>
<string name="opacity_of_extra_keys_bar">Opacity of extra keys bar, %</string>
<string name="extra_keys_config">Extra keys config</string>
<string name="response_to_user_actions">Response to user actions</string>
<string name="three_finger_swipe_up">Three finger swipe up</string>
<string name="three_finger_swipe_down">Three finger swipe down</string>
<string name="volume_up">Volume up</string>
<string name="volume_down">Volume down</string>
<string name="back_button">Back button</string>
<string name="display_resolution_custom">Display resolution</string>
<string name="example_1280x1024">Example: 1280x1024</string>
</resources>
Loading