OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 |
| 3 <!-- |
| 4 Copyright 2013 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 <grit latest_public_release="0" current_release="1"> |
| 11 <outputs> |
| 12 <output filename="resources.h" type="rc_header"> |
| 13 <emit emit_type='prepend'></emit> |
| 14 </output> |
| 15 <output filename="service_resources_en.rc" type="rc_all" lang="en" language_
section="lang"/> |
| 16 </outputs> |
| 17 <translations> |
| 18 </translations> |
| 19 <release seq="1"> |
| 20 <messages> |
| 21 <message name="IDS_SERVICENAME" translateable="false"> |
| 22 CloudPrintService |
| 23 </message> |
| 24 </messages> |
| 25 <includes> |
| 26 <if expr="lang == 'en'"> |
| 27 <include name="IDR_CLOUDPRINTSERVICE" file="resources/cloud_print_servic
e.rgs" type="REGISTRY" translateable="false" /> |
| 28 <include name="IDI_ICON" file="resources/cloudprint.ico" type="ICON" tra
nslateable="false" /> |
| 29 </if> |
| 30 </includes> |
| 31 </release> |
| 32 </grit> |
OLD | NEW |