blob: 39bcfd9c12f96a39469cd00cb3e6dd4e24e8da73 (
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
|
<?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>
|