diff options
author | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-01 04:06:50 +0000 |
---|---|---|
committer | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-01 04:06:50 +0000 |
commit | fea761fceec8090fef4c812cd2f0d5ee48b7fe1c (patch) | |
tree | 30366631ee3bb394b8afd9cb773693f9ee8589af /ash/ash_strings.grd | |
parent | bca1a566a98ff8a4ebf1625d7fe578dbfb569cd4 (diff) | |
download | chromium_src-fea761fceec8090fef4c812cd2f0d5ee48b7fe1c.zip chromium_src-fea761fceec8090fef4c812cd2f0d5ee48b7fe1c.tar.gz chromium_src-fea761fceec8090fef4c812cd2f0d5ee48b7fe1c.tar.bz2 |
Provides more types of errors for display status.
Note that the text message itself is a placeholder. It has to be replaced
by real sentences.
BUG=176011
TEST=ash_unittests passes
Review URL: https://chromiumcodereview.appspot.com/12212171
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185456 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_strings.grd')
-rw-r--r-- | ash/ash_strings.grd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd index 4178055..4163c3f 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -568,6 +568,12 @@ Press Shift + Alt to switch. <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error message to show that the system failed to enter the mirroring mode."> Can't duplicate image on attached monitors. No matching resolution found. </message> + <message name="IDS_ASH_DISPLAY_FAILURE_ON_EXTENDED" desc="An error message to show that the system failed to enter the extended desktop mode."> + Can't create extended desktop. No output mode found. + </message> + <message name="IDS_ASH_DISPLAY_FAILURE_UNKNOWN" desc="An error message to show that the system failed to enter a wrong output mode."> + Can't enter the new output status. + </message> <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the internal display which is shown in the display settings."> Internal Display </message> |