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