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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for title
s displayed in tabs and popup windows"> | 205 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for title
s displayed in tabs and popup windows"> |
206 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Chromium | 206 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Chromium |
207 </message> | 207 </message> |
208 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT_NO_LOGO" desc="The format f
or titles displayed when the window has no distributor logo displayed"> | 208 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT_NO_LOGO" desc="The format f
or titles displayed when the window has no distributor logo displayed"> |
209 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> | 209 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> |
210 </message> | 210 </message> |
211 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a
bout pages"> | 211 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a
bout pages"> |
212 The Chromium Authors | 212 The Chromium Authors |
213 </message> | 213 </message> |
214 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on
the about pages"> | 214 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on
the about pages"> |
215 Copyright © 2006-2010 The Chromium Authors. All Rights Reserved. | 215 Copyright © 2006-2011 The Chromium Authors. All Rights Reserved. |
216 </message> | 216 </message> |
217 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyri
ght message, containing the URLs."> | 217 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyri
ght message, containing the URLs."> |
218 Chromium is made possible by the <ph name="BEGIN_LINK_CHROMIUM">BEGIN_LI
NK_CHR</ph>Chromium<ph name="END_LINK_CHROMIUM">END_LINK_CHR</ph> open source pr
oject and other <ph name="BEGIN_LINK_OSS">BEGIN_LINK_OSS</ph>open source softwar
e<ph name="END_LINK_OSS">END_LINK_OSS</ph>. | 218 Chromium is made possible by the <ph name="BEGIN_LINK_CHROMIUM">BEGIN_LI
NK_CHR</ph>Chromium<ph name="END_LINK_CHROMIUM">END_LINK_CHR</ph> open source pr
oject and other <ph name="BEGIN_LINK_OSS">BEGIN_LINK_OSS</ph>open source softwar
e<ph name="END_LINK_OSS">END_LINK_OSS</ph>. |
219 </message> | 219 </message> |
220 <if expr="pp_ifdef('chromeos')"> | 220 <if expr="pp_ifdef('chromeos')"> |
221 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis
played beneath the Chromium open source URLs for Chromium OS."> | 221 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis
played beneath the Chromium open source URLs for Chromium OS."> |
222 Chromium OS is made possible by additional <ph name="BEGIN_LINK_CROS_O
SS">BEGIN_LINK_CROS_OSS</ph>open source software<ph name="END_LINK_CROS_OSS">END
_LINK_CROS_OSS</ph>. | 222 Chromium OS is made possible by additional <ph name="BEGIN_LINK_CROS_O
SS">BEGIN_LINK_CROS_OSS</ph>open source software<ph name="END_LINK_CROS_OSS">END
_LINK_CROS_OSS</ph>. |
223 </message> | 223 </message> |
224 </if> | 224 </if> |
225 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe
l in the About box."> | 225 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe
l in the About box."> |
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
510 <message name="IDS_UTILITY_APP_NAME" desc="The utility application's nam
e. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Goog
le Chrome Utility."> | 510 <message name="IDS_UTILITY_APP_NAME" desc="The utility application's nam
e. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Goog
le Chrome Utility."> |
511 Chromium Utility | 511 Chromium Utility |
512 </message> | 512 </message> |
513 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application
's short name, used for the Mac's application menu, activity monitor, etc. Examp
le: Chrome Utility, not Google Chrome Utility."> | 513 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application
's short name, used for the Mac's application menu, activity monitor, etc. Examp
le: Chrome Utility, not Google Chrome Utility."> |
514 Chromium Utility | 514 Chromium Utility |
515 </message> | 515 </message> |
516 </if> | 516 </if> |
517 </messages> | 517 </messages> |
518 </release> | 518 </release> |
519 </grit> | 519 </grit> |
OLD | NEW |