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

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

Issue 10913307: Correct in-app copyright messages per new policy, matching source (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « chrome/app/chromium_strings.grd ('k') | chrome/app/theme/chromium/BRANDING » ('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 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 </if> 209 </if>
210 <if expr="pp_ifdef('chromeos')"> 210 <if expr="pp_ifdef('chromeos')">
211 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page."> 211 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page.">
212 Get help with using Chrome OS 212 Get help with using Chrome OS
213 </message> 213 </message>
214 </if> 214 </if>
215 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a bout pages"> 215 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a bout pages">
216 Google Inc. 216 Google Inc.
217 </message> 217 </message>
218 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages"> 218 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages">
219 Copyright © 2006-2012 Google Inc. All Rights Reserved. 219 Copyright 2012 Google Inc. All rights reserved.
220 </message> 220 </message>
221 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyri ght message, containing the URLs."> 221 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyri ght message, containing the URLs.">
222 Google Chrome is made possible by the <ph name="BEGIN_LINK_CHROMIUM">&lt ;a target="_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=" _blank" href="$2"&gt;</ph>open source software<ph name="END_LINK_OSS">&lt;/a&gt; </ph>. 222 Google Chrome is made possible by the <ph name="BEGIN_LINK_CHROMIUM">&lt ;a target="_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=" _blank" href="$2"&gt;</ph>open source software<ph name="END_LINK_OSS">&lt;/a&gt; </ph>.
223 </message> 223 </message>
224 <if expr="pp_ifdef('chromeos')"> 224 <if expr="pp_ifdef('chromeos')">
225 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis played beneath the Chromium open source URLs for Chrome OS."> 225 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis played beneath the Chromium open source URLs for Chrome OS.">
226 Chrome OS is made possible by additional <ph name="BEGIN_LINK_CROS_OSS ">&lt;a target="_blank" href="$1"&gt;</ph>open source software<ph name="END_LINK _CROS_OSS">&lt;/a&gt;</ph>. 226 Chrome OS is made possible by additional <ph name="BEGIN_LINK_CROS_OSS ">&lt;a target="_blank" href="$1"&gt;</ph>open source software<ph name="END_LINK _CROS_OSS">&lt;/a&gt;</ph>.
227 </message> 227 </message>
228 </if> 228 </if>
229 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe l in the About box."> 229 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe l in the About box.">
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 809
810 <!-- Chrome OS keyboard overlay--> 810 <!-- Chrome OS keyboard overlay-->
811 <if expr="pp_ifdef('chromeos')"> 811 <if expr="pp_ifdef('chromeos')">
812 <message name="IDS_KEYBOARD_OVERLAY_SHOW_WRENCH_MENU" desc="The text in the keyboard overlay to explain the shortcut that opens the main Chrome menu."> 812 <message name="IDS_KEYBOARD_OVERLAY_SHOW_WRENCH_MENU" desc="The text in the keyboard overlay to explain the shortcut that opens the main Chrome menu.">
813 Show the Chrome menu 813 Show the Chrome menu
814 </message> 814 </message>
815 </if> 815 </if>
816 </messages> 816 </messages>
817 </release> 817 </release>
818 </grit> 818 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/app/theme/chromium/BRANDING » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698