diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-09 15:56:00 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-09 15:56:00 +0000 |
commit | 380849006703f05d5c18892e329f86572c15a53e (patch) | |
tree | d098674eb735fc16f67ad19fb9dea9436d0ba5cf /chrome/app/generated_resources.grd | |
parent | 1b1435141e8fe2fd37291159fbf688069320916f (diff) | |
download | chromium_src-380849006703f05d5c18892e329f86572c15a53e.zip chromium_src-380849006703f05d5c18892e329f86572c15a53e.tar.gz chromium_src-380849006703f05d5c18892e329f86572c15a53e.tar.bz2 |
Remove the preference localizer class.
Add some new strings that didn't exit to the grd file needed by Mac prefs.
Update all the strings in the file to use the localizer.
BUG=20538
TEST=Almost all the pref strings should be localized, there area few new ones that won't show up localized until we do a TC run. The controls do *NOT* auto size yet, so there can be clipping/oversized controls.
Review URL: http://codereview.chromium.org/273001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28539 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 528d447..e140ce2 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3994,6 +3994,16 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_OPTIONS_HOMEPAGE_SHOW_BUTTON" desc="The label of the 'Show home button on toolbar' checkbox"> Show Home button on the toolbar </message> + + <if expr="os == 'darwin'"> + <!-- Mac has a Toolbar group (IDS_OPTIONS_HOMEPAGE_SHOW_BUTTON moved in this group) --> + <message name="IDS_OPTIONS_TOOLBAR_GROUP_NAME" desc="The title of the toolbar group"> + Toolbar: + </message> + <message name="IDS_OPTIONS_PAGE_OPTION_SHOW_BUTTON" desc="The label of the 'Show Page and Option buttons on toolbar' checkbox"> + Show Page and Option buttons on the toolbar + </message> + </if> <message name="IDS_OPTIONS_DEFAULTSEARCH_GROUP_NAME" desc="The title of the default search engine group"> Default search: |