diff options
author | glotov@chromium.org <glotov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-09 10:42:14 +0000 |
---|---|---|
committer | glotov@chromium.org <glotov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-09 10:42:14 +0000 |
commit | 9d40f5bac1093befa178874fb6495634dd87619c (patch) | |
tree | a8170ea10a68701d4ac142b74ca6ba33977592f7 | |
parent | 28f6a425e9188c68a53481b4fe906482e82b794e (diff) | |
download | chromium_src-9d40f5bac1093befa178874fb6495634dd87619c.zip chromium_src-9d40f5bac1093befa178874fb6495634dd87619c.tar.gz chromium_src-9d40f5bac1093befa178874fb6495634dd87619c.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/2897004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51945 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/generated_resources.grd | 8 | ||||
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 4 |
2 files changed, 11 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..b397a77 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -352,6 +352,10 @@ 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> + <!-- We use /n in the following message to separate lines manually because NativeCheckboxGtk currently does not support multi-line. --> + <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> |