diff options
author | glotov@chromium.org <glotov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-08 15:09:29 +0000 |
---|---|---|
committer | glotov@chromium.org <glotov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-08 15:09:29 +0000 |
commit | e8393c1ad0ca3b57ab916252da5c1380997d5c38 (patch) | |
tree | 2e8edde3c013483d9d5df28935e109131b8d3ee4 /chrome/app | |
parent | 4a9a6148f3cdefeb518b3ee453ac0ad48867defc (diff) | |
download | chromium_src-e8393c1ad0ca3b57ab916252da5c1380997d5c38.zip chromium_src-e8393c1ad0ca3b57ab916252da5c1380997d5c38.tar.gz chromium_src-e8393c1ad0ca3b57ab916252da5c1380997d5c38.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/2923001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51845 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 | 4 |
2 files changed, 11 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 32d576b..486879f 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -7606,7 +7606,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 @@ -7803,6 +7803,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_EULS_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..4cd636e 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> |