summaryrefslogtreecommitdiffstats
path: root/chrome_frame/resources
diff options
context:
space:
mode:
authorrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-17 13:52:34 +0000
committerrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-17 13:52:34 +0000
commit5c538f7a94289561dd3646763a8ab642e79b83ab (patch)
tree615e9a9f4f7d85387f7f79ec1c55b996091f33ce /chrome_frame/resources
parent73a964f0facc033d3ff6d08616f06d16850b37c2 (diff)
downloadchromium_src-5c538f7a94289561dd3646763a8ab642e79b83ab.zip
chromium_src-5c538f7a94289561dd3646763a8ab642e79b83ab.tar.gz
chromium_src-5c538f7a94289561dd3646763a8ab642e79b83ab.tar.bz2
Remove the unused chrome frame resources and merge things into a single .grd file in preparation for localizing Chrome Frame.
BUG=24305 TEST=none Review URL: http://codereview.chromium.org/1055002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41835 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/resources')
-rw-r--r--chrome_frame/resources/chrome_frame_resources.grd8
-rw-r--r--chrome_frame/resources/chrome_frame_strings.grd40
2 files changed, 3 insertions, 45 deletions
diff --git a/chrome_frame/resources/chrome_frame_resources.grd b/chrome_frame/resources/chrome_frame_resources.grd
index ea9f98f..ee6a846 100644
--- a/chrome_frame/resources/chrome_frame_resources.grd
+++ b/chrome_frame/resources/chrome_frame_resources.grd
@@ -21,11 +21,6 @@ for localizable strings
</outputs>
<release seq="1">
<messages>
- <!-- TODO(slightlyoff): should these be in chrome_frame_strings.grd
- instead? -->
- <message name="IDS_PROJNAME">
- ChromeTab
- </message>
<message name="IDS_VERSIONMISMATCH_HEADER">
ChromeFrame Update.
</message>
@@ -35,6 +30,9 @@ for localizable strings
<message name="IDS_VERSIONUNKNOWN">
Very old
</message>
+ <message name="IDS_CHROME_FRAME_MENU_ABOUT" desc="About Chrome Frame label">
+ About Chrome Frame...
+ </message>
</messages>
<structures first_id="50000">
<structure name="IDD_FIND_DIALOG" file="structured_resources.rc" type="dialog" >
diff --git a/chrome_frame/resources/chrome_frame_strings.grd b/chrome_frame/resources/chrome_frame_strings.grd
deleted file mode 100644
index 39bcfd9..0000000
--- a/chrome_frame/resources/chrome_frame_strings.grd
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-Copyright (c) 2009 The Chromium Authors. All rights reserved. Use of this
-source code is governed by a BSD-style license that can be found in the LICENSE
-file.
--->
-
-<!-- Definitions of resources that will be translated for each locale.
--->
-
-<grit base_dir="." latest_public_release="0" current_release="1"
- source_lang_id="en" enc_check="möl">
- <outputs>
- <output filename="grit/chrome_frame_strings.h" type="rc_header">
- <emit emit_type='prepend'></emit>
- </output>
- <output filename="chrome_frame_strings.rc" type="rc_all" lang="en" />
- </outputs>
- <translations>
- <!--
- <file path="chrome_frame_strings_en-GB.xtb" lang="en-GB" />
- ...
- -->
- </translations>
- <release seq="1" allow_pseudo="false">
- <messages fallback_to_english="true" first_id="30000">
-
- <!-- Menus -->
- <message name="IDS_CHROME_FRAME_MENU_ABOUT" desc="About Chrome Frame label">
- About Chrome Frame...
- </message>
-
- <!-- General application strings -->
- <message name="IDS_CHROME_FRAME_NAME" desc="Official plugin name.">
- Google Chrome Frame
- </message>
- </messages>
- </release>
-</grit>