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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: cloud_print/service/win/service_resources.grd
diff --git a/cloud_print/service/win/service_resources.grd b/cloud_print/service/win/service_resources.grd
new file mode 100644
index 0000000000000000000000000000000000000000..388b09c60aaaee5ef1a9fb73b0f0c9eddc76189b
--- /dev/null
+++ b/cloud_print/service/win/service_resources.grd
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Copyright 2013 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.
+-->
+
+
+<grit latest_public_release="0" current_release="1">
+ <outputs>
+ <output filename="resources.h" type="rc_header">
+ <emit emit_type='prepend'></emit>
+ </output>
+ <output filename="service_resources_en.rc" type="rc_all" lang="en" language_section="lang"/>
+ </outputs>
+ <translations>
+ </translations>
+ <release seq="1">
+ <messages>
+ <message name="IDS_SERVICENAME" translateable="false">
+ CloudPrintService
+ </message>
+ </messages>
+ <includes>
+ <if expr="lang == 'en'">
+ <include name="IDR_CLOUDPRINTSERVICE" file="resources/cloud_print_service.rgs" type="REGISTRY" translateable="false" />
+ <include name="IDI_ICON" file="resources/cloudprint.ico" type="ICON" translateable="false" />
+ </if>
+ </includes>
+ </release>
+</grit>

Powered by Google App Engine
This is Rietveld 408576698