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

Side by Side Diff: cloud_print/virtual_driver/win/install/virtual_driver_setup_resources.grd

Issue 6930019: Added resources. (Closed)
Patch Set: Dealing with git stupidity Created 9 years, 7 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
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!--
4 Copyright (c) 2011 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="grit/virtual_driver_setup_resources.h" type="rc_header">
13 <emit emit_type='prepend'></emit>
14 </output>
15 <output filename="virtual_driver_setup_resources_en-US.rc" type="rc_all" lan g="en" language_section="lang"/>
16 <output filename="virtual_driver_setup_resources_es.rc" type="rc_all" lang=" es" language_section="lang"/>
17 </outputs>
18 <release seq="1">
19 <messages>
20 <message name="IDS_GOOGLE"
21 meaning="Google" desc="The name of the company that built this.">
22 Google
23 </message>
24 <message name="IDS_DRIVER_NAME"
25 meaning="Driver Name" desc="The user visible name of the printer we create and its associated driver.">
26 Google Cloud Print Virtual Printer
27 </message>
28 </messages>
29 </release>
30 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698