OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!-- This file contains definitions of strings that are distribution specific. | 2 <!-- This file contains definitions of strings that are distribution specific. |
3 These strings will not be translated and only english versions will | 3 These strings will not be translated and only english versions will |
4 be available for now. --> | 4 be available for now. --> |
5 | 5 |
6 <grit base_dir="." latest_public_release="0" current_release="1" | 6 <grit base_dir="." latest_public_release="0" current_release="1" |
7 source_lang_id="en" enc_check="möl"> | 7 source_lang_id="en" enc_check="möl"> |
8 <outputs> | 8 <outputs> |
9 <output filename="grit/chromium_strings.h" type="rc_header"> | 9 <output filename="grit/chromium_strings.h" type="rc_header"> |
10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 Chromium | 129 Chromium |
130 </message> | 130 </message> |
131 <message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description"> | 131 <message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description"> |
132 Chromium is a web browser that runs web pages and applications with ligh
tning speed. It's fast, stable, and easy to use. Browse the web more safely with
malware and phishing protection built into Chromium. | 132 Chromium is a web browser that runs web pages and applications with ligh
tning speed. It's fast, stable, and easy to use. Browse the web more safely with
malware and phishing protection built into Chromium. |
133 </message> | 133 </message> |
134 <if expr="pp_ifdef('chromeos')"> | 134 <if expr="pp_ifdef('chromeos')"> |
135 <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name
"> | 135 <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name
"> |
136 Chromium OS | 136 Chromium OS |
137 </message> | 137 </message> |
138 </if> | 138 </if> |
139 <if expr="os == 'win32'"> | 139 <if expr="os.find('win') != -1"> |
140 <message name="IDS_PRODUCT_FRAME_NAME" desc="The Chrome Frame applicatio
n name"> | 140 <message name="IDS_PRODUCT_FRAME_NAME" desc="The Chrome Frame applicatio
n name"> |
141 Chromium Frame | 141 Chromium Frame |
142 </message> | 142 </message> |
143 <message name="IDS_VERSIONMISMATCH_HEADER"> | 143 <message name="IDS_VERSIONMISMATCH_HEADER"> |
144 Chromium Frame Update. | 144 Chromium Frame Update. |
145 </message> | 145 </message> |
146 <message name="IDS_VERSIONMISMATCH"> | 146 <message name="IDS_VERSIONMISMATCH"> |
147 Chromium Frame has been updated. Please restart your browser. Chrome v
ersion: <ph name="TODO_0001">%ls<ex>TODO</ex></ph>, Chromium Frame version: <ph
name="TODO_0002">%ls<ex>TODO</ex></ph> | 147 Chromium Frame has been updated. Please restart your browser. Chrome v
ersion: <ph name="TODO_0001">%ls<ex>TODO</ex></ph>, Chromium Frame version: <ph
name="TODO_0002">%ls<ex>TODO</ex></ph> |
148 </message> | 148 </message> |
149 <message name="IDS_VERSIONUNKNOWN"> | 149 <message name="IDS_VERSIONUNKNOWN"> |
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
466 <message name="IDS_PROFILEIMPORTER_APP_NAME" desc="The profile importer
application's name. Should contain the Chrome application name (IDS_PRODUCT_NAM
E). Example: Google Chrome Profile Importer."> | 466 <message name="IDS_PROFILEIMPORTER_APP_NAME" desc="The profile importer
application's name. Should contain the Chrome application name (IDS_PRODUCT_NAM
E). Example: Google Chrome Profile Importer."> |
467 Chromium Profile Importer | 467 Chromium Profile Importer |
468 </message> | 468 </message> |
469 <message name="IDS_SHORT_PROFILEIMPORTER_APP_NAME" desc="The profile imp
orter application's short name, used for the Mac's application menu, activity mo
nitor, etc. Example: Chrome Profile Importer, not Google Chrome Profile Importer
."> | 469 <message name="IDS_SHORT_PROFILEIMPORTER_APP_NAME" desc="The profile imp
orter application's short name, used for the Mac's application menu, activity mo
nitor, etc. Example: Chrome Profile Importer, not Google Chrome Profile Importer
."> |
470 Chromium Profile Importer | 470 Chromium Profile Importer |
471 </message> | 471 </message> |
472 </if> | 472 </if> |
473 </messages> | 473 </messages> |
474 </release> | 474 </release> |
475 </grit> | 475 </grit> |
OLD | NEW |