diff options
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 1d6c751..62d5ca6 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -4988,20 +4988,17 @@ <string name="enable_nfc">NFC is not enabled and is required for NFC Unlock. Please turn on NFC.</string> <string name="ok">NFC Settings</string> - <!--Drawer strings--> - <!-- Text to describe the "open drawer" action for accessibility purpose [CHAR LIMIT=50] --> - <string name="drawer_open">Open navigation drawer</string> - <!-- Text to describe the "close drawer" action for accessibility purpose [CHAR LIMIT=50] --> - <string name="drawer_close">Close navigation drawer</string> - <!--Dashboard strings--> - <!-- Text to describe the dashboard entry into the Drawer [CHAR LIMIT=16] --> - <string name="dashboard_title">Overview</string> - <string name="dashboard_wip" translatable="false">Overview and Search are work in progress and Confidential\n\nDrag the Drawer on the left to see the settings list</string> + <!-- Text to describe the dashboard fragment title [CHAR LIMIT=16] --> + <string name="dashboard_title">Settings</string> <!-- Search strings --> + <!-- Text to describe the search results fragment title [CHAR LIMIT=16] --> + <string name="search_results_title">Settings</string> + <!-- Text used as a search hint into the search box --> + <string name="search_menu">Search</string> <!-- Text used as a search hint into the search box --> - <string name="query_hint_text">What are you looking for?</string> + <string name="query_hint_text">Search settings</string> <!--Search Keywords--> <string name="keywords_wifi">wifi wi-fi network connection</string> |