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

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: Unused variabled removed. Created 6 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/oobe_display.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1256 <message name="IDS_HID_DETECTION_CONNECTED_USB_MOUSE" desc="Text shown on HID detection screen next to mouse icon after USB mouse is connected."> 1256 <message name="IDS_HID_DETECTION_CONNECTED_USB_MOUSE" desc="Text shown on HID detection screen next to mouse icon after USB mouse is connected.">
1257 USB mouse connected 1257 USB mouse connected
1258 </message> 1258 </message>
1259 <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."> 1259 <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.">
1260 USB keyboard connected 1260 USB keyboard connected
1261 </message> 1261 </message>
1262 <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."> 1262 <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.">
1263 Bluetooth mouse paired 1263 Bluetooth mouse paired
1264 </message> 1264 </message>
1265 <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."> 1265 <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.">
1266 "<ph name="DEVICE_NAME">%1<ex>Bluetooth Keyboard</ex></ph>" paired 1266 "<ph name="DEVICE_NAME">$1<ex>Bluetooth Keyboard</ex></ph>" paired
1267 </message> 1267 </message>
1268 <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."> 1268 <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.">
1269 Type this code on "<ph name="DEVICE_NAME">%1<ex>Nexus S</ex></ph>" to pair: 1269 Type this code on "<ph name="DEVICE_NAME">$1<ex>Nexus S</ex></ph>" to pair:
1270 </message>
1271 <message name="IDS_HID_DETECTION_DEFAULT_KEYBOARD_NAME" desc="Default keyboard name used at HID-detection labels and messages at HID-detection OOBE screen.">
1272 Unknown keyboard
1270 </message> 1273 </message>
1271 <message name="IDS_HID_DETECTION_BLUETOOTH_ENTER_KEY" meaning="Label on the bu tton representing Enter key at the HID detection screen."> 1274 <message name="IDS_HID_DETECTION_BLUETOOTH_ENTER_KEY" meaning="Label on the bu tton representing Enter key at the HID detection screen.">
1272 enter 1275 enter
1273 </message> 1276 </message>
1274 <message name="IDS_HID_DETECTION_CONTINUE_BUTTON" desc="Text shown on continue button" meaning="Continue button label of HID detection screen."> 1277 <message name="IDS_HID_DETECTION_CONTINUE_BUTTON" desc="Text shown on continue button" meaning="Continue button label of HID detection screen.">
1275 Continue 1278 Continue
1276 </message> 1279 </message>
1277 <message name="IDS_NETWORK_SELECTION_NONE" desc="Text shown in combobox when n o network are selected"> 1280 <message name="IDS_NETWORK_SELECTION_NONE" desc="Text shown in combobox when n o network are selected">
1278 No selection 1281 No selection
1279 </message> 1282 </message>
(...skipping 4133 matching lines...) Expand 10 before | Expand all | Expand 10 after
5413 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> 5416 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
5414 Done 5417 Done
5415 </message> 5418 </message>
5416 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> 5419 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element .">
5417 System date 5420 System date
5418 </message> 5421 </message>
5419 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> 5422 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element .">
5420 System time 5423 System time
5421 </message> 5424 </message>
5422 </grit-part> 5425 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/oobe_display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698