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 <!-- Definitions of resources that will be translated for each locale. |
| 10 --> |
| 11 |
| 12 <grit base_dir="." latest_public_release="0" current_release="1" |
| 13 source_lang_id="en" enc_check="möl"> |
| 14 <outputs> |
| 15 <output filename="grit/chrome_frame_strings.h" type="rc_header"> |
| 16 <emit emit_type='prepend'></emit> |
| 17 </output> |
| 18 <output filename="chrome_frame_strings.rc" type="rc_all" lang="en" /> |
| 19 </outputs> |
| 20 <translations> |
| 21 <!-- |
| 22 <file path="chrome_frame_strings_en-GB.xtb" lang="en-GB" /> |
| 23 ... |
| 24 --> |
| 25 </translations> |
| 26 <release seq="1" allow_pseudo="false"> |
| 27 <messages fallback_to_english="true" first_id="30000"> |
| 28 |
| 29 <!-- Menus --> |
| 30 <message name="IDS_CHROME_FRAME_MENU_ABOUT" desc="About Chrome Frame label
"> |
| 31 About Chrome Frame... |
| 32 </message> |
| 33 |
| 34 <!-- General application strings --> |
| 35 <message name="IDS_CHROME_FRAME_NAME" desc="Official plugin name."> |
| 36 Google Chrome Frame |
| 37 </message> |
| 38 </messages> |
| 39 </release> |
| 40 </grit> |
OLD | NEW |