Skip to content

Commit abdfb7e

Browse files
committed
strings: replace mappings with key maps
1 parent 855f095 commit abdfb7e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

app/src/main/res/values/strings.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@
8181
<string name="trigger_error_gesture_duration_too_high">Gesture duration is too high due to android limitations.</string>
8282
<string name="trigger_error_dpad_ime_not_selected">You must be using a Key Mapper keyboard for DPAD triggers to work!</string>
8383

84-
<string name="home_error_is_battery_optimised">Your mappings will stop working randomly!</string>
85-
<string name="home_error_key_maps_paused">Your mappings are paused!</string>
84+
<string name="home_error_is_battery_optimised">Your key maps will stop working randomly!</string>
85+
<string name="home_error_key_maps_paused">Your key maps are paused!</string>
8686
<string name="home_error_key_maps_paused_button">Unpause</string>
87-
<string name="home_error_accessibility_service_is_disabled">The accessibility service needs to be turned on for your mappings to work!</string>
87+
<string name="home_error_accessibility_service_is_disabled">The accessibility service needs to be turned on for your key maps to work!</string>
8888
<string name="home_error_accessibility_service_is_crashed">Your phone killed Key Mapper when it was in the background or it crashed!</string>
89-
<string name="home_success_accessibility_service_is_enabled">The accessibility service is enabled! Your mappings should work.</string>
89+
<string name="home_success_accessibility_service_is_enabled">The accessibility service is enabled! Your key maps should work.</string>
9090
<string name="home_error_logging_enabled">Extra logging is turned on! Turn this off if you aren\'t trying to fix an issue.</string>
9191
<string name="home_error_logging_enabled_button">Turn off</string>
9292

@@ -488,7 +488,7 @@
488488

489489
<string name="dialog_message_sort_sort_by">Sort by</string>
490490
<string name="sorting_drag_and_drop_list_help">Drag the handles to adjust priorities. The item at the top is the most important. You can also tap any item to reverse its sort order.</string>
491-
<string name="sorting_drag_and_drop_list_help_example">Example: To sort mappings primarily by their Actions in ascending order and secondarily by their Triggers in descending order, move Actions to the first position and Triggers to the second.</string>
491+
<string name="sorting_drag_and_drop_list_help_example">Example: To sort key maps primarily by their Actions in ascending order and secondarily by their Triggers in descending order, move Actions to the first position and Triggers to the second.</string>
492492
<string name="drag_handle_for">Drag handle for %1$s</string>
493493
<string name="show_example">Show example</string>
494494

@@ -526,7 +526,7 @@
526526

527527
<!-- Notification strings -->
528528
<string name="notification_channel_ime_picker">Keyboard picker</string>
529-
<string name="notification_channel_toggle_mappings">Pause/Resume mappings</string>
529+
<string name="notification_channel_toggle_mappings">Pause/Resume key maps</string>
530530
<string name="notification_channel_keyboard_hidden">Keyboard is hidden warning</string>
531531
<string name="notification_channel_toggle_keyboard">Toggle Key Mapper keyboard</string>
532532
<string name="notification_channel_new_features">New features</string>
@@ -591,10 +591,10 @@
591591
<string name="title_pref_show_ime_picker_notification">Keyboard picker notification</string>
592592
<string name="summary_pref_show_ime_picker_notification">Show a persistent notification to allow you to pick a keyboard.</string>
593593

594-
<string name="title_pref_show_toggle_keymaps_notification">Pause/resume mappings notification</string>
595-
<string name="summary_pref_show_toggle_keymaps_notification">Show a persistent notification which starts/pauses your mappings.</string>
594+
<string name="title_pref_show_toggle_keymaps_notification">Pause/resume key maps notification</string>
595+
<string name="summary_pref_show_toggle_keymaps_notification">Show a persistent notification which starts/pauses your key maps.</string>
596596

597-
<string name="title_pref_automatic_backup_location">Automatically back up mappings to a specified location</string>
597+
<string name="title_pref_automatic_backup_location">Automatically back up key maps to a specified location</string>
598598
<string name="summary_pref_automatic_backup_location_disabled">No location chosen.</string>
599599

600600
<string name="title_pref_choose_devices">Choose devices</string>
@@ -665,7 +665,7 @@
665665
<string name="title_pref_grant_shizuku_granted">3. Key Mapper will automatically use Shizuku. Tap to read which Key Mapper features use Shizuku.</string>
666666

667667
<string name="title_pref_default_options">Default mapping options</string>
668-
<string name="summary_pref_default_options">Change the default options for your mappings.</string>
668+
<string name="summary_pref_default_options">Change the default options for your key maps.</string>
669669

670670
<string name="title_pref_reset_settings">Reset all settings</string>
671671
<string name="summary_pref_reset_settings">DANGER! Reset all settings in the app to the default. Your key maps will NOT be reset.</string>
@@ -753,8 +753,8 @@
753753
<!-- system action options -->
754754

755755
<!-- Tiles -->
756-
<string name="tile_pause">Pause mappings</string>
757-
<string name="tile_resume">Resume mappings</string>
756+
<string name="tile_pause">Pause key maps</string>
757+
<string name="tile_resume">Resume key maps</string>
758758
<string name="tile_service_disabled">Service Disabled</string>
759759
<string name="tile_accessibility_service_disabled_content_description">Key Mapper accessibility service is disabled</string>
760760
<string name="tile_toggle_keymapper_keyboard">Toggle Key Mapper keyboard</string>

0 commit comments

Comments
 (0)