diff options
| author | scottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-29 22:42:45 +0000 |
|---|---|---|
| committer | scottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-29 22:42:45 +0000 |
| commit | 400bcf7e617fdea911fd73e506d1b2c55c437de9 (patch) | |
| tree | 3c626b22fcbdf35c5374cef120a2dc673368ce88 /chrome/app/resources | |
| parent | 9feacce68efb14f50be52bf458ced2c0590f5748 (diff) | |
| download | chromium_src-400bcf7e617fdea911fd73e506d1b2c55c437de9.zip chromium_src-400bcf7e617fdea911fd73e506d1b2c55c437de9.tar.gz chromium_src-400bcf7e617fdea911fd73e506d1b2c55c437de9.tar.bz2 | |
New Cloud Print Proxy setup UI.
New UI to setup the proxy in Chrome. This UI passed review. New features
include a friendlier layout, a Learn More link, and a Print Test Page button on
the success page. This does not yet bring the UI out from behind a flag; that
will be a separate CL.
BUG=60092
TEST=CloudPrintURLTest.CheckDefaultURLs
Review URL: http://codereview.chromium.org/5285001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67602 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
| -rw-r--r-- | chrome/app/resources/locale_settings.grd | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index c7853c5..9f79066 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -581,6 +581,34 @@ https://www.google.com/accounts/IssuedAuthSubTokens?hl=[GRITLANGCODE] </message> + <!-- The width of the cloud print setup wizard / login dialog in --> + <!-- characters. --> + <message name="IDS_CLOUD_PRINT_SETUP_WIZARD_WIDTH_CHARS" + use_name_for_id="true"> + 76 + </message> + + <!-- The height of the cloud print setup wizard / login dialog in --> + <!-- characters. --> + <message name="IDS_CLOUD_PRINT_SETUP_WIZARD_HEIGHT_LINES" + use_name_for_id="true"> + 15 + </message> + + <!-- The width of the cloud print setup wizard / login dialog in --> + <!-- characters when showing done. --> + <message name="IDS_CLOUD_PRINT_SETUP_WIZARD_DONE_WIDTH_CHARS" + use_name_for_id="true"> + 46 + </message> + + <!-- The height of the cloud print setup wizard / login dialog in --> + <!-- characters when showing done. --> + <message name="IDS_CLOUD_PRINT_SETUP_WIZARD_DONE_HEIGHT_LINES" + use_name_for_id="true"> + 15 + </message> + <!-- The default width/height for confirmation dialogs. --> <message name="IDS_CONFIRM_MESSAGE_BOX_DEFAULT_WIDTH_CHARS" use_name_for_id="true"> 50 |
