diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index d263e70..ded01d9 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1274,6 +1274,8 @@ <string name="wifi_display_pause">Pause</string> <!-- Wifi Display settings. The button text for sending play (resume) trigger during certification process. [CHAR LIMIT=40] --> <string name="wifi_display_resume">Resume</string> + <!-- Wifi Display settings. The dropdown menu title for choosing WPS configuration during certification process. [CHAR LIMIT=40] --> + <string name="wifi_display_wps_config">WPS configuration</string> <!-- Wifi Display settings. The dropdown menu title for choosing listen channel during certification process. [CHAR LIMIT=40] --> <string name="wifi_display_listen_channel">Listen channel</string> <!-- Wifi Display settings. The dropdown menu title for choosing operating channel during certification process. [CHAR LIMIT=40] --> @@ -2400,8 +2402,8 @@ <string name="location_category_recent_location_requests">Recent location requests</string> <!-- Location settings screen, displayed when there's no recent app accessing location --> <string name="location_no_recent_apps">No apps have requested location in the last 15 minutes.</string> - <!-- [CHAR LIMIT=30] Location settings screen, sub category for location services --> - <string name="location_category_location_services">Location services</string> + <!-- [CHAR LIMIT=30] Location settings screen, sub category for app settings --> + <string name="location_category_app_settings">App settings</string> <!-- [CHAR LIMIT=30] Location settings screen, recent location requests high battery use--> <string name="location_high_battery_use">High battery use</string> <!-- [CHAR LIMIT=30] Location settings screen, recent location requests low battery use--> @@ -3612,6 +3614,12 @@ <!-- [CHAR LIMIT=NONE] Label for process stats, duration of time the stats are over --> <string name="process_stats_memory_status">Device memory is currently <xliff:g id="memstate">%1$s</xliff:g></string> + <!-- [CHAR LIMIT=NONE] Label for item showing details of average RAM use --> + <string name="process_stats_ram_use">Average RAM use</string> + <!-- [CHAR LIMIT=NONE] Label for item showing percent of time spent running --> + <string name="process_stats_run_time">Run time</string> + <!-- [CHAR LIMIT=NONE] Subtitle for process stats services list --> + <string name="services_subtitle">Services</string> <!-- Voice input/output settings --><skip /> <!-- Title of setting on main settings screen. This item will take the user to the screen to tweak settings related to speech functionality --> |