OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 |
| 3 <!-- |
| 4 Copyright (c) 2009 The Chromium Authors. All rights reserved. Use of this |
| 5 source code is governed by a BSD-style license that can be found in the LICENSE |
| 6 file. |
| 7 --> |
| 8 |
| 9 <!-- |
| 10 Embeded strings, branding resource, etc. See chrome_frame_strings.grd |
| 11 for localizable strings |
| 12 --> |
| 13 |
| 14 <grit latest_public_release="0" current_release="1"> |
| 15 <outputs> |
| 16 <output filename="grit/chrome_frame_resources.h" type="rc_header"> |
| 17 <emit emit_type='prepend'></emit> |
| 18 </output> |
| 19 <output filename="chrome_frame_resources.rc" type="rc_all" lang="en"/> |
| 20 <output filename="chrome_frame_resources.pak" type="data_package" /> |
| 21 </outputs> |
| 22 <release seq="1"> |
| 23 <messages> |
| 24 <!-- TODO(slightlyoff): should these be in chrome_frame_strings.grd |
| 25 instead? --> |
| 26 <message name="IDS_PROJNAME"> |
| 27 ChromeTab |
| 28 </message> |
| 29 <message name="IDS_VERSIONMISMATCH_HEADER"> |
| 30 ChromeFrame Update. |
| 31 </message> |
| 32 <message name="IDS_VERSIONMISMATCH"> |
| 33 ChromeFrame has been updated. Please restart your browser. Chrome versio
n: <ph name="TODO_0001">%ls<ex>TODO</ex></ph>, Chrome Frame version: <ph name="T
ODO_0002">%ls<ex>TODO</ex></ph> |
| 34 </message> |
| 35 <message name="IDS_VERSIONUNKNOWN"> |
| 36 Very old |
| 37 </message> |
| 38 </messages> |
| 39 <structures first_id="50000"> |
| 40 <structure name="IDD_FIND_DIALOG" file="structured_resources.rc" type="dia
log" > |
| 41 </structure> |
| 42 </structures> |
| 43 <includes> |
| 44 <include name="IDB_CHROME_ACTIVE_DOCUMENT" file="../chrome_active_document
.bmp" |
| 45 type="BITMAP" /> |
| 46 <include name="IDR_BHO" file="../bho.rgs" type="REGISTRY" /> |
| 47 <include name="IDR_CHROMETAB" file="../chrome_tab.rgs" type="REGISTRY" /> |
| 48 <include name="IDR_CHROMEPROTOCOL" file="../chrome_protocol.rgs" type="REG
ISTRY" /> |
| 49 <include name="IDR_CHROMEACTIVEDOCUMENT" file="../chrome_active_document.r
gs" |
| 50 type="REGISTRY" /> |
| 51 <include name="IDR_CHROMEFRAME" file="../chrome_frame_activex.rgs" type="R
EGISTRY" /> |
| 52 <include name="IDR_CHROMEFRAME_NPAPI" file="../chrome_frame_npapi.rgs" typ
e="REGISTRY" /> |
| 53 </includes> |
| 54 </release> |
| 55 </grit> |
OLD | NEW |