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

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

Issue 14358019: Added Cloud Print Service installer/uninstaller. (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
« no previous file with comments | « cloud_print/service/win/service_controller.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 Copyright 2013 The Chromium Authors. All rights reserved. Use of this 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 5 source code is governed by a BSD-style license that can be found in the LICENSE
6 file. 6 file.
7 --> 7 -->
8 8
9 9
10 <grit latest_public_release="0" current_release="1"> 10 <grit latest_public_release="0" current_release="1">
11 <outputs> 11 <outputs>
12 <output filename="resources.h" type="rc_header"> 12 <output filename="resources.h" type="rc_header">
13 <emit emit_type='prepend'></emit> 13 <emit emit_type='prepend'></emit>
14 </output> 14 </output>
15 <output filename="service_resources_en.rc" type="rc_all" lang="en" language_ section="lang"/> 15 <output filename="service_resources_en.rc" type="rc_all" lang="en" language_ section="lang"/>
16 </outputs> 16 </outputs>
17 <translations> 17 <translations>
18 </translations> 18 </translations>
19 <release seq="1"> 19 <release seq="1">
20 <messages> 20 <messages>
21 <message name="IDS_SERVICENAME" translateable="false"> 21 <message name="IDS_SERVICENAME" translateable="false">
22 CloudPrintService 22 CloudPrintService
23 </message> 23 </message>
24 <message name="IDS_FULL_PRODUCT_NAME" translateable="false">
25 Google Cloud Print Service
26 </message>
24 <message name="IDS_SETUP_PROGRAM_NAME"> 27 <message name="IDS_SETUP_PROGRAM_NAME">
25 Service Options 28 Service Options
26 </message> 29 </message>
27 <message name="IDS_USER_LABEL"> 30 <message name="IDS_USER_LABEL">
28 &amp;User name: 31 &amp;User name:
29 </message> 32 </message>
30 <message name="IDS_PASSWORD_LABEL"> 33 <message name="IDS_PASSWORD_LABEL">
31 &amp;Password: 34 &amp;Password:
32 </message> 35 </message>
33 <message name="IDS_STATE_LABEL"> 36 <message name="IDS_STATE_LABEL">
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 </includes> 89 </includes>
87 90
88 <structures fallback_to_english="true"> 91 <structures fallback_to_english="true">
89 <if expr="lang == 'en'"> 92 <if expr="lang == 'en'">
90 <structure name="IDD_SETUP_DIALOG" file="resources/setup_dialog.rc" type ="dialog" /> 93 <structure name="IDD_SETUP_DIALOG" file="resources/setup_dialog.rc" type ="dialog" />
91 </if> 94 </if>
92 </structures> 95 </structures>
93 </release> 96 </release>
94 </grit> 97 </grit>
95 98
OLDNEW
« no previous file with comments | « cloud_print/service/win/service_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698