diff options
author | seanparent@google.com <seanparent@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-13 18:28:17 +0000 |
---|---|---|
committer | seanparent@google.com <seanparent@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-13 18:28:17 +0000 |
commit | 976e69f3624a3106811c20c496269e1af91ab4e4 (patch) | |
tree | 5c4efe7269718434c5c099b55147aaba6e327466 /chrome/app | |
parent | dbbad7a3197d145cd1619b6f558c96b88c44c4ba (diff) | |
download | chromium_src-976e69f3624a3106811c20c496269e1af91ab4e4.zip chromium_src-976e69f3624a3106811c20c496269e1af91ab4e4.tar.gz chromium_src-976e69f3624a3106811c20c496269e1af91ab4e4.tar.bz2 |
First draft of DOM UI for about box. See chromium-os:5161 for details on what
is not part of this cl.
BUG=chromium-os:5161
TEST=select About Chromium in the menu.
Review URL: http://codereview.chromium.org/3064015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56055 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index b7dd171..cfae607 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5535,6 +5535,33 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_OPTIONS_LEARN_MORE_LABEL" desc="In the options dialog, we have links to the support web pages where the user can learn more about a feature."> Learn more </message> + + <!-- The About page is now part of options. --> + <message name="IDS_ABOUT_PAGE_TITLE" desc="Title used for about options panel"> + About + </message> + <message name="IDS_ABOUT_PAGE_LOADING" desc="Label used for async data before data is available. Example is Chrome OS version."> + Loading… + </message> + <message name="IDS_ABOUT_PAGE_MORE_INFO" desc="Title for _More_info_ link."> + More Info + </message> + <message name="IDS_ABOUT_PAGE_CHANNEL" desc="The channel label under _More_Info_."> + Channel + </message> + <message name="IDS_ABOUT_PAGE_CHANNEL_RELEASE" desc="The release option in the channel select."> + Release + </message> + <message name="IDS_ABOUT_PAGE_CHANNEL_BETA" desc="The beta option in the channel select."> + Beta + </message> + <message name="IDS_ABOUT_PAGE_CHANNEL_DEVELOPMENT" desc="The development option in the channel select."> + Development + </message> + <message name="IDS_ABOUT_PAGE_CHECK_NOW" desc="Button title for checking for updates now."> + Check For Update + </message> + <!-- Views displays group titles and their contents side-by-side --> <!-- and includes a colon as a result (Mac needs this too). GTK --> |