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

Side by Side Diff: ash/ash_strings.grd

Issue 12212171: Provides more types of errors for output status. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/display/display_error_dialog.h » ('j') | ash/display/display_error_dialog.h » ('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 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 </message> 561 </message>
562 <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."> 562 <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.">
563 Restore 563 Restore
564 </message> 564 </message>
565 <message name="IDS_ASH_MINIMIZE_WINDOW" desc="A help text to show that whe n the button gets clicked the window gets minimized."> 565 <message name="IDS_ASH_MINIMIZE_WINDOW" desc="A help text to show that whe n the button gets clicked the window gets minimized.">
566 Minimize 566 Minimize
567 </message> 567 </message>
568 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag e to show that the system failed to enter the mirroring mode."> 568 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag e to show that the system failed to enter the mirroring mode.">
569 Can't duplicate image on attached monitors. No matching resolution found . 569 Can't duplicate image on attached monitors. No matching resolution found .
570 </message> 570 </message>
571 <message name="IDS_ASH_DISPLAY_FAILURE_ON_EXTENDED" desc="An error message to show that the system failed to enter the extended desktop mode.">
572 Can't create extended desktop. No output mode found.
oshima 2013/02/14 00:01:50 Could not find a valid resolution for monitor <mon
Jun Mukai 2013/02/14 00:54:03 Usually <monitor name> would be unavailable when t
573 </message>
574 <message name="IDS_ASH_DISPLAY_FAILURE_UNKNOWN" desc="An error message to show that the system failed to enter a wrong output mode.">
575 Can't enter the new output status.
576 </message>
571 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern al display which is shown in the display settings."> 577 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern al display which is shown in the display settings.">
572 Internal Display 578 Internal Display
573 </message> 579 </message>
574 </messages> 580 </messages>
575 </release> 581 </release>
576 </grit> 582 </grit>
577 583
OLDNEW
« no previous file with comments | « no previous file | ash/display/display_error_dialog.h » ('j') | ash/display/display_error_dialog.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698