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

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

Issue 6088007: chromeos: Add OS credits link to about page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/app
Patch Set: add #if around cros-only consts Created 9 years, 12 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
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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 </message> 192 </message>
193 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a bout pages"> 193 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a bout pages">
194 The Chromium Authors 194 The Chromium Authors
195 </message> 195 </message>
196 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages"> 196 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages">
197 Copyright © 2006-2010 The Chromium Authors. All Rights Reserved. 197 Copyright © 2006-2010 The Chromium Authors. All Rights Reserved.
198 </message> 198 </message>
199 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyri ght message, containing the URLs."> 199 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyri ght message, containing the URLs.">
200 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>. 200 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>.
201 </message> 201 </message>
202 <if expr="pp_ifdef('chromeos')">
203 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis played beneath the Chromium open source URLs for Chromium OS.">
204 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>.
205 </message>
206 </if>
202 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe l in the About box."> 207 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe l in the About box.">
203 Not used in Chromium. Placeholder to keep resource maps in synch. 208 Not used in Chromium. Placeholder to keep resource maps in synch.
204 </message> 209 </message>
205 <message name="IDS_TERMS_OF_SERVICE" desc="The Terms of Service link text in the About box. Used in IDS_ABOUT_TERMS_OF_SERVICE."> 210 <message name="IDS_TERMS_OF_SERVICE" desc="The Terms of Service link text in the About box. Used in IDS_ABOUT_TERMS_OF_SERVICE.">
206 Not used in Chromium. Placeholder to keep resource maps in synch. 211 Not used in Chromium. Placeholder to keep resource maps in synch.
207 </message> 212 </message>
208 <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu ."> 213 <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu .">
209 Chromium 214 Chromium
210 </message> 215 </message>
211 <message name="IDS_ACCNAME_TOOLBAR" desc="The accessible name for the appl ication's toolbar."> 216 <message name="IDS_ACCNAME_TOOLBAR" desc="The accessible name for the appl ication's toolbar.">
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 <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."> 504 <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.">
500 Chromium Profile Importer 505 Chromium Profile Importer
501 </message> 506 </message>
502 <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 ."> 507 <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 .">
503 Chromium Profile Importer 508 Chromium Profile Importer
504 </message> 509 </message>
505 </if> 510 </if>
506 </messages> 511 </messages>
507 </release> 512 </release>
508 </grit> 513 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | chrome/browser/dom_ui/options/about_page_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698