diff options
author | glotov@chromium.org <glotov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-09 13:54:03 +0000 |
---|---|---|
committer | glotov@chromium.org <glotov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-09 13:54:03 +0000 |
commit | ebb9fa2fb7c03d151daf7550a57378b3a48a9784 (patch) | |
tree | b589b57dd70cee6748cd5e7d040bb2a45ba08611 /chrome/app | |
parent | 24bce1ebec20e374b38dcce084cf5b5c82fdf7de (diff) | |
download | chromium_src-ebb9fa2fb7c03d151daf7550a57378b3a48a9784.zip chromium_src-ebb9fa2fb7c03d151daf7550a57378b3a48a9784.tar.gz chromium_src-ebb9fa2fb7c03d151daf7550a57378b3a48a9784.tar.bz2 |
Added strings for EULA wizard screen.
Main change is here: http://codereview.chromium.org/2920001
BUG=crosbug.com/3178, crosbug.com/2884, crosbug.com/4332
TEST=none
Review URL: http://codereview.chromium.org/2925004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51955 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 8 | ||||
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 9bd6398..58706af 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -7609,7 +7609,7 @@ Keep your key file in a safe place. You will need it to create new versions of y Work offline </message> <message name="IDS_NETWORK_SELECTION_CONTINUE_BUTTON" desc="Text shown on continue button"> - Continue >> + Continue » </message> <message name="IDS_LOGIN_TITLE"> Sign in with your Google account @@ -7806,6 +7806,12 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_LANGUAGES" desc="The label for the list of languages"> Languages </message> + <message name="IDS_EULA_ACCEPT_AND_CONTINUE_BUTTON" desc="Accept button text below EULA terms of service"> + Accept and continue » + </message> + <message name="IDS_EULA_SYSTEM_SECURITY_SETTINGS_LINK" desc="Link from the EULA wizard screen"> + System security settings + </message> <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CHEWING_SETTINGS_TITLE" desc="The title for the Chewing input settings dialog. Please note that 'Chewing' here is name of an input method and not 'an act of biting and grinding with the teeth'."> Chewing Input Settings diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index 9555a30..6e1eace 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -352,6 +352,9 @@ Chrome supports. --> <message name="IDS_OPTIONS_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging"> Help make Google Chrome better by automatically sending usage statistics and crash reports to Google </message> + <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging"> + Optional: Help make Google Chrome better by automatically sending usage statistics and crash\nreports to Google + </message> <message name="IDS_PROFILE_TOO_NEW_ERROR" desc="Error displayed on startup when the profile is from a newer version of the product and can not be read"> Your profile can not be used because it is from a newer version of Google Chrome.\n\nSome features may be unavailable. Please specify a different profile directory or use a newer version of Chrome. </message> |