blob: beb459b91b651279208a6cd04655db1c07631039 [file] [log] [blame]
xplodwildc5d09ba2013-09-12 21:34:16 +01001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 The OmniROM Project
3
4 Parts Copyright (C) 2012-2013 The CyanogenMod Project
5
6 This program is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
xplodwild0578cac2013-09-27 01:49:47 +01008 the Free Software Foundation, either version 3 of the License, or
xplodwildc5d09ba2013-09-12 21:34:16 +01009 (at your option) any later version.
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program. If not, see <http://www.gnu.org/licenses/>.
18 -->
19
20<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
xplodwild7d026f22013-11-08 23:52:21 +010021 <string name="ok">OK</string>
22 <string name="reset">Reset</string>
23
xplodwildc5d09ba2013-09-12 21:34:16 +010024 <string name="bars_and_menus_settings">Bars and menus</string>
0xD34Da07d7c52013-09-21 17:35:01 +010025 <string name="active_display_settings">ActiveDisplay</string>
xplodwildc5d09ba2013-09-12 21:34:16 +010026 <string name="bars_and_menus_category_status_bar_title">Status bar</string>
Danny Baumannbc00afe2013-12-12 15:22:27 +010027 <string name="bars_and_menus_category_navigation_bar_title">Navigation bar</string>
xplodwildc5d09ba2013-09-12 21:34:16 +010028 <string name="status_bar_battery_title">Battery style</string>
Andrew Dodd82f795a2013-09-28 17:39:23 -040029 <string name="status_bar_toggle_brightness">Brightness control</string>
30 <string name="status_bar_toggle_brightness_summary">Adjust brightness by sliding across status bar</string>
31 <string name="status_bar_toggle_info">Automatic brightness is enabled</string>
xplodwildc5d09ba2013-09-12 21:34:16 +010032 <string name="status_bar_signal_text_title">Signal status style</string>
33 <string name="status_bar_style_icon">Icon</string>
34 <string name="status_bar_style_hidden">Hidden</string>
35 <string name="status_bar_signal_text_show_text">Text</string>
36 <string name="status_bar_battery_status_percentage">Percentage</string>
37 <string name="status_bar_battery_status_circle">Circle</string>
38 <string name="status_bar_battery_status_circle_percentage">Circle with percentage</string>
maxwencd04a632013-11-29 03:06:22 +010039 <string name="status_bar_notif_count_title">Notification count</string>
40 <string name="status_bar_notif_count_summary">Show number of pending notifications</string>
xplodwild724c7862013-09-13 15:40:02 +010041
xplodwild724c7862013-09-13 15:40:02 +010042 <!-- String for IconPicker -->
43 <string name="icon_picker_title">Choose icon source</string>
44 <string name="icon_picker_system_icons_title">System icons</string>
45 <string name="icon_picker_gallery_title">Gallery</string>
46 <string name="icon_picker_pack_title">Icon pack</string>
47
48 <string name="profile_applist_title">Apps</string>
xplodwild0578cac2013-09-27 01:49:47 +010049 <string name="profile_choose_app">Choose app</string>
50 <string name="profiles_add">Add</string>
51
52 <!-- Notification light dialogs -->
53 <string name="edit_light_settings">Edit light settings</string>
54 <string name="pulse_speed_title">Pulse length and speed</string>
maxwen4c92f182013-10-21 00:13:06 +020055 <string name="color_list_title">Color</string>
xplodwild0578cac2013-09-27 01:49:47 +010056 <string name="default_time">Normal</string>
57 <string name="custom_time">Custom</string>
58 <string name="dialog_test">Test</string>
59 <string name="dialog_delete_title">Delete</string>
60 <string name="dialog_delete_message">Remove selected item?</string>
61 <string name="dialog_test_message">Turn the screen off to see the selected notification in action or dismiss this dialog to stop the test</string>
62 <string name="dialog_test_button">Dismiss</string>
63
64 <!-- Lights settings screen, notification light settings -->
maxwenee838e52013-11-26 03:15:35 +010065 <string name="notification_light_enable">Enable</string>
xplodwild0578cac2013-09-27 01:49:47 +010066 <string name="notification_light_general_title">General</string>
67 <string name="notification_light_applist_title">Applications</string>
68 <string name="notification_light_phonelist_title">Phone</string>
69 <string name="notification_light_use_custom">Use custom values</string>
70 <string name="notification_light_enabled">Enabled</string>
71 <string name="notification_light_disabled">Disabled</string>
72 <string name="notification_light_default_value">Default</string>
73 <string name="notification_light_missed_call_title">Missed call</string>
74 <string name="notification_light_voicemail_title">Voicemail</string>
75
76 <!-- Values for the notification light pulse spinners -->
77 <string name="pulse_length_always_on">Always on</string>
78 <string name="pulse_length_very_short">Very short</string>
79 <string name="pulse_length_short">Short</string>
80 <string name="pulse_length_normal">Normal</string>
81 <string name="pulse_length_long">Long</string>
82 <string name="pulse_length_very_long">Very long</string>
83 <string name="pulse_speed_very_fast">Very fast</string>
84 <string name="pulse_speed_fast">Fast</string>
85 <string name="pulse_speed_normal">Normal</string>
86 <string name="pulse_speed_slow">Slow</string>
87 <string name="pulse_speed_very_slow">Very slow</string>
88
maxwen4c92f182013-10-21 00:13:06 +020089 <string name="led_color_green">Green</string>
90 <string name="led_color_red">Red</string>
91
xplodwild0578cac2013-09-27 01:49:47 +010092 <!-- Battery light settings -->
maxwenee838e52013-11-26 03:15:35 +010093 <string name="battery_light_enable">Enable</string>
xplodwild0578cac2013-09-27 01:49:47 +010094 <string name="battery_low_pulse_title">Pulse if battery low</string>
95 <string name="battery_light_list_title">Colors</string>
96 <string name="battery_light_low_color_title">Battery low</string>
97 <string name="battery_light_medium_color_title">Charging</string>
maxwenee838e52013-11-26 03:15:35 +010098 <string name="battery_light_full_color_title">Charged (90%)</string>
99 <string name="battery_light_really_full_color_title">Charged (100%)</string>
100 <string name="edit_battery_settings">Edit battery settings</string>
xplodwild0578cac2013-09-27 01:49:47 +0100101
maxwenc52eda62013-10-02 02:02:56 +0200102 <!-- brightness settings -->
103 <string name="brightness_settings_title">Brightness setup</string>
104 <string name="screen_current_value">Current screen value: <xliff:g id="screen_level">%d</xliff:g></string>
105 <string name="button_current_value">Current button value: <xliff:g id="button_level">%d</xliff:g></string>
106
107 <string name="auto_brightness_sensitivity_title">Adjustment sensitivity</string>
108 <string name="auto_brightness_sensitivity_summary">Medium</string>
109 <string name="auto_brightness_sensitivity_verylow">Very low</string>
110 <string name="auto_brightness_sensitivity_low">Low</string>
111 <string name="auto_brightness_sensitivity_medium">Medium</string>
112 <string name="auto_brightness_sensitivity_high">High</string>
113 <string name="auto_brightness_sensitivity_veryhigh">Very high</string>
114
115 <string name="screen_brightness_category">Screen</string>
116 <string name="screen_auto_brightness">Automatic levels</string>
117 <string name="screen_auto_brighness_summary">Screen brightness levels for automatic mode</string>
118 <string name="button_auto_brightness">Automatic levels</string>
119 <string name="button_auto_brighness_summary">Button brightness levels for automatic mode</string>
120 <string name="button_brightness_category">Buttons</string>
121 <string name="button_no_brightness">Dark mode</string>
122 <string name="button_no_brightness_summary">Don\'t set button brightness</string>
123 <string name="button_link_brightness">Link to screen</string>
124 <string name="button_link_brightness_summary">Buttons brightness will use the same value as the screen</string>
125 <string name="button_manual_brightness">Manual level</string>
126 <string name="button_manual_brightness_summary">Button brightness level for manual mode</string>
maxwenf69337b2013-11-14 11:59:29 +0100127 <string name="dialog_manual_brightness_title">Manual button brightness</string>
maxwenc52eda62013-10-02 02:02:56 +0200128 <!-- Automatic brightness customization -->
129 <string name="auto_brightness_setup_title">Automatic brightness</string>
130 <string name="light_sensor_current_value">Current light sensor value: <xliff:g id="light_level">%d</xliff:g> lux</string>
131 <string name="auto_brightness_dialog_title">Automatic brightness levels</string>
132 <string name="auto_brightness_level_format"><xliff:g id="level">%1$d</xliff:g></string>
133 <string name="auto_brightness_last_level_format"><xliff:g id="level">%1$d</xliff:g>+</string>
134 <string name="auto_brightness_adjust_button">Adjust</string>
135 <string name="auto_brightness_close_button">Close</string>
136 <string name="auto_brightness_reset_button">Reset</string>
137 <string name="auto_brightness_split_dialog_title">Split brightness level</string>
138 <string name="auto_brightness_level_dialog_title">Brightness level</string>
139 <string name="auto_brightness_lux">Ambient brightness (lux)</string>
140 <string name="auto_brightness_backlight">Brightness</string>
141 <string name="auto_brightness_reset_dialog_title">Reset levels?</string>
142 <string name="auto_brightness_reset_confirmation">All brightness levels will be reset to their default settings.</string>
143 <string name="auto_brightness_split_lux_format">Split position (between <xliff:g id="min">%1$d</xliff:g> and <xliff:g id="max">%2$d</xliff:g> lux)</string>
144 <string name="auto_brightness_level_options">Light level options</string>
145 <string name="auto_brightness_menu_edit">Edit</string>
146 <string name="auto_brightness_menu_split">Split</string>
147 <string name="auto_brightness_menu_remove">Remove</string>
148 <string name="sensor_category">Sensor</string>
maxwenf69337b2013-11-14 11:59:29 +0100149 <string name="button_timeout_title">Timeout</string>
150 <plurals name="button_timeout_time">
151 <item quantity="one"><xliff:g id="seconds">%d</xliff:g> second</item>
152 <item quantity="other"><xliff:g id="seconds">%d</xliff:g> seconds</item>
153 </plurals>
154 <string name="button_timeout_enabled">Enabled for <xliff:g id="timeout">%s</xliff:g></string>
155 <string name="button_timeout_disabled">Disabled</string>
156 <string name="dialog_button_timeout_title">Button brightness timeout</string>
maxwenc52eda62013-10-02 02:02:56 +0200157
maxwen32cd9a62013-10-03 22:34:05 +0200158 <!-- button settings -->
159 <string name="button_volume_keys_title">Volume</string>
160 <string name="button_volume_wake_title">Volume button wake</string>
161 <string name="button_volume_wake_summary">Pressing a volume button will wake your device</string>
crondogba543152013-11-14 19:48:46 +1100162 <string name="button_headsethook_title">Headset</string>
163 <string name="button_headsethook_launch_voice_title">Headset launches voice</string>
164 <string name="button_headsethook_launch_voice_summary">Pressing the headset button will launch voice controls</string>
maxwen32cd9a62013-10-03 22:34:05 +0200165
tectas2dc86742013-10-26 21:32:38 +0200166 <!-- Network speed -->
167 <string name="show_network_speed">Network speed indicator</string>
168 <string name="show_network_speed_summary">Show network speed in statusbar</string>
169
herna3c33f8c2013-11-22 02:50:54 -0800170 <!-- Status Bar Activity Indicators -->
171 <string name="show_activity_indicators_on_status_bar_title">Network activity indicator</string>
172 <string name="show_activity_indicators_on_status_bar_summary">Show network activity in statusbar</string>
173
maxwen800a2e22013-11-17 02:49:27 +0100174 <!-- Hardware keys -->
175 <string name="button_keys_title">Keys</string>
176 <string name="keys_bindings_title">Key actions</string>
177 <string name="button_keys_back_title" >Back key</string>
178 <string name="button_keys_home_title" >Home key</string>
179 <string name="button_keys_menu_title" >Menu key</string>
180 <string name="button_keys_assist_title" >Search key</string>
181 <string name="button_keys_appSwitch_title" >App switch key</string>
182 <string name="keys_enable_custom_title">Custom actions</string>
183 <string name="keys_back_press_title">Back key</string>
184 <string name="keys_back_long_press_title">Back key (long press)</string>
185 <string name="keys_home_press_title">Home key</string>
186 <string name="keys_home_long_press_title">Home key (long press)</string>
187 <string name="keys_home_double_tap_title">Home key (double tap)</string>
188 <string name="keys_menu_press_title">Menu key</string>
189 <string name="keys_menu_long_press_title">Menu key (long press)</string>
190 <string name="keys_assist_press_title">Search key</string>
191 <string name="keys_assist_long_press_title">Search key (long press)</string>
192 <string name="keys_app_switch_press_title">App switch key</string>
193 <string name="keys_app_switch_long_press_title">App switch key (long press)</string>
194 <string name="keys_action_nothing">No action</string>
195 <string name="keys_action_menu">Open/close menu</string>
196 <string name="keys_action_app_switch">Recent apps switcher</string>
197 <string name="keys_action_search">Search assistant</string>
198 <string name="keys_action_voice_search">Voice search</string>
199 <string name="keys_action_in_app_search">In-app search</string>
200 <string name="keys_action_home">Home button</string>
201 <string name="keys_action_back">Back button</string>
202 <string name="keys_action_last_app">Switch to last app</string>
203 <string name="keys_action_kill_app">Kill app</string>
204 <string name="keys_action_normal">Normal press</string>
205 <string name="keys_action_long">Long press</string>
206 <string name="keys_action_double">Double tap</string>
207 <string name="dialog_no_home_key_title">No home action</string>
208 <string name="no_home_key">You have no button assigned to the \"Home\" action! This can make your device unusable!</string>
Tectas89818412013-11-21 13:56:10 +0100209
Sasikumar D R1fe7f5f2013-11-23 22:15:00 +0530210 <!-- Power Menu Options-->
211 <string name="bars_and_menus_category_power_menu_title">Power menu</string>
maxwencd04a632013-11-29 03:06:22 +0100212 <string name="power_menu_toggle_screenshot_title">Screenshot</string>
213 <string name="power_menu_toggle_screenshot_summary">Show screenshot option in Power Menu</string>
Sasikumar D R8ed91692013-11-30 23:00:55 +0530214 <string name="power_menu_toggle_screenrecord_title">Screen Record</string>
215 <string name="power_menu_toggle_screenrecord_summary">Show screen Record option in Power Menu</string>
Sergiu Sandorcab521f2013-12-14 13:03:21 +0200216 <string name="power_menu_toggle_mobile_data_title">Mobile Data</string>
217 <string name="power_menu_toggle_mobile_data_summary">Show Mobile Data option in Power Menu</string>
218 <string name="power_menu_toggle_airplane_mode_title">Airplane mode</string>
219 <string name="power_menu_toggle_airplane_mode_summary">Show Airplane option in Power Menu</string>
220 <string name="power_menu_toggle_sound_toggles_title">Sound toggles</string>
221 <string name="power_menu_toggle_sound_toggles_summary">Show sound toggles in Power Menu</string>
Sasikumar D R1fe7f5f2013-11-23 22:15:00 +0530222
0xD34Da07d7c52013-09-21 17:35:01 +0100223 <!-- Active Display Notifications -->
224 <string name="ad_settings_title">Active display</string>
225 <string name="ad_settings_summary">Change active display settings</string>
226 <string name="ad_enable_title">Enable</string>
227 <string name="ad_enable_summary_on">Active display enabled</string>
228 <string name="ad_enable_summary_off">Active display disabled</string>
229 <string name="ad_text_title">Notification text</string>
230 <string name="ad_text_summary">Show the notification text around the ring.</string>
231 <string name="ad_all_notifications_title">All notifications</string>
232 <string name="ad_all_notifications_summary">Show all notifications including ongoing, non-clearable notifications.</string>
233 <string name="ad_hide_low_priority_title">Hide low priority</string>
234 <string name="ad_hide_low_priority_title">Hide low priority</string>
235 <string name="ad_hide_low_priority_summary">Hide low priority notifications such as those from Google Now.</string>
236 <string name="ad_pocket_mode_title">Pocket mode</string>
237 <string name="ad_pocket_mode_summary">Show active display notifications when you take the device out of your pocket.</string>
238 <string name="ad_redisplay_title">Redisplay notifications</string>
Schubifbf72842013-11-26 14:11:05 +0100239 <string name="ad_timeout_title">Display timeout</string>
Sergiu Sandorb882fb72013-12-07 18:21:24 +0200240 <string name="ad_threshold_title">Threshold to proximity</string>
0xD34Da07d7c52013-09-21 17:35:01 +0100241 <string name="ad_brightness_title">Notification brightness</string>
242 <string name="ad_customizations_title">Customizations</string>
243 <string name="ad_excluded_apps_title">Excluded applications</string>
244 <string name="ad_excluded_apps_summary">Excluded applications will not show up in active display.</string>
245 <string name="ad_show_date_title">Show date</string>
246 <string name="ad_show_ampm_title">Show AM/PM</string>
247 <string name="ad_sunlight_mode_title">Sunlight mode</string>
248 <string name="ad_brightness_summary">Brightness level for displaying notifications when automatic brightness is not enabled.</string>
249 <string name="ad_show_date_summary">Show the date above the clock</string>
250 <string name="ad_show_ampm_summary">Show AM/PM indicator next to time when using 12hour format</string>
251 <string name="ad_sunlight_mode_summary">Invert the colors when in areas with bright light such as direct sunlight.</string>
Sergiu Sandorb882fb72013-12-07 18:21:24 +0200252 <string name="ad_turnoff_mode_title">Turn off display</string>
253 <string name="ad_turnoff_mode_summary">Turn off display if the device gets pocketed again and was turned on by Active Display.</string>
0xD34Da07d7c52013-09-21 17:35:01 +0100254 <string name="ad_redisplay_never">Never</string>
255 <string name="ad_redisplay_1m">1 minute</string>
256 <string name="ad_redisplay_5m">5 minutes</string>
257 <string name="ad_redisplay_15m">15 minutes</string>
258 <string name="ad_redisplay_30m">30 minutes</string>
259 <string name="ad_redisplay_1h">1 hour</string>
260 <string name="ad_redisplay_2h">2 hours</string>
261 <string name="ad_redisplay_5h">5 hours</string>
Schubifbf72842013-11-26 14:11:05 +0100262 <string name="ad_timeout_3s">3 seconds</string>
263 <string name="ad_timeout_5s">5 seconds</string>
264 <string name="ad_timeout_8s">8 seconds</string>
265 <string name="ad_timeout_10s">10 seconds</string>
266 <string name="ad_timeout_15s">15 seconds</string>
267 <string name="ad_timeout_25s">25 seconds</string>
Sergiu Sandorb882fb72013-12-07 18:21:24 +0200268 <string name="ad_threshold_0s">Instant</string>
269 <string name="ad_threshold_1s">1 second</string>
270 <string name="ad_threshold_2s">2 seconds</string>
271 <string name="ad_threshold_3s">3 seconds</string>
272 <string name="ad_threshold_4s">4 seconds</string>
273 <string name="ad_threshold_5s">5 seconds</string>
0xD34Da07d7c52013-09-21 17:35:01 +0100274 <string name="ad_pocket_mode_off">Off</string>
275 <string name="ad_pocket_mode_notifications">Notifications only</string>
276 <string name="ad_pocket_mode_always">Always</string>
maxwencd04a632013-11-29 03:06:22 +0100277 <string name="bars_and_menus_category_recent_panel_title" >Recents view</string>
Tectas89818412013-11-21 13:56:10 +0100278
Alexander Martinz7f17dfb2013-12-01 19:39:06 +0100279 <!-- Recents clear all -->
maxwencd04a632013-11-29 03:06:22 +0100280 <string name="show_recent_clear_all_button_title">Clear all button</string>
281 <string name="show_recent_clear_all_button_summary">Show clear all button within the recent applications view</string>
Tectas89818412013-11-21 13:56:10 +0100282 <string name="recent_clear_all_button_location_title">Clear all button position</string>
maxwencd04a632013-11-29 03:06:22 +0100283 <string name="recent_clear_all_button_location_summary">Choose position of the clear all button</string>
Tectas89818412013-11-21 13:56:10 +0100284 <string name="recent_clear_all_button_location_top_left">Top left</string>
285 <string name="recent_clear_all_button_location_top_right">Top right</string>
286 <string name="recent_clear_all_button_location_bottom_left">Bottom left</string>
287 <string name="recent_clear_all_button_location_bottom_right">Bottom right</string>
288
Alexander Martinz7f17dfb2013-12-01 19:39:06 +0100289 <!-- Memory Indicator -->
290 <string name="show_recents_memory_indicator_title">Memory indicator</string>
291 <string name="show_recents_memory_indicator_summary">Show a memory indicator within the recent applications view</string>
292 <string name="recents_memory_indicator_location_title">Memory indicator position</string>
293 <string name="recents_memory_indicator_location_summary">Choose position of the memory indicator</string>
294
Tectas1ab01222013-11-15 14:13:41 +0100295 <!-- Contextual Notification Panel Header -->
xplodwilde24175e2013-11-27 11:58:11 +0100296 <string name="notification_drawer_category_title">Notification drawer</string>
297 <string name="custom_statusbar_header_title">Contextual notification panel header</string>
298 <string name="custom_statusbar_header_summary">Sets the background of the notification panel header to an image based on the current date and time</string>
299
Tectas1ab01222013-11-15 14:13:41 +0100300 <!-- Volume default -->
301 <string name="button_volume_default_none">None</string>
302 <string name="button_volume_default_ringer">Ringer</string>
303 <string name="button_volume_default_media">Media</string>
304 <string name="button_volume_default_title">Volume default</string>
305 <string name="button_volume_default_summary">Choose which volume gets changed by default</string>
306
Danny Baumannbc00afe2013-12-12 15:22:27 +0100307 <!-- Navigation ring shortcuts -->
308 <string name="navigation_ring_title">Quick launch shortcuts</string>
309 <string name="navring_target_reset_message">Delete all user created navigation bar shortcuts and restore to default?</string>
310 <string name="navring_target_reset">Navigation bar shortcuts reset to default</string>
311 <string name="navring_action_open_ime_switcher">Open IME Switcher</string>
312 <string name="navring_action_kill_app">Kill app</string>
313 <string name="navring_action_none">None</string>
314 <string name="navring_action_take_screenshot">Take screenshot</string>
315 <string name="navring_action_ring_vibrate">Ring/Vibration</string>
316 <string name="navring_action_ring_silent">Ring/Silent</string>
317 <string name="navring_action_ring_vibrate_silent">Ring/Vibration/Silent</string>
318 <string name="navring_action_screen_off">Screen off</string>
319 <string name="navring_action_torch">Toggle torch</string>
320 <string name="navring_action_google_now">Google Now</string>
321 <string name="navring_choose_action_title">Choose action</string>
322
323 <!-- String for IconPicker -->
324 <string name="icon_picker_title">Choose icon source</string>
325 <string name="icon_picker_system_icons_title">System icons</string>
326 <string name="icon_picker_gallery_title">Gallery</string>
327 <string name="icon_picker_pack_title">Icon pack</string>
328
329 <!-- Lock Screen Shortcuts -->
330 <string name="lockscreen_target_info">Drag the slider to targets to assign shortcuts</string>
331 <string name="lockscreen_target_title">Slider shortcuts</string>
332 <string name="lockscreen_target_summary">View or change custom lock screen shortcuts</string>
333 <string name="lockscreen_target_reset">Lock screen shortcuts reset to default</string>
334 <string name="lockscreen_target_reset_title">Reset</string>
335 <string name="lockscreen_target_reset_message">Delete all user created lock screen shortcuts and restore to default?</string>
336 <string name="lockscreen_target_empty">Empty</string>
337 <string name="lockscreen_target_edit_title">Edit shortcut and icon</string>
338 <string name="lockscreen_target_edit_msg">Select or change the desired application or activity and the associated icon</string>
339
340 <!-- Lock screen shortcuts -->
341 <string name="picker_activities">Activities</string>
342 <string name="select_custom_app_title">Select custom app</string>
343 <string name="select_custom_activity_title">Select custom activity</string>
344 <string name="icon_picker_choose_icon_title">Choose icon</string>
345 <string name="icon_picker_alarm">Alarm</string>
346 <string name="icon_picker_browser">Browser</string>
347 <string name="icon_picker_calendar">Calendar</string>
348 <string name="icon_picker_camera">Camera</string>
349 <string name="icon_picker_chrome">Chrome</string>
350 <string name="icon_picker_contacts">Contacts</string>
351 <string name="icon_picker_email">Email</string>
352 <string name="icon_picker_email2">Email Holo</string>
353 <string name="icon_picker_facebook">Facebook</string>
354 <string name="icon_picker_gallery">Gallery</string>
355 <string name="icon_picker_google_small">Google (small)</string>
356 <string name="icon_picker_googleplus">Google Plus</string>
357 <string name="icon_picker_googletalk">Hangouts</string>
358 <string name="icon_picker_maps">Maps</string>
359 <string name="icon_picker_movie">Movie</string>
360 <string name="icon_picker_music">Music</string>
361 <string name="icon_picker_nav_normal">Navigation</string>
362 <string name="icon_picker_phone">Phone</string>
363 <string name="icon_picker_podcast">Podcast</string>
364 <string name="icon_picker_rss">Rss</string>
365 <string name="icon_picker_search">Search</string>
366 <string name="icon_picker_sms">Messaging</string>
367 <string name="icon_picker_twitter">Twitter</string>
368
crondogd4df9202013-12-10 10:01:26 +1100369 <!-- Status Bar QS Quick pulldown -->
370 <string name="qs_quick_pulldown_title">Quick Settings pulldown</string>
371 <string name="qs_quick_pulldown_summary">Access Quick Settings by pulling down on the right side of the status bar</string>
xplodwildc5d09ba2013-09-12 21:34:16 +0100372</resources>