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

Side by Side Diff: ash/ash_strings.grd

Issue 19744003: Change "Add Device" button to "Manage Devices" on ash tray bluetooth page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 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 source_lang_id="en" enc_check="möl"> 8 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 </message> 272 </message>
273 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_CONNECTING" desc="Shows a con necting bluetooth device in the bluetooth list."> 273 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_CONNECTING" desc="Shows a con necting bluetooth device in the bluetooth list.">
274 <ph name="BLUETOOTH">$1<ex>Apple Magic Mouse</ex></ph>: Connecting... 274 <ph name="BLUETOOTH">$1<ex>Apple Magic Mouse</ex></ph>: Connecting...
275 </message> 275 </message>
276 <message name="IDS_ASH_STATUS_TRAY_DISABLE_BLUETOOTH" desc="The label used in the tray popup to disable bluetooth."> 276 <message name="IDS_ASH_STATUS_TRAY_DISABLE_BLUETOOTH" desc="The label used in the tray popup to disable bluetooth.">
277 Disable Bluetooth 277 Disable Bluetooth
278 </message> 278 </message>
279 <message name="IDS_ASH_STATUS_TRAY_ENABLE_BLUETOOTH" desc="The label used in the tray popup to enable bluetooth."> 279 <message name="IDS_ASH_STATUS_TRAY_ENABLE_BLUETOOTH" desc="The label used in the tray popup to enable bluetooth.">
280 Enable Bluetooth 280 Enable Bluetooth
281 </message> 281 </message>
282 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ADD_DEVICE" desc="The label u sed in the tray popup to add a bluetooth device."> 282 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_MANAGE_DEVICES" desc="The lab el used in the tray popup to manage bluetooth devices.">
283 Add device... 283 Manage devices...
284 </message> 284 </message>
285 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISCOVERING" desc="The label used in the tray popup to show bluetooth is discovering devices."> 285 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISCOVERING" desc="The label used in the tray popup to show bluetooth is discovering devices.">
286 Scanning for devices... 286 Scanning for devices...
287 </message> 287 </message>
288 288
289 <message name="IDS_ASH_STATUS_TRAY_UPDATE" desc="The label used in the tra y popup to notify that the user should restart to get system updates."> 289 <message name="IDS_ASH_STATUS_TRAY_UPDATE" desc="The label used in the tra y popup to notify that the user should restart to get system updates.">
290 Restart to update 290 Restart to update
291 </message> 291 </message>
292 <message name="IDS_ASH_STATUS_TRAY_RESTART_AND_POWERWASH_UPDATE" desc="The label used in the tray popup to notify that the user should restart and powerwa sh to get system updates."> 292 <message name="IDS_ASH_STATUS_TRAY_RESTART_AND_POWERWASH_UPDATE" desc="The label used in the tray popup to notify that the user should restart and powerwa sh to get system updates.">
293 Restart and Powerwash to update 293 Restart and Powerwash to update
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 551
552 <!-- ChromeOS-specific strings --> 552 <!-- ChromeOS-specific strings -->
553 <if expr="pp_ifdef('chromeos')"> 553 <if expr="pp_ifdef('chromeos')">
554 <part file="ash_chromeos_strings.grdp" /> 554 <part file="ash_chromeos_strings.grdp" />
555 </if> 555 </if>
556 556
557 </messages> 557 </messages>
558 </release> 558 </release>
559 </grit> 559 </grit>
560 560
OLDNEW
« no previous file with comments | « no previous file | ash/system/bluetooth/tray_bluetooth.cc » ('j') | tools/metrics/actions/chromeactions.txt » ('J')

Powered by Google App Engine
This is Rietveld 408576698