| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 This file contains the strings for ash. | 4 This file contains the strings for ash. |
| 5 --> | 5 --> |
| 6 | 6 |
| 7 <grit base_dir="." latest_public_release="0" current_release="1" | 7 <grit base_dir="." latest_public_release="0" current_release="1" |
| 8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> |
| 9 <outputs> | 9 <outputs> |
| 10 <output filename="grit/ash_strings.h" type="rc_header"> | 10 <output filename="grit/ash_strings.h" type="rc_header"> |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 | 256 |
| 257 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH" desc="The label used as the
header in the bluetooth popup."> | 257 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH" desc="The label used as the
header in the bluetooth popup."> |
| 258 Bluetooth | 258 Bluetooth |
| 259 </message> | 259 </message> |
| 260 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ENABLED" desc="The label used
in the tray popup to notify that bluetooth is enabled."> | 260 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ENABLED" desc="The label used
in the tray popup to notify that bluetooth is enabled."> |
| 261 Bluetooth enabled | 261 Bluetooth enabled |
| 262 </message> | 262 </message> |
| 263 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISABLED" desc="The label use
d in the tray popup to notify that bluetooth is disabled."> | 263 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISABLED" desc="The label use
d in the tray popup to notify that bluetooth is disabled."> |
| 264 Bluetooth disabled | 264 Bluetooth disabled |
| 265 </message> | 265 </message> |
| 266 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_CONNECTING" desc="Shows a con
necting bluetooth device in the bluetooth list."> | |
| 267 <ph name="BLUETOOTH">$1<ex>Apple Magic Mouse</ex></ph>: Connecting... | |
| 268 </message> | |
| 269 <message name="IDS_ASH_STATUS_TRAY_DISABLE_BLUETOOTH" desc="The label used
in the tray popup to disable bluetooth."> | |
| 270 Disable Bluetooth | |
| 271 </message> | |
| 272 <message name="IDS_ASH_STATUS_TRAY_ENABLE_BLUETOOTH" desc="The label used
in the tray popup to enable bluetooth."> | |
| 273 Enable Bluetooth | |
| 274 </message> | |
| 275 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_MANAGE_DEVICES" desc="The lab
el used in the tray popup to manage bluetooth devices."> | |
| 276 Manage devices... | |
| 277 </message> | |
| 278 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISCOVERING" desc="The label
used in the tray popup to show bluetooth is discovering devices."> | 266 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISCOVERING" desc="The label
used in the tray popup to show bluetooth is discovering devices."> |
| 279 Scanning for devices... | 267 Scanning for devices... |
| 280 </message> | 268 </message> |
| 281 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_PAIRED_DEVICES" desc="The sub
-header label for paired devices in Bluetooth device list."> | 269 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_PAIRED_DEVICES" desc="The sub
-header label for paired devices in Bluetooth device list."> |
| 282 Paired devices | 270 Paired devices |
| 283 </message> | 271 </message> |
| 284 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_UNPAIRED_DEVICES" desc="The s
ub-header label for unpaired devices in Bluetooth device list."> | 272 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_UNPAIRED_DEVICES" desc="The s
ub-header label for unpaired devices in Bluetooth device list."> |
| 285 Unpaired devices | 273 Unpaired devices |
| 286 </message> | 274 </message> |
| 287 | 275 |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 447 | 435 |
| 448 <!-- ChromeOS-specific strings --> | 436 <!-- ChromeOS-specific strings --> |
| 449 <if expr="chromeos"> | 437 <if expr="chromeos"> |
| 450 <part file="ash_chromeos_strings.grdp" /> | 438 <part file="ash_chromeos_strings.grdp" /> |
| 451 </if> | 439 </if> |
| 452 | 440 |
| 453 </messages> | 441 </messages> |
| 454 </release> | 442 </release> |
| 455 </grit> | 443 </grit> |
| 456 | 444 |
| OLD | NEW |