Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Side by Side Diff: cloud_print/service/win/service_resources.grd

Issue 13637008: Use English only resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698