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

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

Issue 100137: Fix Google Chrome build by moving Chromium specific string resource to common place. (Closed)
Patch Set: Created 11 years, 8 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
« no previous file with comments | « no previous file | chrome/app/generated_resources.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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when the last session didn't exit cleanly."> 144 <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when the last session didn't exit cleanly.">
145 Chromium didn't shut down correctly. To reopen the pages you had open, c lick Restore. 145 Chromium didn't shut down correctly. To reopen the pages you had open, c lick Restore.
146 </message> 146 </message>
147 <!-- Browser Window Title Format --> 147 <!-- Browser Window Title Format -->
148 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for title s displayed in tabs and popup windows"> 148 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for title s displayed in tabs and popup windows">
149 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Chromium 149 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Chromium
150 </message> 150 </message>
151 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT_NO_LOGO" desc="The format f or titles displayed when the window has no distributor logo displayed"> 151 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT_NO_LOGO" desc="The format f or titles displayed when the window has no distributor logo displayed">
152 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> 152 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph>
153 </message> 153 </message>
154 <message name="IDS_BROWSER_WINDOW_MAC_TAB_UNTITLED" desc="Tabs and windows on MacOS with no title use this string.">
155 Untitled
156 </message>
157 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a bout pages"> 154 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a bout pages">
158 The Chromium Authors 155 The Chromium Authors
159 </message> 156 </message>
160 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages"> 157 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages">
161 Copyright © 2006-2009 The Chromium Authors. All Rights Reserved. 158 Copyright © 2006-2009 The Chromium Authors. All Rights Reserved.
162 </message> 159 </message>
163 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyri ght message, containing the URLs."> 160 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyri ght message, containing the URLs.">
164 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>. 161 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>.
165 </message> 162 </message>
166 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe l in the About box."> 163 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe l in the About box.">
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 </message> 330 </message>
334 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip f or the Chromium shortcuts."> 331 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip f or the Chromium shortcuts.">
335 Access the Internet 332 Access the Internet
336 </message> 333 </message>
337 <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to as k whether to delete all the profile data also during uninstallation."> 334 <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to as k whether to delete all the profile data also during uninstallation.">
338 Delete all profile data 335 Delete all profile data
339 </message> 336 </message>
340 </messages> 337 </messages>
341 </release> 338 </release>
342 </grit> 339 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698