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

Side by Side Diff: ash/ash_strings.grd

Issue 10986087: Adds DisplayErrorDialog to show the error message of the failure of mirroring to the users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 </message> 466 </message>
467 <message name="IDS_ASH_SNAP_WINDOW_LEFT" desc="A help text to show that wh en the button gets clicked the window get snapped to the left side."> 467 <message name="IDS_ASH_SNAP_WINDOW_LEFT" desc="A help text to show that wh en the button gets clicked the window get snapped to the left side.">
468 Left 468 Left
469 </message> 469 </message>
470 <message name="IDS_ASH_RESTORE_WINDOW" desc="A help text to show that when the button gets clicked the window gets restored to its normal - non maximized - state."> 470 <message name="IDS_ASH_RESTORE_WINDOW" desc="A help text to show that when the button gets clicked the window gets restored to its normal - non maximized - state.">
471 Restore 471 Restore
472 </message> 472 </message>
473 <message name="IDS_ASH_MINIMIZE_WINDOW" desc="A help text to show that whe n the button gets clicked the window gets minimized."> 473 <message name="IDS_ASH_MINIMIZE_WINDOW" desc="A help text to show that whe n the button gets clicked the window gets minimized.">
474 Minimize 474 Minimize
475 </message> 475 </message>
476 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag e to show that the system failed to enter the mirroring mode.">
477 Can't duplicate image on attached monitors. No matching resolution found .
478 </message>
476 </messages> 479 </messages>
477 </release> 480 </release>
478 </grit> 481 </grit>
479 482
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698