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

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

Issue 9325083: Fix terms of service link in the Mac About window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 10 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/browser/ui/cocoa/about_window_controller.mm » ('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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copy right message, containing the URLs."> 221 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copy right message, containing the URLs.">
222 Chrome OS is made possible by additional <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 Chrome OS is made possible by additional <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 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis played beneath the Chromium open source URLs for Chrome OS."> 224 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis played beneath the Chromium open source URLs for Chrome OS.">
225 Chrome OS is made possible by additional <ph name="BEGIN_LINK_CROS_OSS ">BEGIN_LINK_CROS_OSS</ph>open source software<ph name="END_LINK_CROS_OSS">END_L INK_CROS_OSS</ph>. 225 Chrome OS is made possible by additional <ph name="BEGIN_LINK_CROS_OSS ">BEGIN_LINK_CROS_OSS</ph>open source software<ph name="END_LINK_CROS_OSS">END_L INK_CROS_OSS</ph>.
226 </message> 226 </message>
227 </if> 227 </if>
228 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe l in the About box."> 228 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe l in the About box.">
229 Google Chrome <ph name="TERMS_OF_SERVICE_LINK">&lt;a target="_blank" hre f="$1"&gt;</ph>Terms of Service<ph name="END_TERMS_OF_SERVICE_LINK">&lt;/a&gt;</ ph> 229 Google Chrome <ph name="TERMS_OF_SERVICE_LINK">&lt;a target="_blank" hre f="$1"&gt;</ph>Terms of Service<ph name="END_TERMS_OF_SERVICE_LINK">&lt;/a&gt;</ ph>
230 </message> 230 </message>
231 <message name="IDS_ABOUT_OLD_TERMS_OF_SERVICE" desc="The terms of service label in the About box.">
232 Google Chrome <ph name="TERMS_OF_SERVICE_LINK">$1<ex>Terms of Service</e x></ph>
233 </message>
231 <message name="IDS_TERMS_OF_SERVICE" desc="The Terms of Service link text in the About box. Used in IDS_ABOUT_TERMS_OF_SERVICE."> 234 <message name="IDS_TERMS_OF_SERVICE" desc="The Terms of Service link text in the About box. Used in IDS_ABOUT_TERMS_OF_SERVICE.">
232 Terms of Service 235 Terms of Service
233 </message> 236 </message>
234 <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu ."> 237 <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu .">
235 Chrome 238 Chrome
236 </message> 239 </message>
237 <message name="IDS_ACCNAME_TOOLBAR" desc="The accessible name for the appl ication's toolbar."> 240 <message name="IDS_ACCNAME_TOOLBAR" desc="The accessible name for the appl ication's toolbar.">
238 Google Chrome Toolbar 241 Google Chrome Toolbar
239 </message> 242 </message>
240 <!-- Hung Browser Detector --> 243 <!-- Hung Browser Detector -->
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 <message name="IDS_SYNC_PROMO_V_LEARN_MORE" desc="Learn more link at the b ottom of the sync promo."> 671 <message name="IDS_SYNC_PROMO_V_LEARN_MORE" desc="Learn more link at the b ottom of the sync promo.">
669 See <ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"&gt;</ph>more b enefits<ph name="END_LINK">&lt;/a&gt;</ph> of signing in to Chrome. 672 See <ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"&gt;</ph>more b enefits<ph name="END_LINK">&lt;/a&gt;</ph> of signing in to Chrome.
670 </message> 673 </message>
671 674
672 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry."> 675 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry.">
673 Chrome Autofill settings 676 Chrome Autofill settings
674 </message> 677 </message>
675 </messages> 678 </messages>
676 </release> 679 </release>
677 </grit> 680 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/browser/ui/cocoa/about_window_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698