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

Side by Side Diff: chrome/app/chromium_strings.grd

Issue 279393002: String for EULA credits page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 </if> 305 </if>
306 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a bout pages"> 306 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a bout pages">
307 The Chromium Authors 307 The Chromium Authors
308 </message> 308 </message>
309 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages"> 309 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages">
310 Copyright <ph name="YEAR">$1</ph> The Chromium Authors. All rights reser ved. 310 Copyright <ph name="YEAR">$1</ph> The Chromium Authors. All rights reser ved.
311 </message> 311 </message>
312 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyri ght message, containing the URLs."> 312 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyri ght message, containing the URLs.">
313 Chromium is made possible by the <ph name="BEGIN_LINK_CHROMIUM">&lt;a ta rget="_blank" href="$1"&gt;</ph>Chromium<ph name="END_LINK_CHROMIUM">&lt;/a&gt;< /ph> open source project and other <ph name="BEGIN_LINK_OSS">&lt;a target="_blan k" href="$2"&gt;</ph>open source software<ph name="END_LINK_OSS">&lt;/a&gt;</ph> . 313 Chromium is made possible by the <ph name="BEGIN_LINK_CHROMIUM">&lt;a ta rget="_blank" href="$1"&gt;</ph>Chromium<ph name="END_LINK_CHROMIUM">&lt;/a&gt;< /ph> open source project and other <ph name="BEGIN_LINK_OSS">&lt;a target="_blan k" href="$2"&gt;</ph>open source software<ph name="END_LINK_OSS">&lt;/a&gt;</ph> .
314 </message> 314 </message>
315 <message name="IDS_ABOUT_VERSION_LICENSE_EULA" desc="The label below the c opyright message, containing the URLs.">
316 Chromium open source licenses
317 </message>
315 <if expr="chromeos"> 318 <if expr="chromeos">
316 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis played beneath the Chromium open source URLs for Chrome OS."> 319 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis played beneath the Chromium open source URLs for Chrome OS.">
317 Chromium OS is made possible by additional <ph name="BEGIN_LINK_CROS_O SS">&lt;a target="_blank" href="$1"&gt;</ph>open source software<ph name="END_LI NK_CROS_OSS">&lt;/a&gt;</ph>. 320 Chromium OS is made possible by additional <ph name="BEGIN_LINK_CROS_O SS">&lt;a target="_blank" href="$1"&gt;</ph>open source software<ph name="END_LI NK_CROS_OSS">&lt;/a&gt;</ph>.
318 </message> 321 </message>
322 <message name="IDS_ABOUT_CROS_VERSION_LICENSE_EULA" desc="Additional te xt displayed beneath the Chromium open source URLs for Chrome OS.">
323 Chromium OS open source licenses
324 </message>
319 </if> 325 </if>
320 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe l in the About box."> 326 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe l in the About box.">
321 Not used in Chromium. Placeholder to keep resource maps in sync. It expe cts one argument: $1. 327 Not used in Chromium. Placeholder to keep resource maps in sync. It expe cts one argument: $1.
322 </message> 328 </message>
323 <if expr="is_macosx"> 329 <if expr="is_macosx">
324 <!-- Mac 32-bit deprecation --> 330 <!-- Mac 32-bit deprecation -->
325 <message name="IDS_MAC_32_BIT_OBSOLETE_SOON" desc="A message displayed o n an at-launch infobar and About (Help) page warning the user that the computer they are using is about to become unsupported."> 331 <message name="IDS_MAC_32_BIT_OBSOLETE_SOON" desc="A message displayed o n an at-launch infobar and About (Help) page warning the user that the computer they are using is about to become unsupported.">
326 This computer will soon stop receiving Chromium updates because its ha rdware is no longer supported. 332 This computer will soon stop receiving Chromium updates because its ha rdware is no longer supported.
327 </message> 333 </message>
328 <message name="IDS_MAC_32_BIT_OBSOLETE_NOW" desc="A message displayed on an at-launch infobar and About (Help) page warning the user that the computer t hey are using is no longer supported."> 334 <message name="IDS_MAC_32_BIT_OBSOLETE_NOW" desc="A message displayed on an at-launch infobar and About (Help) page warning the user that the computer t hey are using is no longer supported.">
(...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
1201 </message> 1207 </message>
1202 <message name="IDS_UPGRADE_BUBBLE_TEXT" desc="Text for the upgrade bubble view full description."> 1208 <message name="IDS_UPGRADE_BUBBLE_TEXT" desc="Text for the upgrade bubble view full description.">
1203 Chromium could not update itself to the latest version, so you are missi ng out on awesome new features and security fixes. You need to manually reinstal l Chromium. 1209 Chromium could not update itself to the latest version, so you are missi ng out on awesome new features and security fixes. You need to manually reinstal l Chromium.
1204 </message> 1210 </message>
1205 <message name="IDS_UPGRADE_BUBBLE_REENABLE_TEXT" desc="Text for the upgrad e bubble view full description."> 1211 <message name="IDS_UPGRADE_BUBBLE_REENABLE_TEXT" desc="Text for the upgrad e bubble view full description.">
1206 Chromium could not update itself to the latest version, so you are missi ng out on awesome new features and security fixes. You need to update Chromium. 1212 Chromium could not update itself to the latest version, so you are missi ng out on awesome new features and security fixes. You need to update Chromium.
1207 </message> 1213 </message>
1208 </messages> 1214 </messages>
1209 </release> 1215 </release>
1210 </grit> 1216 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698