summaryrefslogtreecommitdiffstats
path: root/chrome_frame/resources/chrome_frame_resources.grd
blob: ebb9e1190b8dbe00658f937a02ebc304b6fae692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?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.
-->

<!--
Embeded strings, branding resource, etc. See chrome_frame_strings.grd 
for localizable strings
-->

<grit latest_public_release="0" current_release="1">
  <outputs>
    <output filename="grit/chrome_frame_resources.h" type="rc_header">
      <emit emit_type='prepend'></emit>
    </output>
    <output filename="chrome_frame_resources.rc" type="rc_all" lang="en"/>
    <output filename="chrome_frame_resources.pak" type="data_package" />
  </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>
      <message name="IDS_VERSIONMISMATCH">
        ChromeFrame has been updated. Please restart your browser. Chrome version: <ph name="TODO_0001">%ls<ex>TODO</ex></ph>, Chrome Frame version: <ph name="TODO_0002">%ls<ex>TODO</ex></ph>
      </message>
      <message name="IDS_VERSIONUNKNOWN">
        Very old
      </message>
    </messages>
    <structures first_id="50000">
      <structure name="IDD_FIND_DIALOG" file="structured_resources.rc" type="dialog" >
      </structure>
    </structures>
    <includes>
      <include name="IDR_BHO" file="../bho.rgs" type="REGISTRY" />
      <include name="IDR_CHROMETAB" file="../chrome_tab.rgs" type="REGISTRY" />
      <include name="IDR_CHROMEPROTOCOL" file="../chrome_protocol.rgs" type="REGISTRY" />
      <include name="IDR_CHROMEACTIVEDOCUMENT" file="../chrome_active_document.rgs" 
               type="REGISTRY" />
      <include name="IDR_CHROMEFRAME" file="../chrome_frame_activex.rgs" type="REGISTRY" />
      <include name="IDR_CHROMEFRAME_NPAPI" file="../chrome_frame_npapi.rgs" type="REGISTRY" />
    </includes>
  </release>
</grit>