Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / app / chromeos_strings.grdp
blobcb01481e668122d5f9e0524858e88e919abf7c07
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- ChromeOS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="pp_ifdef('chromeos')">. -->
4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code generic. No translation required.">
6 </message>
7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout dialog. Used in retail mode only.">
9 Are you still there?
10 </message>
11 <message name="IDS_IDLE_LOGOUT_WARNING_RESTART" desc="Restart label for the idle logout dialog. Used in retail mode only..">
12 This computer will reset in <ph name="LOGOUT_TIME_LEFT">$1<ex>20</ex></ph> seconds.
13 Press any key to continue exploring.
14 </message>
15 <message name="IDS_IDLE_LOGOUT_WARNING_RESTART_1S" desc="Restart label for the idle logout dialog at 1 second left. Used in retail mode only.">
16 This computer will reset in 1 second.
17 Press any key to continue exploring.
18 </message>
19 <message name="IDS_IDLE_LOGOUT_WARNING_RESTART_NOW" desc="Restart label for the idle logout dialog with no time left. Used in retail mode only.">
20 Going.. Going... Gone.
21 </message>
23 <!-- Imageburn Strings -->
24 <message name="IDS_CHECKING_FOR_UPDATES" desc="Notification for checking for update">
25 Checking for updates
26 </message>
27 <message name="IDS_UPDATE_VERIFYING" desc="Message that the system is verifying an update">
28 Verifying...
29 </message>
30 <message name="IDS_UPDATE_FINALIZING" desc="Message that the system is finalizing an update">
31 Finalizing...
32 </message>
33 <message name="IDS_IMAGEBURN_HEADER_TITLE" desc="Title that is displayed on image burning webpage ">
34 Create OS Recovery Media
35 </message>
36 <message name="IDS_IMAGEBURN_HEADER_DESCRIPTION" desc="Text diplayed under image burning page title">
37 If you ever need to restore your computer's operating system you'll need a recovery SD card or USB memory stick.
38 </message>
39 <message name="IDS_IMAGEBURN_HEADER_LINK" desc="Link to more info on system recovery">
40 Learn more about system recovery
41 </message>
42 <message name="IDS_IMAGEBURN_NO_DEVICES_STATUS" desc="Message telling user to insert removable media image will be burnt to">
43 Insert an SD card or USB memory stick
44 </message>
45 <message name="IDS_IMAGEBURN_NO_DEVICES_WARNING" desc="Warning that device must be at least 4GB big">
46 The device must have capacity of 4GB or greater.
47 </message>
48 <message name="IDS_IMAGEBURN_MUL_DEVICES_STATUS" desc="Message telling user to select storage device to use for burning">
49 Select a removable storage device to use
50 </message>
51 <message name="IDS_IMAGEBURN_USB_DEVICE_STATUS" desc="Message telling user that an USB memory stick has been detected">
52 USB memory stick detected
53 </message>
54 <message name="IDS_IMAGEBURN_SD_DEVICE_STATUS" desc="Message telling user that a SD card has been detected">
55 SD card detected
56 </message>
57 <message name="IDS_IMAGEBURN_DEVICES_WARNING" desc="Warning that data on selected device will be erased">
58 All files on <ph name="DEVICE_NAME">$1<ex>Kingston DataTraveler</ex></ph> will be erased.
59 </message>
60 <message name="IDS_IMAGEBURN_NO_CONNECTION_STATUS" desc="Message telling user that the device is not connected to the Internet">
61 Internet not connected
62 </message>
63 <message name="IDS_IMAGEBURN_NO_CONNECTION_WARNING" desc="Message instructing user to connect to the Internet">
64 Please connect to the Internet to proceed.
65 </message>
66 <message name="IDS_IMAGEBURN_INSUFFICIENT_SPACE_STATUS" desc="Message telling user that removable device has insufficient space">
67 Insufficient space
68 </message>
69 <message name="IDS_IMAGEBURN_INSUFFICIENT_SPACE_WARNING" desc="Message instructing user to insert device with enough capacity">
70 The storage device has a capacity of <ph name="DEVICE_CAPACITY">$1<ex>1MB</ex></ph>. Please insert a SD card or USB memory stick with at least 4GB of capacity.
71 </message>
72 <message name="IDS_IMAGEBURN_DOWNLOADING_STATUS" desc="Message telling user that the image is being downloaded">
73 Downloading recovery image...
74 </message>
75 <message name="IDS_IMAGEBURN_DOWNLOAD_PROGRESS_TEXT" desc="Information on downloaded amount">
76 <ph name="DOWNLOADED_AMOUNT">$1<ex>40kB</ex></ph> of <ph name="TOTAL_SIZE">$2<ex>250kB</ex></ph> downloaded
77 </message>
78 <message name="IDS_IMAGEBURN_DOWNLOAD_TIME_REMAINING" desc="Expected remaining time of the download">
79 Time remaining: <ph name="TIME_REMAINING">$1<ex>5s</ex></ph>
80 </message>
81 <message name="IDS_IMAGEBURN_UNZIP_STATUS" desc="Message telling user that the image is being extracted">
82 Extracting recovery image...
83 </message>
84 <message name="IDS_IMAGEBURN_BURN_STATUS" desc="Message telling user that the image is being copied">
85 Copying recovery image...
86 </message>
87 <message name="IDS_IMAGEBURN_BURN_PROGRESS_TEXT" desc="Information on burned amount">
88 <ph name="BURNT_AMOUNT">$1<ex>40kB</ex></ph> of <ph name="TOTAL_SIZE">$2<ex>250kB</ex></ph> copied
89 </message>
90 <message name="IDS_IMAGEBURN_PROGRESS_TIME_UNKNOWN" desc="Message telling user that a tast could take few minutes">
91 This may take a few minutes
92 </message>
93 <message name="IDS_IMAGEBURN_ERROR_STATUS" desc="Message telling user that an error occurred">
94 An error occurred
95 </message>
96 <message name="IDS_IMAGEBURN_DOWNLOAD_ERROR" desc="Message telling user that an error occurred during download">
97 There was a problem during recovery image download.
98 </message>
99 <message name="IDS_IMAGEBURN_EXTRACTING_ERROR" desc="Message telling user that downloaded zip could not be extracted">
100 There was a problem extracting image to the machine.
101 </message>
102 <message name="IDS_IMAGEBURN_BURN_ERROR" desc="Message telling user that something went wrong while burning the image to the device">
103 There was a problem during copying recovery image to device.
104 </message>
105 <message name="IDS_IMAGEBURN_DEVICE_NOT_FOUND_ERROR" desc="Message telling user that targetd device could not be found">
106 There was a problem while creating OS recovery media. Used storage device could not be found.
107 </message>
108 <message name="IDS_IMAGEBURN_USER_ERROR" desc="Message shown when user cancels burn process">
109 OS Recovery Media creation has been cancelled.
110 </message>
111 <message name="IDS_IMAGEBURN_NETWORK_ERROR" desc="Message shown when we loose network connectivity during download">
112 There was a problem during recovery image download. Network connection has been lost.
113 </message>
114 <message name="IDS_IMAGEBURN_SUCCESS_STATUS" desc="Message telling user that image burning was successful">
115 Success
116 </message>
117 <message name="IDS_IMAGEBURN_SUCCESS_DESC" desc="Message teling user that recovery media is ready to be used">
118 Your recovery media is ready. You may remove it from your system.
119 </message>
120 <message name="IDS_IMAGEBURN_PAGE_TITLE" desc="Image-burn html page title">
121 Create a Recovery Media
122 </message>
123 <message name="IDS_IMAGEBURN_CONFIRM_BUTTON" desc="Text on the button that starts burn process">
125 </message>
126 <message name="IDS_IMAGEBURN_CANCEL_BUTTON" desc="Text on the button that cancels download">
127 Cancel
128 </message>
129 <message name="IDS_IMAGEBURN_RETRY_BUTTON" desc="Text on the button that triggers burn restart">
130 Try again
131 </message>
133 <!-- Chrome OS Strings -->
134 <message name="IDS_ECHO_CONSENT_DIALOG_TEXT" desc="Dialog text shown when user is asked to give consent to proceed with redeeming ECHO offer.">
135 <ph name="SERVICE_NAME">$1<ex>Google Drive</ex></ph> wants to verify that you are using an eligible Chrome OS device. <ph name="MORE_INFO_LINK">$2<ex>More info</ex></ph>
136 </message>
137 <message name="IDS_ECHO_DISABLED_CONSENT_DIALOG_TEXT" desc="Dialog text shown when user is informed that redeeming offers is disabled for the device.">
138 Your IT administrator has disabled Chrome Goodies for your device. <ph name="MORE_INFO_LINK">$1<ex>More info</ex></ph>
139 </message>
140 <message name="IDS_ECHO_CONSENT_DISMISS_BUTTON" desc="Dismiss dialog button label for disabled echo dialog.">
141 Dismiss
142 </message>
143 <message name="IDS_FLAGS_DISABLE_QUICKOFFICE_COMPONENT_APP_NAME" desc="Name for the flag to disable Chrome Office Viewer component extension.">
144 Disable Chrome Office Viewer component extension
145 </message>
146 <message name="IDS_FLAGS_DISABLE_QUICKOFFICE_COMPONENT_APP_DESCRIPTION" desc="Description for the flag to disable Chrome Office Viewer component extension.">
147 Disable Chrome Office Viewer component extension for testing purpose.
148 </message>
149 <message name="IDS_FLAGS_ENABLE_QUICKOFFICE_DESKTOP_VIEWING_NAME" desc="Name for the flag to enable office document viewing.">
150 Enable document viewing.
151 </message>
152 <message name="IDS_FLAGS_ENABLE_QUICKOFFICE_DESKTOP_VIEWING_DESCRIPTION" desc="Description for the flag to enable office document viewing.">
153 Enable document viewing, instead of editing.
154 </message>
155 <message name="IDS_OFFERS_CONSENT_INFOBAR_LABEL_LEARN_MORE" desc="Text of the Learn More link in the echo dialog.">
156 Learn More
157 </message>
158 <message name="IDS_OFFERS_CONSENT_INFOBAR_ENABLE_BUTTON" desc="Enable button label.">
159 Allow
160 </message>
161 <message name="IDS_OFFERS_CONSENT_INFOBAR_DISABLE_BUTTON" desc="Disable button label.">
162 Deny
163 </message>
164 <message name="IDS_NETWORK_CONFIG_ERROR_INCORRECT_PASSWORD" desc="Error for network configuration: Incorrect password.">
165 Incorrect password
166 </message>
167 <message name="IDS_NETWORK_CONFIG_ERROR_NETWORK_TYPE_MISSING" desc="Error for network configuration: Network type missing.">
168 Network type missing
169 </message>
170 <message name="IDS_NETWORK_CONFIG_ERROR_NETWORK_PROP_DICT_MALFORMED" desc="Error for network configuration: Network property dictionary malformed.">
171 Network property dictionary malformed
172 </message>
173 <message name="IDS_NETWORK_ENROLLMENT_HANDLER_TITLE" desc="Title of the window for generating a new network certificate.">
174 Obtain network certificate
175 </message>
176 <message name="IDS_NETWORK_ENROLLMENT_HANDLER_INSTRUCTIONS" desc="Text in the window used for generating a new network certificate.">
177 The certificate required by network "<ph name="network_name">$1<ex>My Wireless</ex></ph>" is either not installed or is no longer valid. Please get a new certificate and try connecting again.
178 </message>
179 <message name="IDS_NETWORK_ENROLLMENT_HANDLER_BUTTON" desc="Text of the accept button for generating a new network certificate.">
180 Get new certificate
181 </message>
182 <message name="IDS_LOW_BATTERY_TITLE" desc="Title for low battery notification">
183 Battery Low
184 </message>
185 <message name="IDS_LOW_BATTERY_MESSAGE" desc="Message for low battery notification">
186 Less than <ph name="MINUTES">$1<ex>15 mins left</ex></ph>.
187 </message>
188 <message name="IDS_UPDATE_TITLE" desc="Title for update notification">
189 System Update
190 </message>
191 <message name="IDS_UPDATE_ERROR" desc="Notification for failed update">
192 System update failed.
193 </message>
194 <message name="IDS_UPDATE_AVAILABLE" desc="Notification for available update">
195 System update available. Preparing to download&#x2026;
196 </message>
197 <message name="IDS_UPDATE_COMPLETED" desc="Notification for update completed">
198 System update complete. Please restart the system.
199 </message>
200 <message name="IDS_INSTALLING_UPDATE" desc="Label shown on the updates installation screen during OOBE">
201 Please wait while <ph name="PRODUCT_NAME">$1<ex>Chrome OS</ex></ph> installs the latest system updates.
202 </message>
203 <message name="IDS_INSTALLING_UPDATE_DESC" desc="Additional info shown on the updates installation screen during OOBE">
204 Your computer will restart when the update is complete.
205 </message>
206 <message name="IDS_DOWNLOADING" desc="The format for ETA during the update downloading stage">
207 Downloading: <ph name="STATUS">$1<ex>Less than 1 minute left</ex></ph>
208 </message>
209 <message name="IDS_DOWNLOADING_TIME_LEFT_LONG" desc="The status text for downloading estimated time left, when estimated time is more than one hour">
210 More than 1 hour left
211 </message>
212 <message name="IDS_DOWNLOADING_TIME_LEFT_STATUS_ONE_HOUR" desc="The status text for downloading estimated time when about one hour remaining.">
213 About 1 hour left
214 </message>
215 <message name="IDS_DOWNLOADING_TIME_LEFT_STATUS_MINUTES" desc="The status text for downloading estimated time left in minutes. In the localized version instead of |minutes| some abbreviation like |mins| should be used.">
216 About <ph name="TIME">$1<ex>2</ex></ph> minutes left
217 </message>
218 <message name="IDS_DOWNLOADING_TIME_LEFT_SMALL" desc="The status text for downloading estimated time left, when estimated time is less than one minute">
219 Less than 1 minute left
220 </message>
221 <message name="IDS_DRIVE_OFFLINE_NOTIFICATION_MESSAGE" desc="Message shown in notification when Google Drive offline mode is automatically enabled.">
222 Google Drive can now be used offline.
223 </message>
224 <message name="IDS_DRIVE_OFFLINE_NOTIFICATION_BUTTON" desc="Label on button in notification when Google Drive offline mode is automatically enabled.">
225 Change your settings
226 </message>
227 <message name="IDS_UPDATE_CANCEL" desc="Message telling to press Escape to cancel update on a non-official build">
228 Press ESCAPE to skip (Non-official builds only).
229 </message>
230 <message name="IDS_UPDATE_CANCELLED" desc="Message shown when the update has been cancelled by user">
231 Cancelling update...
232 </message>
233 <message name="IDS_CHECKING_FOR_UPDATE_MSG" desc="Chrome OS OOBE: message shown during checking for update stage.">
234 <ph name="PRODUCT_NAME">$1<ex>Chrome</ex></ph> updates automatically so you always have the freshest version.
235 </message>
236 <message name="IDS_UPDATE_MSG" desc="Chrome OS OOBE: message shown during update stage.">
237 <ph name="PRODUCT_NAME">$1<ex>Chrome</ex></ph> updates automatically so you always have the freshest version. When this download completes, <ph name="PRODUCT_NAME">$1<ex>Chrome</ex></ph> will restart and you'll be on your way.
238 </message>
239 <message name="IDS_REMORA_CONFIRM_MESSAGE" desc="Remora confirm message on the first OOBE screen">
240 This device is ready to be set up.
241 </message>
242 <message name="IDS_WELCOME_SCREEN_GREETING" desc="Greeting message on the OOBE welcome screen">
243 Welcome!
244 </message>
245 <message name="IDS_WELCOME_SCREEN_TITLE" desc="Title of the OOBE welcome screen">
246 Connect
247 </message>
248 <message name="IDS_EULA_SCREEN_TITLE" desc="Title of the OOBE EULA screen">
249 The small print
250 </message>
251 <message name="IDS_AUTOSTART_WARNING_TITLE" desc="Title of the kiosk autostart screen">
252 Auto-start permission requested
253 </message>
254 <message name="IDS_KIOSK_AUTOSTART_SCREEN_WARNING_MSG" desc="Warning text shown on kiosk autolaunch screen above the exclamation icon.">
255 Do you want to automatically start this app when the machine turns on?
256 </message>
257 <message name="IDS_KIOSK_AUTOSTART_CONFIRM" desc="Confirm button text">
258 Confirm
259 </message>
260 <message name="IDS_KIOSK_ENABLE_SCREEN_WARNING" desc="Title of the kiosk enable screen">
261 Enable Kiosk Mode
262 </message>
263 <message name="IDS_KIOSK_ENABLE_SCREEN_WARNING_DETAILS" desc="Warning text shown on kiosk enable screen above the exclamation icon.">
264 Would you like to be able to run kiosk applications on this device?
265 </message>
266 <message name="IDS_KIOSK_ENABLE_SCREEN_SUCCESS" desc="Confirmation text shown on kiosk enable screen after the feature is successfully enabled.">
267 Kiosk applications can now be installed on this device.
268 </message>
269 <message name="IDS_KIOSK_ENABLE_SCREEN_ERROR" desc="Error text shown on kiosk enable screen after we failed enabling this feature.">
270 An error occurred. Kiosk mode will not be available on this device.
271 </message>
272 <message name="IDS_KIOSK_ENABLE_SCREEN_ENABLE_BUTTON" desc="Enable button text">
273 Enable
274 </message>
275 <message name="IDS_RESET_SCREEN_TITLE" desc="Title of the reset screen">
276 Factory reset
277 </message>
278 <message name="IDS_UPDATE_SCREEN_TITLE" desc="Title of the OOBE update screen">
279 Update
280 </message>
281 <message name="IDS_SIGNIN_SCREEN_TITLE" desc="Title of OOBE/Add User sign in screen">
282 Sign in
283 </message>
284 <message name="IDS_SIGNIN_SCREEN_PASSWORD_CHANGED" desc="Title of OOBE/Add User sign in screen when password was changed">
285 You have recently changed the password. Please sign in with the new one.
286 </message>
287 <message name="IDS_NETWORK_SELECTION_TITLE" desc="Welcome title shown on network selection screen">
288 Let's get started
289 </message>
290 <message name="IDS_OOBE_LANGUAGE_SELECTION_MSG" desc="Chrome OS OOBE: label for language selection dropdown">
291 What is your language?
292 </message>
293 <message name="IDS_NETWORK_SELECTION_SELECT" desc="Label for network selection dropdown">
294 Select a network
295 </message>
296 <message name="IDS_ANOTHER_NETWORK_SELECTION_SELECT" desc="Label for network selection dropdown on the network error screen.">
297 Or, select a new network
298 </message>
299 <message name="IDS_LANGUAGE_SELECTION_SELECT" desc="Label for language selection dropdown">
300 Select your language:
301 </message>
302 <message name="IDS_LANGUAGES_MEDIUM_LEN_NAME_CHINESE_SIMPLIFIED" desc="Medium length name for the input method for simplified Chinese which is shown following the text: Your input method has changed to...">
303 Simplified Chinese
304 </message>
305 <message name="IDS_LANGUAGES_MEDIUM_LEN_NAME_CHINESE_TRADITIONAL" desc="Medium length name for the input method for traditional Chinese which is show following the text: Your input method has changed to...">
306 Traditional Chinese
307 </message>
308 <message name="IDS_LANGUAGES_MEDIUM_LEN_NAME_KOREAN" desc="Medium length name for the input method for Korean which is show following the text: Your input method has changed to...">
309 Korean
310 </message>
311 <message name="IDS_KEYBOARD_SELECTION_SELECT" desc="Label for keyboard selection dropdown">
312 Select your keyboard:
313 </message>
314 <message name="IDS_NETWORK_SELECTION_NONE" desc="Text shown in combobox when no network are selected">
315 No selection
316 </message>
317 <message name="IDS_NETWORK_SELECTION_NONE_SELECTED" desc="Chrome OS Out-Of-Box: Text shown in network selection combobox when no network is selected">
318 Select
319 </message>
320 <message name="IDS_NETWORK_SELECTION_CONNECTING" desc="Text shown when known device is connecting to known network">
321 Connecting to <ph name="NETWORK_ID">$1<ex>Public Wifi</ex></ph>
322 </message>
323 <message name="IDS_NETWORK_SELECTION_CONTINUE_BUTTON" desc="Text shown on continue button">
324 Continue
325 </message>
326 <message name="IDS_NETWORK_SELECTION_ERROR" desc="Error shown when connection to network failed or timed out.">
327 <ph name="PRODUCT_NAME">$1<ex>Chrome OS</ex></ph> was unable to connect to <ph name="NETWORK_ID">$2<ex>Public Wifi</ex></ph>. Please select another network or try again.
328 </message>
329 <message name="IDS_OOBE_ACCESSIBILITY_LINK" desc="Link shown on OOBE screens that opens accessibility options menu.">
330 Accessibility
331 </message>
332 <message name="IDS_OOBE_SPOKEN_FEEDBACK_OPTION" desc="Spoken feedback option shown on OOBE screens accessibility menu.">
333 ChromeVox (spoken feedback)
334 </message>
335 <message name="IDS_OOBE_LARGE_CURSOR_OPTION" desc="Large mouse cursor option shown on OOBE screens accessibility menu.">
336 Large mouse cursor
337 </message>
338 <message name="IDS_OOBE_HIGH_CONTRAST_MODE_OPTION" desc="High contrast mode option shown on OOBE screens accessibility menu.">
339 High contrast mode
340 </message>
341 <message name="IDS_OOBE_SCREEN_MAGNIFIER_OPTION" desc="Screen magnifier option shown on OOBE screens accessibility menu.">
342 Screen magnifier
343 </message>
344 <message name="IDS_LOGIN_TITLE" desc="Title of sign in box">
345 Sign in
346 </message>
347 <message name="IDS_LOGIN_TITLE_HINT" desc="Hint under title 'Sign in to Chrome OS'">
348 with your Google Account
349 </message>
350 <message name="IDS_LOGIN_USERNAME">
351 Email
352 </message>
353 <message name="IDS_LOGIN_PASSWORD">
354 Password
355 </message>
356 <message name="IDS_DISABLED_ADD_USER_TOOLTIP" desc="Tooltip over disabled Add user button">
357 The owner of this device has disabled new users from being added
358 </message>
359 <message name="IDS_DISABLED_ADD_USER_TOOLTIP_ENTERPRISE" desc="Tooltip over disabled Add user button">
360 The administrator of this device has disabled new users from being added
361 </message>
362 <message name="IDS_APP_START_NETWORK_WAIT_MESSAGE" desc="Message displayed while installing and/or launching web application in kiosk mode.">
363 Waiting for network connection...
364 </message>
365 <message name="IDS_APP_START_APP_WAIT_MESSAGE" desc="Message displayed while installing and/or launching web application in kiosk mode.">
366 Initializing application...
367 </message>
368 <message name="IDS_APP_START_WAIT_FOR_APP_WINDOW_MESSAGE" desc="Message displayed while waiting for the application to create its window in kiosk mode.">
369 Waiting for application window...
370 </message>
371 <message name="IDS_APP_START_CONFIGURE_NETWORK" desc="Text displayed for configure network button while installing and/or launching web application in kiosk mode.">
372 Configure network
373 </message>
374 <message name="IDS_APP_START_NETWORK_WAIT_TIMEOUT_MESSAGE" desc="Message displayed while the network wait is timed out during app launching.">
375 Internet disconnected. Please check your internet connection.
376 </message>
377 <message name="IDS_APP_START_BAILOUT_SHORTCUT_FORMAT" desc="Message displayed at the bottom of app launch splash screen to show user the shortcut key to bailout the launch.">
378 Press Ctrl + Alt + S to switch to <ph name="IDS_SHORT_PRODUCT_OS_NAME">$1<ex>Chrome OS</ex></ph>
379 </message>
380 <message name="IDS_KIOSK_MODE_LOGIN_MESSAGE">
381 Click to start
382 </message>
383 <message name="IDS_LOGIN_CHANGE_PHOTO">
384 Change picture
385 </message>
386 <message name="IDS_LOGIN_PASSWORD_CHANGED_DIALOG_BOX_TITLE" desc="Title for the password changed dialog box">
387 Sign in
388 </message>
389 <message name="IDS_LOGIN_PASSWORD_CHANGED_TITLE" desc="Title of the dialog shown when password change has been detected">
390 Your password has changed
391 </message>
392 <message name="IDS_LOGIN_PASSWORD_CHANGED_DESC" desc="Detailed description of the password changed dialog">
393 Your Google Account password has changed since the last time you signed in on this computer.
394 </message>
395 <message name="IDS_LOGIN_PASSWORD_CHANGED_MORE_INFO" desc="Additional information on the password changed dialog">
396 Because <ph name="IDS_SHORT_PRODUCT_OS_NAME">$1<ex>Chrome OS</ex></ph> securely encrypts all your local data, you must enter the old password now to unlock that data.
397 </message>
398 <message name="IDS_LOGIN_PASSWORD_CHANGED_OLD_PASSWORD_HINT" desc="Old password field hint on the password changed dialog">
399 Enter old password
400 </message>
401 <message name="IDS_LOGIN_PASSWORD_CHANGED_INCORRECT_OLD_PASSWORD" desc="Error that is shown when incorrect old password was supplied for user cryptohome migration.">
402 Incorrect password
403 </message>
404 <message name="IDS_LOGIN_PASSWORD_CHANGED_CANT_REMEMBER" desc="Text of the link that lets user skip old password input on the password changed dialog">
405 Can't remember old password?
406 </message>
407 <message name="IDS_LOGIN_PASSWORD_CHANGED_BACK_BUTTON" desc="Text on the button that closes password changed dialog or navigates back through its states.">
408 Back
409 </message>
410 <message name="IDS_LOGIN_PASSWORD_CHANGED_PROCEED_ANYWAY" desc="Button to proceed without providing old password on the password changed dialog">
411 If you cannot remember your password, you may proceed but local data will be lost. Only synced settings and data will be retrieved.
412 </message>
413 <message name="IDS_LOGIN_PASSWORD_CHANGED_PROCEED_ANYWAY_BUTTON" desc="Button to proceed without providing old password on the password changed dialog">
414 Proceed anyway
415 </message>
416 <message name="IDS_LOGIN_PASSWORD_CHANGED_RESET" desc="Reset option of the password changed dialog">
417 Only retrieve synced settings and data
418 </message>
419 <message name="IDS_LOGIN_PASSWORD_CHANGED_MIGRATE" desc="Migrate option of the password changed dialog">
420 Migrate all Chrome OS data to the new password
421 (requires previous password)
422 </message>
423 <message name="IDS_LOGIN_PREVIOUS_PASSWORD" desc="Password field text on the password changed dialog">
424 Previous password
425 </message>
426 <message name="IDS_LOGIN_SAML_NOTICE" desc="Text message displayed above SAML portal to learly indicate that the user is being redirected to another sign-in provider.">
427 You are being redirected below to a sign-in service hosted by <ph name="SAML_DOMAIN">$1<ex>saml.com</ex></ph>.
428 </message>
429 <message name="IDS_LOGIN_CONFIRM_PASSWORD_TITLE" desc="Title for the confirm password dialog.">
430 Please confirm your password.
431 </message>
432 <message name="IDS_LOGIN_CONFIRM_PASSWORD_HINT" desc="Hint for the password field on the confirm password dialog.">
433 Type your password here to confirm.
434 </message>
435 <message name="IDS_LOGIN_CONFIRM_PASSWORD_CONFIRM_BUTTON" desc="Label for the confirm button on the confirm password dialog.">
436 Confirm
437 </message>
438 <message name="IDS_LOGIN_NO_PASSWORD_WARNING_TITLE" desc="Title for the no password warning dialog">
439 No password detected.
440 </message>
441 <message name="IDS_LOGIN_NO_PASSWORD_WARNING" desc="Body text of the no password warning dialog">
442 Password is not detected for your SAML identity provider. Please contact your administrator for more information.
443 </message>
444 <message name="IDS_LOGIN_NO_PASSWORD_WARNING_DISMISS_BUTTON" desc="Label for the dismiss button on the no password warning dialog.">
446 </message>
447 <message name="IDS_LOGIN_OFFLINE_EMAIL" desc="Email field text on the offline login screen. Note: should by the same as the one used on the Gaia sign-in page.">
448 Email
449 </message>
450 <message name="IDS_LOGIN_OFFLINE_PASSWORD" desc="Password field text on the offline login screen. Note: should by the same as the one used on the Gaia sign-in page.">
451 Password
452 </message>
453 <message name="IDS_LOGIN_OFFLINE_SIGNIN" desc="Sign in text on the offline login screen. Note: should by the same as the one used on the Gaia sign-in page.">
454 Sign In
455 </message>
456 <message name="IDS_LOGIN_OFFLINE_EMPTY_EMAIL" desc="Alert message about empty email on the offline login screen. Note: should by the same as the one used on the Gaia sign-in page.">
457 Enter your email address.
458 </message>
459 <message name="IDS_LOGIN_OFFLINE_EMPTY_PASSWORD" desc="Alert message about empty password on the offline login screen.">
460 Enter your password.
461 </message>
462 <message name="IDS_LOGIN_OFFLINE_ERROR" desc="Error alert message on the offline login screen. Note: should by the same as the one used on the Gaia sign-in page.">
463 The username or password you entered is incorrect.
464 </message>
465 <message name="IDS_CREATE_ACCOUNT_BUTTON">
466 Create a Google Account now
467 </message>
468 <message name="IDS_CANT_ACCESS_ACCOUNT_BUTTON">
469 Can't access your account?
470 </message>
471 <message name="IDS_BROWSE_WITHOUT_SIGNING_IN_BUTTON">
472 Skip sign-in and browse as Guest
473 </message>
474 <message name="IDS_CREATE_ACCOUNT_HTML" desc="Text shown on side of Google sign-in UI.">
475 If you don't have a Google Account you can <ph name="LINK_START">$1<ex>&gt;a&lt;</ex></ph>create a Google Account<ph name="LINK_END">$2<ex>&gt;/a&lt;</ex></ph> now.
476 </message>
477 <message name="IDS_BROWSE_WITHOUT_SIGNING_IN_HTML" desc="Text shown on side of Google sign-in UI.">
478 You may also skip signing in and <ph name="LINK_START">$1<ex>&gt;a&lt;</ex></ph>browse as Guest<ph name="LINK_END">$2<ex>&gt;/a&lt;</ex></ph>.
479 </message>
480 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_FEATURE_NAME" desc="Title close to icon shown on side of Google sign-in UI to create a supervised user.">
481 Supervised user
482 </message>
483 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_HTML" desc="Text with actual link shown on side of Google sign-in UI to create a supervised user.">
484 <ph name="LINK_START">$1<ex>&gt;a&lt;</ex></ph>Create a supervised user<ph name="LINK_END">$2<ex>&gt;/a&lt;</ex></ph> for this device.
485 </message>
486 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_NO_MANAGER_TEXT" desc="Text shown when supervised user can be created, but no users that can be manager exist.">
487 At least one account must exist on this device before creating a supervised user.
488 </message>
489 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATION_RESTRICTED_TEXT" desc="Text shown when supervised user can be created, but owner of the device restricted managed user creation or whitelist has been enabled for this device.">
490 Creation of supervised users is restricted by the owner of this device.
491 </message>
492 <message name="IDS_CREATE_LOCALLY_MANAGED_INTRO_TEXT_TITLE" desc="Supervised user dialog, intro page, title">
493 What is a supervised user?
494 </message>
495 <message name="IDS_CREATE_LOCALLY_MANAGED_INTRO_ALTERNATE_TEXT" desc="Supervised user dialog, intro page, first paragraph">
496 A supervised user can explore the web with your guidance. As the manager of a supervised user, you can
497 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>allow or prohibit<ph name="END_BOLD">&lt;/strong&gt;</ph> certain websites,
498 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>review<ph name="END_BOLD">&lt;/strong&gt;</ph> websites the supervised user has visited, and
499 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>manage<ph name="END_BOLD">&lt;/strong&gt;</ph> other settings.
500 </message>
501 <message name="IDS_CREATE_LOCALLY_MANAGED_INTRO_TEXT_1" desc="Supervised user dialog, intro page, first paragraph">
502 A supervised user can explore the web with your guidance. As the manager of a supervised user in Chrome, you can:
503 </message>
504 <message name="IDS_CREATE_LOCALLY_MANAGED_INTRO_MANAGER_ITEM_1" desc="Supervised user dialog, intro page, options available to manager">
505 allow or prohibit certain websites,
506 </message>
507 <message name="IDS_CREATE_LOCALLY_MANAGED_INTRO_MANAGER_ITEM_2" desc="Supervised user dialog, intro page, options available to manager">
508 review websites the supervised user has visited, and
509 </message>
510 <message name="IDS_CREATE_LOCALLY_MANAGED_INTRO_MANAGER_ITEM_3" desc="Supervised user dialog, intro page, options available to manager">
511 manage other settings
512 </message>
513 <message name="IDS_CREATE_LOCALLY_MANAGED_INTRO_TEXT_2" desc="Supervised user dialog, intro page, second paragraph">
514 Creating a supervised user does not create a Google Account, and their settings
515 and data will not follow them to other devices with Chrome Sync. A supervised user applies only to this device.
516 </message>
517 <message name="IDS_CREATE_LOCALLY_MANAGED_INTRO_TEXT_3" desc="Supervised user dialog, intro page, third paragraph">
518 After you create a new supervised user, you can manage the settings at any time from any device at <ph name="MANAGEMENT_URL">$1<ex>www.example.com</ex></ph>.
519 </message>
520 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATE_PICK_MANAGER_TITLE" desc="Supervised user dialog, manager selection page, title of the page">
521 Choose the manager for this supervised user
522 </message>
523 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATE_PICK_MANAGER_EXPLANATION" desc="Supervised user dialog, manager selection page, explanation of the page">
524 The manager will be able to configure restrictions and settings for this supervised user at <ph name="MANAGEMENT_URL">$1<ex>www.example.com</ex></ph>.
525 </message>
526 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATE_MANAGER_PASSWORD_HINT" desc="Supervised user dialog, manager selection page, text shown as a hint in the user password field.">
527 Enter password
528 </message>
529 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATE_ACCOUNT_NAME_TITLE" desc="Supervised user dialog, new user page, title for name of new user">
530 Create a name -
531 </message>
532 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATE_ACCOUNT_NAME_EXPLANATION" desc="Supervised user dialog, new user page, explanation for name of new user">
533 This supervised user will be managed by <ph name="MANAGER_EMAIL">$1<ex>john.doe@example.com</ex></ph>.
534 </message>
535 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATE_PASSWORD_TITLE" desc="Supervised user dialog, new user page, title for password for new user.">
536 Create a password -
537 </message>
538 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATE_PASSWORD_EXPLANATION" desc="Supervised user dialog, new user page, explanation for password for new user.">
539 The supervised user will need to use this password to sign in, so choose a safe password and remember to discuss it with the supervised user.
540 </message>
541 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATE_PASSWORD_HINT" desc="Text shown as a hint in the password field in supervised user creation dialog.">
542 Enter password
543 </message>
544 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATE_PASSWORD_CONFIRM_HINT" desc="Text shown as a hint in the password confirmation field in supervised user creation dialog.">
545 Confirm password
546 </message>
547 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATE_CONTINUE_BUTTON_TEXT" desc="Text shown on continue button in supervised user creation dialog.">
548 Continue
549 </message>
550 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATE_START_BUTTON_TEXT" desc="Text shown on start button in supervised user creation dialog.">
551 Create supervised user
552 </message>
553 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATE_NEXT_BUTTON_TEXT" desc="Text shown on next button in supervised user creation dialog.">
554 Next
555 </message>
556 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATE_PREVIOUS_BUTTON_TEXT" desc="Text shown on previous button in supervised user creation dialog.">
557 Previous
558 </message>
559 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATED_1_TEXT_1" desc="Supervised user dialog, getting started page 1, paragraph 1">
560 A supervised user named <ph name="USER_DISPLAY_NAME">$1<ex>John</ex></ph> has been created.
561 </message>
562 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATED_1_TEXT_2" desc="Supervised user dialog, getting started page 1, paragraph 2">
563 To set which websites the supervised user can view, you can configure restrictions
564 and settings by visiting <ph name="MANAGEMENT_URL">$1<ex>www.example.com</ex></ph>.
565 If you do not change the default settings, <ph name="USER_DISPLAY_NAME">$2<ex>John</ex></ph>
566 can browse all sites on the web.
567 </message>
568 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATED_1_TEXT_3" desc="Supervised user dialog, getting started page 1, paragraph 3">
569 Please check your email at <ph name="BEGIN_BOLD">&lt;strong&gt;</ph><ph name="MANAGER_EMAIL">$1<ex>john.doe@example.com</ex></ph><ph name="END_BOLD">&lt;/strong&gt;</ph> for further instructions.
570 </message>
571 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATION_GOT_IT_BUTTON_TITLE" desc="Text for button on a screen with successful supervised user creation text">
572 Got it!
573 </message>
574 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATE_HANDLE_ERROR_BUTTON_TEXT" desc="Text for button on an error screen that closes supervised user creation dialog">
575 Okay
576 </message>
577 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATE_USERNAME_ALREADY_EXISTS" desc="Error text shown in supervised user creation dialog when local account with suggested name already exists on a device.">
578 Whoops, this name is already in use!
579 </message>
580 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATE_ILLEGAL_USERNAME" desc="Error text shown in supervised user creation dialog when suggested name contains illegal characters (e.g. html tags).">
581 Whoops, illegal symbols in name!
582 </message>
583 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATE_PASSWORD_MISMATCH_ERROR" desc="Error text shown in supervised user creation dialog when typed passwords does not match.">
584 Whoops, passwords do not match!
585 </message>
586 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATE_PASSWORD_TOO_SHORT" desc="Error text shown in supervised user creation dialog when typed password is too short.">
587 Password is too short.
588 </message>
589 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_MANAGER_PASSWORD_ERROR" desc="Error text shown in locally managed user creation dialog when manager password is incorrect.">
590 Incorrect password.
591 </message>
592 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_MANAGER_INCONSISTENT_STATE_TITLE" desc="Supervised user dialog, error page, manager account is in inconsistent state, title">
593 Oops, something went wrong
594 </message>
595 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_MANAGER_INCONSISTENT_STATE" desc="Supervised user dialog, error page, manager account is in inconsistent state, text">
596 To recover from this error, you will need to sign into your Google Account
597 from the sign-in screen. You can then sign out of your Google Account and
598 try creating a supervised user again.
599 </message>
600 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_MANAGER_INCONSISTENT_STATE_BUTTON" desc="Supervised user dialog, error page, manager account is in inconsistent state, button title">
601 OK, Take me back to sign-in screen
602 </message>
603 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_TPM_ERROR_TITLE" desc="Supervised user dialog, error page, tpm error during creation, title">
604 Oops, TPM error.
605 </message>
606 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_TPM_ERROR" desc="Supervised user dialog, error page, tpm error during creation, text">
607 Something is wrong with device. To recover from this error you will need to reboot device and try again.
608 </message>
609 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_TPM_ERROR_BUTTON" desc="Supervised user dialog, error page, tpm error during creation, button title">
611 </message>
612 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_GENERIC_ERROR_TITLE" desc="Supervised user dialog, error page, generic error during creation, title">
613 Oops, something went wrong
614 </message>
615 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_GENERIC_ERROR" desc="Supervised user dialog, error page, generic error during creation, text">
616 Due to an error, a supervised user was not created. Please try again later.
617 </message>
618 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_GENERIC_ERROR_BUTTON" desc="Supervised user dialog, error page, generic error during creation, button title">
620 </message>
621 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATION_ERROR_CANCEL_BUTTON_TITLE" desc="Text for button on an error reporting screen for supervised user creation, that is used to abort whole operation">
622 Cancel
623 </message>
624 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATION_ERROR_RETRY_BUTTON_TITLE" desc="Text for button on an error reporting screen for supervised user creation, that is used to retry failed operation">
625 Retry
626 </message>
627 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATION_AUTH_PROGRESS_MESSAGE" desc="Text shown next to progress indicator upon manager authentication.">
628 Authenticating
629 </message>
630 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATION_CREATION_PROGRESS_MESSAGE" desc="Text shown next to progress indicator upon supervised user creation.">
631 Creating supervised user
632 </message>
633 <message name="IDS_CREATE_LOCALLY_MANAGED_USER_CREATION_CREATION_TIMEOUT_MESSAGE" desc="Text shown at the place of progess indicator if creation takes too long and should be cancelled.">
634 This is taking much longer than it should.
635 </message>
636 <message name="IDS_USER_IS_LOCALLY_MANAGED_BY_NOTICE" desc="Text for notifications showing that this user is locally managed">
637 Usage and history of this user can be reviewed by the manager (<ph name="MANAGER_EMAIL">$1<ex>user@example.com</ex></ph>) on chrome.com.
638 </message>
639 <message name="IDS_SUPERVISED_USER_EXPIRED_TOKEN_WARNING" desc="Warning text that is shown on login screen trying to sign in as a supervised user that has expired token">
640 This supervised user may have been deleted or disabled by the manager. Please contact the manager if you would like to continue signing in as this user.
641 </message>
642 <message name="IDS_SUPERVISED_USER_IMPORT_USER_EXIST" desc="In list of supervised users eligible for import, this text indicates that user already is already imported on device.">
643 <ph name="USER_DISPLAY_NAME">$1<ex>John</ex></ph> (already on this device)
644 </message>
645 <message name="IDS_SUPERVISED_USER_IMPORT_USERNAME_EXIST" desc="In list of supervised users eligible for import, this text indicates that another supervised user with same name already exists on device.">
646 <ph name="USER_DISPLAY_NAME">$1<ex>John</ex></ph> (name used on this device)
647 </message>
648 <message name="IDS_SUPERVISED_USER_IMPORT_BUBBLE_TEXT" desc="Text shown in notification bubble when user enters name of user that can be imported.">
649 Looks like you're already managing a user by that name. Did you want to <ph name="LINK_START">$1<ex>&gt;a&lt;</ex></ph>import <ph name="USER_DISPLAY_NAME">$2<ex>John</ex></ph> to this device<ph name="LINK_END">$3<ex>&gt;/a&lt;</ex></ph>?
650 </message>
651 <message name="IDS_LOCAL_STATE_ERROR_TEXT_0" desc="Text for notification that Local State file is corrupted and powerwash is required.">
652 Unfortunately, <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> is unable to recover your settings. To fix the error, <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> must reset your device with Powerwash.
653 </message>
654 <message name="IDS_LOCAL_STATE_ERROR_TEXT_1" desc="Text for notification that all local files will be deleted while Google account and any synced data won't be affected.">
655 Resetting your device will not affect your Google accounts or any data synced to these accounts. However, all files saved locally on your device will be deleted.
656 </message>
657 <message name="IDS_LOCAL_STATE_ERROR_POWERWASH_BUTTON" desc="Button label to restart and powerwash the device.">
658 Restart and Powerwash
659 </message>
660 <message name="IDS_OFFLINE_LOGIN_HTML" desc="Text which suggests enter as an existing user when valid network isn't presented.">
661 If you've already registered on this device, you can <ph name="LINK2_START">$1<ex>&gt;a&lt;</ex></ph>sign in as an existing user<ph name="LINK2_END">$2<ex>&gt;/a&lt;</ex></ph>.
662 </message>
663 <message name="IDS_SHUTDOWN_BUTTON" desc="Text shown on shutdown button on login/locker screen">
664 Shut down
665 </message>
666 <message name="IDS_KIOSK_APPS_BUTTON" desc="Text shown on a button that brings up the kiosk apps menu on login screen">
667 Apps
668 </message>
669 <message name="IDS_LOGIN_USER_ADDING_BANNER" desc="Text shown on a banner in user adding screen.">
670 Sign in with another account
671 </message>
672 <message name="IDS_LOGIN_OOBE_HELP_DIALOG_TITLE" desc="Default title for help dialogs during OOBE/login">
673 Help
674 </message>
675 <message name="IDS_LOGIN_CAPTCHA_DIALOG_TITLE" desc="Title shown for captcha input dialog">
676 Sign in
677 </message>
678 <message name="IDS_LOGIN_CAPTCHA_INSTRUCTIONS" desc="Explanatory message shown when the user must type letters shown in a captcha image to reauthenticate.">
679 Type the characters you see in the picture below.
680 </message>
681 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_DATETIME">
682 Date and time
683 </message>
684 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_WIRED_NETWORK" desc="Title for section in settings/internet for list of wired networks (usually one)">
685 Wired network
686 </message>
687 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_WIRELESS_NETWORK" desc="Title for section in settings/internet for list of wireless networks (wifi and cellular)">
688 Wireless networks
689 </message>
690 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_WIFI_NETWORK" desc="Title for the Wifi network group on the settings page.">
691 Wi-Fi network
692 </message>
693 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_WIMAX_NETWORK" desc="Title for the WiMAX network group on the settings page.">
694 WiMAX network
695 </message>
696 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_CELLULAR_NETWORK" desc="Title for the cellular network group on the settings page.">
697 Mobile data
698 </message>
699 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_VIRTUAL_NETWORK" desc="Title for section in settings/internet for list of Virtual Private Networks (VPN)">
700 Private networks
701 </message>
702 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_PRIVATE_NETWORK" desc="Title for Virtual Private Network (VPN) group on the settings page">
703 Private network
704 </message>
705 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_ADD_CONNECTION" desc="Title for control to add a new network connection." >
706 Add connection
707 </message>
708 <message name="IDS_OPTIONS_SETTINGS_ADD_CONNECTION_WIFI" desc="Menu item for adding a new Wi-Fi connection" >
709 Add Wi-Fi...
710 </message>
711 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_REMEMBERED_NETWORK" desc="Title for section in settings/internet for list of remembered (favirote) networks">
712 Remembered networks
713 </message>
714 <message name="IDS_OPTIONS_SETTINGS_NETWORK_OFFLINE" desc="Message displayed when a user is not connected to a wireless network">
715 Offline
716 </message>
717 <message name="IDS_OPTIONS_SETTINGS_NETWORK_DISABLED" desc="Message displayed when a type of network connection is disabled">
718 Disabled
719 </message>
720 <message name="IDS_OPTIONS_SETTINGS_NETWORK_ONLINE" desc="Message displayed at the top of a network popup menu indiating that the user is online.">
721 You are online.
722 </message>
723 <message name="IDS_OPTIONS_SETTINGS_NETWORK_OTHER" desc="Menu option for connecting to a network that is not listed in the menu.">
724 Join other...
725 </message>
726 <message name="IDS_OPTIONS_SETTINGS_NETWORK_NOT_CONNECTED" desc="Displayed for a network control when not connected.">
727 Not connected
728 </message>
729 <message name="IDS_OPTIONS_SETTINGS_NETWORK_OPTIONS" desc="Menu option for configuring a network.">
730 Network options...
731 </message>
732 <message name="IDS_OPTIONS_SETTINGS_NETWORK_DISABLE_WIFI" desc="Menu option in the Wi-Fi menu when there is a connected Wi-Fi network.">
733 Disable Wi-Fi
734 </message>
735 <message name="IDS_OPTIONS_SETTINGS_NETWORK_DISABLE_WIMAX" desc="Menu option in the WiMAX menu when there is a connected WiMAX network.">
736 Disable WiMAX
737 </message>
738 <message name="IDS_OPTIONS_SETTINGS_NETWORK_DISABLE_CELLULAR" desc="Menu option in the Cellular menu when there is a connected cellular network.">
739 Disable mobile data
740 </message>
741 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_AIRPLANE_MODE" desc="Control on the settings page for disabling all wireless communication.">
742 Airplane mode
743 </message>
744 <message name="IDS_OPTIONS_SETTINGS_NETWORK_AIRPLANE_MODE_LABEL" desc="Description shown on the airplane mode control.">
745 Turn off all wireless connections.
746 </message>
747 <message name="IDS_OPTIONS_SETTINGS_PREFERRED_NETWORKS_LABEL" desc="Menu item for activating the preferred networks dialog.">
748 Preferred networks...
749 </message>
750 <message name="IDS_OPTIONS_SETTINGS_PREFERRED_NETWORKS_TITLE" desc="Title for the preferred networks dialog.">
751 Preferred Networks
752 </message>
753 <message name="IDS_OPTIONS_DEVICE_GROUP_NAME">
754 Device
755 </message>
756 <message name="IDS_OPTIONS_DEVICE_GROUP_DESCRIPTION">
757 Change settings specific to your device and peripherals.
758 </message>
759 <message name="IDS_OPTIONS_DEVICE_GROUP_KEYBOARD_SECTION">
760 Keyboard:
761 </message>
762 <message name="IDS_OPTIONS_DEVICE_GROUP_KEYBOARD_SETTINGS_BUTTON_TITLE">
763 Keyboard settings
764 </message>
765 <message name="IDS_OPTIONS_DEVICE_GROUP_POINTER_SECTION">
766 Pointer speed:
767 </message>
768 <message name="IDS_OPTIONS_SETTINGS_MOUSE_SPEED_DESCRIPTION">
769 Mouse speed:
770 </message>
771 <message name="IDS_OPTIONS_SETTINGS_TOUCHPAD_SPEED_DESCRIPTION">
772 Touchpad speed:
773 </message>
774 <message name="IDS_OPTIONS_DEVICE_GROUP_POINTER_SETTINGS_BUTTON_TITLE">
775 Pointer settings
776 </message>
777 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_TOUCHPAD">
778 Touchpad
779 </message>
780 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_POINTER">
781 Pointer
782 </message>
783 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_MOUSE">
784 Mouse
785 </message>
786 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_SCREEN" desc="Title for section in settings/system for screen brightness control">
787 Screen
788 </message>
789 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_BLUETOOTH">
790 Bluetooth
791 </message>
792 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_LANGUAGE">
793 Language
794 </message>
795 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_ACCESSIBILITY">
796 Accessibility
797 </message>
798 <message name="IDS_OPTIONS_SETTINGS_TIMEZONE_DESCRIPTION" desc="In the settings tab, the text next to the timezone combobox.">
799 Time zone:
800 </message>
801 <message name="IDS_OPTIONS_SETTINGS_USE_24HOUR_CLOCK_DESCRIPTION" desc="In the settings tab, the text next to the checkbox that enables 24-hour clock.">
802 Use 24-hour clock
803 </message>
804 <message name="IDS_OPTIONS_SETTINGS_TIMEZONE_DISPLAY_TEMPLATE" desc="In the settings tab, the display template of a timezone in the pull-down list of timezones">
805 (<ph name="UTCOffset">$1<ex>UTC-8:00</ex></ph>) <ph name="LongTZName">$2<ex>Pacific Standard Time</ex></ph> (<ph name="ExemplarCity">$3<ex>Los Angeles</ex></ph>)
806 </message>
807 <message name="IDS_OPTIONS_SETTINGS_BRIGHTNESS_DESCRIPTION" desc="In the settings tab, the text next to the buttons for screen brightness.">
808 Brightness:
809 </message>
810 <message name="IDS_OPTIONS_SETTINGS_BRIGHTNESS_DECREASE" desc="In the settings tab, the text of the button to decrease the screen brightness.">
811 Decrease
812 </message>
813 <message name="IDS_OPTIONS_SETTINGS_BRIGHTNESS_INCREASE" desc="In the settings tab, the text of the button to increase the screen brightness.">
814 Increase
815 </message>
816 <message name="IDS_OPTIONS_SETTINGS_TAP_TO_CLICK_ENABLED_DESCRIPTION" desc="In the settings tab, the text next to the checkbox that enables tap-to-click.">
817 Enable tap-to-click
818 </message>
819 <message name="IDS_OPTIONS_SETTINGS_NATURAL_SCROLL_DESCRIPTION" desc="In the settings tab, the text next to the radio button that enables natural scrolling.">
820 Australian scrolling <ph name="BEGIN_LINK">&lt;a href="$1" target="_blank"&gt;</ph>Learn more<ph name="END_LINK">&lt;/a&gt;</ph>
821 </message>
822 <message name="IDS_OPTIONS_SETTINGS_TRADITIONAL_SCROLL_DESCRIPTION" desc="In the settings tab, the text next to the radio button that enables traditional scrolling.">
823 Traditional scrolling
824 </message>
825 <message name="IDS_OPTIONS_SETTINGS_SENSITIVITY_DESCRIPTION" desc="In the settings tab, the text next to the slider for the touchpad touch sensitivity.">
826 Speed:
827 </message>
828 <message name="IDS_OPTIONS_SETTINGS_SENSITIVITY_LESS_DESCRIPTION" desc="In the settings tab, the text under the left (less sensitive) side of the slider for the touchpad touch sensitivity.">
829 Slow
830 </message>
831 <message name="IDS_OPTIONS_SETTINGS_SENSITIVITY_MORE_DESCRIPTION" desc="In the settings tab, the text under the right (more sensitive) side of the slider for the touchpad touch sensitivity.">
832 Fast
833 </message>
834 <message name="IDS_OPTIONS_SETTINGS_PRIMARY_MOUSE_RIGHT_DESCRIPTION" desc="In the settings tab, the text next to the checkbox to set the primary mouse button to the right button.">
835 Swap primary mouse button
836 </message>
837 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_DISABLE">
838 Disable Bluetooth
839 </message>
840 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_ENABLE">
841 Enable Bluetooth
842 </message>
843 <message name="IDS_OPTIONS_SETTINGS_ADD_BLUETOOTH_DEVICE">
844 Add a device
845 </message>
846 <message name="IDS_OPTIONS_SETTINGS_FIND_BLUETOOTH_DEVICES">
847 Search
848 </message>
849 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_SCANNING">
850 Searching for devices...
851 </message>
852 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_NO_DEVICES">
853 No devices
854 </message>
855 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_NO_DEVICES_FOUND">
856 No devices found
857 </message>
858 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECTING">
859 <ph name="DEVICE_NAME">$1<ex>Apple Magic Mouse</ex></ph>: Connecting...
860 </message>
861 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_ADD_DEVICE_TITLE">
862 Add Bluetooth device
863 </message>
864 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT">
865 Connect
866 </message>
867 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_DISCONNECT">
868 Disconnect
869 </message>
870 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_FORGET">
871 Forget
872 </message>
873 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CANCEL">
874 Cancel
875 </message>
876 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_ACCEPT_PASSKEY">
877 Accept
878 </message>
879 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_REJECT_PASSKEY">
880 Reject
881 </message>
882 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_DISMISS_ERROR">
884 </message>
885 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_ENTER_KEY">
886 enter
887 </message>
888 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_ENTER_PIN_CODE_REQUEST" desc="Bluetooth pairing message typically displayed when the external Bluetooth 2.0 and older device has no display or means of input.">
889 Please enter the PIN for "<ph name="DEVICE_NAME">%1<ex>Nexus S</ex></ph>":
890 </message>
891 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_ENTER_PASSKEY_REQUEST" desc="Bluetooth pairing message typically displayed when the external Bluetooth 2.1 and later device has no display or means of input, and does not support SSP.">
892 Please enter the passkey for "<ph name="DEVICE_NAME">%1<ex>Nexus S</ex></ph>":
893 </message>
894 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_REMOTE_PIN_CODE_REQUEST" desc="Bluetooth pairing message typically displayed when pairing a Bluetooth 2.0 and older wireless keyboard.">
895 Please enter this PIN code on "<ph name="DEVICE_NAME">%1<ex>Nexus S</ex></ph>":
896 </message>
897 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_REMOTE_PASSKEY_REQUEST" desc="Bluetooth pairing message typically displayed when pairing a Bluetooth 2.1 and later wireless keyboard.">
898 Please enter this passkey on "<ph name="DEVICE_NAME">%1<ex>Nexus S</ex></ph>":
899 </message>
900 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONFIRM_PASSKEY_REQUEST" desc="Bluetooth pairing message typically shown when pairing with a device that has a display.">
901 Please confirm this passkey is shown on "<ph name="DEVICE_NAME">%1<ex>Nexus S</ex></ph>":
902 </message>
903 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_START_CONNECTING">
904 Connecting to "<ph name="DEVICE_NAME">%1<ex>Nexus S</ex></ph>".
905 </message>
906 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_START_DISCOVERY_FAILED">
907 Failed to start Bluetooth device discovery.
908 </message>
909 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_STOP_DISCOVERY_FAILED">
910 Failed to stop Bluetooth device discovery.
911 </message>
912 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CHANGE_POWER_FAILED">
913 Failed to change the power state of the Bluetooth adapter.
914 </message>
915 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_UNKNOWN_ERROR">
916 An unknown error occurred trying to connect to "<ph name="DEVICE_NAME">%1<ex>Nexus 4</ex></ph>".
917 </message>
918 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_IN_PROGRESS">
919 Connection to "<ph name="DEVICE_NAME">%1<ex>Nexus 4</ex></ph>" still in progress.
920 </message>
921 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_FAILED">
922 Failed to connect to "<ph name="DEVICE_NAME">%1<ex>Nexus S</ex></ph>".
923 </message>
924 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_AUTH_FAILED">
925 Authentication failed while connecting to "<ph name="DEVICE_NAME">%1<ex>Nexus 4</ex></ph>".
926 </message>
927 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_AUTH_CANCELED">
928 Authentication canceled while connecting to "<ph name="DEVICE_NAME">%1<ex>Nexus 4</ex></ph>".
929 </message>
930 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_AUTH_REJECTED">
931 Authentication code rejected while connecting to "<ph name="DEVICE_NAME">%1<ex>Nexus 4</ex></ph>".
932 </message>
933 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_AUTH_TIMEOUT">
934 Authentication timeout while connecting to "<ph name="DEVICE_NAME">%1<ex>Nexus 4</ex></ph>".
935 </message>
936 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_UNSUPPORTED_DEVICE">
937 Unsupported Bluetooth device: "<ph name="DEVICE_NAME">%1<ex>Nexus 4</ex></ph>".
938 </message>
939 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_DISCONNECT_FAILED">
940 Failed to disconnect from "<ph name="DEVICE_NAME">%1<ex>Nexus S</ex></ph>".
941 </message>
942 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_FORGET_FAILED">
943 Failed to disconnect and unpair from "<ph name="DEVICE_NAME">%1<ex>Nexus S</ex></ph>".
944 </message>
945 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_EXPLANATION" desc="In the settings tab, this text explains the accessibiliy features.">
946 Enable accessibility features to make your device easier to use.
947 </message>
948 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_SETTINGS" desc="Text of the link to open ChromeVox settings.">
949 Settings
950 </message>
951 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_LARGE_CURSOR_DESCRIPTION" desc="In the settings tab, the text next to the checkbox for the large mouse cursor.">
952 Show large mouse cursor
953 </message>
954 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_SPOKEN_FEEDBACK_DESCRIPTION" desc="In the settings tab, the text next to the checkbox for spoken feedback.">
955 Enable ChromeVox (spoken feedback)
956 </message>
957 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_HIGH_CONTRAST_DESCRIPTION" desc="In the settings tab, the text next to the checkbox for high contrast mode.">
958 Use high contrast mode
959 </message>
960 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_SCREEN_MAGNIFIER_DESCRIPTION" desc="In the settings tab, the text next to the dropdown for screen magnifier.">
961 Enable screen magnifier
962 </message>
963 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_SCREEN_MAGNIFIER_OFF" desc="In the settings tab, the option indication the screen magnifier is off.">
965 </message>
966 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_SCREEN_MAGNIFIER_FULL" desc="In the settings tab, the option indication the screen magnifier is set to entire screen (full screen) mode.">
967 Entire Screen
968 </message>
969 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_SCREEN_MAGNIFIER_PARTIAL" desc="In the settings tab, the option indication the screen magnifier is set to lens (partial screen) mode.">
970 Lens
971 </message>
972 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_TOUCHPAD_TAP_DRAGGING_DESCRIPTION" desc="In the settings tab, the text next to the checkbox for tap dragging.">
973 Enable tap dragging
974 </message>
975 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_VIRTUAL_KEYBOARD_DESCRIPTION" desc="In the settings tab, the text next to the checkbox for virtual keyboard.">
976 Enable virtual keyboard
977 </message>
978 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_SHOULD_ALWAYS_SHOW_MENU" desc="In the settings tab, the text next to the checkbox to show the accessibility tray menu regardless of the state of a11y features.">
979 Show accessibility options in the system menu
980 </message>
981 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_STICKY_KEYS_DESCRIPTION" desc="In the settings tab, the text next to the checkbox for the sticky keys.">
982 Enable sticky keys (to perform keyboard shortcuts by typing them sequentially)
983 </message>
984 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_AUTOCLICK_DESCRIPTION" desc="In the settings tab, the text next to the checkbox for automatic clicking.">
985 Automatically click when the mouse pointer stops
986 </message>
987 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_AUTOCLICK_DROPDOWN_DESCRIPTION" desc="In the settings tab, the text next to the autoclick delay dropdown.">
988 Delay before click:
989 </message>
990 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_AUTOCLICK_DELAY_EXTREMELY_SHORT" desc="Label for an extremely short autoclick delay option in the settings.">
991 extremely short
992 </message>
993 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_AUTOCLICK_DELAY_VERY_SHORT" desc="Label for a very short autoclick delay option in the settings.">
994 very short
995 </message>
996 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_AUTOCLICK_DELAY_SHORT" desc="Label for a short autoclick delay option in the settings.">
997 short
998 </message>
999 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_AUTOCLICK_DELAY_LONG" desc="Label for a long autoclick delay option in the settings.">
1000 long
1001 </message>
1002 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_AUTOCLICK_DELAY_VERY_LONG" desc="Label for a very long autoclick delay option in the settings.">
1003 very long
1004 </message>
1005 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_BUTTON_LABEL" desc="Label for the button opening display settings tab.">
1006 Display settings
1007 </message>
1008 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_TAB_TITLE" desc="Title for the display settings tab.">
1009 Manage displays
1010 </message>
1011 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_OPTIONS" desc="The section title for general options for a selected display.">
1012 Options:
1013 </message>
1014 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_RESOLUTION" desc="The section title for resolution option for a selected display.">
1015 Resolution:
1016 </message>
1017 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_ORIENTATION" desc="The section title for display orientation option for a selected display.">
1018 Orientation:
1019 </message>
1020 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_OVERSCAN" desc="The section title for TV alignment (calibration of display overscan) option for a selected display.">
1021 TV alignment:
1022 </message>
1023 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_START_MIRRORING" desc="Button label to start display mirroring.">
1024 Start mirroring
1025 </message>
1026 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_STOP_MIRRORING" desc="Button label to stop display mirroring.">
1027 Stop mirroring
1028 </message>
1029 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_MIRRORING_DISPLAY_NAME" desc="The text shown at display name field when mirroring.">
1030 Mirroring
1031 </message>
1032 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_SET_PRIMARY" desc="Button label to set a display primary.">
1033 Make primary
1034 </message>
1035 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_RESOLUTION_ANNOTATION_BEST" desc="The text shown for resolution options to annotate this is the best resolution.">
1036 (Best)
1037 </message>
1038 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_STANDARD_ORIENTATION" desc="The default value of display orientation option item.">
1039 Standard
1040 </message>
1041 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_START_CALIBRATING_OVERSCAN" desc="Button label to start calibrating the overscan preference.">
1042 Adjust...
1043 </message>
1044 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OVERSCAN_TAB_TITLE" desc="Title for the display overscan calibration tab.">
1045 TV alignment
1046 </message>
1047 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OVERSCAN_SHRINK_EXPAND" desc="Lable to describe the overscan calibration operation, to shrink or expand the region.">
1048 Shrink/Expand
1049 </message>
1050 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OVERSCAN_MOVE" desc="Lable to describe the overscan calibration operation, to move the region.">
1051 Move
1052 </message>
1053 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OVERSCAN_RESET_BUTTON_LABEL" desc="Button label to reset the display overscan settings.">
1054 Reset
1055 </message>
1056 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OVERSCAN_OK_BUTTON_LABEL" desc="Button label to finish the display overscan settings.">
1058 </message>
1059 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OVERSCAN_CANCEL_BUTTON_LABEL" desc="Button label to cancel the display overscan settings.">
1060 Cancel
1061 </message>
1062 <message name="IDS_OPTIONS_SETTINGS_KEYBOARD_LAYOUT_TEXT" desc="In the settings tab, the text of the keyboard layout label.">
1063 Keyboard layout:
1064 </message>
1065 <message name="IDS_OPTIONS_SETTINGS_CONNECT" desc="In the settings tab, the text on the button to connect to a network.">
1066 Connect
1067 </message>
1068 <message name="IDS_OPTIONS_SETTINGS_DISCONNECT" desc="In the settings tab, the text on the button to disconnect from a network.">
1069 Disconnect
1070 </message>
1071 <message name="IDS_OPTIONS_SETTINGS_CONFIGURE" desc="In the settings tab, the text on the button to configure a network.">
1072 Configure
1073 </message>
1074 <message name="IDS_OPTIONS_SETTINGS_FORGET" desc="In the settings tab, the text on the button to forget this network.">
1075 Forget this network
1076 </message>
1077 <message name="IDS_OPTIONS_SETTINGS_SHARED_NETWORK" desc="In settings Internet options, the label for shared networks.">
1078 Shared
1079 </message>
1080 <message name="IDS_OPTIONS_SETTINGS_ACTIVATE" desc="In the settings tab, the text on the button to activate a cellular network.">
1081 Activate
1082 </message>
1083 <message name="IDS_OPTIONS_SETTINGS_BUY_PLAN" desc="In settings Internet options, the title for buy cellular data plan button.">
1084 Buy plan
1085 </message>
1086 <message name="IDS_OPTIONS_SETTINGS_OPTIONS" desc="In the settings tab, the text on the button to display more options.">
1087 Options...
1088 </message>
1089 <message name="IDS_OPTIONS_SETTINGS_OTHER_WIFI_NETWORKS" desc="In the settings tab, the text on the button to display other Wi-Fi networks.">
1090 Other Wi-Fi network...
1091 </message>
1092 <message name="IDS_OPTIONS_SETTINGS_OTHER_CELLULAR_NETWORKS" desc="In the settings tab, the text on the button to display other cellular networks.">
1093 Other mobile network...
1094 </message>
1095 <message name="IDS_OPTIONS_SETTINGS_JOIN_WIFI_NETWORKS" desc="The title for the dialog to join a wifi network.">
1096 Join Wi-Fi network
1097 </message>
1098 <message name="IDS_OPTIONS_SETTINGS_JOIN_WIMAX_NETWORKS" desc="The title for the dialog to join a wimax network.">
1099 Join WiMAX network
1100 </message>
1101 <message name="IDS_OPTIONS_SETTINGS_ADD_VPN" desc="In the settings tab, the text on the button to add a private network.">
1102 Add private network
1103 </message>
1104 <message name="IDS_OPTIONS_SETTINGS_JOIN_VPN" desc="The title for the dialog to join a VPN.">
1105 Join private network
1106 </message>
1107 <message name="IDS_OPTIONS_SETTINGS_MANAGED_NETWORK" desc="Help text to show in the bubble shown on click of the controlled setting indicator on the internet settings page.">
1108 This network is configured by your administrator.
1109 </message>
1110 <message name="IDS_OPTIONS_SETTINGS_USE_SHARED_PROXIES" desc="In the settings tab, the text next to the checkbox for allowing proxy settings for shared networks.">
1111 Allow proxies for shared networks
1112 </message>
1113 <message name="IDS_OPTIONS_SETTINGS_ENABLE_DATA_ROAMING" desc="Appears in the Mobile Data drop-down menu in the Internet Connections section of the Settings tab.">
1114 Allow mobile data roaming
1115 </message>
1116 <message name="IDS_OPTIONS_SETTINGS_TOGGLE_DATA_ROAMING_RESTRICTION" desc="Tooltip for the 'enable data roaming' entry in the Mobile Data drop-down menu indicating why the command is disabled.">
1117 This setting may only be modified by the owner.
1118 </message>
1119 <message name="IDS_OPTIONS_SETTINGS_DISABLE_DATA_ROAMING" desc="Appears in the Mobile Data drop-down menu in the Internet Connections section of the Settings tab.">
1120 Disable mobile data roaming
1121 </message>
1122 <message name="IDS_OPTIONS_ACCOUNTS_ALLOW_BWSI_DESCRIPTION" desc="In the Accounts settings tab, the text on the checkbox to allow browse without signing in.">
1123 Enable Guest browsing
1124 </message>
1125 <message name="IDS_OPTIONS_ACCOUNTS_ENABLE_SUPERVISED_USERS" desc="In the Users settings dialog, the text on the checkbox to allow creation and sign-in of supervised users.">
1126 Enable supervised users
1127 </message>
1128 <message name="IDS_OPTIONS_ACCOUNTS_USE_WHITELIST_DESCRIPTION" desc="In the Accounts settings tab, the text on the checkbox to restrict allowed user to a whitelist.">
1129 Restrict sign-in to the following users:
1130 </message>
1131 <message name="IDS_OPTIONS_ACCOUNTS_SHOW_USER_NAMES_ON_SINGIN_DESCRIPTION" desc="In the Accounts settings tab, the text on the checkbox to show user names and pictures on sign-in screen.">
1132 Show usernames and photos on the sign-in screen
1133 </message>
1134 <message name="IDS_OPTIONS_ACCOUNTS_USERNAME_EDIT_HINT" desc="In the Accounts settings tab, the instruction text on an empty username edit.">
1135 Enter names or addresses.
1136 </message>
1137 <message name="IDS_OPTIONS_ACCOUNTS_USERNAME_FORMAT" desc="In the Accounts settings tab, the text format to create user name and owner tag.">
1138 <ph name="NAME">$1<ex>John Doe</ex></ph> - Owner
1139 </message>
1140 <message name="IDS_OPTIONS_ACCOUNTS_ADD_USERS" desc="In the Accounts settings tab, the label text above the user name edit box.">
1141 Add users
1142 </message>
1143 <message name="IDS_OPTIONS_ACCOUNTS_OWNER_ONLY" desc="In the Accounts settings tab, the warning text noticing that only the owner can modify these settings.">
1144 These settings may only be modified by the owner:
1145 </message>
1146 <message name="IDS_OPTIONS_PERSONAL_ACCOUNT_GROUP_NAME" desc="In sentence case: In the Personal Stuff settings tab, the title text for Account section.">
1147 Account
1148 </message>
1149 <message name="IDS_OPTIONS_ENABLE_SCREENLOCKER_CHECKBOX" desc="In the Personal Stuff settings tab, the text on the checkbox to enable screenlocker for current user.">
1150 Require password to wake from sleep
1151 </message>
1152 <message name="IDS_SET_WALLPAPER_BUTTON" desc="The button to set wallpaper.">
1153 Set wallpaper...
1154 </message>
1155 <message name="IDS_OPTIONS_SET_WALLPAPER_AUTHOR_TEXT" desc="Author label.">
1156 Photo by
1157 </message>
1158 <message name="IDS_OPTIONS_WALLPAPER_CENTER_LAYOUT" desc="Label for option to center a customized wallpaper.">
1159 Center
1160 </message>
1161 <message name="IDS_OPTIONS_WALLPAPER_CENTER_CROPPED_LAYOUT" desc="Label for option to center crop a customized wallpaper.">
1162 Center Cropped
1163 </message>
1164 <message name="IDS_OPTIONS_WALLPAPER_STRETCH_LAYOUT" desc="Label for option to stretch a customized wallpaper.">
1165 Stretch
1166 </message>
1167 <message name="IDS_OPTIONS_CHANGE_PICTURE" desc="In the settings tab, the text on the button to change picture for the current user.">
1168 Change picture...
1169 </message>
1170 <message name="IDS_OPTIONS_CHANGE_PICTURE_CAPTION" desc="Caption on the user picture that user must click to change it, must be short.">
1171 Change
1172 </message>
1173 <message name="IDS_OPTIONS_CHANGE_PICTURE_DIALOG_TITLE" desc="Title of the dialog shown when user wants to change his/her picture.">
1174 Change picture
1175 </message>
1176 <message name="IDS_OPTIONS_CHANGE_PICTURE_DIALOG_TEXT" desc="Text with description of what to do on Change picture dialog.">
1177 Choose a picture to display for your account on the sign-in screen.
1178 </message>
1179 <message name="IDS_OPTIONS_CHANGE_PICTURE_CHOOSE_FILE" desc="Text on a button that shows file dialog to choose a picture from file.">
1180 Choose a file
1181 </message>
1182 <message name="IDS_OPTIONS_CROP_IMAGE_DIALOG_TITLE" desc="Title of the dialog shown when user wants to crop his/her picture.">
1183 Crop image
1184 </message>
1185 <message name="IDS_OPTIONS_CROP_IMAGE_DIALOG_TEXT" desc="Text with description of what to do on Crop image dialog.">
1186 Select a square region of the image.
1187 </message>
1188 <message name="IDS_OPTIONS_CHANGE_PICTURE_TAKE_PHOTO" desc="The text on the button to take photo of the current user.">
1189 Take photo
1190 </message>
1191 <message name="IDS_OPTIONS_CHANGE_PICTURE_PHOTO_FROM_CAMERA" desc="The accessible text on the icon in the user image grid for a camera photo, when a photo has been captured.">
1192 Photo from internal camera
1193 </message>
1194 <message name="IDS_OPTIONS_CHANGE_PICTURE_DISCARD_PHOTO" desc="The text on the button to discard the captured photo of the current user.">
1195 Discard photo
1196 </message>
1197 <message name="IDS_OPTIONS_PHOTO_CAPTURE_ACCESSIBLE_TEXT" desc="The accessible message to speak to announce that a photo was captured.">
1198 Captured photo
1199 </message>
1200 <message name="IDS_OPTIONS_PHOTO_DISCARD_ACCESSIBLE_TEXT" desc="The accessible message to speak to announce that a photo was discarded.">
1201 Discarded photo
1202 </message>
1203 <message name="IDS_OPTIONS_CHANGE_PICTURE_FLIP_PHOTO" desc="The text on the button to flip the camera image horizontally.">
1204 Flip camera image horizontally
1205 </message>
1206 <message name="IDS_OPTIONS_CHANGE_PICTURE_PREVIEW_ALT" desc="Alt text for the big preview of user image.">
1207 User image preview
1208 </message>
1209 <message name="IDS_OPTIONS_CHANGE_PICTURE_PROFILE_PHOTO" desc="The text on the Google profile photo of the user.">
1210 Google Profile photo
1211 </message>
1212 <message name="IDS_OPTIONS_CHANGE_PICTURE_PROFILE_LOADING_PHOTO" desc="The text on the loading stub for Google profile image.">
1213 Google Profile photo (loading)
1214 </message>
1215 <message name="IDS_IMAGE_SCREEN_PROFILE_PHOTO" desc="The title of the Google profile photo of the user on image selection screen. Please keep in sync with IDS_OPTIONS_CHANGE_PICTURE_PROFILE_PHOTO.">
1216 * Google Profile photo
1217 </message>
1218 <message name="IDS_IMAGE_SCREEN_PROFILE_LOADING_PHOTO" desc="The title of the loading stub for Google profile image on image selection screen. Please keep in sync with IDS_OPTIONS_CHANGE_PICTURE_PROFILE_LOADING_PHOTO.">
1219 * Google Profile photo (loading)
1220 </message>
1221 <message name="IDS_IMAGE_SCREEN_SYNCING_PREFERENCES" desc="The message displayed on the image screen while user preferences are syncing.">
1222 Syncing your preferences
1223 </message>
1224 <message name="IDS_OPTIONS_SETTINGS_INTERNET_TAB_WIFI" desc="In settings Internet options, the title for the wifi tab.">
1225 Wi-Fi
1226 </message>
1227 <message name="IDS_OPTIONS_SETTINGS_INTERNET_TAB_WIMAX" desc="In settings Internet options, the title for the WiMAX tab.">
1228 WiMAX
1229 </message>
1230 <message name="IDS_OPTIONS_SETTINGS_INTERNET_TAB_VPN" desc="In settings Internet options, the title for the VPN (Virtual Private Network) tab.">
1232 </message>
1233 <message name="IDS_OPTIONS_SETTINGS_INTERNET_TAB_CONNECTION" desc="In settings Internet options, the title for buy cellular data plan button.">
1234 Connection
1235 </message>
1236 <message name="IDS_OPTIONS_SETTINGS_INTERNET_TAB_DEVICE" desc="In settings Internet options, the title for buy cellular data plan button.">
1237 Device
1238 </message>
1239 <message name="IDS_OPTIONS_SETTINGS_INTERNET_TAB_NETWORK" desc="In settings Internet options, the title for buy cellular data plan button.">
1240 Network
1241 </message>
1242 <message name="IDS_OPTIONS_SETTINGS_INTERNET_TAB_SECURITY" desc="In settings Internet options, the title for security tab.">
1243 Security
1244 </message>
1245 <message name="IDS_OPTIONS_SETTINGS_INTERNET_TAB_PROXY" desc="In settings Internet options, the title for proxy tab.">
1246 Proxy
1247 </message>
1248 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_NETWORK_ID" desc="In settings Internet options, the label for the network id.">
1249 SSID:
1250 </message>
1251 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_NETWORK_BSSID" desc="In settings Internet options, the label for the network BSSID.">
1252 BSSID:
1253 </message>
1254 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_NETWORK_FREQUENCY" desc="In settings Internet options, the label for the WiFi frequency.">
1255 Frequency:
1256 </message>
1257 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_NETWORK_FREQUENCY_MHZ" desc="In Internet settings, the formatting for the WiFi frequency.">
1258 <ph name="MHZ">$1<ex>2400</ex></ph> MHz
1259 </message>
1260 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_NETWORK_STRENGTH" desc="In Internet settings, the label for the WiFi signal strength.">
1261 Signal Strength:
1262 </message>
1263 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_NETWORK_STRENGTH_PERCENTAGE" desc="In Internet settings, the formatting for the WiFi signal strength.">
1264 <ph name="PRECENTAGE">$1<ex>100</ex></ph>%
1265 </message>
1266 <message name="IDS_OPTIONS_SETTIGNS_INTERNET_OPTIONS_NETWORK_ENCRYPTION" desc="Label in the network details dialog for showing the encryption method.">
1267 Security:
1268 </message>
1269 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_EAP_METHOD" desc="In settings Internet options, the label for the EAP method.">
1270 EAP method:
1271 </message>
1272 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_EAP_METHOD_NONE" desc="In settings Internet options, a string specifying EAP method none.">
1273 Choose...
1274 </message>
1275 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_EAP_METHOD_PEAP" desc="In settings Internet options, a string specifying EAP method PEAP.">
1276 PEAP
1277 </message>
1278 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_EAP_METHOD_TLS" desc="In settings Internet options, a string specifying EAP method TLS.">
1279 EAP-TLS
1280 </message>
1281 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_EAP_METHOD_TTLS" desc="In settings Internet options, a string specifying EAP method TTLS.">
1282 EAP-TTLS
1283 </message>
1284 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_EAP_METHOD_LEAP" desc="In settings Internet options, a string specifying EAP method LEAP.">
1285 LEAP
1286 </message>
1287 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PHASE_2_AUTH" desc="In settings Internet options, the label for the phase 2 authentication.">
1288 Phase 2 authentication:
1289 </message>
1290 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PHASE_2_AUTH_AUTO" desc="In settings Internet options, a string specifying phase 2 authentication auto.">
1291 Automatic
1292 </message>
1293 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PHASE_2_AUTH_MD5" desc="In settings Internet options, a string specifying phase 2 authentication EAP-MD5.">
1294 EAP-MD5
1295 </message>
1296 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PHASE_2_AUTH_MSCHAPV2" desc="In settings Internet options, a string specifying phase 2 authentication MSCHAPv2.">
1297 MSCHAPv2
1298 </message>
1299 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PHASE_2_AUTH_MSCHAP" desc="In settings Internet options, a string specifying phase 2 authentication MSCHAP.">
1300 MSCHAP
1301 </message>
1302 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PHASE_2_AUTH_PAP" desc="In settings Internet options, a string specifying phase 2 authentication PAP.">
1304 </message>
1305 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PHASE_2_AUTH_CHAP" desc="In settings Internet options, a string specifying phase 2 authentication CHAP.">
1306 CHAP
1307 </message>
1308 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_CERT_IDENTITY" desc="In settings Internet options, the user identity for authentication.">
1309 Identity:
1310 </message>
1311 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_CERT_IDENTITY_ANONYMOUS" desc="In settings Internet options, the anonymous identity for authentication.">
1312 Anonymous identity:
1313 </message>
1314 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_CERT_SERVER_CA" desc="In settings Internet options, the server certificate to use.">
1315 Server CA certificate:
1316 </message>
1317 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_CERT_SERVER_CA_DEFAULT" desc="In settings Internet options, a string specifying to use the default certificates.">
1318 Default
1319 </message>
1320 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_CERT_SERVER_CA_DO_NOT_CHECK" desc="In settings Internet options, a string specifying to not check certificates.">
1321 Do not check
1322 </message>
1323 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_CERT" desc="In settings Internet options, the x509 certificate to use.">
1324 User certificate:
1325 </message>
1326 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_CERT_BUTTON" desc="In settings Internet options, the prompt on the certificate-selection button.">
1327 Select certificate file
1328 </message>
1329 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SECURITY" desc="In settings Internet options, the label for the security.">
1330 Security:
1331 </message>
1332 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PASSPHRASE" desc="In settings Internet options, the label for the passphrase.">
1333 Password:
1334 </message>
1335 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PASSPHRASE_SHOW" desc="In settings Internet options, the label for the passphrase visible toggle button to show passphrase.">
1336 Click to show password
1337 </message>
1338 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PASSPHRASE_HIDE" desc="In settings Internet options, the label for the passphrase visible toggle button to hide passphrase.">
1339 Click to hide password
1340 </message>
1341 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SAVE_CREDENTIALS" desc="In settings Internet options, the label for the checkbox to save identity and password.">
1342 Save identity and password
1343 </message>
1344 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_ADVANCED_BUTTON" desc="In settings Internet options, Join other network, the text on the button to show advanced settings.">
1345 Advanced
1346 </message>
1347 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_EAP_SUBJECT_MATCH" desc="In settings Internet options, the label for the EAP Subject Match field.">
1348 Subject Match:
1349 </message>
1350 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_BAD_PASSPHRASE" desc="In settings Internet options, the label for the bad passphrase.">
1351 Incorrect password.
1352 </message>
1353 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_NET_PROTECTED" desc="In settings Internet options, the message in network details page for password protected networks.">
1354 Access to this network is protected.
1355 </message>
1356 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_BAD_WEPKEY" desc="In settings Internet options, the label for the bad WEP key.">
1357 Password format is incorrect.
1358 </message>
1359 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PREFER_NETWORK" desc="In settings Internet options, the label for prefer network checkbox.">
1360 Prefer this network
1361 </message>
1362 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_AUTO_CONNECT" desc="In settings Internet options, the label for the auto-connect checkbox.">
1363 Automatically connect to this network
1364 </message>
1365 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SHARE_NETWORK" desc="In settings Internet options, the label for the share checkbox.">
1366 Share this network with other users
1367 </message>
1368 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_NETWORK_SHARED" desc="In settings Internet options, text for when a network is shared.">
1369 This network is shared with other users.
1370 </message>
1371 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PURCHASE_MORE" desc="In settings Internet options, the title for buy cellular data plan button.">
1372 Buy data plan...
1373 </message>
1374 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_UNKNOWN_ERROR" desc="In settings Internet options, the label for an unknown connection error.">
1375 Failed to connect to network.
1376 </message>
1377 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELL_PLAN_NAME" desc="In settings Internet options, the label displayed next to cellular plan name.">
1378 Plan name:
1379 </message>
1380 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_LOADING_PLAN" desc="In settings Internet options, the message displayed while cellular data plan information is being loaded.">
1381 Loading mobile data plan information, please wait...
1382 </message>
1383 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_NO_PLANS_FOUND" desc="In settings Internet options, the message displayed while cellular data plans are missing or could not be found.">
1384 Plan information not available.
1385 </message>
1386 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_DATA_REMAINING" desc="In settings Internet options, the label for mobile plan remaining data info.">
1387 Data remaining:
1388 </message>
1389 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_UNLIMITED" desc="In settings Internet options, the label of data info for mobile unlimited data plan.">
1390 Unlimited
1391 </message>
1392 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_EXPIRES" desc="In settings Internet options, the label for mobile plan expiration time info.">
1393 Expires:
1394 </message>
1395 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SHOW_MOBILE_NOTIFICATION" desc="In settings Internet options, the label for show mobile plan data notification checkbox.">
1396 Show notifications when data is low or nearing expiration
1397 </message>
1398 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_RECEIVED_FREE_DATA" desc="In settings Internet options, the label that tells user free data received.">
1399 You received <ph name="DATA_AMOUNT">$1<ex>100MB</ex></ph> free usage on <ph name="DATE">$2<ex>January 1, 2011</ex></ph>
1400 </message>
1401 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PURCHASE_DATA" desc="In settings Internet options, the label that shows user has purchased a mobile data plan.">
1402 You purchased <ph name="DATA_AMOUNT">$1<ex>3GB</ex></ph> of data on <ph name="DATE">$2<ex>January 1, 2011</ex></ph>
1403 </message>
1404 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PURCHASE_UNLIMITED_DATA" desc="In settings Internet options, the label that shows user has purchased an unliminted mobile data plan.">
1405 You purchased unlimited data on <ph name="DATE">$1<ex>January 1, 2011</ex></ph>
1406 </message>
1407 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_CUSTOMER_SUPPORT" desc="In settings Internet options, the text for customer support hyper link.">
1408 Customer support
1409 </message>
1410 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_LOGIN" desc="In settings Internet options, the label for the button to sign in.">
1411 Sign in
1412 </message>
1413 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CONNECTION_STATE" desc="In settings Internet options, the label for connection status.">
1414 Connection status:
1415 </message>
1416 <message name="IDS_OPTIONS_SETTINGS_INTERNET_IP_AUTOMATIC_CONFIGURATION" desc="In the IP address fields, labels automatic connection toggle">
1417 Configure automatically
1418 </message>
1419 <message name="IDS_OPTIONS_SETTINGS_INTERNET_AUTOMATIC_NAME_SERVERS" desc="In the name server type radio for static ip configuration, labels the automatic DNS selection.">
1420 Automatic name servers
1421 </message>
1422 <message name="IDS_OPTIONS_SETTINGS_INTERNET_GOOGLE_NAME_SERVERS" desc="In the name server type radio for static ip configuration, labels the Google DNS selection.">
1423 Google name servers - <ph name="BEGIN_LINK">&lt;a href="https://developers.google.com/speed/public-dns" target="_blank"&gt;</ph>Learn more<ph name="END_LINK">&lt;/a&gt;</ph>
1424 </message>
1425 <message name="IDS_OPTIONS_SETTINGS_INTERNET_USER_NAME_SERVERS" desc="In the name server type radio for static ip configuration, labels the user DNS selection.">
1426 Custom name servers
1427 </message>
1428 <message name="IDS_OPTIONS_SETTINGS_INTERNET_USER_NAME_SERVER_1" desc="In the name server type radio for static ip configuration, is placeholder text for server 1">
1429 Server 1
1430 </message>
1431 <message name="IDS_OPTIONS_SETTINGS_INTERNET_USER_NAME_SERVER_2" desc="In the name server type radio for static ip configuration, is placeholder text for server 2">
1432 Server 2
1433 </message>
1434 <message name="IDS_OPTIONS_SETTINGS_INTERNET_USER_NAME_SERVER_3" desc="In the name server type radio for static ip configuration, is placeholder text for server 3">
1435 Server 3
1436 </message>
1437 <message name="IDS_OPTIONS_SETTINGS_INTERNET_USER_NAME_SERVER_4" desc="In the name server type radio for static ip configuration, is placeholder text for server 4">
1438 Server 4
1439 </message>
1440 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_ADDRESS" desc="In settings Internet options, the label for IP address.">
1441 IP address:
1442 </message>
1443 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SUBNETMASK" desc="In settings Internet options, the label for subnet mask.">
1444 Subnet mask:
1445 </message>
1446 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_GATEWAY" desc="In settings Internet options, the label for gateway.">
1447 Gateway:
1448 </message>
1449 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_DNSSERVER" desc="In settings Internet options, the label dns server.">
1450 DNS server:
1451 </message>
1452 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_CHANGE_PROXY_BUTTON" desc="In settings Internet options, the button to configure proxy settings.">
1453 Change proxy settings...
1454 </message>
1455 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PROXY_POLICY" desc="In settings Internet options, banner displayed when the proxy settings are enforced by a policy.">
1456 The proxy is enforced by your administrator.
1457 </message>
1458 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PROXY_EXTENSION" desc="In settings Internet options, banner displayed when the proxy settings are enforced by an extension.">
1459 The proxy is enforced by an extension.
1460 </message>
1461 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PROXY_OTHER_PRECEDE" desc="In settings Internet options, banner displayed when the proxy settings cannot be changed as they are enforced by a higher-precedence source.">
1462 The proxy cannot be modified by the user.
1463 </message>
1464 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PROXY_ENABLE_SHARED_HINT" desc="In settings Internet options, banner displayed when the proxy settings cannot be changed as the user needs to enable the setting for IDS_OPTIONS_SETTINGS_USE_SHARED_PROXIES first.">
1465 To change proxy, enable "<ph name="USE_SHARED_PROXIES">$1<ex>Allow proxies for shared networks</ex></ph>" setting.
1466 </message>
1467 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_HARDWARE_ADDRESS" desc="In settings Internet options, the label hardware address.">
1468 Hardware address:
1469 </message>
1470 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SECURITY_NONE" desc="In settings Internet options, a string specifying security none.">
1471 None
1472 </message>
1473 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SECURITY_WEP" desc="In settings Internet options, a string specifying security WEP.">
1475 </message>
1476 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SECURITY_PSK" desc="In settings Internet options, a string specifying security PSK (either WPA-PSK or RSN-PSK).">
1477 PSK (WPA or RSN)
1478 </message>
1479 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PASSWORD" desc="In settings Internet options, a string telling the user where the network certificate is installed to.">
1480 Password
1481 </message>
1482 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SSID" desc="In settings Internet options, a string telling the user where the network certificate is installed to.">
1483 SSID
1484 </message>
1485 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SHOWPASSWORD" desc="In settings Internet options, a string telling the user where the network certificate is installed to.">
1486 Show password
1487 </message>
1488 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_STATUS_TITLE" desc="In settings Internet options, Title of the overlay when the user is connected.">
1489 Connection details
1490 </message>
1491 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_CONNECT_TITLE" desc="In settings Internet options, Title of the overlay when the user is not connected and can.">
1492 Connect to network
1493 </message>
1494 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_L2TP_IPSEC_PSK" desc="In settings Internet options, a string specifying L2TP/IPsec + PSK.">
1495 L2TP/IPsec + pre-shared key
1496 </message>
1497 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_L2TP_IPSEC_USER_CERT" desc="In settings Internet options, a string specifying L2TP/IPsec + User Certificate.">
1498 L2TP/IPsec + user certificate
1499 </message>
1500 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_OPEN_VPN" desc="In settings Internet options, a string specifying OpenVPN.">
1501 OpenVPN
1502 </message>
1503 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_SERVICE_NAME" desc="In settings Internet options, a string specifying VPN service name.">
1504 Service name:
1505 </message>
1506 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_SERVER_HOSTNAME" desc="In settings Internet options, a string specifying VPN server hostname.">
1507 Server hostname:
1508 </message>
1509 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_PROVIDER_TYPE" desc="In settings Internet options, a string specifying VPN provider type.">
1510 Provider type:
1511 </message>
1512 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_PSK_PASSPHRASE" desc="In settings Internet options, a string specifying VPN PSK passphrase.">
1513 Pre-shared key:
1514 </message>
1515 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_USER_CERT" desc="In settings Internet options, a string specifying VPN user certificate.">
1516 User certificate:
1517 </message>
1518 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_USERNAME" desc="In settings Internet options, a string specifying VPN username.">
1519 Username:
1520 </message>
1521 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_USER_PASSPHRASE" desc="In settings Internet options, a string specifying VPN user passphrase.">
1522 Password:
1523 </message>
1524 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_OTP" desc="In settings Internet options, a string specifying One Time Passphrase for VPN.">
1525 OTP:
1526 </message>
1527 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_GROUP_NAME" desc="In settings Internet options, a string specifying VPN group name.">
1528 Group name:
1529 </message>
1530 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_USER_CERT_NONE_INSTALLED" desc="In settings Internet options, when creating a VPN or enterprise Wi-Fi connection, combobox item to display when no user certificates are installed.">
1531 None installed
1532 </message>
1533 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_CERT_LOADING" desc="In settings Internet options, when creating a VPN or enterprise Wi-Fi connection, combobox item to display when certificates are loading.">
1534 Loading...
1535 </message>
1536 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PLEASE_INSTALL_USER_CERT" desc="In the network connect dialog, when creating a VPN or enterprise Wi-Fi connection, error message to display when no user certificates are installed.">
1537 Please install a user certificate.
1538 </message>
1539 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_LOGIN_FOR_USER_CERT" desc="In the network connect dialog, when creating a VPN or enterprise Wi-Fi connection, error message to display when not logged in and user certificates are required.">
1540 Login required for user certificate.
1541 </message>
1542 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_REQUIRE_HARDWARE_BACKED" desc="In the network connect dialog, when creating a VPN or enterprise Wi-Fi connection, error message to display when a non hardware-backed user certificate is selected.">
1543 User certificate must be hardware-backed.
1544 </message>
1545 <message name="IDS_OPTIONS_ENABLE_CONTENT_PROTECTION_ATTESTATION" desc="description label for verified access about premium contents">
1546 Enable Verified Access service
1547 </message>
1548 <message name="IDS_NETWORK_RECONNECT_TITLE" desc="In network menu, title of the reconnect button that allows user to retry connection on error.">
1549 Reconnect
1550 </message>
1551 <message name="IDS_NETWORK_SSID_HINT" desc="In network menu, hint text for network name field.">
1552 network name
1553 </message>
1554 <message name="IDS_NETWORK_PASSWORD_HINT" desc="In network menu, hint text for network password field.">
1555 network password
1556 </message>
1558 <message name="IDS_NETWORK_CHOOSE_MOBILE_NETWORK" desc="Title of the window for choosing mobile network.">
1559 Choose a mobile network
1560 </message>
1561 <message name="IDS_NETWORK_SCANNING_FOR_MOBILE_NETWORKS" desc="Text which appears while scanning for mobile networks.">
1562 Scanning for networks.
1563 </message>
1564 <message name="IDS_NETWORK_SCANNING_THIS_MAY_TAKE_A_MINUTE" desc="Text which appears while scanning for mobile networks, right after IDS_NETWORK_SCANNING_FOR_MOBILE_NETWORKS text.">
1565 This may take a minute...
1566 </message>
1567 <message name="IDS_NETWORK_NO_MOBILE_NETWORKS" desc="Text which appears when no mobile networks were found.">
1568 No networks found.
1569 </message>
1571 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_SERVICE_NAME" desc="Cellular service name under network details in chrome:settings/internet.">
1572 Service name:
1573 </message>
1574 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_APN" desc="Cellular device APN label under network details in chrome:settings/internet.">
1575 Access point name:
1576 </message>
1577 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_APN_USERNAME" desc="Cellular device APN user name label under network details in chrome:settings/internet.">
1578 User name:
1579 </message>
1580 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_APN_PASSWORD" desc="Cellular device APN password label under network details in chrome:settings/internet.">
1581 Password:
1582 </message>
1583 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_APN_CLEAR" desc="Cellular device use default APN settings button under network details in chrome:settings/internet.">
1584 Use default
1585 </message>
1586 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_APN_SET" desc="Cellular device set APN settings button under network details in chrome:settings/internet.">
1587 Save
1588 </message>
1589 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_ACCESS_SECURITY_TAB" desc="In settings Internet options, the text of the link shown when SIM card is locked, to access security tab.">
1590 To access Security settings enter the SIM card PIN
1591 </message>
1592 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_LOCK_SIM_CARD" desc="Cellular device enable SIM card PIN lock checkbox label in chrome:settings/internet.">
1593 Lock SIM card (require PIN to use mobile data)
1594 </message>
1595 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_CHANGE_PIN_BUTTON" desc="Cellular device change PIN button text in chrome:settings/internet.">
1596 Change PIN
1597 </message>
1598 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_CHANGE_PIN_TITLE" desc="Cellular device change PIN dialog title in chrome:settings/internet.">
1599 Change SIM card PIN
1600 </message>
1601 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_CHANGE_PIN_MESSAGE" desc="Cellular device change PIN dialog message in chrome:settings/internet.">
1602 Please enter old and new PIN.
1603 </message>
1604 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_CHANGE_PIN_INCORRECT_ERROR" desc="Cellular device change PIN dialog error message in chrome:settings/internet.">
1605 Incorrect PIN, please try again.
1606 </message>
1607 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_CHANGE_PIN_OLD_PIN" desc="Cellular device change PIN dialog old PIN label text in chrome:settings/internet.">
1608 Old PIN:
1609 </message>
1610 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_CHANGE_PIN_NEW_PIN" desc="Cellular device change PIN dialog new PIN label text in chrome:settings/internet.">
1611 New PIN:
1612 </message>
1613 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_CHANGE_PIN_RETYPE_PIN" desc="Cellular device change PIN dialog re-type new PIN label text in chrome:settings/internet.">
1614 Re-type new PIN:
1615 </message>
1616 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_PINS_DONT_MATCH_ERROR" desc="Cellular device change PIN dialog message shown when entered new PINs don't match in chrome:settings/internet.">
1617 PINs don't match!
1618 </message>
1619 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_APN_CANCEL" desc="Cellular device cancel APN settings edit button under network details in chrome:settings/internet.">
1620 Cancel
1621 </message>
1622 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_APN_OTHER" desc="Select user defined APN in the lost of predefined APNs under network details in chrome:settings/internet.">
1623 Other...
1624 </message>
1626 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CONTROL_TITLE" desc="In settings Internet options, Title of the section which houses the enable/disable buttons.">
1627 General
1628 </message>
1629 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MODIFIER_KEYS_CUSTOMIZE" desc="In settings system options, the label for the customize button for modifier keys">
1630 Modifier keys...
1631 </message>
1633 <message name="IDS_SIM_UNLOCK_ENTER_PIN_TITLE" desc="Title of the SIM card unlock dialog in chrome:sim-unlock.">
1634 Enter SIM card PIN
1635 </message>
1636 <message name="IDS_SIM_ENTER_PIN_MESSAGE" desc="Message on the the SIM card dialog asking to enter PIN in chrome:sim-unlock.">
1637 Please enter PIN.
1638 </message>
1639 <message name="IDS_SIM_UNLOCK_ENTER_PIN_TRIES_MESSAGE" desc="Message on the the SIM card unlock dialog asking to enter PIN in chrome:sim-unlock.">
1640 SIM card is locked, please enter PIN. Tries left: <ph name="TRIES_COUNT">$1<ex>42</ex></ph>
1641 </message>
1642 <message name="IDS_SIM_UNLOCK_INCORRECT_PIN_TRIES_MESSAGE" desc="Incorrect PIN message with the number of tries left shown on SIM card unlock dialog in chrome:sim-unlock.">
1643 Incorrect PIN, please try again. Tries left: <ph name="TRIES_COUNT">$1<ex>42</ex></ph>
1644 </message>
1645 <message name="IDS_SIM_UNLOCK_INCORRECT_PIN_TITLE" desc="Title of the Incorrect PIN stage (no tries left) shown on SIM card unlock dialog in chrome:sim-unlock.">
1646 Incorrect PIN
1647 </message>
1648 <message name="IDS_SIM_UNLOCK_NO_PIN_TRIES_LEFT_MESSAGE" desc="Message shown when there's no PIN tries left, shown on SIM card unlock dialog in chrome:sim-unlock.">
1649 You have entered the incorrect PIN too many times. Please contact <ph name="CARRIER_ID">$1<ex>your carrier</ex></ph> to obtain a new 8-digit PIN Unlocking Key.
1650 </message>
1651 <message name="IDS_SIM_UNLOCK_DEFAULT_CARRIER" desc="Generic carrier name shown on SIM unlock dialog. Ex.: IDS_SIM_UNLOCK_NO_PIN_TRIES_LEFT_MESSAGE, IDS_SIM_UNLOCK_ENTER_PUK_MESSAGE">
1652 your carrier
1653 </message>
1654 <message name="IDS_SIM_UNLOCK_ENTER_PUK_BUTTON" desc="Text of the button that will take to Enter PUK dialog, part of SIM card unlock dialog in chrome:sim-unlock.">
1655 Enter PIN Unlocking Key
1656 </message>
1657 <message name="IDS_SIM_UNLOCK_ENTER_PUK_TITLE" desc="Title of the Enter PUK dialog, which is part of SIM card unlock dialog in chrome:sim-unlock.">
1658 Enter PIN Unlocking Key
1659 </message>
1660 <message name="IDS_SIM_UNLOCK_ENTER_PUK_WARNING" desc="Warning on the Enter PUK dialog with the number of tries left, which is part of SIM card unlock dialog in chrome:sim-unlock.">
1661 Your SIM card will be permanently disabled if you cannot enter the correct PIN Unlocking Key. Tries left: <ph name="TRIES_COUNT">$1<ex>42</ex></ph>
1662 </message>
1663 <message name="IDS_SIM_UNLOCK_ENTER_PUK_MESSAGE" desc="Message on the Enter PUK dialog, which is part of SIM card unlock dialog in chrome:sim-unlock.">
1664 Please enter the 8-digit PIN Unlocking Key provided by <ph name="CARRIER_ID">$1<ex>your carrier</ex></ph>.
1665 </message>
1666 <message name="IDS_SIM_UNLOCK_CHOOSE_PIN_TITLE" desc="Title of the Choose new PIN dialog, which is part of SIM card unlock dialog in chrome:sim-unlock.">
1667 Choose New PIN
1668 </message>
1669 <message name="IDS_SIM_UNLOCK_CHOOSE_PIN_MESSAGE" desc="Message on the Choose new PIN dialog, which is part of SIM card unlock dialog in chrome:sim-unlock.">
1670 Please choose a new PIN.
1671 </message>
1672 <message name="IDS_SIM_UNLOCK_NO_PUK_TRIES_LEFT_MESSAGE" desc="Message shown when there're not PUK tries left, right after last try was used and SIM card is now disabled.">
1673 You have entered the incorrect PIN Unlocking Key too many times. Your SIM card is permanently disabled.
1674 </message>
1675 <message name="IDS_SIM_UNLOCK_SIM_DISABLED_TITLE" desc="Title shown when there're not PUK tries left and SIM card is disabled.">
1676 SIM card disabled
1677 </message>
1678 <message name="IDS_SIM_UNLOCK_SIM_DISABLED_MESSAGE" desc="Message shown when there're not PUK tries left and SIM card is disabled.">
1679 This SIM card is disabled and cannot be used. Please contact your service provider for a replacement.
1680 </message>
1682 <message name="IDS_SLOW_DISABLE" desc="The text of the button that disables performance collection for feedback reports">
1683 Disable performance data collection
1684 </message>
1685 <message name="IDS_SLOW_ENABLE" desc="The text of the button that enables performance collection for feedback reports">
1686 Enable performance data collection
1687 </message>
1688 <message name="IDS_SLOW_DESCRIPTION" desc="The description of the performance tracing feature for feedback reports.">
1689 Enabling collection of performance data will help Google improve the system over time. No data is sent until you file a feedback report (Alt-Shift-I) and include performance data. You can return to this screen to disable collection at any time.
1690 </message>
1691 <message name="IDS_SLOW_WARNING" desc="The warning that informs users that enabling this can have a negative effect on their performance">
1692 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Note:<ph name="END_BOLD">&lt;/strong&gt;</ph> Only enable if you know what you are doing or if you have been asked to do so, as collection of data may reduce performance.
1693 </message>
1695 <message name="IDS_EULA_BACK_BUTTON" desc="Back button shown on EULA screen.">
1696 Back
1697 </message>
1698 <message name="IDS_EULA_ACCEPT_AND_CONTINUE_BUTTON" desc="Accept button text below EULA terms of service">
1699 Accept and continue
1700 </message>
1701 <message name="IDS_EULA_SYSTEM_SECURITY_SETTING" desc="Link from the EULA wizard screen and title of the TPM info dialog">
1702 System security setting
1703 </message>
1704 <message name="IDS_EULA_SYSTEM_INSTALLATION_SETTINGS" desc="Link from the EULA wizard screen and title of the TPM and RLZ info dialog">
1705 System installation settings
1706 </message>
1707 <message name="IDS_EULA_TPM_DESCRIPTION" desc="Dialog box text">
1708 Your computer contains a Trusted Platform Module (TPM) security device, which is used to implement many critical security features in Chrome OS. Visit the Chromebook Help Center to learn more: http://support.google.com/chromebook/?p=tpm
1709 </message>
1710 <message name="IDS_EULA_TPM_KEY_DESCRIPTION" desc="Dialog box text">
1711 Below is the randomly generated TPM password that has been assigned to your computer:
1712 </message>
1713 <message name="IDS_EULA_TPM_KEY_DESCRIPTION_POWERWASH" desc="Dialog box text in case TPM is already in owned state">
1714 The randomly generated TPM password is not available. This is normal after a Powerwash.
1715 </message>
1716 <message name="IDS_EULA_TPM_WAIT" desc="Dialog box text">
1717 The TPM is being set up. Please be patient; this may take a few minutes.
1718 </message>
1719 <message name="IDS_EULA_RLZ_DESCRIPTION" desc="Dialog box text">
1720 Your computer also comes with <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph>'s RLZ library built in. RLZ assigns a non-unique, non-personally identifiable tag to measure the searches and <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> usage driven by a particular promotional campaign. These labels sometimes appear in Google Search queries in <ph name="PRODUCT_NAME">$2<ex>Google Chrome</ex></ph>.
1721 </message>
1722 <message name="IDS_EULA_RLZ_ENABLE" desc="Check box text for enabling RLZ tracking on TPM/RLZ info dialog.">
1723 Enable RLZ tracking on <ph name="SHORT_PRODUCT_OS_NAME">$1<ex>Chrome OS</ex></ph>.
1724 </message>
1725 <message name="IDS_EULA_TPM_BUSY" desc="Message bubble text">
1726 TPM is being prepared, please wait (this may take a few minutes)...
1727 </message>
1728 <message name="IDS_EULA_TPM_DISABLED" desc="Tooltip text describing why 'System security setting' link is disabled.">
1729 Trusted Platform Module (TPM) chip is disabled or absent.
1730 </message>
1732 <message name="IDS_RESET_SCREEN_WARNING_MSG" desc="Warning text shown on reset screen above the exclamation icon.">
1733 Powerwash your <ph name="IDS_SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> device
1734 </message>
1735 <message name="IDS_RESET_SCREEN_WARNING_DETAILS" desc="Warning text shown on reset screen below the exclamation icon.">
1736 A Powerwash resets your <ph name="IDS_SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> device to be just like new. All files and media stored locally on your computer will be erased.
1737 </message>
1738 <message name="IDS_RESET_SCREEN_WARNING_DETAILS_RESTART" desc="Warning text shown on reset screen below the exclamation icon if device needs extra restart before powerwash.">
1739 A restart is required before your device can be reset with Powerwash. A Powerwash resets your <ph name="IDS_SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> device to be just like new.
1740 </message>
1741 <message name="IDS_RESET_SCREEN_RESET" desc="Reset button text">
1742 Reset
1743 </message>
1745 <message name="IDS_WRONG_HWID_SCREEN_HEADER" desc="Header of message shown on screen notifying about malformed hardware ID.">
1746 A factory error has been detected
1747 </message>
1748 <message name="IDS_WRONG_HWID_SCREEN_MESSAGE_FIRST_PART" desc="Warning message shown on screen notifying about malformed hardware ID. First paragraph.">
1749 Unfortunately, your computer is configured with a malformed hardware ID. This prevents Chrome OS from updating with the latest security fixes and your computer <ph name="BEGIN_BOLD">$1</ph>may be vulnerable to malicious attacks<ph name="END_BOLD">$2</ph>.
1750 </message>
1751 <message name="IDS_WRONG_HWID_SCREEN_MESSAGE_SECOND_PART" desc="Warning message shown on screen notifying about malformed hardware ID. Second paragraph.">
1752 Please contact your hardware manufacturer immediately to send your computer to a repair facility.
1753 </message>
1754 <message name="IDS_WRONG_HWID_SCREEN_SKIP_LINK" desc="Text on link that skips warning about malformed hardware ID.">
1755 Skip for now
1756 </message>
1758 <message name="IDS_TERMS_OF_SERVICE_SCREEN_HEADING" desc="Heading at the top of the Terms of Service screen.">
1759 <ph name="DOMAIN">$1<ex>example.com</ex></ph> Terms of Service
1760 </message>
1761 <message name="IDS_TERMS_OF_SERVICE_SCREEN_CONTENT_HEADING" desc="Heading at the start of the the Terms of Service text.">
1762 <ph name="DOMAIN">$1<ex>example.com</ex></ph> Terms
1763 </message>
1764 <message name="IDS_TERMS_OF_SERVICE_SCREEN_LOADING" desc="Message shown while the Terms of Service are being downloaded.">
1765 Loading...
1766 </message>
1767 <message name="IDS_TERMS_OF_SERVICE_SCREEN_ERROR" desc="Error message shown when the Terms of Service could not be loaded.">
1768 Oops, something went wrong.
1769 </message>
1770 <message name="IDS_TERMS_OF_SERVICE_SCREEN_TRY_AGAIN" desc="Message telling the user to try again later. Shown beneath the error message when the Terms of Service could not be loaded.">
1771 Please try again later.
1772 </message>
1773 <message name="IDS_TERMS_OF_SERVICE_SCREEN_BACK_BUTTON" desc="Text of the back button on Terms of Service screen.">
1774 Back
1775 </message>
1776 <message name="IDS_TERMS_OF_SERVICE_SCREEN_ACCEPT_BUTTON" desc="Text of the accept button on the Terms of Service screen.">
1777 Accept and continue
1778 </message>
1780 <message name="IDS_OPTIONS_CONTROLLED_SETTING_OWNER" desc="Tooltip for options which can be edited only by the owner">
1781 This setting is enforced by the owner of the device.
1782 </message>
1783 <message name="IDS_OPTION_DISABLED_BY_POLICY" desc="Tooltip for options managed by enterprise policy">
1784 This option is controlled by enterprise policy. Please contact your administrator for more information.
1785 </message>
1786 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_SETTINGS_TITLE"
1787 desc="The title for the Chewing input settings dialog. Please note that 'Chewing' here is name of an input method and not 'an act of biting and grinding with the teeth'.">
1788 Chewing input settings
1789 </message>
1790 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_SETTING_AUTO_SHIFT_CUR"
1791 desc="The checkbox label for a Chewing input method preference">
1792 Automatically move cursor to the next character
1793 </message>
1794 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_SETTING_ADD_PHRASE_DIRECTION"
1795 desc="The checkbox label for a Chewing input method preference">
1796 Add phrases in front
1797 </message>
1798 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_SETTING_EASY_SYMBOL_INPUT"
1799 desc="The checkbox label for a Chewing input method preference">
1800 Easy symbol input
1801 </message>
1802 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_SETTING_ESC_CLEAN_ALL_BUF"
1803 desc="The checkbox label for a Chewing input method preference">
1804 Esc cleans whole pre-edit buffer
1805 </message>
1806 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_SETTING_FORCE_LOWER_CASE_ENGLISH"
1807 desc="The checkbox label for a Chewing input method preference">
1808 Ignore CapsLock status and input lowercase by default
1809 </message>
1810 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_SETTING_PLAIN_ZHUYIN"
1811 desc="The checkbox label for a Chewing input method preference">
1812 Plain Zhuyin mode. Automatic candidate selection and related options
1813 are disabled or ignored.
1814 </message>
1815 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_SETTING_PHRASE_CHOICE_REARWARD"
1816 desc="The checkbox label for a Chewing input method preference">
1817 Choose phrases from the back, without moving the cursor
1818 </message>
1819 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_SETTING_SPACE_AS_SELECTION"
1820 desc="The checkbox label for a Chewing input method preference">
1821 Press Space to select the candidate
1822 </message>
1823 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_SETTING_MAX_CHI_SYMBOL_LEN"
1824 desc="The label for a Chewing input method preference">
1825 Maximum Chinese characters in pre-edit buffer, including inputing Zhuyin
1826 symbols
1827 </message>
1828 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_SETTING_CAND_PER_PAGE"
1829 desc="The label for a Chewing input method preference">
1830 Number of candidates to display per page
1831 </message>
1833 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_KEYBOARD_TYPE"
1834 desc="The combobox description for the Chewing keyboard type">
1835 Keyboard type
1836 </message>
1837 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_KEYBOARD_TYPE_DEFAULT"
1838 desc="The combobox value for the Chewing keyboard type">
1839 Default
1840 </message>
1841 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_KEYBOARD_TYPE_HSU"
1842 desc="The combobox value for the Chewing keyboard type">
1844 </message>
1845 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_KEYBOARD_TYPE_IBM"
1846 desc="The combobox value for the Chewing keyboard type">
1848 </message>
1849 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_KEYBOARD_TYPE_GIN_YIEH"
1850 desc="The combobox value for the Chewing keyboard type">
1851 Gin Yieh
1852 </message>
1853 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_KEYBOARD_TYPE_ETEN"
1854 desc="The combobox value for the Chewing keyboard type">
1855 Eten
1856 </message>
1857 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_KEYBOARD_TYPE_ETEN26"
1858 desc="The combobox value for the Chewing keyboard type">
1859 Eten 26
1860 </message>
1861 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_KEYBOARD_TYPE_DVORAK"
1862 desc="The combobox value for the Chewing keyboard type">
1863 Dvorak
1864 </message>
1865 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_KEYBOARD_TYPE_DVORAK_HSU"
1866 desc="The combobox value for the Chewing keyboard type">
1867 Dvorak (Hsu)
1868 </message>
1869 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_KEYBOARD_TYPE_DACHEN_26"
1870 desc="The combobox value for the Chewing keyboard type">
1871 Dachen 26
1872 </message>
1873 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_KEYBOARD_TYPE_HANYU"
1874 desc="The combobox value for the Chewing keyboard type">
1875 Hanyu
1876 </message>
1878 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_SEL_KEYS"
1879 desc="The combobox description for the Chewing selection keys">
1880 Selection keys
1881 </message>
1882 <message translateable="false"
1883 name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_SEL_KEYS_1234567890"
1884 desc="The combobox value for the Chewing selection keys">
1885 1234567890
1886 </message>
1887 <message translateable="false"
1888 name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_SEL_KEYS_ASDFGHJKLS"
1889 desc="The combobox value for the Chewing selection keys">
1890 asdfghjkl;
1891 </message>
1892 <message translateable="false"
1893 name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_SEL_KEYS_ASDFZXCV89"
1894 desc="The combobox value for the Chewing selection keys">
1895 asdfzxcv89
1896 </message>
1897 <message translateable="false"
1898 name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_SEL_KEYS_ASDFJKL789"
1899 desc="The combobox value for the Chewing selection keys">
1900 asdfjkl789
1901 </message>
1902 <message translateable="false"
1903 name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_SEL_KEYS_AOEUSQJKIX"
1904 desc="The combobox value for the Chewing selection keys">
1905 aoeu;qjkix (Dvorak)
1906 </message>
1907 <message translateable="false"
1908 name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_SEL_KEYS_AOEUHTNSID"
1909 desc="The combobox value for the Chewing selection keys">
1910 aoeuhtnsid (Dvorak)
1911 </message>
1912 <message translateable="false"
1913 name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_SEL_KEYS_AOEUIDHTNS"
1914 desc="The combobox value for the Chewing selection keys">
1915 aoeuidhtns (Dvorak)
1916 </message>
1917 <message translateable="false"
1918 name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_SEL_KEYS_1234QWERAS"
1919 desc="The combobox value for the Chewing selection keys">
1920 1234qweras
1921 </message>
1922 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_HSU_SEL_KEY_TYPE"
1923 desc="The combobox description for the Hsu selection key type">
1924 Hsu's keyboard selection keys
1925 </message>
1926 <message translateable="false"
1927 name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_HSU_SEL_KEY_TYPE_1"
1928 desc="The combobox value for the Hsu selection key type">
1929 asdfjkl789
1930 </message>
1931 <message translateable="false"
1932 name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_HSU_SEL_KEY_TYPE_2"
1933 desc="The combobox value for the Hsu selection key type">
1934 asdfzxcv89
1935 </message>
1937 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_HANGUL_SETTINGS_TITLE"
1938 desc="The title for the Hangul input settings dialog">
1939 Hangul input settings
1940 </message>
1941 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_HANGUL_SETTINGS_KEYBOARD_2_SET"
1942 desc="The keyboard layout name for Korean input. (Dubeol-sik)">
1943 2 Set
1944 </message>
1945 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_HANGUL_SETTINGS_KEYBOARD_3_SET_FINAL"
1946 desc="The keyboard layout name for Korean input. (Sebeol-sik Final)">
1947 3 Set (Final)
1948 </message>
1949 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_HANGUL_SETTINGS_KEYBOARD_3_SET_390"
1950 desc="The keyboard layout name for Korean input. (Sebeol-sik 390)">
1951 3 Set (390)
1952 </message>
1953 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_HANGUL_SETTINGS_KEYBOARD_3_SET_NO_SHIFT"
1954 desc="The keyboard layout name for Korean input. (Sebeol-sik No-shift)">
1955 3 Set (No shift)
1956 </message>
1957 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_HANGUL_SETTINGS_KEYBOARD_ROMAJA"
1958 desc="The keyboard layout name for Korean input. (Romaja)">
1959 Romaja
1960 </message>
1961 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTINGS_TITLE"
1962 desc="The title for the Pinyin input settings dialog">
1963 Pinyin input settings
1964 </message>
1965 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTING_CORRECT_PINYIN"
1966 desc="The checkbox label for a Pinyin input method preference">
1967 Automatically correct input
1968 </message>
1969 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTING_FUZZY_PINYIN"
1970 desc="The checkbox label for a Pinyin input method preference">
1971 Enable Fuzzy-Pinyin mode
1972 </message>
1973 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTING_SHIFT_SELECT_PINYIN"
1974 desc="The checkbox label for a Pinyin input method preference">
1975 Use left and right Shift keys to select 2nd and 3rd candidates
1976 </message>
1977 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTING_MINUS_EQUAL_PAGE"
1978 desc="The checkbox label for a Pinyin input method preference">
1979 Use - and = keys to page a candidate list
1980 </message>
1981 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTING_COMMA_PERIOD_PAGE"
1982 desc="The checkbox label for a Pinyin input method preference">
1983 Use , and . keys to page a candidate list
1984 </message>
1985 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTING_AUTO_COMMIT"
1986 desc="The checkbox label for a Pinyin input method preference">
1987 Auto-commit a string
1988 </message>
1989 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTING_DOUBLE_PINYIN"
1990 desc="The checkbox label for a Pinyin input method preference">
1991 Enable Double-Pinyin mode
1992 </message>
1993 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTING_INIT_CHINESE"
1994 desc="The checkbox label for a Pinyin input method preference">
1995 Initial input language is Chinese
1996 </message>
1997 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTING_INIT_FULL"
1998 desc="The checkbox label for a Pinyin input method preference">
1999 Initial character width is Full
2000 </message>
2001 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTING_INIT_FULL_PUNCT"
2002 desc="The checkbox label for a Pinyin input method preference">
2003 Initial punctuation width is Full
2004 </message>
2005 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_SETTING_INIT_SIMPLIFIED_CHINESE"
2006 desc="The checkbox label for a Pinyin input method preference">
2007 Initial Chinese mode is Simplified Chinese
2008 </message>
2010 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_DOUBLE_SCHEMA"
2011 desc="The combobox description for the double Pinyin schema">
2012 Double Pinyin schema
2013 </message>
2014 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_DOUBLE_SCHEMA_MSPY"
2015 desc="The combobox value for the double Pinyin schema (might be non-translateable?)">
2016 MSPY
2017 </message>
2018 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_DOUBLE_SCHEMA_ZRM"
2019 desc="The combobox value for the double Pinyin schema (might be non-translateable?)">
2021 </message>
2022 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_DOUBLE_SCHEMA_ABC"
2023 desc="The combobox value for the double Pinyin schema (might be non-translateable?)">
2025 </message>
2026 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_DOUBLE_SCHEMA_ZGPY"
2027 desc="The combobox value for the double Pinyin schema (might be non-translateable?)">
2028 ZGPY
2029 </message>
2030 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_DOUBLE_SCHEMA_PYJJ"
2031 desc="The combobox value for the double Pinyin schema (might be non-translateable?)">
2032 PYJJ
2033 </message>
2035 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SETTINGS_TITLE"
2036 desc="The title for the Mozc Japanese input settings dialog">
2037 Japanese input settings
2038 </message>
2039 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_PREEDIT_METHOD"
2040 desc="The combobox description for the Mozc input method preference">
2041 Input method
2042 </message>
2043 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_PREEDIT_METHOD_ROMAN"
2044 desc="The combobox value for the Mozc input method preference">
2045 Romaji
2046 </message>
2047 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_PREEDIT_METHOD_KANA"
2048 desc="The combobox value for the Mozc input method preference">
2049 Kana
2050 </message>
2051 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SESSION_KEYMAP"
2052 desc="The combobox description for the Mozc input method preference">
2053 Keymap style
2054 </message>
2055 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SESSION_KEYMAP_ATOK"
2056 desc="The combobox value for the Mozc input method preference (might be non-translateable?)">
2057 ATOK
2058 </message>
2059 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SESSION_KEYMAP_MSIME"
2060 desc="The combobox value for the Mozc input method preference (might be non-translateable?)">
2061 MS-IME
2062 </message>
2063 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SESSION_KEYMAP_KOTOERI"
2064 desc="The combobox value for the Mozc input method preference. When lang is ja, it should be written in Hiragana">
2065 Kotoeri
2066 </message>
2067 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_PUNCTUATION_METHOD"
2068 desc="The combobox description for the Mozc input method preference">
2069 Punctuation style
2070 </message>
2071 <message translateable="false"
2072 name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_PUNCTUATION_METHOD_KUTEN_TOUTEN"
2073 desc="The combobox value for the Mozc input method preference">
2074 &#x3001;&#x3002;
2075 </message>
2076 <message translateable="false"
2077 name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_PUNCTUATION_METHOD_COMMA_PERIOD"
2078 desc="The combobox value for the Mozc input method preference">
2079 &#xff0c;&#xff0e;
2080 </message>
2081 <message translateable="false"
2082 name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_PUNCTUATION_METHOD_KUTEN_PERIOD"
2083 desc="The combobox value for the Mozc input method preference">
2084 &#x3001;&#xff0e;
2085 </message>
2086 <message translateable="false"
2087 name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_PUNCTUATION_METHOD_COMMA_TOUTEN"
2088 desc="The combobox value for the Mozc input method preference">
2089 &#xff0c;&#x3002;
2090 </message>
2091 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SYMBOL_METHOD"
2092 desc="The combobox description for the Mozc input method preference">
2093 Symbol style
2094 </message>
2095 <message translateable="false"
2096 name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SYMBOL_METHOD_CORNER_BRACKET_MIDDLE_DOT"
2097 desc="The combobox value for the Mozc input method preference">
2098 &#x300c;&#x300d;&#x30fb;
2099 </message>
2100 <message translateable="false"
2101 name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SYMBOL_METHOD_SQUARE_BRACKET_SLASH"
2102 desc="The combobox value for the Mozc input method preference">
2103 &#xff3b;&#xff3d;&#xff0f;
2104 </message>
2105 <message translateable="false"
2106 name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SYMBOL_METHOD_CORNER_BRACKET_SLASH"
2107 desc="The combobox value for the Mozc input method preference">
2108 &#x300c;&#x300d;&#xff0f;
2109 </message>
2110 <message translateable="false"
2111 name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SYMBOL_METHOD_SQUARE_BRACKET_MIDDLE_DOT"
2112 desc="The combobox value for the Mozc input method preference">
2113 &#xff3b;&#xff3d;&#x30fb;
2114 </message>
2115 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SPACE_CHARACTER_FORM"
2116 desc="The combobox description for the Mozc input method preference">
2117 Space input style
2118 </message>
2119 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SPACE_CHARACTER_FORM_FUNDAMENTAL_INPUT_MODE"
2120 desc="The combobox value for the Mozc input method preference">
2121 Follow input mode
2122 </message>
2123 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SPACE_CHARACTER_FORM_FUNDAMENTAL_FULL_WIDTH"
2124 desc="The combobox value for the Mozc input method preference">
2125 Fullwidth
2126 </message>
2127 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SPACE_CHARACTER_FORM_FUNDAMENTAL_HALF_WIDTH"
2128 desc="The combobox value for the Mozc input method preference">
2129 Halfwidth
2130 </message>
2131 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_HISTORY_LEARNING_LEVEL"
2132 desc="The combobox description for the Mozc input method preference">
2133 Adjust conversion based on previous input
2134 </message>
2135 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_HISTORY_LEARNING_LEVEL_DEFAULT_HISTORY"
2136 desc="The combobox value for the Mozc input method preference">
2138 </message>
2139 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_HISTORY_LEARNING_LEVEL_READ_ONLY"
2140 desc="The combobox value for the Mozc input method preference">
2141 Yes (don't record new data)
2142 </message>
2143 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_HISTORY_LEARNING_LEVEL_NO_HISTORY"
2144 desc="The combobox value for the Mozc input method preference">
2146 </message>
2147 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SELECTION_SHORTCUT"
2148 desc="The combobox description for the Mozc input method preference">
2149 Selection shortcut
2150 </message>
2151 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SELECTION_SHORTCUT_NO_SHORTCUT"
2152 desc="The combobox value for the Mozc input method preference">
2153 No shortcut
2154 </message>
2155 <message translateable="false"
2156 name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SELECTION_SHORTCUT_SHORTCUT_123456789"
2157 desc="The combobox value for the Mozc input method preference">
2158 1 -- 9
2159 </message>
2160 <message translateable="false"
2161 name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SELECTION_SHORTCUT_SHORTCUT_ASDFGHJKL"
2162 desc="The combobox value for the Mozc input method preference">
2163 A -- L
2164 </message>
2165 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SHIFT_KEY_MODE_SWITCH"
2166 desc="The combobox description for the Mozc input method preference">
2167 Shift key mode switch
2168 </message>
2169 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SHIFT_KEY_MODE_SWITCH_OFF"
2170 desc="The combobox value for the Mozc input method preference">
2172 </message>
2173 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SHIFT_KEY_MODE_SWITCH_ASCII_INPUT_MODE"
2174 desc="The combobox value for the Mozc input method preference">
2175 Alphanumeric
2176 </message>
2177 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SHIFT_KEY_MODE_SWITCH_KATAKANA_INPUT_MODE"
2178 desc="The combobox value for the Mozc input method preference">
2179 Katakana
2180 </message>
2181 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_NUMPAD_CHARACTER_FORM"
2182 desc="The combobox description for the Mozc input method preference">
2183 Numpad style
2184 </message>
2185 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_NUMPAD_CHARACTER_FORM_NUMPAD_INPUT_MODE"
2186 desc="The combobox value for the Mozc input method preference">
2187 Follow input mode
2188 </message>
2189 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_NUMPAD_CHARACTER_FORM_NUMPAD_FULL_WIDTH"
2190 desc="The combobox value for the Mozc input method preference">
2191 Fullwidth
2192 </message>
2193 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_NUMPAD_CHARACTER_FORM_NUMPAD_HALF_WIDTH"
2194 desc="The combobox value for the Mozc input method preference">
2195 Halfwidth
2196 </message>
2197 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_NUMPAD_CHARACTER_FORM_NUMPAD_DIRECT_INPUT"
2198 desc="The combobox value for the Mozc input method preference">
2199 Direct input
2200 </message>
2201 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_INCOGNITO_MODE"
2202 desc="The checkbox label for a Mozc input method preference">
2203 Temporarily disable conversion personalization, history-based suggestions and user dictionary
2204 </message>
2205 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_USE_AUTO_IME_TURN_OFF"
2206 desc="The checkbox label for a Mozc input method preference">
2207 Automatically switch to halfwidth
2208 </message>
2209 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_USE_HISTORY_SUGGEST"
2210 desc="The checkbox label for a Mozc input method preference">
2211 Use input history
2212 </message>
2213 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_USE_DICTIONARY_SUGGEST"
2214 desc="The checkbox label for a Mozc input method preference">
2215 Use system dictionary
2216 </message>
2217 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_SUGGESTIONS_SIZE"
2218 desc="The slider label for a Mozc input method preference">
2219 Maximum number of suggestions
2220 </message>
2221 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CONFIGURE"
2222 desc="The label for the configure button for input methods">
2223 Configure...
2224 </message>
2225 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_INPUT_METHOD"
2226 desc="The label for the section header for input methods">
2227 Input Method
2228 </message>
2229 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_NO_INPUT_METHODS"
2230 desc="The label for languages with no Input Methods">
2231 This language doesn't have any input methods
2232 </message>
2233 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_SIGN_OUT_BUTTON"
2234 desc="The label for the sign out button for changing UI language">
2235 Sign out
2236 </message>
2237 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PLEASE_ADD_ANOTHER_INPUT_METHOD"
2238 desc="Warning invoked when the user tries to remove the last input method">
2239 Please add another input method before removing this one.
2240 </message>
2241 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_INPUT_METHOD_INSTRUCTIONS"
2242 desc="Explanatory message about how to select input methods">
2243 For text input, select a language to see available input methods.
2244 </message>
2245 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_SWITCH_INPUT_METHODS_HINT"
2246 desc="Explanatory message about how to switch input methods">
2247 Press Alt+Shift to switch between input methods.
2248 </message>
2249 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_SELECT_PREVIOUS_INPUT_METHOD_HINT"
2250 desc="Explanatory message about how to select the previous input method">
2251 Press Ctrl+Space to select the previous input method.
2252 </message>
2253 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_INPUT_METHOD_EXTENSION_IME"
2254 desc="Label for extension IMEs">
2255 Extension IMEs
2256 </message>
2257 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_INPUT_METHOD_EXTENSION_DESCRIPTION"
2258 desc="Description of extension IMEs">
2259 Select which extension IMEs will be available in the language menu.
2260 </message>
2261 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_M17N_TAMIL_PHONETIC"
2262 desc="The label for a Tamil input method">
2263 Tamil input method (Phonetic)
2264 </message>
2265 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_M17N_TAMIL_INSCRIPT"
2266 desc="The label for a Tamil input method">
2267 Tamil input method (InScript)
2268 </message>
2269 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_M17N_TAMIL_TAMIL99"
2270 desc="The label for a Tamil input method">
2271 Tamil input method (Tamil99)
2272 </message>
2273 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_M17N_TAMIL_ITRANS"
2274 desc="The label for a Tamil input method">
2275 Tamil input method (itrans)
2276 </message>
2277 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_M17N_TAMIL_TYPEWRITER"
2278 desc="The label for a Tamil input method">
2279 Tamil input method (Typewriter)
2280 </message>
2281 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_M17N_STANDARD_INPUT_METHOD"
2282 desc="The label for a input method">
2283 Standard input method
2284 </message>
2285 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_M17N_CHINESE_CANGJIE_INPUT_METHOD"
2286 desc="The label for the Chinese input method">
2287 Chinese input method (cangjie)
2288 </message>
2289 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_M17N_CHINESE_QUICK_INPUT_METHOD"
2290 desc="The label for the Chinese input method">
2291 Chinese input method (quick)
2292 </message>
2293 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_M17N_PERSIAN_ISIRI_2901_INPUT_METHOD"
2294 desc="The label for the Persian (Farsi) input method">
2295 Persian input method (ISIRI 2901 layout)
2296 </message>
2297 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_M17N_THAI_KESMANEE_INPUT_METHOD"
2298 desc="The label for the Thai input method">
2299 Thai input method (Kesmanee keyboard)
2300 </message>
2301 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_M17N_THAI_TIS820_INPUT_METHOD"
2302 desc="The label for the Thai input method">
2303 Thai input method (TIS-820.2538 keyboard)
2304 </message>
2305 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_M17N_THAI_PATTACHOTE_INPUT_METHOD"
2306 desc="The label for the Thai input method">
2307 Thai input method (Pattachote keyboard)
2308 </message>
2309 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_M17N_VIETNAMESE_TCVN_INPUT_METHOD"
2310 desc="The label for the Vietnamese input method">
2311 Vietnamese input method (TCVN6064)
2312 </message>
2313 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_M17N_VIETNAMESE_TELEX_INPUT_METHOD"
2314 desc="The label for the Vietnamese input method">
2315 Vietnamese input method (TELEX)
2316 </message>
2317 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_M17N_VIETNAMESE_VIQR_INPUT_METHOD"
2318 desc="The label for the Vietnamese input method">
2319 Vietnamese input method (VIQR)
2320 </message>
2321 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_M17N_VIETNAMESE_VNI_INPUT_METHOD"
2322 desc="The label for the Vietnamese input method">
2323 Vietnamese input method (VNI)
2324 </message>
2325 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_INPUT_METHOD"
2326 desc="The label for the Chewing traditional Chinese input method">
2327 Chewing input method
2328 </message>
2329 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_INPUT_METHOD"
2330 desc="The label for the Pinyin simplified Chinese input method">
2331 Pinyin input method
2332 </message>
2333 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PINYIN_DV_INPUT_METHOD"
2334 desc="The label for the Pinyin simplified Chinese input method">
2335 Pinyin input method (for US Dvorak keyboard)
2336 </message>
2337 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_JAPANESE_HANDWRITING_INPUT_METHOD"
2338 desc="The label for the Japanese handwriting input method">
2339 Handwriting input method for Japanese
2340 </message>
2341 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KOREAN_INPUT_METHOD"
2342 desc="The label for the Korean input method">
2343 Korean input method
2344 </message>
2345 <message name="IDS_OPTIONS_KEYBOARD_OVERLAY_TITLE"
2346 desc="The title for 'Keyboard settings' overlay">
2347 Keyboard settings
2348 </message>
2349 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_SEARCH_LABEL"
2350 desc="The label for 'Customize modifier keys' overlay">
2351 Search
2352 </message>
2353 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_LEFT_CTRL_LABEL"
2354 desc="The label for 'Customize modifier keys' overlay">
2355 Ctrl
2356 </message>
2357 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_LEFT_ALT_LABEL"
2358 desc="The label for 'Customize modifier keys' overlay">
2360 </message>
2361 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_CAPS_LOCK_LABEL"
2362 desc="The label for 'Customize modifier keys' overlay">
2363 Caps Lock
2364 </message>
2365 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_DIAMOND_KEY_LABEL"
2366 desc="The label for 'Customize modifier keys' overlay">
2367 Diamond
2368 </message>
2369 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_SEARCH"
2370 desc="The dropdown list item for 'Customize modifier keys' overlay">
2371 Search
2372 </message>
2373 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_LEFT_CTRL"
2374 desc="The dropdown list item for 'Customize modifier keys' overlay">
2375 Ctrl
2376 </message>
2377 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_LEFT_ALT"
2378 desc="The dropdown list item for 'Customize modifier keys' overlay">
2380 </message>
2381 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_VOID"
2382 desc="The dropdown list item for 'Customize modifier keys' overlay">
2383 Disabled
2384 </message>
2385 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_CAPS_LOCK"
2386 desc="The dropdown list item for 'Customize modifier keys' overlay">
2387 Caps Lock
2388 </message>
2389 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_ESCAPE"
2390 desc="The dropdown list item for 'Customize modifier keys' overlay">
2391 Escape
2392 </message>
2393 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_SEND_FUNCTION_KEYS"
2394 desc="The checkbox label for a setting to interpret the top-row keys as function keys instead.">
2395 Treat top-row keys as function keys
2396 </message>
2397 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_SEND_FUNCTION_KEYS_DESCRIPTION"
2398 desc="A label describing how to use the top-row keys' original actions when the treat-as-function-keys setting is enabled.">
2399 Hold the Search key to switch the behavior of the top-row keys.
2400 </message>
2401 <message name="IDS_OPTIONS_SETTINGS_CHANGE_LANGUAGE_AND_INPUT_SETTINGS"
2402 desc="The link to open 'Language and input settings' window.">
2403 Change language and input settings
2404 </message>
2405 <message name="IDS_OPTIONS_NO_POINTING_DEVICES" desc="Text shown when there is neither a touchpad nor a mouse.">
2406 No mouse or touchpad was detected.
2407 </message>
2408 <message name="IDS_OPTIONS_POINTER_MOUSE_OVERLAY_TITLE" desc="The title for 'Pointer settings' overlay for Mouse only.">
2409 Mouse settings
2410 </message>
2411 <message name="IDS_OPTIONS_POINTER_TOUCHPAD_OVERLAY_TITLE" desc="The title for 'Pointer settings' overlay for Touchpad only.">
2412 Touchpad settings
2413 </message>
2414 <message name="IDS_OPTIONS_POINTER_TOUCHPAD_MOUSE_OVERLAY_TITLE" desc="The title for 'Pointer settings' overlay for Touchpad and Mouse.">
2415 Touchpad and mouse settings
2416 </message>
2417 <message name="IDS_OPTIONS_POINTER_OVERLAY_SECTION_TITLE_TOUCHPAD" desc="The title for 'Touchpad' section of the Pointer Settings overlay.">
2418 Touchpad
2419 </message>
2420 <message name="IDS_OPTIONS_POINTER_OVERLAY_SECTION_TITLE_MOUSE" desc="The title for 'Mouse' section of the Pointer Settings overlay.">
2421 Mouse
2422 </message>
2423 <message name="IDS_STATUSBAR_SPOKEN_FEEDBACK_ENABLED" desc="The tooltip for the status bar button to indicate that spoken feedback has been enabled.">
2424 ChromeVox (spoken feedback) is enabled. Press Ctrl+Alt+Z to disable.
2425 </message>
2426 <message name="IDS_STATUSBAR_DISABLE_SPOKEN_FEEDBACK" desc="The menu option to disable spoken feedback accessibility feature.">
2427 Disable ChromeVox (spoken feedback)
2428 </message>
2429 <message name="IDS_STATUSBAR_NETWORK_DEVICE_ETHERNET" desc="The ethernet network device.">
2430 Ethernet
2431 </message>
2432 <message name="IDS_STATUSBAR_NETWORK_DEVICE_WIFI" desc="The wifi network device.">
2433 Wi-Fi
2434 </message>
2435 <message name="IDS_STATUSBAR_NETWORK_DEVICE_CELLULAR" desc="The cellular network device.">
2436 Mobile Data
2437 </message>
2438 <message name="IDS_NETWORK_TYPE_ETHERNET" desc="The ethernet network type.">
2439 Ethernet
2440 </message>
2441 <message name="IDS_NETWORK_TYPE_WIFI" desc="The wifi network type.">
2442 Wi-Fi
2443 </message>
2444 <message name="IDS_NETWORK_TYPE_WIMAX" desc="The wimax network type.">
2445 WiMAX
2446 </message>
2447 <message name="IDS_NETWORK_TYPE_BLUETOOTH" desc="The bluetooth network type.">
2448 Bluetooth
2449 </message>
2450 <message name="IDS_NETWORK_TYPE_CELLULAR" desc="The cellular network type.">
2451 cellular
2452 </message>
2453 <message name="IDS_NETWORK_TYPE_VPN" desc="The vpn network type.">
2455 </message>
2456 <message name="IDS_STATUSBAR_NETWORK_DEVICE_CONNECTING" desc="The network device status connecting.">
2457 Connecting...
2458 </message>
2459 <message name="IDS_STATUSBAR_NETWORK_DEVICE_CONNECTED" desc="The network device status connected.">
2460 Connected
2461 </message>
2462 <message name="IDS_STATUSBAR_NETWORK_DEVICE_DISCONNECTED" desc="The network device status disconnected.">
2463 Disconnected
2464 </message>
2465 <message name="IDS_STATUSBAR_NETWORK_DEVICE_NOT_CONFIGURED" desc="The network device status not configured.">
2466 Not configured
2467 </message>
2468 <message name="IDS_STATUSBAR_NETWORK_DEVICE_DISABLED" desc="The network device status disabled.">
2470 </message>
2471 <message name="IDS_STATUSBAR_NETWORK_DEVICE_ACTIVATING" desc="The network device is activating.">
2472 Activating...
2473 </message>
2474 <message name="IDS_STATUSBAR_NETWORK_DEVICE_ACTIVATE" desc="Activate the network device.">
2475 Activate <ph name="NETWORKSERVICE">$1<ex>YBH Cellular</ex></ph>
2476 </message>
2477 <message name="IDS_STATUSBAR_NETWORK_DEVICE_ENABLE" desc="Enable the network device.">
2478 Enable <ph name="NETWORKDEVICE">$1<ex>Wifi</ex></ph>
2479 </message>
2480 <message name="IDS_STATUSBAR_NETWORK_DEVICE_DISABLE" desc="Disable the network device.">
2481 Disable <ph name="NETWORKDEVICE">$1<ex>Wifi</ex></ph>
2482 </message>
2483 <message name="IDS_STATUSBAR_NETWORK_DEVICE_STATUS" desc="The status of the network device.">
2484 <ph name="NETWORKDEVICE">$1<ex>Wifi</ex></ph>: <ph name="STATUS">$2<ex>Connecting</ex></ph>
2485 </message>
2486 <message name="IDS_STATUSBAR_NETWORK_MENU_ITEM_INDENT" desc="A menu item label with an indentation. For left-to-right languages, we use 3 spaces on the left.">
2487 ''' <ph name="LABEL">$1<ex>Wifi SSID</ex></ph>'''
2488 </message>
2489 <message name="IDS_STATUSBAR_NETWORK_OFFLINE_MODE" desc="The offline mode.">
2490 Offline mode
2491 </message>
2492 <message name="IDS_STATUSBAR_NETWORK_OPEN_OPTIONS_DIALOG" desc="The menu item in the network menu button for opening the options dialog">
2493 Network settings...
2494 </message>
2495 <message name="IDS_STATUSBAR_NETWORK_OPEN_PROXY_SETTINGS_DIALOG" desc="The menu item in the network menu button at login screen for opening the options dialog">
2496 Proxy settings...
2497 </message>
2498 <message name="IDS_STATUSBAR_NETWORK_MORE" desc="Message for last link in the network menu requesting more technical and less common stuff (proxy settings, IP and hardware addresses)">
2499 More...
2500 </message>
2501 <message name="IDS_STATUSBAR_NETWORK_PRIVATE_NETWORKS" desc="In the network status menu, the text for submenu of private networks.">
2502 Private networks
2503 </message>
2504 <message name="IDS_STATUSBAR_NETWORK_ADD_VPN" desc="In the network status menu, the text in Private networks submenu to add a private network.">
2505 Add private network...
2506 </message>
2507 <message name="IDS_STATUSBAR_NETWORK_DISCONNECT_VPN" desc="In the network status menu, the text in Private networks submenu to disconnect from a private network.">
2508 Disconnect private network
2509 </message>
2510 <message name="IDS_STATUSBAR_NETWORK_VIEW_ACCOUNT" desc="In the network status menu, the text of the top-up URL link.">
2511 View account
2512 </message>
2513 <message name="IDS_STATUSBAR_NO_NETWORKS_MESSAGE" desc="No networks are available">
2514 No networks are available
2515 </message>
2516 <message name="IDS_STATUSBAR_BATTERY_CHARGING_PERCENTAGE" desc="In the power menu button, this shows what percentage of battery is left when power supply is connected.">
2517 Charging battery: <ph name="PRECENTAGE">$1<ex>100</ex></ph>%
2518 </message>
2519 <message name="IDS_STATUSBAR_BATTERY_USING_PERCENTAGE" desc="In the power menu button, this shows what percentage of battery is left when power supply is not connected.">
2520 Using battery: <ph name="PRECENTAGE">$1<ex>100</ex></ph>%
2521 </message>
2522 <message name="IDS_STATUSBAR_NO_BATTERY" desc="In the power menu button, menu item label shown when there is no battery installed in the device.">
2523 No battery
2524 </message>
2525 <message name="IDS_STATUSBAR_BATTERY_TIME_UNTIL_FULL" desc="In the power menu button, this shows how much time until fully charged.">
2526 Charging
2527 <ph name="HOUR">$1<ex>2</ex></ph>:<ph name="MINUTE">$2<ex>30</ex></ph> until full
2528 </message>
2529 <message name="IDS_STATUSBAR_BATTERY_TIME_UNTIL_EMPTY" desc="In the power menu button, this shows how much time until empty.">
2530 Battery
2531 <ph name="HOUR">$1<ex>2</ex></ph>:<ph name="MINUTE">$2<ex>30</ex></ph> remaining
2532 </message>
2533 <message name="IDS_STATUSBAR_BATTERY_CALCULATING_TIME_UNTIL_FULL" desc="In the power menu button, this is the message the shows when we are calculating time until full.">
2534 Charging
2535 Calculating time until full
2536 </message>
2537 <message name="IDS_STATUSBAR_BATTERY_CALCULATING_TIME_UNTIL_EMPTY" desc="In the power menu button, this is the message the shows when we are calculating time until empty.">
2538 Battery
2539 Calculating remaining time
2540 </message>
2541 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu button, the battery is charged message.">
2542 Battery full
2543 </message>
2544 <message name="IDS_STATUSBAR_NETWORK_CONNECTING_TOOLTIP" desc="Tooltip for the network menu status bar icon when connecting to a network.">
2545 Connecting to <ph name="NAME">$1<ex>GoogleGuest</ex></ph>
2546 </message>
2547 <message name="IDS_STATUSBAR_NETWORK_CONNECTED_TOOLTIP" desc="Tooltip for the network menu status bar icon when connected to a network.">
2548 Connected to <ph name="NAME">$1<ex>GoogleGuest</ex></ph>
2549 </message>
2550 <message name="IDS_STATUSBAR_VOLUME_PERCENTAGE" desc="Tooltip for the volume button, shows the percentage of volume">
2551 Volume: <ph name="PRECENTAGE">$1<ex>100</ex></ph>%
2552 </message>
2553 <message name="IDS_STATUSBAR_VOLUME_MUTE" desc="Tooltip for the volume button when muted">
2554 Volume: Muted
2555 </message>
2556 <message name="IDS_STATUSBAR_WINDOW_MAXIMIZE_TOOLTIP" desc="Tooltip for the layout mode button in the status bar when the window is unmaximized.">
2557 Maximize
2558 </message>
2559 <message name="IDS_STATUSBAR_WINDOW_RESTORE_TOOLTIP" desc="Tooltip for the layout mode button in the status bar when the window is maximized.">
2560 Restore
2561 </message>
2562 <message name="IDS_VERSION_FIELD_PREFIX" desc="Display the OS version to the user.">
2563 version
2564 </message>
2565 <message name="IDS_PROXY_PAGE_TITLE_FORMAT" desc="The title of the proxy page for a specific network.">
2566 Network proxy for <ph name="NETWORK_NAME">$1<ex>Ethernet</ex></ph>
2567 </message>
2568 <message name="IDS_PROXY_CONFIG_TITLE" desc="The title of the basic proxy config.">
2569 Proxy Configuration
2570 </message>
2571 <message name="IDS_PROXY_DIRECT_CONNECTION" desc="Radio used to tell it to just connect directly, not use a proxy.">
2572 Direct Internet connection
2573 </message>
2574 <message name="IDS_PROXY_MANUAL_CONFIG" desc="Radio used to tell it to configure manually.">
2575 Manual proxy configuration
2576 </message>
2577 <message name="IDS_PROXY_SAME_FORALL" desc="Radio used to tell it to use the same proxy.">
2578 Use the same proxy for all protocols
2579 </message>
2580 <message name="IDS_PROXY_HTTP_PROXY" desc="Label for the http proxy box.">
2581 HTTP proxy
2582 </message>
2583 <message name="IDS_PROXY_HTTP_SECURE_HTTP_PROXY" desc="Label for the secure http proxy box.">
2584 Secure HTTP proxy
2585 </message>
2586 <message name="IDS_PROXY_FTP_PROXY" desc="Label for the ftp proxy box.">
2587 FTP proxy
2588 </message>
2589 <message name="IDS_PROXY_SOCKS_HOST" desc="Label for the SOCKS host box.">
2590 SOCKS host
2591 </message>
2592 <message name="IDS_PROXY_AUTOMATIC" desc="Radio to select configuring from a URL.">
2593 Automatic proxy configuration
2594 </message>
2595 <message name="IDS_PROXY_USE_AUTOCONFIG_URL" desc="Label for the checkbox that controls whether to use an autoconfiguration URL.">
2596 Use an autoconfiguration URL
2597 </message>
2598 <message name="IDS_PROXY_ADD_HOST" desc="Label for the Add host button.">
2600 </message>
2601 <message name="IDS_PROXY_REMOVE_HOST" desc="Label for the Remove host button.">
2602 Remove
2603 </message>
2604 <message name="IDS_PROXY_PORT" desc="Label for the Port box.">
2605 Port
2606 </message>
2607 <message name="IDS_PROXY_BYPASS" desc="Label for the proxy bypass list.">
2608 Do not use the proxy settings for these hosts and domains:
2609 </message>
2610 <message name="IDS_PROXY_WEB_PROXY_AUTO_DISCOVERY" desc="Label for the web proxy auto discovery url.">
2611 Web Proxy Auto Discovery URL
2612 </message>
2614 <!-- Accessibility strings, to be spoken -->
2615 <message name="IDS_CHROMEOS_ACC_BUTTON" desc="Label indicating that a control is a pushbutton.">
2616 Button
2617 </message>
2618 <message name="IDS_CHROMEOS_ACC_CHECKBOX_UNCHECKED" desc="Label indicating that a control is an unchecked check box.">
2619 Unchecked check box
2620 </message>
2621 <message name="IDS_CHROMEOS_ACC_CHECKBOX_CHECKED" desc="Label indicating that a control is a checked check box.">
2622 Checked check box
2623 </message>
2624 <message name="IDS_CHROMEOS_ACC_RADIO_UNSELECTED" desc="Label indicating that a control is an unselected radio button.">
2625 Unselected radio button
2626 </message>
2627 <message name="IDS_CHROMEOS_ACC_RADIO_SELECTED" desc="Label indicating that a control is a selected radio button.">
2628 Selected radio button
2629 </message>
2630 <message name="IDS_CHROMEOS_ACC_COMBOBOX" desc="Label indicating that a control is a combo box, a control that pops down a list of options to choose from.">
2631 Combo box
2632 </message>
2633 <message name="IDS_CHROMEOS_ACC_LISTBOX" desc="Label indicating that a control is a list box, a control that shows a fixed list of options to choose from.">
2634 List box
2635 </message>
2636 <message name="IDS_CHROMEOS_ACC_LINK" desc="Label indicating that a control is a clickable link.">
2637 Link
2638 </message>
2639 <message name="IDS_CHROMEOS_ACC_MENU" desc="Label indicating that a control is a menu that will drop down to reveal options if you click on it.">
2640 Menu
2641 </message>
2642 <message name="IDS_CHROMEOS_ACC_TAB" desc="Label indicating that a control is one tab in a tabbed dialog or window.">
2644 </message>
2645 <message name="IDS_CHROMEOS_ACC_TEXTBOX" desc="Label indicating that a control is an editable text box.">
2646 Text box
2647 </message>
2648 <message name="IDS_CHROMEOS_ACC_PASSWORDBOX" desc="Label indicating that a control is a secure editable text box for a password, where the keys you type will be obscured.">
2649 Password text box
2650 </message>
2651 <message name="IDS_CHROMEOS_ACC_INDEX_OF_COUNT" desc="Phrase indicating that the current selected item is number INDEX out of a list of COUNT choices, for example if the list is A, B, C, D, E and the user has selected C the phrase would be '3 of 5'.">
2652 <ph name="INDEX">$1<ex>3</ex></ph> of <ph name="COUNT">$2<ex>5</ex></ph>
2653 </message>
2654 <message name="IDS_CHROMEOS_ACC_HAS_SUBMENU" desc="Phrase indicating that a menu item has a submenu.">
2655 Has submenu
2656 </message>
2657 <message name="IDS_CHROMEOS_ACC_SELECTED" desc="Phrase indicating that a control was selected or activated.">
2658 Selected
2659 </message>
2660 <message name="IDS_CHROMEOS_ACC_EXCLAMATION_POINT" desc="The name of the exclamation point character.">
2661 Exclamation point
2662 </message>
2663 <message name="IDS_CHROMEOS_ACC_LEFT_PAREN" desc="The name of the left parenthesis character, abbreviated or shortened if possible.">
2664 Left paren
2665 </message>
2666 <message name="IDS_CHROMEOS_ACC_RIGHT_PAREN" desc="The name of the left parenthesis character, abbreviated or shortened if possible.">
2667 Right paren
2668 </message>
2669 <message name="IDS_CHROMEOS_ACC_SEMICOLON" desc="The name of the semicolon character.">
2670 Semicolon
2671 </message>
2672 <message name="IDS_CHROMEOS_ACC_COLON" desc="The name of the colon character.">
2673 Colon
2674 </message>
2675 <message name="IDS_CHROMEOS_ACC_QUOTE" desc="The name of the quotation mark character, abbreviated or shortened if possible.">
2676 Quote
2677 </message>
2678 <message name="IDS_CHROMEOS_ACC_COMMA" desc="The name of the comma character.">
2679 Comma
2680 </message>
2681 <message name="IDS_CHROMEOS_ACC_PERIOD" desc="The name of the period character.">
2682 Period
2683 </message>
2684 <message name="IDS_CHROMEOS_ACC_SPACE" desc="The name of a space character.">
2685 Space
2686 </message>
2687 <message name="IDS_CHROMEOS_ACC_TEXT_UNSELECTED" desc="A phrase to indicate to the user that text has been unselected.">
2688 Unselected
2689 </message>
2690 <message name="IDS_CHROMEOS_ACC_USERNAME_LABEL" desc="Label for the username text field.">
2691 Username.
2692 </message>
2693 <message name="IDS_CHROMEOS_ACC_LOGIN_SIGNING_IN" desc="Status when signing in.">
2694 Signing in.
2695 </message>
2696 <message name="IDS_CHROMEOS_ACC_LOGIN_SIGNIN_OFFRECORD" desc="Status when signing in incognito.">
2697 Entering as Guest.
2698 </message>
2699 <message name="IDS_CHROMEOS_ACC_LOGIN_SIGNIN_DEMOUSER" desc="Status when signing in the demo user.">
2700 Entering Demo.
2701 </message>
2702 <message name="IDS_CHROMEOS_ACC_LOGIN_SIGNIN_PUBLIC_ACCOUNT" desc="Status when signing in into a public account.">
2703 Entering public session.
2704 </message>
2705 <message name="IDS_CHROMEOS_ACC_ACCOUNT_PICTURE" desc="Tooltip for the take account picture button.">
2706 Take picture.
2707 </message>
2709 <!-- Audio strings -->
2710 <message name="IDS_CHROMEOS_AUDIO_CRAS_DEVICE_AUTOMATIC" desc="Audio device name shown to the user when the proper device is automatically used.">
2711 Automatic
2712 </message>
2714 <!-- Removable device notifications -->
2715 <message name="IDS_REMOVABLE_DEVICE_DETECTION_TITLE" desc="Text of notification message which is shown when user inserts removable device (SD card, USB key...)">
2716 Removable device detected
2717 </message>
2718 <message name="IDS_REMOVABLE_DEVICE_SCANNING_MESSAGE" desc="Text of notification message which is shown when user inserts removable device (SD card, USB key...)">
2719 Scanning content...
2720 </message>
2721 <message name="IDS_REMOVABLE_DEVICE_HARD_UNPLUG_TITLE" desc="Text of notification message which is shown when user removes removable device (SD card, USB key...) without clicking the eject icon">
2722 You removed your device too soon!
2723 </message>
2724 <message name="IDS_DEVICE_UNSUPPORTED_MESSAGE" desc="Text of notification message which is shown when user inserts removable device (SD card, USB key...)">
2725 Sorry, the device <ph name="DEVICE_LABEL">$1<ex>My SD card</ex></ph> is not supported at this time.
2726 </message>
2727 <message name="IDS_DEVICE_UNSUPPORTED_DEFAULT_MESSAGE" desc="Text of notification message which is shown when user inserts removable device (SD card, USB key...)">
2728 Sorry, your external storage device is not supported at this time.
2729 </message>
2730 <message name="IDS_DEVICE_UNKNOWN_MESSAGE" desc="Text of notification message which is shown when user inserts removable device (SD card, USB key...)">
2731 Sorry, the device <ph name="DEVICE_LABEL">$1<ex>My SD card</ex></ph> could not be recognized.
2732 </message>
2733 <message name="IDS_DEVICE_UNKNOWN_DEFAULT_MESSAGE" desc="Text of notification message which is shown when user inserts removable device (SD card, USB key...)">
2734 Sorry, your external storage device could not be recognized.
2735 </message>
2736 <message name="IDS_MULTIPART_DEVICE_UNSUPPORTED_MESSAGE" desc="Text of notification message which is shown when user inserts removable device (SD card, USB key...)">
2737 Sorry, at least one partition on the device <ph name="DEVICE_LABEL">$1<ex>MySDcard</ex></ph> could not be mounted.
2738 </message>
2739 <message name="IDS_MULTIPART_DEVICE_UNSUPPORTED_DEFAULT_MESSAGE" desc="Text of notification message which is shown when user inserts removable device (SD card, USB key...)">
2740 Sorry, at least one partition on your external storage device could not be mounted.
2741 </message>
2742 <message name="IDS_EXTERNAL_STORAGE_DISABLED_MESSAGE" desc="Text of notification message which is shown when user inserts removable device but external storage is disabled by policy">
2743 Sorry, your administrator has disabled external storage on your account.
2744 </message>
2745 <message name="IDS_EXTERNAL_STORAGE_HARD_UNPLUG_MESSAGE" desc="Text of notification message which is shown when user manually removes external storage without clicking the eject icon">
2746 Your data may have been lost or damaged. Next time, be sure to click the eject icon in the Files app before removing your device.
2747 </message>
2749 <!-- Formatting device notifications -->
2750 <message name="IDS_FORMATTING_OF_DEVICE_PENDING_TITLE" desc="Title of notification message which is shown when formatting process of some device is in progress">
2751 Formatting...
2752 </message>
2753 <message name="IDS_FORMATTING_OF_DEVICE_FINISHED_TITLE" desc="Title of notification message which is shown when formatting process finshes">
2754 Formatting finished
2755 </message>
2756 <message name="IDS_FORMATTING_OF_DEVICE_FAILED_TITLE" desc="Title of notification message which is shown when formatting process fails">
2757 Formatting failed
2758 </message>
2759 <message name="IDS_FORMATTING_OF_DEVICE_PENDING_MESSAGE" desc="Text of notification message which is shown when formatting process of some device is in progress">
2760 The formatting process can take a couple of seconds. Please wait.
2761 </message>
2762 <message name="IDS_FORMATTING_STARTED_FAILURE_MESSAGE" desc="Text of notification message which is shown when formatting process can not be started.">
2763 Could not start the formatting process.
2764 </message>
2765 <message name="IDS_FORMATTING_FINISHED_SUCCESS_MESSAGE" desc="Text of notification message which is shown when formatting finishes without any errors.">
2766 Formatting finished successfully!
2767 </message>
2768 <message name="IDS_FORMATTING_FINISHED_FAILURE_MESSAGE" desc="Text of notification message which is shown when there are some errors while formatting.">
2769 Aw, Snap! There was an error during formatting.
2770 </message>
2772 <!-- ChromeOS GData synchronization notifications -->
2773 <message name="IDS_CHROMEOS_GDATA_SYNC_TITLE" desc="Title text of notification message which is shown when gdata sync is on progress.">
2774 Syncing
2775 </message>
2776 <message name="IDS_CHROMEOS_GDATA_SYNC_FINISHED_FAILURE_TITLE" desc="Title text of notification message which is shown when there are some errors while gdata sync.">
2777 Could not sync
2778 </message>
2779 <message name="IDS_CHROMEOS_GDATA_SYNC_PROGRESS_MESSAGE" desc="Text of notification message which is shown when gdata file sync is on progress.">
2780 Syncing <ph name="COUNT">$1<ex>3</ex></ph> files...
2781 </message>
2782 <message name="IDS_CHROMEOS_GDATA_SYNC_FINISHED_SUCCESS_MESSAGE" desc="Text of notification message which is shown when gdata sync finishes without any errors.">
2783 Sync complete.
2784 </message>
2785 <message name="IDS_CHROMEOS_GDATA_SYNC_FINISHED_FAILURE_MESSAGE" desc="Text of notification message which is shown when there are some errors while gdata sync.">
2786 Unable to connect.
2787 </message>
2789 <!-- Cellular network technology description strings for ChromeOS -->
2790 <message name="IDS_CHROMEOS_NETWORK_CELLULAR_TECHNOLOGY_UNKNOWN" desc="Description of unknown cellular network technology. Shown under details on chrome:stettings/internet page.">
2791 Unknown
2792 </message>
2794 <!-- Cellular network activation state description strings for ChromeOS -->
2795 <message name="IDS_CHROMEOS_NETWORK_ACTIVATION_STATE_ACTIVATED" desc="Description of state of activated cellular data plan. Shown under details on chrome:stettings/internet page.">
2796 Activated
2797 </message>
2798 <message name="IDS_CHROMEOS_NETWORK_ACTIVATION_STATE_ACTIVATING" desc="Description of state of currently activating cellular data plan. Shown under details on chrome:stettings/internet page.">
2799 Activating
2800 </message>
2801 <message name="IDS_CHROMEOS_NETWORK_ACTIVATION_STATE_NOT_ACTIVATED" desc="Description of state of unactivated cellular data plan. Shown under details on chrome:stettings/internet page.">
2802 Not activated
2803 </message>
2804 <message name="IDS_CHROMEOS_NETWORK_ACTIVATION_STATE_PARTIALLY_ACTIVATED" desc="Description of state of partially activated cellular data plan state. Shown under details on chrome:stettings/internet page.">
2805 Partially activated
2806 </message>
2807 <message name="IDS_CHROMEOS_NETWORK_ACTIVATION_STATE_UNKNOWN" desc="Description of cellular data plan with unknown status. Shown under details on chrome:stettings/internet page.">
2808 Unknown
2809 </message>
2811 <!-- Cellular network roaming status description strings for ChromeOS -->
2812 <message name="IDS_CHROMEOS_NETWORK_ROAMING_STATE_HOME" desc="Description of cellular roaming status while connected to home network. Shown under details on chrome:stettings/internet page.">
2813 Home network, not roaming
2814 </message>
2815 <message name="IDS_CHROMEOS_NETWORK_ROAMING_STATE_ROAMING" desc="Description of cellular roaming status while roaming. Shown under details on chrome:stettings/internet page.">
2816 Roaming
2817 </message>
2818 <message name="IDS_CHROMEOS_NETWORK_ROAMING_STATE_UNKNOWN" desc="Description of unknown cellular roaming status. Shown under details on chrome:stettings/internet page.">
2819 Unknown
2820 </message>
2822 <!-- Cellular network details -->
2823 <message name="IDS_CHROMEOS_NETWORK_STATE" desc="Label for network state field under in chrome://options/internet">
2824 Network status:
2825 </message>
2826 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_OPERATOR" desc="Label for cellular network operator name under chrome://options/internet">
2827 Operator:
2828 </message>
2829 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_OPERATOR_CODE" desc="Label for cellular network operator code under chrome://options/internet">
2830 Operator code:
2831 </message>
2832 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_NETWORK_TECHNOLOGY" desc="Label for cellular network technology type under chrome://options/internet">
2833 Technology:
2834 </message>
2835 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_ACTIVATION_STATE" desc="Label for cellular network activation status under chrome://options/internet">
2836 Activation status:
2837 </message>
2838 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_ROAMING_STATE" desc="Label for cellular network roaming status under chrome://options/internet">
2839 Roaming status:
2840 </message>
2841 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_RESTRICTED_POOL" desc="Label for cellular network restricted network access under chrome://options/internet">
2842 Restricted IP:
2843 </message>
2844 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_ERROR_STATE" desc="Label for cellular network error details under chrome://options/internet">
2845 Error details:
2846 </message>
2847 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_MANUFACTURER" desc="Label for cellular network modem manufacturer under chrome://options/internet">
2848 Device manufacturer:
2849 </message>
2850 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_MODEL_ID" desc="Label for cellular network modem model under chrome://options/internet">
2851 Device model:
2852 </message>
2853 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_FIRMWARE_REVISION" desc="Label for cellular network modem firmware revision under chrome://options/internet">
2854 Firmware revision:
2855 </message>
2856 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_HARDWARE_REVISION" desc="Label for cellular network modem hardware revision under chrome://options/internet">
2857 Hardware revision:
2858 </message>
2859 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_PRL_VERSION" desc="Label for cellular network modem PRL (Preferred Roaming List) version under chrome://options/internet">
2860 PRL version:
2861 </message>
2862 <message name="IDS_EXTENSIONS_ADD_KIOSK_APP_BUTTON" desc="Label of the button to bring up kiosk management overlay on chrome extensions page.">
2863 Add kiosk application...
2864 </message>
2865 <message name="IDS_OPTIONS_KIOSK_OVERLAY_TITLE" desc="The title text of the kiosk settings overlay.">
2866 Manage Kiosk Applications
2867 </message>
2868 <message name="IDS_OPTIONS_KIOSK_ADD_APP" desc="Label above the application id text input in the kiosk settings overlay.">
2869 Add kiosk application:
2870 </message>
2871 <message name="IDS_OPTIONS_KIOSK_ADD_APP_HINT" desc="Placeholder hint in the application id text input in the kiosk settings overlay.">
2872 Enter application id or webstore URL.
2873 </message>
2874 <message name="IDS_OPTIONS_KIOSK_ENABLE_AUTO_LAUNCH" desc="Text for a button that enables an application to auto launch on startup in the kiosk settings overlay.">
2875 Set to auto-launch
2876 </message>
2877 <message name="IDS_OPTIONS_KIOSK_DISABLE_AUTO_LAUNCH" desc="Text for a button that disables an application to auto launch on startup in the kiosk settings overlay.">
2878 Disable auto-launch
2879 </message>
2880 <message name="IDS_OPTIONS_KIOSK_AUTO_LAUNCH" desc="Text shows besides an application that is set to auto launch on start up in the kiosk settings overlay.">
2881 (auto-launched)
2882 </message>
2883 <message name="IDS_OPTIONS_KIOSK_INVALID_APP" desc="Text shows besides an application that is not valid in the kiosk settings overlay.">
2884 Invalid application.
2885 </message>
2886 <message name="IDS_OPTIONS_KIOSK_DISABLE_BAILOUT_SHORTCUT_LABEL" desc="Label text for a checkbox to disable kiosk application launch bail out shortcut.">
2887 Permanently keep this device in kiosk mode.
2888 </message>
2889 <message name="IDS_OPTIONS_KIOSK_DISABLE_BAILOUT_SHORTCUT_WARNING_BOLD" desc="Bold text of the warning dialog for disabling kiosk application launch bail out shortcut.">
2890 Are you sure you want to permanently keep this device in kiosk mode?
2891 </message>
2892 <message name="IDS_OPTIONS_KIOSK_DISABLE_BAILOUT_SHORTCUT_WARNING_FORMAT" desc="Warning text of disabling kiosk application launch bail out shortcut.">
2893 The only way to undo this is to re-install <ph name="IDS_SHORT_PRODUCT_OS_NAME">$1<ex>Chrome OS</ex></ph>.
2894 </message>
2895 <message name="IDS_KEYBOARD_OVERLAY_LEARN_MORE" desc="The text of the learn more link on the keyboard overlay.">
2896 Learn more
2897 </message>
2898 <message name="IDS_KEYBOARD_OVERLAY_TITLE" desc="The title of the keyboard overlay.">
2899 Keyboard Overlay
2900 </message>
2901 <message name="IDS_KEYBOARD_OVERLAY_INSTRUCTIONS" desc="The instructions for the keyboard overlay.">
2902 Hold Control, Alt, Shift, or Search to see keyboard shortcuts for those modifiers.
2903 </message>
2904 <message name="IDS_KEYBOARD_OVERLAY_INSTRUCTIONS_HIDE" desc="The instruction for hiding the keyboard overlay.">
2905 Type Ctrl+Alt+/ or Escape to hide
2906 </message>
2907 <!-- BEGIN GENERATED KEYBOARD OVERLAY STRINGS -->
2908 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_LAST_LAUNCHER_ITEM" desc="The text in the keyboard overlay to explain the shortcut (Open the last launcher item).">
2909 Activate last launcher item
2910 </message>
2911 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_LAST_TAB" desc="The text in the keyboard overlay to explain the shortcut.">
2912 Activate last tab
2913 </message>
2914 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_LAUNCHER_ITEM_1" desc="The text in the keyboard overlay to explain the shortcut (Open the launcher item at the specified position).">
2915 Activate launcher item 1
2916 </message>
2917 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_LAUNCHER_ITEM_2" desc="The text in the keyboard overlay to explain the shortcut (Open the launcher item at the specified position).">
2918 Activate launcher item 2
2919 </message>
2920 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_LAUNCHER_ITEM_3" desc="The text in the keyboard overlay to explain the shortcut (Open the launcher item at the specified position).">
2921 Activate launcher item 3
2922 </message>
2923 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_LAUNCHER_ITEM_4" desc="The text in the keyboard overlay to explain the shortcut (Open the launcher item at the specified position).">
2924 Activate launcher item 4
2925 </message>
2926 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_LAUNCHER_ITEM_5" desc="The text in the keyboard overlay to explain the shortcut (Open the launcher item at the specified position).">
2927 Activate launcher item 5
2928 </message>
2929 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_LAUNCHER_ITEM_6" desc="The text in the keyboard overlay to explain the shortcut (Open the launcher item at the specified position).">
2930 Activate launcher item 6
2931 </message>
2932 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_LAUNCHER_ITEM_7" desc="The text in the keyboard overlay to explain the shortcut (Open the launcher item at the specified position).">
2933 Activate launcher item 7
2934 </message>
2935 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_LAUNCHER_ITEM_8" desc="The text in the keyboard overlay to explain the shortcut (Open the launcher item at the specified position).">
2936 Activate launcher item 8
2937 </message>
2938 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_NEXT_TAB" desc="The text in the keyboard overlay to explain the shortcut.">
2939 Activate next tab
2940 </message>
2941 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_PREVIOUS_TAB" desc="The text in the keyboard overlay to explain the shortcut.">
2942 Activate previous tab
2943 </message>
2944 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_TAB_1" desc="The text in the keyboard overlay to explain the shortcut.">
2945 Activate tab 1
2946 </message>
2947 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_TAB_2" desc="The text in the keyboard overlay to explain the shortcut.">
2948 Activate tab 2
2949 </message>
2950 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_TAB_3" desc="The text in the keyboard overlay to explain the shortcut.">
2951 Activate tab 3
2952 </message>
2953 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_TAB_4" desc="The text in the keyboard overlay to explain the shortcut.">
2954 Activate tab 4
2955 </message>
2956 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_TAB_5" desc="The text in the keyboard overlay to explain the shortcut.">
2957 Activate tab 5
2958 </message>
2959 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_TAB_6" desc="The text in the keyboard overlay to explain the shortcut.">
2960 Activate tab 6
2961 </message>
2962 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_TAB_7" desc="The text in the keyboard overlay to explain the shortcut.">
2963 Activate tab 7
2964 </message>
2965 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_TAB_8" desc="The text in the keyboard overlay to explain the shortcut.">
2966 Activate tab 8
2967 </message>
2968 <message name="IDS_KEYBOARD_OVERLAY_ADD_WWW_AND_COM_AND_OPEN_ADDRESS" desc="The text in the keyboard overlay to explain the shortcut.">
2969 Add www. and .com and open address
2970 </message>
2971 <message name="IDS_KEYBOARD_OVERLAY_BOOKMARK_ALL_TABS" desc="The text in the keyboard overlay to explain the shortcut.">
2972 Bookmark all tabs
2973 </message>
2974 <message name="IDS_KEYBOARD_OVERLAY_BOOKMARK_CURRENT_PAGE" desc="The text in the keyboard overlay to explain the shortcut.">
2975 Bookmark current page
2976 </message>
2977 <message name="IDS_KEYBOARD_OVERLAY_BOOKMARK_MANAGER" desc="The text in the keyboard overlay to explain the shortcut (open the bookmark manager).">
2978 Bookmark manager
2979 </message>
2980 <message name="IDS_KEYBOARD_OVERLAY_CENTER_WINDOW" desc="The text in the keyboard overlay to explain the shortcut (center the window).">
2981 Center window
2982 </message>
2983 <message name="IDS_KEYBOARD_OVERLAY_CLEAR_BROWSING_DATA_DIALOG" desc="The text in the keyboard overlay to explain the shortcut.">
2984 "Clear browsing data" dialog
2985 </message>
2986 <message name="IDS_KEYBOARD_OVERLAY_CLOSE_TAB" desc="The text in the keyboard overlay to explain the shortcut.">
2987 Close tab
2988 </message>
2989 <message name="IDS_KEYBOARD_OVERLAY_CLOSE_WINDOW" desc="The text in the keyboard overlay to explain the shortcut.">
2990 Close window
2991 </message>
2992 <message name="IDS_KEYBOARD_OVERLAY_COPY" desc="The text in the keyboard overlay to explain the shortcut.">
2993 Copy
2994 </message>
2995 <message name="IDS_KEYBOARD_OVERLAY_CUT" desc="The text in the keyboard overlay to explain the shortcut.">
2997 </message>
2998 <message name="IDS_KEYBOARD_OVERLAY_CYCLE_THROUGH_INPUT_METHODS" desc="The text in the keyboard overlay to explain the shortcut.">
2999 Cycle through input methods
3000 </message>
3001 <message name="IDS_KEYBOARD_OVERLAY_DECREASE_KEY_BRIGHTNESS" desc="The text in the keyboard overlay to explain the shortcut (decrease the keyboard brightness).">
3002 Decrease key brightness
3003 </message>
3004 <message name="IDS_KEYBOARD_OVERLAY_DELETE" desc="The text in the keyboard overlay to explain the shortcut (Delete).">
3005 Delete
3006 </message>
3007 <message name="IDS_KEYBOARD_OVERLAY_DELETE_WORD" desc="The text in the keyboard overlay to explain the shortcut.">
3008 Delete word
3009 </message>
3010 <message name="IDS_KEYBOARD_OVERLAY_DEVELOPER_TOOLS" desc="The text in the keyboard overlay to explain the shortcut.">
3011 Developer tools
3012 </message>
3013 <message name="IDS_KEYBOARD_OVERLAY_DOCK_WINDOW_LEFT" desc="The text in the keyboard overlay to explain the shortcut (dock the window to the left).">
3014 Dock window left
3015 </message>
3016 <message name="IDS_KEYBOARD_OVERLAY_DOCK_WINDOW_RIGHT" desc="The text in the keyboard overlay to explain the shortcut (dock the window to the right).">
3017 Dock window right
3018 </message>
3019 <message name="IDS_KEYBOARD_OVERLAY_DOM_INSPECTOR" desc="The text in the keyboard overlay to explain the shortcut.">
3020 DOM inspector
3021 </message>
3022 <message name="IDS_KEYBOARD_OVERLAY_DOWNLOADS" desc="The text in the keyboard overlay to explain the shortcut.">
3023 Downloads
3024 </message>
3025 <message name="IDS_KEYBOARD_OVERLAY_END" desc="The text in the keyboard overlay to explain the shortcut (End).">
3027 </message>
3028 <message name="IDS_KEYBOARD_OVERLAY_F1" desc="The text in the keyboard overlay to explain the shortcut (F1).">
3030 </message>
3031 <message name="IDS_KEYBOARD_OVERLAY_F10" desc="The text in the keyboard overlay to explain the shortcut (F10).">
3033 </message>
3034 <message name="IDS_KEYBOARD_OVERLAY_F11" desc="The text in the keyboard overlay to explain the shortcut (F11).">
3036 </message>
3037 <message name="IDS_KEYBOARD_OVERLAY_F12" desc="The text in the keyboard overlay to explain the shortcut (F12).">
3039 </message>
3040 <message name="IDS_KEYBOARD_OVERLAY_F2" desc="The text in the keyboard overlay to explain the shortcut (F2).">
3042 </message>
3043 <message name="IDS_KEYBOARD_OVERLAY_F3" desc="The text in the keyboard overlay to explain the shortcut (F3).">
3045 </message>
3046 <message name="IDS_KEYBOARD_OVERLAY_F4" desc="The text in the keyboard overlay to explain the shortcut (F4).">
3048 </message>
3049 <message name="IDS_KEYBOARD_OVERLAY_F5" desc="The text in the keyboard overlay to explain the shortcut (F5).">
3051 </message>
3052 <message name="IDS_KEYBOARD_OVERLAY_F6" desc="The text in the keyboard overlay to explain the shortcut (F6).">
3054 </message>
3055 <message name="IDS_KEYBOARD_OVERLAY_F7" desc="The text in the keyboard overlay to explain the shortcut (F7).">
3057 </message>
3058 <message name="IDS_KEYBOARD_OVERLAY_F8" desc="The text in the keyboard overlay to explain the shortcut (F8).">
3060 </message>
3061 <message name="IDS_KEYBOARD_OVERLAY_F9" desc="The text in the keyboard overlay to explain the shortcut (F9).">
3063 </message>
3064 <message name="IDS_KEYBOARD_OVERLAY_FIND_PREVIOUS_TEXT" desc="The text in the keyboard overlay to explain the shortcut.">
3065 Find previous text
3066 </message>
3067 <message name="IDS_KEYBOARD_OVERLAY_FIND_TEXT" desc="The text in the keyboard overlay to explain the shortcut.">
3068 Find text
3069 </message>
3070 <message name="IDS_KEYBOARD_OVERLAY_FIND_TEXT_AGAIN" desc="The text in the keyboard overlay to explain the shortcut.">
3071 Find text again
3072 </message>
3073 <message name="IDS_KEYBOARD_OVERLAY_FOCUS_ADDRESS_BAR" desc="The text in the keyboard overlay to explain the shortcut.">
3074 Focus address bar
3075 </message>
3076 <message name="IDS_KEYBOARD_OVERLAY_FOCUS_ADDRESS_BAR_IN_SEARCH_MODE" desc="The text in the keyboard overlay to explain the shortcut.">
3077 Focus address bar in search mode
3078 </message>
3079 <message name="IDS_KEYBOARD_OVERLAY_FOCUS_BOOKMARKS" desc="The text in the keyboard overlay to explain the shortcut.">
3080 Focus bookmarks
3081 </message>
3082 <message name="IDS_KEYBOARD_OVERLAY_FOCUS_LAUNCHER" desc="The text in the keyboard overlay to explain the shortcut (focus the application launcher).">
3083 Focus launcher
3084 </message>
3085 <message name="IDS_KEYBOARD_OVERLAY_FOCUS_NEXT_PANE" desc="The text in the keyboard overlay to explain the shortcut (switch focus to the next keyboard-accessible pane).">
3086 Focus next pane
3087 </message>
3088 <message name="IDS_KEYBOARD_OVERLAY_FOCUS_PREVIOUS_PANE" desc="The text in the keyboard overlay to explain the shortcut (switch focus to the previous keyboard-accessible pane).">
3089 Focus previous pane
3090 </message>
3091 <message name="IDS_KEYBOARD_OVERLAY_FOCUS_TOOLBAR" desc="The text in the keyboard overlay to explain the shortcut.">
3092 Focus toolbar
3093 </message>
3094 <message name="IDS_KEYBOARD_OVERLAY_GO_BACK" desc="The text in the keyboard overlay to explain the shortcut.">
3095 Go back
3096 </message>
3097 <message name="IDS_KEYBOARD_OVERLAY_GO_FORWARD" desc="The text in the keyboard overlay to explain the shortcut.">
3098 Go forward
3099 </message>
3100 <message name="IDS_KEYBOARD_OVERLAY_HELP" desc="The text in the keyboard overlay to explain the shortcut.">
3101 Help
3102 </message>
3103 <message name="IDS_KEYBOARD_OVERLAY_HISTORY" desc="The text in the keyboard overlay to explain the shortcut.">
3104 History
3105 </message>
3106 <message name="IDS_KEYBOARD_OVERLAY_HOME" desc="The text in the keyboard overlay to explain the shortcut (Home).">
3107 Home
3108 </message>
3109 <message name="IDS_KEYBOARD_OVERLAY_INCREASE_KEY_BRIGHTNESS" desc="The text in the keyboard overlay to explain the shortcut (Increase the keyboard brightness).">
3110 Increase key brightness
3111 </message>
3112 <message name="IDS_KEYBOARD_OVERLAY_INPUT_UNICODE_CHARACTERS" desc="The text in the keyboard overlay to explain the shortcut.">
3113 Input Unicode characters
3114 </message>
3115 <message name="IDS_KEYBOARD_OVERLAY_INSERT" desc="The text in the keyboard overlay to explain the shortcut (Insert).">
3116 Insert
3117 </message>
3118 <message name="IDS_KEYBOARD_OVERLAY_JAVASCRIPT_CONSOLE" desc="The text in the keyboard overlay to explain the shortcut.">
3119 JavaScript console
3120 </message>
3121 <message name="IDS_KEYBOARD_OVERLAY_LOCK_SCREEN" desc="The text in the keyboard overlay to explain the shortcut (lock the screen).">
3122 Lock screen
3123 </message>
3124 <message name="IDS_KEYBOARD_OVERLAY_LOCK_SCREEN_OR_POWER_OFF" desc="The text in the keyboard overlay to explain the shortcut.">
3125 Lock screen or power off
3126 </message>
3127 <message name="IDS_KEYBOARD_OVERLAY_MAGNIFIER_DECREASE_ZOOM" desc="The text in the keyboard overlay to explain the shortcut.">
3128 Magnifier decrease zoom
3129 </message>
3130 <message name="IDS_KEYBOARD_OVERLAY_MAGNIFIER_INCREASE_ZOOM" desc="The text in the keyboard overlay to explain the shortcut.">
3131 Magnifier increase zoom
3132 </message>
3133 <message name="IDS_KEYBOARD_OVERLAY_MAXIMIZE_WINDOW" desc="The text in the keyboard overlay to explain the shortcut (maximize or restore the window).">
3134 Maximize window
3135 </message>
3136 <message name="IDS_KEYBOARD_OVERLAY_MINIMIZE_WINDOW" desc="The text in the keyboard overlay to explain the shortcut (minimize the window).">
3137 Minimize window
3138 </message>
3139 <message name="IDS_KEYBOARD_OVERLAY_MIRROR_MONITORS" desc="The text in the keyboard overlay to explain the shortcut (Mirror the monitors).">
3140 Mirror monitors
3141 </message>
3142 <message name="IDS_KEYBOARD_OVERLAY_NEW_INCOGNITO_WINDOW" desc="The text in the keyboard overlay to explain the shortcut.">
3143 New incognito window
3144 </message>
3145 <message name="IDS_KEYBOARD_OVERLAY_NEW_TAB" desc="The text in the keyboard overlay to explain the shortcut.">
3146 New tab
3147 </message>
3148 <message name="IDS_KEYBOARD_OVERLAY_NEW_TERMINAL" desc="The text in the keyboard overlay to explain the shortcut (Open a new terminal tab).">
3149 New terminal
3150 </message>
3151 <message name="IDS_KEYBOARD_OVERLAY_NEW_WINDOW" desc="The text in the keyboard overlay to explain the shortcut.">
3152 New window
3153 </message>
3154 <message name="IDS_KEYBOARD_OVERLAY_NEXT_WINDOW" desc="The text in the keyboard overlay to explain the shortcut (go to the next window).">
3155 Next window
3156 </message>
3157 <message name="IDS_KEYBOARD_OVERLAY_NEXT_WORD" desc="The text in the keyboard overlay to explain the shortcut (move the text cursor to the end of the next word).">
3158 Next word
3159 </message>
3160 <message name="IDS_KEYBOARD_OVERLAY_OPEN" desc="The text in the keyboard overlay to explain the shortcut (open a file).">
3161 Open
3162 </message>
3163 <message name="IDS_KEYBOARD_OVERLAY_OPEN_ADDRESS_IN_NEW_TAB" desc="The text in the keyboard overlay to explain the shortcut.">
3164 Open address in new tab
3165 </message>
3166 <message name="IDS_KEYBOARD_OVERLAY_OPEN_FILE_MANAGER" desc="The text in the keyboard overlay to explain the shortcut (Open the file manager).">
3167 Open file manager
3168 </message>
3169 <message name="IDS_KEYBOARD_OVERLAY_OPEN_GOOGLE_CLOUD_PRINT" desc="The text in the keyboard overlay to explain the shortcut (Opens the 'Google Cloud Print' dialog).">
3170 Open Google Cloud Print
3171 </message>
3172 <message name="IDS_KEYBOARD_OVERLAY_PAGE_DOWN" desc="The text in the keyboard overlay to explain the shortcut (Page down).">
3173 Page down
3174 </message>
3175 <message name="IDS_KEYBOARD_OVERLAY_PAGE_UP" desc="The text in the keyboard overlay to explain the shortcut (Page up).">
3176 Page up
3177 </message>
3178 <message name="IDS_KEYBOARD_OVERLAY_PASTE" desc="The text in the keyboard overlay to explain the shortcut.">
3179 Paste
3180 </message>
3181 <message name="IDS_KEYBOARD_OVERLAY_PASTE_AS_PLAIN_TEXT" desc="The text in the keyboard overlay to explain the shortcut.">
3182 Paste as plain text
3183 </message>
3184 <message name="IDS_KEYBOARD_OVERLAY_PREVIOUS_WINDOW" desc="The text in the keyboard overlay to explain the shortcut (go to the previous window).">
3185 Previous window
3186 </message>
3187 <message name="IDS_KEYBOARD_OVERLAY_PREVIOUS_WORD" desc="The text in the keyboard overlay to explain the shortcut (move the text cursor to the start of the previous word).">
3188 Previous word
3189 </message>
3190 <message name="IDS_KEYBOARD_OVERLAY_PRINT" desc="The text in the keyboard overlay to explain the shortcut.">
3191 Print
3192 </message>
3193 <message name="IDS_KEYBOARD_OVERLAY_RELOAD_CURRENT_PAGE" desc="The text in the keyboard overlay to explain the shortcut.">
3194 Reload current page
3195 </message>
3196 <message name="IDS_KEYBOARD_OVERLAY_RELOAD_IGNORING_CACHE" desc="The text in the keyboard overlay to explain the shortcut.">
3197 Reload ignoring cache
3198 </message>
3199 <message name="IDS_KEYBOARD_OVERLAY_REOPEN_LAST_CLOSED_TAB" desc="The text in the keyboard overlay to explain the shortcut.">
3200 Reopen last-closed tab
3201 </message>
3202 <message name="IDS_KEYBOARD_OVERLAY_REPORT_ISSUE" desc="The text in the keyboard overlay to explain the shortcut (report an issue).">
3203 Report issue
3204 </message>
3205 <message name="IDS_KEYBOARD_OVERLAY_RESET_SCREEN_ZOOM" desc="The text in the keyboard overlay to explain the shortcut (reset the screen zoom).">
3206 Reset screen zoom
3207 </message>
3208 <message name="IDS_KEYBOARD_OVERLAY_RESET_ZOOM" desc="The text in the keyboard overlay to explain the shortcut.">
3209 Reset zoom
3210 </message>
3211 <message name="IDS_KEYBOARD_OVERLAY_ROTATE_SCREEN" desc="The text in the keyboard overlay to explain the shortcut (rotate the screen).">
3212 Rotate screen
3213 </message>
3214 <message name="IDS_KEYBOARD_OVERLAY_SAVE" desc="The text in the keyboard overlay to explain the shortcut (save page as a file).">
3215 Save
3216 </message>
3217 <message name="IDS_KEYBOARD_OVERLAY_SCREENSHOT_REGION" desc="The text in the keyboard overlay to explain the shortcut (take a screenshot of the selected region).">
3218 Screenshot region
3219 </message>
3220 <message name="IDS_KEYBOARD_OVERLAY_SCROLL_UP_ONE_PAGE" desc="The text in the keyboard overlay to explain the shortcut.">
3221 Scroll up one page
3222 </message>
3223 <message name="IDS_KEYBOARD_OVERLAY_SELECT_ALL" desc="The text in the keyboard overlay to explain the shortcut.">
3224 Select all
3225 </message>
3226 <message name="IDS_KEYBOARD_OVERLAY_SELECT_PREVIOUS_INPUT_METHOD" desc="The text in the keyboard overlay to explain the shortcut.">
3227 Select previous input method
3228 </message>
3229 <message name="IDS_KEYBOARD_OVERLAY_SELECT_WORD_AT_A_TIME" desc="The text in the keyboard overlay to explain the shortcut.">
3230 Select "word at a time"
3231 </message>
3232 <message name="IDS_KEYBOARD_OVERLAY_SHOW_MESSAGE_CENTER" desc="The text in the keyboard overlay to explain the shortcut (Show the message center).">
3233 Show message center
3234 </message>
3235 <message name="IDS_KEYBOARD_OVERLAY_SHOW_STATUS_MENU" desc="The text in the keyboard overlay to explain the shortcut (show the status menu).">
3236 Show status menu
3237 </message>
3238 <message name="IDS_KEYBOARD_OVERLAY_SIGN_OUT" desc="The text in the keyboard overlay to explain the shortcut.">
3239 Sign out
3240 </message>
3241 <message name="IDS_KEYBOARD_OVERLAY_SWAP_PRIMARY_MONITOR" desc="The text in the keyboard overlay to explain the shortcut (swap primary monitor).">
3242 Swap primary monitor
3243 </message>
3244 <message name="IDS_KEYBOARD_OVERLAY_TAKE_SCREENSHOT" desc="The text in the keyboard overlay to explain the shortcut.">
3245 Take screenshot
3246 </message>
3247 <message name="IDS_KEYBOARD_OVERLAY_TASK_MANAGER" desc="The text in the keyboard overlay to explain the shortcut.">
3248 Task manager
3249 </message>
3250 <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_BOOKMARK_BAR" desc="The text in the keyboard overlay to explain the shortcut.">
3251 Toggle bookmark bar
3252 </message>
3253 <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_CAPS_LOCK" desc="The text in the keyboard overlay to explain the shortcut (enable or disable caps lock).">
3254 Toggle caps lock
3255 </message>
3256 <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_CHROMEVOX_SPOKEN_FEEDBACK" desc="The text in the keyboard overlay to explain the shortcut (enable or disable spoken feedback).">
3257 Toggle ChromeVox (spoken feedback)
3258 </message>
3259 <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_PROJECTION_TOUCH_HUD" desc="The text in the keyboard overlay to explain the shortcut.">
3260 Toggle projection touch HUD
3261 </message>
3262 <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_SPEECH_INPUT" desc="The text in the keyboard overlay to explain the shortcut (start or stop speech input).">
3263 Toggle speech input
3264 </message>
3265 <message name="IDS_KEYBOARD_OVERLAY_UNDO" desc="The text in the keyboard overlay to explain the shortcut.">
3266 Undo
3267 </message>
3268 <message name="IDS_KEYBOARD_OVERLAY_VIEW_KEYBOARD_OVERLAY" desc="The text in the keyboard overlay to explain the shortcut.">
3269 View keyboard overlay
3270 </message>
3271 <message name="IDS_KEYBOARD_OVERLAY_VIEW_SOURCE" desc="The text in the keyboard overlay to explain the shortcut.">
3272 View source
3273 </message>
3274 <message name="IDS_KEYBOARD_OVERLAY_WORD_MOVE" desc="The text in the keyboard overlay to explain the shortcut.">
3275 Word move
3276 </message>
3277 <message name="IDS_KEYBOARD_OVERLAY_ZOOM_IN" desc="The text in the keyboard overlay to explain the shortcut.">
3278 Zoom in
3279 </message>
3280 <message name="IDS_KEYBOARD_OVERLAY_ZOOM_OUT" desc="The text in the keyboard overlay to explain the shortcut.">
3281 Zoom out
3282 </message>
3283 <message name="IDS_KEYBOARD_OVERLAY_ZOOM_SCREEN_IN" desc="The text in the keyboard overlay to explain the shortcut (zoom in the screen).">
3284 Zoom screen in
3285 </message>
3286 <message name="IDS_KEYBOARD_OVERLAY_ZOOM_SCREEN_OUT" desc="The text in the keyboard overlay to explain the shortcut (zoom out the screen).">
3287 Zoom screen out
3288 </message>
3289 <!-- END GENERATED KEYBOARD OVERLAY STRINGS -->
3290 <if expr="lang == 'ja'">
3291 </if>
3292 <if expr="lang != 'ja'">
3293 <message translateable="false" name="IDS_STATUSBAR_IME_JAPANESE_IME_STATUS_HIRAGANA" desc="">
3294 Hiragana
3295 </message>
3296 <message translateable="false" name="IDS_STATUSBAR_IME_JAPANESE_IME_STATUS_KATAKANA" desc="">
3297 Katakana
3298 </message>
3299 </if>
3300 <message name="IDS_STATUSBAR_IME_KOREAN_HANJA_INPUT_MODE" desc="In the language menu button, this shows the input mode.">
3301 Hanja mode
3302 </message>
3303 <message name="IDS_STATUSBAR_IME_KOREAN_HANGUL_INPUT_MODE" desc="In the language menu button, this shows the input mode.">
3304 Hangul mode
3305 </message>
3306 <message name="IDS_STATUSBAR_IME_CHINESE_PINYIN_TOGGLE_CHINESE_ENGLISH" desc="In the language menu button, this shows the input mode.">
3307 Toggle Chinese/English mode
3308 </message>
3309 <message name="IDS_STATUSBAR_IME_CHINESE_PINYIN_TOGGLE_FULL_HALF" desc="In the language menu button, this shows the input mode.">
3310 Toggle full/half width mode
3311 </message>
3312 <message name="IDS_STATUSBAR_IME_CHINESE_PINYIN_TOGGLE_FULL_HALF_PUNCTUATION" desc="In the language menu button, this shows the input mode.">
3313 Toggle full/half width punctuation mode
3314 </message>
3315 <message name="IDS_STATUSBAR_IME_CHINESE_PINYIN_TOGGLE_S_T_CHINESE" desc="In the language menu button, this shows the input mode.">
3316 Toggle Simplified/Traditional Chinese mode
3317 </message>
3319 <message name="IDS_STATUSBAR_IME_CHINESE_MOZC_CHEWING_ENGLISH_MODE" desc="In the language menu button, this shows the input mode.">
3320 English
3321 </message>
3322 <message name="IDS_STATUSBAR_IME_CHINESE_MOZC_CHEWING_CHINESE_MODE" desc="In the language menu button, this shows the input mode.">
3323 Chinese
3324 </message>
3325 <message name="IDS_STATUSBAR_IME_CHINESE_MOZC_CHEWING_FULL_WIDTH_ENGLISH_MODE" desc="In the language menu button, this shows the input mode.">
3326 Full-width English
3327 </message>
3329 <message name="IDS_STATUSBAR_LAYOUT_JAPAN" desc="In the language menu button, this shows the input mode.">
3330 Japanese keyboard
3331 </message>
3332 <message name="IDS_STATUSBAR_LAYOUT_SLOVENIA" desc="In the language menu button, this shows the input mode.">
3333 Slovenian keyboard
3334 </message>
3335 <message name="IDS_STATUSBAR_LAYOUT_GERMANY" desc="In the language menu button, this shows the input mode.">
3336 German keyboard
3337 </message>
3338 <message name="IDS_STATUSBAR_LAYOUT_GERMANY_NEO2" desc="In the language menu button, this shows the input mode.">
3339 German Neo 2 keyboard
3340 </message>
3341 <message name="IDS_STATUSBAR_LAYOUT_ITALY" desc="In the language menu button, this shows the input mode.">
3342 Italian keyboard
3343 </message>
3344 <message name="IDS_STATUSBAR_LAYOUT_ESTONIA" desc="In the language menu button, this shows the input mode.">
3345 Estonian keyboard
3346 </message>
3347 <message name="IDS_STATUSBAR_LAYOUT_HUNGARY" desc="In the language menu button, this shows the input mode.">
3348 Hungarian keyboard
3349 </message>
3350 <message name="IDS_STATUSBAR_LAYOUT_POLAND" desc="In the language menu button, this shows the input mode.">
3351 Polish keyboard
3352 </message>
3353 <message name="IDS_STATUSBAR_LAYOUT_DENMARK" desc="In the language menu button, this shows the input mode.">
3354 Danish keyboard
3355 </message>
3356 <message name="IDS_STATUSBAR_LAYOUT_CROATIA" desc="In the language menu button, this shows the input mode.">
3357 Croatian keyboard
3358 </message>
3359 <message name="IDS_STATUSBAR_LAYOUT_BRAZIL" desc="In the language menu button, this shows the input mode.">
3360 Brazilian keyboard
3361 </message>
3362 <message name="IDS_STATUSBAR_LAYOUT_SERBIA" desc="In the language menu button, this shows the input mode.">
3363 Serbian keyboard
3364 </message>
3365 <message name="IDS_STATUSBAR_LAYOUT_CZECHIA" desc="In the language menu button, this shows the input mode.">
3366 Czech keyboard
3367 </message>
3368 <message name="IDS_STATUSBAR_LAYOUT_CZECHIA_QWERTY" desc="In the language menu button, this shows the input mode.">
3369 Czech QWERTY keyboard
3370 </message>
3371 <message name="IDS_STATUSBAR_LAYOUT_USA_DVORAK" desc="In the language menu button, this shows the input mode.">
3372 US Dvorak keyboard
3373 </message>
3374 <message name="IDS_STATUSBAR_LAYOUT_USA_COLEMAK" desc="In the language menu button, this shows the input mode.">
3375 US Colemak keyboard
3376 </message>
3377 <message name="IDS_STATUSBAR_LAYOUT_ROMANIA" desc="In the language menu button, this shows the input mode.">
3378 Romanian keyboard
3379 </message>
3380 <message name="IDS_STATUSBAR_LAYOUT_USA" desc="In the language menu button, this shows the input mode.">
3381 US keyboard
3382 </message>
3383 <message name="IDS_STATUSBAR_LAYOUT_USA_EXTENDED" desc="In the language menu button, this shows the input mode.">
3384 US extended keyboard
3385 </message>
3386 <message name="IDS_STATUSBAR_LAYOUT_USA_INTERNATIONAL" desc="In the language menu button, this shows the input mode.">
3387 US international keyboard
3388 </message>
3389 <message name="IDS_STATUSBAR_LAYOUT_LITHUANIA" desc="In the language menu button, this shows the input mode.">
3390 Lithuanian keyboard
3391 </message>
3392 <message name="IDS_STATUSBAR_LAYOUT_UNITED_KINGDOM" desc="In the language menu button, this shows the input mode.">
3393 UK keyboard
3394 </message>
3395 <message name="IDS_STATUSBAR_LAYOUT_UNITED_KINGDOM_DVORAK" desc="In the language menu button, this shows the input mode.">
3396 UK Dvorak keyboard
3397 </message>
3398 <message name="IDS_STATUSBAR_LAYOUT_SLOVAKIA" desc="In the language menu button, this shows the input mode.">
3399 Slovakian keyboard
3400 </message>
3401 <message name="IDS_STATUSBAR_LAYOUT_RUSSIA" desc="In the language menu button, this shows the input mode.">
3402 Russian keyboard
3403 </message>
3404 <message name="IDS_STATUSBAR_LAYOUT_RUSSIA_PHONETIC" desc="In the language menu button, this shows the input mode.">
3405 Russian phonetic keyboard
3406 </message>
3407 <message name="IDS_STATUSBAR_LAYOUT_GREECE" desc="In the language menu button, this shows the input mode.">
3408 Greek keyboard
3409 </message>
3410 <message name="IDS_STATUSBAR_LAYOUT_BELGIUM" desc="In the language menu button, this shows the input mode.">
3411 Belgian keyboard
3412 </message>
3413 <message name="IDS_STATUSBAR_LAYOUT_BULGARIA" desc="In the language menu button, this shows the input mode.">
3414 Bulgarian keyboard
3415 </message>
3416 <message name="IDS_STATUSBAR_LAYOUT_BULGARIA_PHONETIC" desc="In the language menu button, this shows the input mode.">
3417 Bulgarian phonetic keyboard
3418 </message>
3419 <message name="IDS_STATUSBAR_LAYOUT_SWITZERLAND" desc="In the language menu button, this shows the input mode.">
3420 Swiss keyboard
3421 </message>
3422 <message name="IDS_STATUSBAR_LAYOUT_SWITZERLAND_FRENCH" desc="In the language menu button, this shows the input mode.">
3423 Swiss French keyboard
3424 </message>
3425 <message name="IDS_STATUSBAR_LAYOUT_TURKEY" desc="In the language menu button, this shows the input mode.">
3426 Turkish keyboard
3427 </message>
3428 <message name="IDS_STATUSBAR_LAYOUT_PORTUGAL" desc="In the language menu button, this shows the input mode.">
3429 Portuguese keyboard
3430 </message>
3431 <message name="IDS_STATUSBAR_LAYOUT_SPAIN" desc="In the language menu button, this shows the input mode.">
3432 Spanish keyboard
3433 </message>
3434 <message name="IDS_STATUSBAR_LAYOUT_FINLAND" desc="In the language menu button, this shows the input mode.">
3435 Finnish keyboard
3436 </message>
3437 <message name="IDS_STATUSBAR_LAYOUT_UKRAINE" desc="In the language menu button, this shows the input mode.">
3438 Ukrainian keyboard
3439 </message>
3440 <message name="IDS_STATUSBAR_LAYOUT_SPAIN_CATALAN" desc="In the language menu button, this shows the input mode.">
3441 Catalan keyboard
3442 </message>
3443 <message name="IDS_STATUSBAR_LAYOUT_FRANCE" desc="In the language menu button, this shows the input mode.">
3444 French keyboard
3445 </message>
3446 <message name="IDS_STATUSBAR_LAYOUT_NORWAY" desc="In the language menu button, this shows the input mode.">
3447 Norwegian keyboard
3448 </message>
3449 <message name="IDS_STATUSBAR_LAYOUT_SWEDEN" desc="In the language menu button, this shows the input mode.">
3450 Swedish keyboard
3451 </message>
3452 <message name="IDS_STATUSBAR_LAYOUT_NETHERLANDS" desc="In the language menu button, this shows the input mode.">
3453 Dutch keyboard
3454 </message>
3455 <message name="IDS_STATUSBAR_LAYOUT_LATIN_AMERICAN" desc="In the language menu button, this shows the input mode.">
3456 Latin American keyboard
3457 </message>
3458 <message name="IDS_STATUSBAR_LAYOUT_LATVIA" desc="In the language menu button, this shows the input mode.">
3459 Latvian keyboard
3460 </message>
3461 <message name="IDS_STATUSBAR_LAYOUT_CANADA" desc="In the language menu button, this shows the input mode.">
3462 Canadian French keyboard
3463 </message>
3464 <message name="IDS_STATUSBAR_LAYOUT_CANADA_ENGLISH" desc="In the language menu button, this shows the input mode.">
3465 Canadian English keyboard
3466 </message>
3467 <message name="IDS_STATUSBAR_LAYOUT_ISRAEL" desc="In the language menu button, this shows the input mode.">
3468 Hebrew keyboard
3469 </message>
3470 <message name="IDS_STATUSBAR_LAYOUT_KOREA_104" desc="In the language menu button, this shows the input mode.">
3471 Korean keyboard
3472 </message>
3473 <message name="IDS_STATUSBAR_LAYOUT_ICELANDIC" desc="In the language menu button, this shows the input mode.">
3474 Icelandic keyboard
3475 </message>
3476 <message name="IDS_STATUSBAR_LAYOUT_CANADIAN_MULTILINGUAL" desc="In the language menu button, this shows the input mode.">
3477 Canadian Multilingual keyboard
3478 </message>
3479 <message name="IDS_STATUSBAR_LAYOUT_GEORGIAN" desc="In the language menu button, this shows the input mode.">
3480 Georgian keyboard
3481 </message>
3482 <message name="IDS_STATUSBAR_LAYOUT_BELARUSIAN" desc="In the language menu button, this shows the input mode.">
3483 Belarusian keyboard
3484 </message>
3485 <message name="IDS_STATUSBAR_LAYOUT_ARMENIAN_PHONETIC" desc="In the language menu button, this shows the input mode.">
3486 Armenian Phonetic keyboard
3487 </message>
3488 <message name="IDS_STATUSBAR_LAYOUT_MONGOLIAN" desc="In the language menu button, this shows the input mode.">
3489 Mongolian keyboard
3490 </message>
3492 <message name="IDS_STATUSBAR_LAYOUT_USA_MYSTERY" desc="In the language menu button, this shows the input mode.">
3493 US Mystery keyboard
3494 </message>
3496 <!-- Attribution strings for stock user images, not translateable. -->
3497 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR">
3498 </message>
3499 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_1">
3500 </message>
3501 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_2">
3502 </message>
3503 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_3">
3504 </message>
3505 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_4">
3506 </message>
3507 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_5">
3508 </message>
3509 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_6">
3510 </message>
3511 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_7">
3512 </message>
3513 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_8">
3514 </message>
3515 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_9">
3516 </message>
3517 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_10">
3518 </message>
3519 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_11">
3520 </message>
3521 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_12">
3522 </message>
3523 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_13">
3524 </message>
3525 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_14">
3526 </message>
3527 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_15">
3528 </message>
3529 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_16">
3530 </message>
3531 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_17">
3532 </message>
3533 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_18">
3534 </message>
3535 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_19">
3536 Kirsten Hammelbo
3537 </message>
3538 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_20">
3539 Igor Djurovic
3540 </message>
3541 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_21">
3542 Romain Guy
3543 </message>
3544 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_22">
3545 Barbara Dudzińska
3546 </message>
3547 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_23">
3548 Romain Guy
3549 </message>
3550 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_24">
3551 Dirk Ercken
3552 </message>
3553 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_25">
3554 Pauline Ilott
3555 </message>
3556 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_26">
3557 cynoclub
3558 </message>
3559 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_27">
3560 Romain Guy
3561 </message>
3562 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_28">
3563 Vladimir Vladimirov
3564 </message>
3565 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_29">
3567 </message>
3568 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_30">
3569 Romain Guy
3570 </message>
3571 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_31">
3572 Shaun Lowe
3573 </message>
3574 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_AUTHOR_32">
3575 Magdalena Wasiczek
3576 </message>
3578 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE">
3579 </message>
3580 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_1">
3581 </message>
3582 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_2">
3583 </message>
3584 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_3">
3585 </message>
3586 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_4">
3587 </message>
3588 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_5">
3589 </message>
3590 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_6">
3591 </message>
3592 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_7">
3593 </message>
3594 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_8">
3595 </message>
3596 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_9">
3597 </message>
3598 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_10">
3599 </message>
3600 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_11">
3601 </message>
3602 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_12">
3603 </message>
3604 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_13">
3605 </message>
3606 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_14">
3607 </message>
3608 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_15">
3609 </message>
3610 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_16">
3611 </message>
3612 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_17">
3613 </message>
3614 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_18">
3615 </message>
3616 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_19">
3617 http://www.istockphoto.com/Kirkham
3618 </message>
3619 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_20">
3620 http://www.istockphoto.com/vectorig
3621 </message>
3622 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_21">
3623 http://www.curious-creature.org/
3624 </message>
3625 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_22">
3626 http://www.istockphoto.com/barol16
3627 </message>
3628 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_23">
3629 http://www.curious-creature.org/
3630 </message>
3631 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_24">
3632 http://www.istockphoto.com/kikkerdirk
3633 </message>
3634 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_25">
3635 http://www.istockphoto.com/pollypic
3636 </message>
3637 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_26">
3638 http://www.istockphoto.com/cynoclub
3639 </message>
3640 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_27">
3641 http://www.curious-creature.org/
3642 </message>
3643 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_28">
3644 http://www.istockphoto.com/portishead1
3645 </message>
3646 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_29">
3647 http://www.istockphoto.com/MOF
3648 </message>
3649 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_30">
3650 http://www.curious-creature.org/
3651 </message>
3652 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_31">
3653 http://www.istockphoto.com/shaunl
3654 </message>
3655 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_32">
3656 http://www.magdawasiczek.pl
3657 </message>
3659 <message name="IDS_LOGIN_ERROR_WHITELIST" desc="Couldn't sign in because user is not whitelisted.">
3660 You are not authorized to use this device. For sign-in permission contact the device owner.
3661 </message>
3662 <message name="IDS_LOGIN_ERROR_AUTHENTICATING_2ND_TIME" desc="Couldn't sign in because password is invalid for the 2nd time">
3663 Sorry, your password still could not be verified. Note: if you changed your password recently, your new password will be applied once you sign out, please use the old password here.
3664 </message>
3665 <message name="IDS_LOGIN_ERROR_PASSWORD_CHANGED" desc="Couldn't log in because password specified matched as old one, but not new one (online) - password change has been detected.">
3666 Your password has changed. Please try again with your new password.
3667 </message>
3668 <message name="IDS_LOGIN_ERROR_RESTRICTED" desc="Couldn't log in because account is disabled/deleted or not signed up">
3669 Your account may have been deleted or disabled. Please sign out.
3670 </message>
3671 <message name="IDS_LOGIN_ERROR_AUTHENTICATING_NEW" desc="Couldn't sign in because username or password invalid">
3672 Sorry, your email or password could not be verified. Please try again.
3673 </message>
3674 <message name="IDS_LOGIN_ERROR_AUTHENTICATING_HOSTED" desc="Couldn't sign in because hosted account is used">
3675 Your account does not work on <ph name="PRODUCT_NAME">$1<ex>Google Chrome OS</ex></ph>. Please contact your domain administrator or use a regular Google Account to sign in.
3676 </message>
3677 <message name="IDS_LOGIN_ERROR_AUTHENTICATING_KIOSK" desc="Couldn't pass kiosk lock screen to configure network.">
3678 Sorry, your password could not be verified. Please try again.
3679 </message>
3680 <message name="IDS_LOGIN_ERROR_OFFLINE_FAILED_NETWORK_NOT_CONNECTED" desc="Couldn't sign in because offline sign-in has failed and network is not connected">
3681 Sorry, your email or password could not be verified. Try connecting to a network first.
3682 </message>
3683 <message name="IDS_LOGIN_ERROR_NO_NETWORK_LIBRARY" desc="Couldn't sign in because nework library couldn't be loaded">
3684 Can't access network library
3685 </message>
3686 <message name="IDS_LOGIN_ERROR_KEYBOARD_SWITCH_HINT" desc="A hint text for the login and lock screens about layout switching">
3687 Hit Shift-Alt to switch keyboard layout.
3688 </message>
3689 <message name="IDS_LOGIN_ERROR_CAPS_LOCK_HINT" desc="A hint text for the login and lock screens that Caps Lock is on">
3690 Caps Lock is on.
3691 </message>
3692 <message name="IDS_LOGIN_ERROR_CAPTIVE_PORTAL" desc="An error message shown when we suggest that user may be behind the captive portal.">
3693 Before signing in, please enter as Guest to activate the network <ph name="NETWORK_ID">$1<ex>Public Wifi</ex></ph>
3694 </message>
3695 <message name="IDS_LOGIN_ERROR_OWNER_REQUIRED" desc="Couldn't sign in because the machine is in policy safe mode and needs owner login">
3696 Login has been resticted to the owner account only. Please reboot and sign in with the owner account. The machine will auto reboot in 30 seconds.
3697 </message>
3698 <message name="IDS_LOGIN_ERROR_OWNER_KEY_LOST" desc="Couldn't sign in because the owner key has been lost, device settings corruption or incorrect local time.">
3699 Login failed, please connect to the internet and try again.
3700 </message>
3701 <message name="IDS_LOGIN_ERROR_TPM_FAILURE_TITLE" desc="Title of the screen notifying user about TPM error.">
3702 Something went wrong with signing in
3703 </message>
3704 <message name="IDS_LOGIN_ERROR_TPM_FAILURE_REBOOT" desc="Suggestion to restart device in case of the TPM error.">
3705 Please restart your device to fix this error.
3706 </message>
3707 <message name="IDS_LOGIN_ERROR_TPM_FAILURE_REBOOT_BUTTON" desc="Label on button that restarts device.">
3708 Restart
3709 </message>
3710 <message name="IDS_LOGIN_ERROR_TITLE" desc="A title of screen containing a message about login error, like proxy error or corruption of the local state.">
3711 Oops, something went wrong with signing in
3712 </message>
3713 <message name="IDS_LOGIN_PROXY_ERROR_MESSAGE" desc="An offline message shown when a proxy error has appeared.">
3714 The sign-in page failed to load using the current proxy settings. Please <ph name="GAIA_RELOAD_LINK_START">$1<ex>&gt;a&lt;</ex></ph>try to sign in again<ph name="GAIA_RELOAD_LINK_END">$2<ex>&gt;/a&lt;</ex></ph>, or use different <ph name="PROXY_SETTINGS_LINK_START">$3<ex>&gt;a&lt;</ex></ph>proxy settings<ph name="PROXY_SETTINGS_LINK_END">$4<ex>&gt;/a&lt;</ex></ph>.
3715 </message>
3716 <message name="IDS_LOGIN_CAPTIVE_PORTAL_WINDOW_TITLE" desc="Title of the window which is opened to sign in to the captive portal.">
3717 To use the network <ph name="NETWORK_ID">$1<ex>Adelaide Airport Wireless</ex></ph>, first complete your connection to the Internet below.
3718 </message>
3719 <message name="IDS_LOGIN_MAYBE_CAPTIVE_PORTAL_TITLE" desc="An offline message title shown when we suggest that user may be behind the captive portal.">
3720 Network not available
3721 </message>
3722 <message name="IDS_LOGIN_MAYBE_CAPTIVE_PORTAL" desc="An offline message shown when we suggest that user may be behind the captive portal. Translation note: enter as Guest - could also be said enter as Guest user. Word user may be added to the translation if needed.">
3723 To use <ph name="NETWORK_ID">$1<ex>&gt;b&lt;Public Wifi&gt;/b&lt;</ex></ph> you may first need to <ph name="LINK_START">$2<ex>&gt;a&lt;</ex></ph>visit the network's sign-in page<ph name="LINK_END">$3<ex>&gt;/a&lt;</ex></ph>, which will open automatically in a few seconds. If it doesn't happen, the network can't be used.
3724 </message>
3725 <message name="IDS_LOGIN_MAYBE_CAPTIVE_PORTAL_PROXY" desc="An offline mssage shown when we suggest that user should configure the proxy.">
3726 If you are using a proxy server, check your proxy settings or
3727 contact your network administrator to check that the proxy
3728 server is working. If you don't believe you should be using a
3729 proxy server, adjust your <ph name="LINK_START">$1<ex>&gt;a&lt;</ex></ph>proxy settings<ph name="LINK_END">$2<ex>&gt;/a&lt;</ex></ph>.
3730 </message>
3731 <message name="IDS_LOGIN_MAYBE_CAPTIVE_PORTAL_NETWORK_SELECT" desc="An offline message shown when we suggest that user may select other network.">
3732 You may also select another network.
3733 </message>
3734 <message name="IDS_LOGIN_ERROR_CAPTIVE_PORTAL_NO_GUEST_MODE" desc="An error message shown when we suggest that user may be behind the captive portal but Guest mode is disabled.">
3735 Your password cannot be verified on this current network. Please select another network.
3736 </message>
3737 <message name="IDS_NOTIFICATION_PANEL_TITLE" desc="Text for the title of the notification panel.">
3738 Notifications
3739 </message>
3740 <message name="IDS_LOGIN_OFFLINE_TITLE" desc="Title of an offline message that shows up in OOBE sign-in screen.">
3741 You are currently offline
3742 </message>
3743 <message name="IDS_LOGIN_OFFLINE_MESSAGE" desc="An offline message that shows up in OOBE sign-in screen.">
3744 Please connect to the Internet to sign in to your Chromebook.
3745 </message>
3746 <message name="IDS_KIOSK_OFFLINE_MESSAGE" desc="An offline message that shows up when a kiosk app can't launch without network connectivity.">
3747 Please connect to the Internet to launch your app in kiosk mode.
3748 </message>
3749 <message name="IDS_UPDATE_OFFLINE_MESSAGE" desc="An offline message that shows up in the OOBE update screen.">
3750 Please connect to the Internet to update your Chromebook.
3751 </message>
3752 <message name="IDS_UPDATE_PROXY_ERROR_MESSAGE" desc="An offline message that shows up when a proxy error has appeared in the OOBE update screen.">
3753 The update check failed using the current proxy settings. Please adjust your <ph name="PROXY_SETTINGS_LINK_START">$1<ex>&gt;a&lt;</ex></ph>proxy settings<ph name="PROXY_SETTINGS_LINK_END">$2<ex>&gt;/a&lt;</ex></ph>.
3754 </message>
3755 <message name="IDS_ADD_USER" desc="Shown in login panel for adding new user to login screen.">
3756 Add a user
3757 </message>
3758 <message name="IDS_LANGUAGES_MORE" desc="Main language list 'more' link. Expands all possible languages, not only the main ones.">
3759 More...
3760 </message>
3761 <message name="IDS_LOGIN_POD_OWNER_USER" desc="Login screen user pod menu title for a user who owns the device.">
3762 <ph name="USER_NAME">$1<ex>Ivan Arbuzov</ex></ph> (owner)
3763 </message>
3764 <message name="IDS_LOGIN_POD_REMOVE_USER" desc="Login screen user pod menu item text.">
3765 Remove this user
3766 </message>
3767 <message name="IDS_LOGIN_VERSION_LABEL_FORMAT" desc="Login screen version text format.">
3768 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> <ph name="PRODUCT_VERSION">$2<ex>15.0.0.0</ex></ph> (Platform <ph name="PLATFORM_VERSION">$3<ex>900.0-11.09.01</ex></ph>)
3769 </message>
3770 <message name="IDS_DEVICE_OWNED_BY_NOTICE" desc="Text for notifications showing that this is managed device.">
3771 This device is managed by <ph name="DOMAIN">$1<ex>acmecorp.com</ex></ph>.
3772 </message>
3773 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_INFO_FORMAT" desc="Template for text shown in the public account user pod, informing the user that this is a public, managed account.">
3774 This device is managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph>.
3775 </message>
3776 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_SIGNOUT_REMINDER" desc="Text shown in the public account user pod, reminding the user to log out.">
3777 Your information will be removed when you sign out.
3778 </message>
3779 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER" meaning="Label text for signing in." desc="Label text for the sign-in button in the public account user pod.">
3780 Enter
3781 </message>
3782 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER_ACCESSIBLE_NAME" desc="Text to be spoken when focus is set to the sign-in button in the public account user pod.">
3783 Enter public session
3784 </message>
3786 <!-- Idle warning dialog -->
3787 <message name="IDS_IDLE_WARNING_TITLE" desc="Title of the warning dialog shown when the user becomes idle and is about to get logged out.">
3788 Are you still there?
3789 </message>
3790 <message name="IDS_IDLE_WARNING_LOGOUT_WARNING" desc="Content of the warning dialog shown when the user becomes idle and is about to get logged out.">
3791 If you keep doing nothing, you'll be logged out in a few moments.
3792 </message>
3793 <message name="IDS_KIOSK_APP_FAILED_TO_LAUNCH" desc="Generic error message used when a kiosk app fails to launch.">
3794 Darn, the kiosk application could not be launched.
3795 </message>
3796 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_MOUNT" desc="Error message used when a kiosk app fails to launch due to cryptohome error.">
3797 Kryptonite! The cryptohome for the kiosk application could not be mounted.
3798 </message>
3799 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_INSTALL" desc="Error message used when a kiosk app fails to launch due to install failure.">
3800 Kiosk application could not be installed.
3801 </message>
3802 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user.">
3803 Kiosk application launch canceled.
3804 </message>
3806 <!-- About Chrome page -->
3807 <message name="IDS_UPGRADE_OFFLINE" desc="Status label: Currently offline">
3808 You are currently offline.
3809 </message>
3810 <message name="IDS_UPGRADE_DISALLOWED" desc="Status label: Upgrade disallowed for the current network">
3811 You are currently connected to the <ph name="NETWORK_TYPE">$1<ex>cellular</ex></ph> network.
3812 </message>
3813 <message name="IDS_UPGRADE_NETWORK_LIST_CELLULAR_ALLOWED" desc="Status label: for updates you need to connect to an Ethernet, Wi-Fi or mobile data">
3814 To check for updates, please use Ethernet, Wi-Fi or mobile data.
3815 </message>
3816 <message name="IDS_UPGRADE_NETWORK_LIST_CELLULAR_DISALLOWED" desc="Status label: for updates you need to connect to an Ethernet or Wi-Fi">
3817 To check for updates, please use Ethernet or Wi-Fi.
3818 </message>
3820 <!-- Genius App -->
3821 <message name="IDS_GENIUS_APP_NAME" desc="Name of the genius app in the app launcher">
3822 Get Help
3823 </message>
3825 <!-- HDCP verification UI -->
3826 <message name="IDS_PLATFORM_VERIFICATION_DIALOG_HEADLINE" desc="The label to describe what the dialog wants to confirm.">
3827 <ph name="DOMAIN">$1<ex>example.com</ex></ph> requires unique identification of your device, by Google, to enable an enhanced playback experience. <ph name="LEARN_MORE">$2<ex>Learn more</ex></ph>.
3828 </message>
3829 <message name="IDS_PLATFORM_VERIFICATION_DIALOG_ALLOW" desc="The button label to allow access of HD playback.">
3830 OK, I got it
3831 </message>
3832 <message name="IDS_PLATFORM_VERIFICATION_DIALOG_DENY" desc="The button label to deny access of HD playback.">
3833 Disable on <ph name="DOMAIN">$1<ex>example.com</ex></ph>
3834 </message>
3836 <!-- Multi-profiles mode -->
3837 <message name="IDS_MULTIPROFILES_INTRO_HEADLINE" desc="Describes which feature multi-profiles intro dialog presents.">
3838 Multiple sign-in
3839 </message>
3840 <message name="IDS_MULTIPROFILES_INTRO_MESSAGE" desc="Content of the multi-profiles intro dialog shown when the user adds another user in multi-profiles mode.">
3841 This feature allows you to access quickly any signed-in user without requiring a password.
3842 </message>
3843 <message name="IDS_MULTIPROFILES_INTRO_EXPLANATION" desc="Content of the multi-profiles intro dialog shown when the user adds another user in multi-profiles mode.">
3844 Only use this feature with accounts you trust.
3845 </message>
3846 <message name="IDS_MULTIPROFILES_INTRO_NOSHOW_AGAIN" desc="In multi-profiles intro dialog, text for no-show-again option.">
3847 Got it, don't show me this again.
3848 </message>
3850 <!-- First-run tutorial -->
3851 <message name="IDS_FIRST_RUN_GREETING_STEP_HEADER" desc="Greeting message shown as header of the first dialog of first-run tutorial.">
3852 Howdy, <ph name="USER_GIVEN_NAME">$1<ex>John</ex></ph>.
3853 </message>
3854 <message name="IDS_FIRST_RUN_GREETING_STEP_HEADER_GENERAL" desc="Greeting message shown as header of the first dialog of first-run tutorial in case when we don't know user's given name.">
3855 Howdy.
3856 </message>
3857 <message name="IDS_FIRST_RUN_GREETING_STEP_TEXT_1" desc="First part of message shown on the first dialog of firsr-run tutorial.">
3858 Welcome to the Chromebook family. This is no ordinary computer.
3859 </message>
3860 <message name="IDS_FIRST_RUN_GREETING_STEP_TEXT_2" desc="Second part of message shown on the first dialog of firsr-run tutorial.">
3861 This Chromebook was designed to deliver the best experience of the web to you.
3862 </message>
3863 <message name="IDS_FIRST_RUN_GREETING_STEP_BUTTON" desc="Text on the button located on the first dialog of first-run tutorial.">
3864 Take a tour
3865 </message>
3866 <message name="IDS_FIRST_RUN_APP_LIST_STEP_HEADER" desc="Header of the first-run bubble bubble pointing to application list button.">
3867 Play, edit, share, get stuff done.
3868 </message>
3869 <message name="IDS_FIRST_RUN_APP_LIST_STEP_TEXT_1" desc="First part of message on the first-run tutorial bubble pointing to application list button.">
3870 Access all your apps from this handy launcher. Play games, video chat, listen to music, edit documents, or get more apps from the Chrome Web Store.
3871 </message>
3872 <message name="IDS_FIRST_RUN_APP_LIST_STEP_TEXT_2" desc="Second part of message on the first-run tutorial bubble pointing to application list button. Part of the phrase &quot;Access all your apps from this handy launcher. Play games, video chat, listen to music, edit documents, or get more apps from the Chrome Web Store. It's all here.&quot;">
3873 It's all here.
3874 </message>
3875 <message name="IDS_FIRST_RUN_TRAY_STEP_HEADER" desc="Header of the first-run tutorial bubble pointing to system tray bubble.">
3876 Hassle-free goodness.
3877 </message>
3878 <message name="IDS_FIRST_RUN_TRAY_STEP_TEXT" desc="Text on the first-run tutorial bubble pointing to system tray bubble.">
3879 The status tray shows you the current state of your network, battery and other things.
3880 </message>
3881 <message name="IDS_FIRST_RUN_HELP_STEP_HEADER" desc="Header of the first-run tutorial bubble pointing to help button in system tray.">
3882 Have fun! We're here for you.
3883 </message>
3884 <message name="IDS_FIRST_RUN_HELP_STEP_TEXT_1" desc="First part of text shown on the first-run tutorial bubble pointing to help button in system tray.">
3885 Enjoy your Chromebook. Question? You can always get help by clicking the "?" in the Status tray.
3886 </message>
3887 <message name="IDS_FIRST_RUN_HELP_STEP_TEXT_2" desc="Second part of text shown on the first-run tutorial bubble pointing to help button in system tray. Part of the phrase &quot;Want to discover more awesome features? It's just one click away.&quot;">
3888 Want to discover more awesome features?
3889 </message>
3890 <message name="IDS_FIRST_RUN_HELP_STEP_TEXT_3" desc="Third part of text shown on the first-run tutorial bubble pointing to help button in system tray. Part of the phrase &quot;Want to discover more awesome features? It's just one click away.&quot;">
3891 It's just one click away.
3892 </message>
3893 <message name="IDS_FIRST_RUN_HELP_STEP_KEEP_EXPLORING_BUTTON" desc="Text on the button located in the first-run tutorial bubble pointing to help button is system tray. After click on the button tutorial finishes and help app opens.">
3894 Keep exploring
3895 </message>
3896 <message name="IDS_FIRST_RUN_HELP_STEP_FINISH_BUTTON" desc="Text on the button located in the first-run tutorial bubble pointing to help button is system tray. After click on the button tutorial finishes.">
3897 Finish
3898 </message>
3899 <message name="IDS_FIRST_RUN_NEXT_BUTTON" desc="Text on the first-run tutorial button leading to next step of tutorial.">
3900 Next
3901 </message>
3903 <!-- Charger replacement dialog -->
3904 <message name="IDS_CHARGER_REPLACEMENT_CHECK_CHARGER_TITLE" desc="Title on the check charger page">
3905 Check your charger
3906 </message>
3907 <message name="IDS_CHARGER_REPLACEMENT_CHECK_CHARGER_DAMAGE" desc="Text on check charger page describing the charger may be damaged">
3908 We've received a small number of user reports that some original HP Chromebook 11 chargers have been damaged due to overheating. To be safe, we're replacing all original chargers for free.
3909 </message>
3910 <message name="IDS_CHARGER_REPLACEMENT_CHECK_ORIGNAL_CHARGER" desc="Text on check charger page asking users to check if they are using the original spring charger.">
3911 We'd like you to check if you're using one of the original chargers.
3912 </message>
3913 <message name="IDS_CHARGER_REPLACEMENT_WHERE_DEVICE_PURCHASED" desc="Text on check charger page asking user where the device is purchased">
3914 Where did you purchase this HP Chromebook 11?
3915 </message>
3916 <message name="IDS_CHARGER_REPLACEMENT_CHECK_CHARGER_SELECT_CHARGER" desc="Tex on check charger page instructing user to select one of the charger matched the charger picture">
3917 Select the charger that's plugged in to your Chromebook now:
3918 </message>
3919 <message name="IDS_CHARGER_REPLACEMENT_SELECT_A_COUNTRY" desc="The text in the select country drop down box asking user to select a country">
3920 Please select a country
3921 </message>
3922 <message name="IDS_CHARGER_REPLACEMENT_US" desc="The text in the select country drop down as us">
3923 United States
3924 </message>
3925 <message name="IDS_CHARGER_REPLACEMENT_CA" desc="The text in the select country drop down as canada">
3926 Canada
3927 </message>
3928 <message name="IDS_CHARGER_REPLACEMENT_UK" desc="The text in the select country drop down as uk">
3929 United Kingdom
3930 </message>
3931 <message name="IDS_CHARGER_REPLACEMENT_AU" desc="The text in the select country drop down as australia">
3932 Australia
3933 </message>
3934 <message name="IDS_CHARGER_REPLACEMENT_IRE" desc="The text in the select country drop down as ireland">
3935 Ireland
3936 </message>
3937 <message name="IDS_CHARGER_REPLACEMENT_NEXT_STEP" desc="Text on the button leading user to the next step">
3938 Next
3939 </message>
3940 <message name="IDS_CHARGER_REPLACEMENT_CONFIRM_SAFE_CHARGER_TITLE" desc="Title on the confirm safe charger page">
3941 Your charger is up to update
3942 </message>
3943 <message name="IDS_CHARGER_REPLACEMENT_CONFIRM_SAFE_CHARGER_TO_GO" desc="Text on confirm user has a safe charger to go with">
3944 You're good to go.
3945 </message>
3946 <message name="IDS_CHARGER_REPLACEMENT_SAFE_CHARGER_CONFIRM_CHECKBOX_TEXT" desc="Text for confirming safe charger checkbox">
3947 I confirm I am using a charger with a green sticker on it.
3948 </message>
3949 <message name="IDS_CHARGER_REPLACEMENT_NO_MOPE_MESSAGE_SHOW" desc="Text for checkbox that user does not want the message be shown again">
3950 Do not show me this message again.
3951 </message>
3952 <message name="IDS_CHARGER_REPLACEMENT_PREVIOUS_STEP" desc="Text on the button that leads user back to the previous step">
3953 Back
3954 </message>
3955 <message name="IDS_CHARGER_REPLACEMENT_FINISH" desc="Text on the button that completes the UI flow and close the UI">
3956 Finish
3957 </message>
3958 <message name="IDS_CHARGER_REPLACEMENT_CHARGER_UPDATE_TITLE" desc="Title of charger update page.">
3959 Important update on your HP Chromebook 11
3960 </message>
3961 <message name="IDS_CHARGER_REPLACEMENT_CHARGER_UPDATE_P1" desc="The first paragraph on the charger update page">
3962 With guidance and approval from the CPSC and other regulatory agencies, Google and HP are recalling the original charger for the HP Chromebook 11.
3963 </message>
3964 <message name="IDS_CHARGER_REPLACEMENT_CHARGER_STOP_USING_RECALLED_CHARGER" desc="Text to ask users to stop using recalled charger">
3965 Please stop using the recalled charger.
3966 </message>
3967 <message name="IDS_CHARGER_REPLACEMENT_CHARGER_UPDATE_P2" desc="The 2nd paragraph on the charger update page">
3968 If you purchased an HP Chromebook 11 before December 1, 2013, we'll mail you a free replacement charger. You will also receive a prepaid shipping package to return the original charger so that we can dispose of it properly.
3969 </message>
3970 <message name="IDS_CHARGER_REPLACEMENT_CHARGER_UPDATE_FAQ" desc="Text about charger update FAQs">
3971 In the meantime, you may refer to the <ph name="BEGIN_LINK">&lt;a class="link" href="#"&gt;</ph>FAQs<ph name="END_LINK">&lt;/a&gt;</ph> and continue to use your HP Chromebook 11 with any other certified micro-USB charger, for example one provided with a tablet or smartphone. We apologize again for the inconvenience. Your safety is a top priority.
3972 </message>
3973 <message name="IDS_CHARGER_REPLACEMENT_CHARGER_ORDER_NEW_CHARGER" desc="Text of the radio button for ordering new charger">
3974 Please send me a new charger
3975 </message>
3976 <message name="IDS_CHARGER_REPLACEMENT_CHARGER_NOT_ORDER_NEW_CHARGER" desc="Text of the radio button for not ordering new charger">
3977 I do not want to replace my recalled charger
3978 </message>
3979 <message name="IDS_CHARGER_REPLACEMENT_CHARGER_CONIFRM_NOT_ORDER_CHARGER" desc="Text for checkbox that confirm user do not want to order new charger">
3980 I confirm that I do not want to receive a free replacement charger.
3981 </message>
3982 <message name="IDS_CHARGER_REPLACEMENT_ONLINE_ORDER_CONFIRMATION_TITLE" desc="Title of the online charger order form confirmation page">
3983 Thanks!
3984 </message>
3985 <message name="IDS_CHARGER_REPLACEMENT_ONLINE_ORDER_CONFIRMATION_MESSAGE" desc="Text for the charger online order confirmation">
3986 We've received your information, and we're processing your request.
3987 </message>
3988 <message name="IDS_CHARGER_REPLACEMENT_FIND_MORE_INFORMATION" desc="Text for finding more information about the charger">
3989 In the meantime, you can find more info at
3990 </message>
3991 <message name="IDS_CHARGER_REPLACEMENT_FINISH_NOT_ORDER_CHARGER_TITLE" desc="Title of the finishing page for user choosing not to order new charger">
3992 OK, we won't ask you again
3993 </message>
3994 <message name="IDS_CHARGER_REPLACEMENT_FINISH_NOT_ORDER_CHARGER_P2" desc="Text of the 2nd paragraph for finishing not order charger page">
3995 You may refer to the <ph name="BEGIN_LINK">&lt;a class="link" href="#"&gt;</ph>FAQs<ph name="END_LINK">&lt;/a&gt;</ph> and continue to use your HP Chromebook 11 with any other certified micro-USB charger, for example one provided with a tablet or smartphone. We apologize again for the inconvenience. Your safety is a top priority.
3996 </message>
3997 <message name="IDS_CHARGER_REPLACEMENT_FINISH_NOT_ORDER_CHARGER_MORE_INFO" desc="Text on for finishing not order charger page for user to look for more info befpre the more info link">
3998 You can find more info at
3999 </message>
4000 <message name="IDS_CHARGER_REPLACEMENT_OFFLINE_ORDER_TITLE" desc="Title of the offline charger order page">
4001 HP Chromebook 11 power charger request form
4002 </message>
4003 <message name="IDS_CHARGER_REPLACEMENT_OFFLINE_ORDER_P1" desc="1st paragraph of text on the offline charger order form">
4004 With guidance and approval from the CPSC and other regulatory agencies, Google and HP are recalling the original charger for the HP Chromebook 11.
4005 </message>
4006 <message name="IDS_CHARGER_REPLACEMENT_OFFLINE_ORDER_P2" desc="2nd paragraph of text on the offline charger order form">
4007 If you purchased an HP Chromebook 11 before December 1, 2013, we'll mail you a free replacement charger. You will also receive a prepaid shipping package to return the original charger so that we can dispose of it properly.
4008 </message>
4009 <message name="IDS_CHARGER_REPLACEMENT_OFFLINE_ORDER_CONFIRM" desc="Text for the check box that confirms user has ordered the charger offline">
4010 I have called the number and requested a replacement charger.
4011 </message>
4012 <message name="IDS_CHARGER_REPLACEMENT_TEXT_PRIVACY_POLICY" desc="Text refer to privacy policy">
4013 Refer to the <ph name="BEGIN_LINK">&lt;a class="link" id="privacy-link" href="#"&gt;</ph>Privacy Policy<ph name="END_LINK">&lt;/a&gt;</ph> for more details on how we handle this information.
4014 </message>
4015 <message name="IDS_CHARGER_REPLACEMENT_OFFLINE_ORDER_PHONE_NUMBER" desc="Text for offline charger order phone numbers">
4016 Please call (866) 628-1371 (US), (866) 628-1372 (Canada), or 0800 026 0613 (UK) to request your free replacement charger.
4017 </message>
4018 <message name="IDS_CHARGER_REPLACEMENT_CHARGER_STILL_BAD" desc="Title of the page warning user if they keep plug in bad charger.">
4019 Your order is being processed
4020 </message>
4021 <message name="IDS_CHARGER_REPLACEMENT_CHARGER_ORDERED" desc="Text for telling user we see they already ordered a new charger.">
4022 We see that you've ordered a replacement charger.
4023 </message>
4024 <message name="IDS_CHARGER_REPLACEMENT_CHARGER_MORE_INFO" desc="Text for fining more info for charger">
4025 You can find more info at
4026 </message>
4027 <message name="IDS_CHARGER_REPLACEMENT_DIALOG_TITLE" desc="Title of the charger replacement UI dialg">
4028 Check charger
4029 </message>
4030 <message name="IDS_FLAGS_ENABLE_SYSTEM_SOUNDS_NAME" desc="Name of the flag to enable system sounds independently from ChromeVox.">
4031 Enable system sounds
4032 </message>
4033 <message name="IDS_FLAGS_ENABLE_SYSTEM_SOUNDS_DESCRIPTION" desc="Description of the flag to enable system sounds independently from ChromeVox.">
4034 System sounds will be played independently from ChromeVox.
4035 </message>
4036 </grit-part>