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

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

Issue 3071002: Remove code to handle bogus themes. We've had a theming system for a while a... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 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/browser/views/tabs/base_tab.cc » ('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 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
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/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 4654 matching lines...) Expand 10 before | Expand all | Expand 10 after
4665 </message> 4665 </message>
4666 </if> 4666 </if>
4667 <if expr="not pp_ifdef('chromeos')"> 4667 <if expr="not pp_ifdef('chromeos')">
4668 <message name="IDS_UPGRADE_ALREADY_UP_TO_DATE" desc="Status label: Already up to date"> 4668 <message name="IDS_UPGRADE_ALREADY_UP_TO_DATE" desc="Status label: Already up to date">
4669 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is up to date (<ph name="VERSION">$2<ex>0.1.131</ex></ph>) 4669 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is up to date (<ph name="VERSION">$2<ex>0.1.131</ex></ph>)
4670 </message> 4670 </message>
4671 </if> 4671 </if>
4672 <message name="IDS_UPGRADE_ERROR" desc="Status label: Error occurred durin g upgrade"> 4672 <message name="IDS_UPGRADE_ERROR" desc="Status label: Error occurred durin g upgrade">
4673 Update server not available (error: <ph name="ERROR_NUMBER">$1<ex>1</ex> </ph>) 4673 Update server not available (error: <ph name="ERROR_NUMBER">$1<ex>1</ex> </ph>)
4674 </message> 4674 </message>
4675 <message name="IDS_RESOURCE_ERROR" desc="Error loading resource">
4676 An error was encountered while loading a program resource. Try reinstall ing.
4677 </message>
4678 <message name="IDS_RESOURCE_ERROR_CAPTION" desc="Error loading resource ca ption">
4679 Resource Error
4680 </message>
4681 4675
4682 <!-- Print --> 4676 <!-- Print -->
4683 <message name="IDS_DEFAULT_PRINT_DOCUMENT_TITLE" desc="Default title for a print document"> 4677 <message name="IDS_DEFAULT_PRINT_DOCUMENT_TITLE" desc="Default title for a print document">
4684 Untitled Document 4678 Untitled Document
4685 </message> 4679 </message>
4686 <message name="IDS_DEFAULT_PRINTER_NOT_FOUND_WARNING" desc="The message of the warning dialog when no printer is available"> 4680 <message name="IDS_DEFAULT_PRINTER_NOT_FOUND_WARNING" desc="The message of the warning dialog when no printer is available">
4687 No printer found. Please install a printer. 4681 No printer found. Please install a printer.
4688 </message> 4682 </message>
4689 <message name="IDS_PRINT_SPOOL_FAILED_ERROR_TEXT" desc="Text in a messageb ox when printing fails because of printer issues."> 4683 <message name="IDS_PRINT_SPOOL_FAILED_ERROR_TEXT" desc="Text in a messageb ox when printing fails because of printer issues.">
4690 Something went wrong when trying to print. Please check your printer an d try again. 4684 Something went wrong when trying to print. Please check your printer an d try again.
(...skipping 4184 matching lines...) Expand 10 before | Expand all | Expand 10 after
8875 8869
8876 </messages> 8870 </messages>
8877 8871
8878 <structures fallback_to_english="true"> 8872 <structures fallback_to_english="true">
8879 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 8873 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
8880 </structure> 8874 </structure>
8881 </structures> 8875 </structures>
8882 8876
8883 </release> 8877 </release>
8884 </grit> 8878 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/views/tabs/base_tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698