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

Side by Side Diff: ash/ash_strings.grd

Issue 2656003006: cros: Fix various small issues with cast tray entry. (Closed)
Patch Set: Rebase Created 3 years, 10 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/common/system/chromeos/cast/tray_cast.cc » ('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 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 <message name="IDS_ASH_STATUS_TRAY_MESSAGE_OUT_OF_USERS" desc="The error m essage when all the users are added into multi-profile session."> 219 <message name="IDS_ASH_STATUS_TRAY_MESSAGE_OUT_OF_USERS" desc="The error m essage when all the users are added into multi-profile session.">
220 All available users have already been added to this session. 220 All available users have already been added to this session.
221 </message> 221 </message>
222 222
223 <message name="IDS_ASH_STATUS_TRAY_CAST" desc="The label used as the heade r in the cast popup."> 223 <message name="IDS_ASH_STATUS_TRAY_CAST" desc="The label used as the heade r in the cast popup.">
224 Cast screen 224 Cast screen
225 </message> 225 </message>
226 <message name="IDS_ASH_STATUS_TRAY_CAST_CAST_DESKTOP" desc="The label used in the tray popup to tell the user we are casting the desktop."> 226 <message name="IDS_ASH_STATUS_TRAY_CAST_CAST_DESKTOP" desc="The label used in the tray popup to tell the user we are casting the desktop.">
227 Casting screen to <ph name="RECEIVER_NAME">$1<ex>Living Room</ex></ph> 227 Casting screen to <ph name="RECEIVER_NAME">$1<ex>Living Room</ex></ph>
228 </message> 228 </message>
229 <message name="IDS_ASH_STATUS_TRAY_CAST_CAST_DESKTOP_ACCESSIBILITY_STOP" d esc="Stop button accessibility label used in the tray popup to tell the user to stop a cast to the desktop.">
230 Stop casting screen to <ph name="RECEIVER_NAME">$1<ex>Living Room</ex></ ph>
231 </message>
229 <message name="IDS_ASH_STATUS_TRAY_CAST_CAST_TAB" desc="The title label us ed in the tray popup to tell the user we are casting a tab."> 232 <message name="IDS_ASH_STATUS_TRAY_CAST_CAST_TAB" desc="The title label us ed in the tray popup to tell the user we are casting a tab.">
230 Casting <ph name="TAB_NAME">$1<ex>YouTube</ex></ph> to <ph name="RECEIVE R_NAME">$2<ex>Living Room</ex></ph> 233 Casting <ph name="TAB_NAME">$1<ex>YouTube</ex></ph> to <ph name="RECEIVE R_NAME">$2<ex>Living Room</ex></ph>
231 </message> 234 </message>
235 <message name="IDS_ASH_STATUS_TRAY_CAST_CAST_TAB_ACCESSIBILITY_STOP" desc= "Stop button accessibility label used in the tray popup to tell the user to stop a tab cast.">
236 Stop casting <ph name="TAB_NAME">$1<ex>YouTube</ex></ph> to <ph name="RE CEIVER_NAME">$2<ex>Living Room</ex></ph>
237 </message>
232 <message name="IDS_ASH_STATUS_TRAY_CAST_CAST_UNKNOWN" desc="The label used when we have detected we are casting but do not know what we are casting or who we are casting to."> 238 <message name="IDS_ASH_STATUS_TRAY_CAST_CAST_UNKNOWN" desc="The label used when we have detected we are casting but do not know what we are casting or who we are casting to.">
233 Casting to an unknown receiver 239 Casting to an unknown receiver
234 </message> 240 </message>
241 <message name="IDS_ASH_STATUS_TRAY_CAST_CAST_UNKNOWN_ACCESSIBILITY_STOP" d esc="Stop button accessibility label used in the tray popup to tell the user to stop a cast, but we do not know what we are casting or who we are casting to.">
242 Stop casting to an unknown receiver
243 </message>
235 <message name="IDS_ASH_STATUS_TRAY_CAST_DESKTOP" desc="The label used in t he tray popup to notify that desktop may be cast."> 244 <message name="IDS_ASH_STATUS_TRAY_CAST_DESKTOP" desc="The label used in t he tray popup to notify that desktop may be cast.">
236 Cast devices available 245 Cast devices available
237 </message> 246 </message>
238 <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."> 247 <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.">
239 No cast devices 248 No cast devices
240 </message> 249 </message>
241 <message name="IDS_ASH_STATUS_TRAY_CAST_OPTIONS" desc="The label used in t he tray popup to manage cast options."> 250 <message name="IDS_ASH_STATUS_TRAY_CAST_OPTIONS" desc="The label used in t he tray popup to manage cast options.">
242 Options 251 Options
243 </message> 252 </message>
244 <message name="IDS_ASH_STATUS_TRAY_CAST_STOP" desc="The label used in the tray popup to stop casting."> 253 <message name="IDS_ASH_STATUS_TRAY_CAST_STOP" desc="The label used in the tray popup to stop casting.">
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 441
433 <!-- ChromeOS-specific strings --> 442 <!-- ChromeOS-specific strings -->
434 <if expr="chromeos"> 443 <if expr="chromeos">
435 <part file="ash_chromeos_strings.grdp" /> 444 <part file="ash_chromeos_strings.grdp" />
436 </if> 445 </if>
437 446
438 </messages> 447 </messages>
439 </release> 448 </release>
440 </grit> 449 </grit>
441 450
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/chromeos/cast/tray_cast.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698