Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Side by Side Diff: chrome/app/chromeos_strings.grdp

Issue 252503002: Base version of HID detection OOBE screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook."> 7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook.">
8 Chromebook 8 Chromebook
9 </message> 9 </message>
10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox"> 10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox">
(...skipping 1242 matching lines...) Expand 10 before | Expand all | Expand 10 after
1253 <message name="IDS_HID_DETECTION_CONNECTED_USB_MOUSE" desc="Text shown on HID detection screen next to mouse icon after USB mouse is connected."> 1253 <message name="IDS_HID_DETECTION_CONNECTED_USB_MOUSE" desc="Text shown on HID detection screen next to mouse icon after USB mouse is connected.">
1254 USB mouse connected 1254 USB mouse connected
1255 </message> 1255 </message>
1256 <message name="IDS_HID_DETECTION_CONNECTED_USB_KEYBOARD" desc="Text shown on H ID detection screen next to keyboard icon after USB keyboard is connected."> 1256 <message name="IDS_HID_DETECTION_CONNECTED_USB_KEYBOARD" desc="Text shown on H ID detection screen next to keyboard icon after USB keyboard is connected.">
1257 USB keyboard connected 1257 USB keyboard connected
1258 </message> 1258 </message>
1259 <message name="IDS_HID_DETECTION_PAIRED_BLUETOOTH_MOUSE" desc="Text shown on H ID detection screen next to mouse icon after Bluetooth mouse is connected."> 1259 <message name="IDS_HID_DETECTION_PAIRED_BLUETOOTH_MOUSE" desc="Text shown on H ID detection screen next to mouse icon after Bluetooth mouse is connected.">
1260 Bluetooth mouse paired 1260 Bluetooth mouse paired
1261 </message> 1261 </message>
1262 <message name="IDS_HID_DETECTION_PAIRED_BLUETOOTH_KEYBOARD" desc="Text shown o n HID detection screen next to keyboard icon after Bluetooth keyboard is connect ed."> 1262 <message name="IDS_HID_DETECTION_PAIRED_BLUETOOTH_KEYBOARD" desc="Text shown o n HID detection screen next to keyboard icon after Bluetooth keyboard is connect ed.">
1263 "<ph name="DEVICE_NAME">%1<ex>Bluetooth Keyboard</ex></ph>" paired 1263 "<ph name="DEVICE_NAME">$1<ex>Bluetooth Keyboard</ex></ph>" paired
1264 </message> 1264 </message>
1265 <message name="IDS_HID_DETECTION_BLUETOOTH_REMOTE_PIN_CODE_REQUEST" desc="Blue tooth pairing message displayed on HID detection screen when pairing a Bluetooth keyboard."> 1265 <message name="IDS_HID_DETECTION_BLUETOOTH_REMOTE_PIN_CODE_REQUEST" desc="Blue tooth pairing message displayed on HID detection screen when pairing a Bluetooth keyboard.">
1266 Type this code on "<ph name="DEVICE_NAME">%1<ex>Nexus S</ex></ph>" to pair: 1266 Type this code on "<ph name="DEVICE_NAME">$1<ex>Nexus S</ex></ph>" to pair:
1267 </message>
1268 <message name="IDS_HID_DETECTION_DEFAULT_KEYBOARD_NAME" desc="Default keyboard name used at HID-detection labels and messages at HID-detection OOBE screen.">
1269 Unknown keyboard
1267 </message> 1270 </message>
1268 <message name="IDS_HID_DETECTION_BLUETOOTH_ENTER_KEY" meaning="Label on the bu tton representing Enter key at the HID detection screen."> 1271 <message name="IDS_HID_DETECTION_BLUETOOTH_ENTER_KEY" meaning="Label on the bu tton representing Enter key at the HID detection screen.">
1269 enter 1272 enter
1270 </message> 1273 </message>
1271 <message name="IDS_HID_DETECTION_CONTINUE_BUTTON" desc="Text shown on continue button" meaning="Continue button label of HID detection screen."> 1274 <message name="IDS_HID_DETECTION_CONTINUE_BUTTON" desc="Text shown on continue button" meaning="Continue button label of HID detection screen.">
1272 Continue 1275 Continue
1273 </message> 1276 </message>
1274 <message name="IDS_NETWORK_SELECTION_NONE" desc="Text shown in combobox when n o network are selected"> 1277 <message name="IDS_NETWORK_SELECTION_NONE" desc="Text shown in combobox when n o network are selected">
1275 No selection 1278 No selection
1276 </message> 1279 </message>
(...skipping 4229 matching lines...) Expand 10 before | Expand all | Expand 10 after
5506 Security 5509 Security
5507 </message> 5510 </message>
5508 <message name="IDS_OPTIONS_CONSUMER_MANAGEMENT_ENROLL_DESCRIPTION" desc="Descr iption of the consumer management enroll button in the settings page."> 5511 <message name="IDS_OPTIONS_CONSUMER_MANAGEMENT_ENROLL_DESCRIPTION" desc="Descr iption of the consumer management enroll button in the settings page.">
5509 Let Google help you remotely lock, erase, and locate your device. 5512 Let Google help you remotely lock, erase, and locate your device.
5510 </message> 5513 </message>
5511 <message name="IDS_OPTIONS_CONSUMER_MANAGEMENT_ENROLL_BUTTON" desc="The text o f the consumer management enroll button in the settings page."> 5514 <message name="IDS_OPTIONS_CONSUMER_MANAGEMENT_ENROLL_BUTTON" desc="The text o f the consumer management enroll button in the settings page.">
5512 Enroll 5515 Enroll
5513 </message> 5516 </message>
5514 5517
5515 </grit-part> 5518 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698