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

Side by Side Diff: ash/ash_strings.grd

Issue 1145833003: Allow the cast tray to function as expected when the installed extension is missing API methods. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add bug to comment Created 5 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
« no previous file with comments | « no previous file | ash/cast_config_delegate.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 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 </message> 271 </message>
272 <message name="IDS_ASH_STATUS_TRAY_CAST_NO_DEVICE" desc="The label used in the tray popup to notify that no cast devices are available."> 272 <message name="IDS_ASH_STATUS_TRAY_CAST_NO_DEVICE" desc="The label used in the tray popup to notify that no cast devices are available.">
273 No cast devices 273 No cast devices
274 </message> 274 </message>
275 <message name="IDS_ASH_STATUS_TRAY_CAST_OPTIONS" desc="The label used in t he tray popup to manage cast options."> 275 <message name="IDS_ASH_STATUS_TRAY_CAST_OPTIONS" desc="The label used in t he tray popup to manage cast options.">
276 Options 276 Options
277 </message> 277 </message>
278 <message name="IDS_ASH_STATUS_TRAY_CAST_STOP" desc="The label used in the tray popup to stop casting."> 278 <message name="IDS_ASH_STATUS_TRAY_CAST_STOP" desc="The label used in the tray popup to stop casting.">
279 Stop 279 Stop
280 </message> 280 </message>
281 <message name="IDS_ASH_STATUS_TRAY_CAST_UNKNOWN_CAST_TYPE" desc="The label used when we have detected we are casting but do not know if we are casting a t ab or the desktop.">
282 Casting
283 </message>
284 <message name="IDS_ASH_STATUS_TRAY_CAST_UNKNOWN_RECEIVER" desc="The label used when we have detected we are casting but do not know the name of the receiv er.">
285 Unknown receiver
286 </message>
281 287
282 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH" desc="The label used as the header in the bluetooth popup."> 288 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH" desc="The label used as the header in the bluetooth popup.">
283 Bluetooth 289 Bluetooth
284 </message> 290 </message>
285 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ENABLED" desc="The label used in the tray popup to notify that bluetooth is enabled."> 291 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ENABLED" desc="The label used in the tray popup to notify that bluetooth is enabled.">
286 Bluetooth enabled 292 Bluetooth enabled
287 </message> 293 </message>
288 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISABLED" desc="The label use d in the tray popup to notify that bluetooth is disabled."> 294 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISABLED" desc="The label use d in the tray popup to notify that bluetooth is disabled.">
289 Bluetooth disabled 295 Bluetooth disabled
290 </message> 296 </message>
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 452
447 <!-- ChromeOS-specific strings --> 453 <!-- ChromeOS-specific strings -->
448 <if expr="chromeos"> 454 <if expr="chromeos">
449 <part file="ash_chromeos_strings.grdp" /> 455 <part file="ash_chromeos_strings.grdp" />
450 </if> 456 </if>
451 457
452 </messages> 458 </messages>
453 </release> 459 </release>
454 </grit> 460 </grit>
455 461
OLDNEW
« no previous file with comments | « no previous file | ash/cast_config_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698