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 specific to | 2 <!-- This file contains definitions of strings that are specific to |
3 Google Chrome. These strings will be translated for each locale that Google | 3 Google Chrome. These strings will be translated for each locale that Google |
4 Chrome supports. --> | 4 Chrome supports. --> |
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/google_chrome_strings.h" type="rc_header"> | 9 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 Google Chrome Canary Build | 179 Google Chrome Canary Build |
180 </message> | 180 </message> |
181 <message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description"> | 181 <message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description"> |
182 Google Chrome is a web browser that runs web pages and applications with
lightning speed. It's fast, stable, and easy to use. Browse the web more safely
with malware and phishing protection built into Google Chrome. | 182 Google Chrome is a web browser that runs web pages and applications with
lightning speed. It's fast, stable, and easy to use. Browse the web more safely
with malware and phishing protection built into Google Chrome. |
183 </message> | 183 </message> |
184 <if expr="pp_ifdef('chromeos')"> | 184 <if expr="pp_ifdef('chromeos')"> |
185 <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name
"> | 185 <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name
"> |
186 Google Chrome OS | 186 Google Chrome OS |
187 </message> | 187 </message> |
188 </if> | 188 </if> |
189 <if expr="os == 'win32'"> | 189 <if expr="os.find('win') != -1"> |
190 <message name="IDS_PRODUCT_FRAME_NAME" desc="The Chrome Frame applicatio
n name"> | 190 <message name="IDS_PRODUCT_FRAME_NAME" desc="The Chrome Frame applicatio
n name"> |
191 Google Chrome Frame | 191 Google Chrome Frame |
192 </message> | 192 </message> |
193 <message name="IDS_VERSIONMISMATCH_HEADER"> | 193 <message name="IDS_VERSIONMISMATCH_HEADER"> |
194 Chrome Frame Update. | 194 Chrome Frame Update. |
195 </message> | 195 </message> |
196 <message name="IDS_VERSIONMISMATCH"> | 196 <message name="IDS_VERSIONMISMATCH"> |
197 Chrome Frame has been updated. Please restart your browser. Chrome ver
sion: <ph name="TODO_0001">%ls<ex>TODO</ex></ph>, Chrome Frame version: <ph name
="TODO_0002">%ls<ex>TODO</ex></ph> | 197 Chrome Frame has been updated. Please restart your browser. Chrome ver
sion: <ph name="TODO_0001">%ls<ex>TODO</ex></ph>, Chrome Frame version: <ph name
="TODO_0002">%ls<ex>TODO</ex></ph> |
198 </message> | 198 </message> |
199 <message name="IDS_VERSIONUNKNOWN"> | 199 <message name="IDS_VERSIONUNKNOWN"> |
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
516 <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."> | 516 <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."> |
517 Google Chrome Profile Importer | 517 Google Chrome Profile Importer |
518 </message> | 518 </message> |
519 <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
."> | 519 <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
."> |
520 Chrome Profile Importer | 520 Chrome Profile Importer |
521 </message> | 521 </message> |
522 </if> | 522 </if> |
523 </messages> | 523 </messages> |
524 </release> | 524 </release> |
525 </grit> | 525 </grit> |
OLD | NEW |