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

Side by Side Diff: ash/ash_strings.grd

Issue 9753019: ash: Add a bluetooth entry in the uber tray. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 8 years, 9 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 | « ash/ash.gyp ('k') | ash/shell.cc » ('j') | ash/shell.cc » ('J')
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 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 </message> 216 </message>
217 <message name="IDS_ASH_STATUS_TRAY_ENABLE_MOBILE" desc="The label used for the item to enable cellular networks."> 217 <message name="IDS_ASH_STATUS_TRAY_ENABLE_MOBILE" desc="The label used for the item to enable cellular networks.">
218 Enable cellular 218 Enable cellular
219 </message> 219 </message>
220 <message name="IDS_ASH_STATUS_TRAY_DISABLE_MOBILE" desc="The label used fo r the item to disable cellular networks."> 220 <message name="IDS_ASH_STATUS_TRAY_DISABLE_MOBILE" desc="The label used fo r the item to disable cellular networks.">
221 Disable cellular 221 Disable cellular
222 </message> 222 </message>
223 <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."> 223 <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.">
224 Restart to update 224 Restart to update
225 </message> 225 </message>
226 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH" desc="The label used as the header in the bluetooth popup.">
227 Bluetooth
228 </message>
229 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_CONNECTED" desc="The label us ed in the tray popup for the bluetooth entry.">
230 Bluetooth connected
231 </message>
232 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ENABLED" desc="The label used in the tray popup to notify that bluetooth is enabled.">
233 Bluetooth enabled
234 </message>
235 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISABLED" desc="The label use d in the tray popup to notify that bluetooth is disabled.">
236 Bluetooth disabled
237 </message>
238 <message name="IDS_ASH_STATUS_TRAY_DISABLE_BLUETOOTH" desc="The label used in the tray popup to disable bluetooth.">
239 Disable Bluetooth
240 </message>
241 <message name="IDS_ASH_STATUS_TRAY_ENABLE_BLUETOOTH" desc="The label used in the tray popup to enable bluetooth.">
242 Enable Bluetooth
243 </message>
244 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_SETTINGS" desc="The label use d in the tray popup for bluetooth settings.">
245 Bluetooth settings...
246 </message>
247 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ADD_DEVICE" desc="The label u sed in the tray popup to add a bluetooth device.">
248 Add device...
249 </message>
226 </messages> 250 </messages>
227 </release> 251 </release>
228 </grit> 252 </grit>
229 253
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/shell.cc » ('j') | ash/shell.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698