OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- |
| 3 Copyright (C) 2013 Google Inc. |
| 4 |
| 5 Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 you may not use this file except in compliance with the License. |
| 7 You may obtain a copy of the License at |
| 8 |
| 9 http://www.apache.org/licenses/LICENSE-2.0 |
| 10 |
| 11 Unless required by applicable law or agreed to in writing, software |
| 12 distributed under the License is distributed on an "AS IS" BASIS, |
| 13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 See the License for the specific language governing permissions and |
| 15 limitations under the License. |
| 16 --> |
| 17 <grit base_dir="." latest_public_release="0" current_release="1" |
| 18 source_lang_id="en" enc_check="möl"> |
| 19 <outputs> |
| 20 <output filename="messages.h" type="rc_header" lang="en"> |
| 21 <emit> |
| 22 <!-- If the emit element is not specified, then the generated |
| 23 messages.h includes an atlres.h file from Windows Template |
| 24 Library (WTL). --> |
| 25 </emit> |
| 26 </output> |
| 27 <output filename="en_messages.cc" lang="en" type="c_format" /> |
| 28 </outputs> |
| 29 <release seq="1" allow_pseudo="false"> |
| 30 <messages fallback_to_english="true"> |
| 31 <part file="messages.grdp" /> |
| 32 </messages> |
| 33 </release> |
| 34 </grit> |
OLD | NEW |