OLD | NEW |
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 &User name: | 31 &User name: |
29 </message> | 32 </message> |
30 <message name="IDS_PASSWORD_LABEL"> | 33 <message name="IDS_PASSWORD_LABEL"> |
31 &Password: | 34 &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 Loading... |
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 |
OLD | NEW |