diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 9d848fc..ed84c46 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2450,6 +2450,10 @@ <string name="lockpattern_settings_enable_summary">Must draw pattern to unlock screen</string> <!-- Security & location settings screen, setting check box title. This setting controls whether a visible green line is drawn as the user moves his finger around while drawing the unlock pattern. If checked, this line is drawn. If unchecked, there is nothing drawn so the user does not reveal his pattern while he unlocks the phone.--> <string name="lockpattern_settings_enable_visible_pattern_title">Make pattern visible</string> + <!-- Security & location settings screen, setting check box title. This setting controls whether a visible red line will be drawn after the user has drawn the unlock pattern incorrectly. If checked, this line is drawn. If unchecked, there is nothing drawn so the user does not reveal his pattern while he unlocks the phone.--> + <string name="lockpattern_settings_enable_error_path_title">Show pattern error</string> + <!-- Security & location settings screen, setting check box title. This setting controls whether the dots will be drawn when using the lockscreen pattern.--> + <string name="lockpattern_settings_enable_dots_title">Show pattern dots</string> <!-- Security & location settings screen, setting check box title. This setting controls whether tactile feedback will be produced when the user draws the pattern.--> <string name="lockpattern_settings_enable_tactile_feedback_title">Vibrate on touch</string> <!-- Security & location settings screen, setting check box title. This controls whether the device locks immediately when the power button is pressed. [CHAR LIMIT=28]--> @@ -4891,8 +4895,8 @@ <string name="hardware_keys_action_voice_search">Voice search</string> <string name="hardware_keys_action_in_app_search">In-app search</string> - <!-- Navigation Bar #CM --> - <string name="navigation_bar_title">Navigation bar</string> + <!-- Navigation Bar --> + <string name="navigation_bar_title">Buttons and layout</string> <string name="navigation_bar_help_text">1 - To begin editing, tap the lock icon\n\n2 - Tap any button to assign or change functionality\n\n3 - Long press any button to rearrange the order\n\n4 - To save, tap the lock icon again\n\n5 - To restore system default, tap the reset button\n\n</string> <string name="navigation_bar_tips">• Actions can only be assigned to one button at a time\n\n• The home button cannot be re-assigned\n\n• Side buttons cannot be rearranged</string> <string name="navigation_bar_tips_title">Quick tips</string> @@ -5074,6 +5078,7 @@ <string name="title_tile_screen_timeout">Screen timeout</string> <string name="title_tile_usb_tether">USB Tether</string> <string name="title_tile_quiet_hours">Quiet hours</string> + <string name="title_tile_volume">Volume</string> <string name="title_dynamic_tiles">Dynamic tiles</string> <string name="dynamic_tiles_note_title">Note</string> @@ -5170,5 +5175,25 @@ <string name="advanced_reboot_title">Advanced reboot</string> <string name="advanced_reboot_summary">When unlocked, include options in the power menu for rebooting into recovery or bootloader</string> + <!-- Navigation bar buttons and shortcuts category title --> + <string name="navigation_bar_category">Navigation bar</string> + + <!-- Navigation ring shortcuts --> + <string name="navigation_ring_title">Quick launch shortcuts</string> + <string name="navring_target_reset_message">Delete all user created navigation bar shortcuts and restore to default?</string> + <string name="navring_target_reset">Navigation bar shortcuts reset to default</string> + <string name="navring_target_save">Navigation bar shortcuts saved</string> + <string name="navring_action_open_ime_switcher">Open IME Switcher</string> + <string name="navring_action_kill_app">Kill app</string> + <string name="navring_action_none">None</string> + <string name="navring_action_take_screenshot">Take screenshot</string> + <string name="navring_action_ring_vibrate">Ring/Vibration</string> + <string name="navring_action_ring_silent">Ring/Silent</string> + <string name="navring_action_ring_vibrate_silent">Ring/Vibration/Silent</string> + <string name="navring_action_screen_off">Screen off</string> + <string name="navring_action_torch">Toggle torch</string> + <string name="navring_action_google_now">Google Now</string> + <string name="navring_choose_action_title">Choose action</string> + <!-- **** CYANOGENMOD ADDITIONS END **** --> </resources> |