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

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

Issue 2620003: Cleanup of about box (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Split conditional Created 10 years, 6 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/browser/views/about_chrome_view.h » ('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 4559 matching lines...) Expand 10 before | Expand all | Expand 10 after
4570 </message> 4570 </message>
4571 <message name="IDS_UPGRADE_AVAILABLE" desc="Status label: A new version of Chrome is available"> 4571 <message name="IDS_UPGRADE_AVAILABLE" desc="Status label: A new version of Chrome is available">
4572 A new version of <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> i s available 4572 A new version of <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> i s available
4573 </message> 4573 </message>
4574 <message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully up graded"> 4574 <message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully up graded">
4575 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> has been updated t o <ph name="VERSION">$2<ex>0.1.131</ex></ph> 4575 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> has been updated t o <ph name="VERSION">$2<ex>0.1.131</ex></ph>
4576 </message> 4576 </message>
4577 <message name="IDS_UPGRADE_SUCCESSFUL_NOVERSION" desc="Status label: Succe ssfully upgraded"> 4577 <message name="IDS_UPGRADE_SUCCESSFUL_NOVERSION" desc="Status label: Succe ssfully upgraded">
4578 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> has been updated 4578 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> has been updated
4579 </message> 4579 </message>
4580 <if expr="pp_ifdef('chromeos')">
4581 <message name="IDS_UPGRADE_ALREADY_UP_TO_DATE" desc="Status label: Already up to date">
4582 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is up to date
4583 </message>
4584 </if>
4585 <if expr="not pp_ifdef('chromeos')">
4580 <message name="IDS_UPGRADE_ALREADY_UP_TO_DATE" desc="Status label: Already up to date"> 4586 <message name="IDS_UPGRADE_ALREADY_UP_TO_DATE" desc="Status label: Already up to date">
4581 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is up to date (<ph name="VERSION">$2<ex>0.1.131</ex></ph>) 4587 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is up to date (<ph name="VERSION">$2<ex>0.1.131</ex></ph>)
4582 </message> 4588 </message>
4589 </if>
4583 <message name="IDS_UPGRADE_ERROR" desc="Status label: Error occurred durin g upgrade"> 4590 <message name="IDS_UPGRADE_ERROR" desc="Status label: Error occurred durin g upgrade">
4584 Update server not available (error: <ph name="ERROR_NUMBER">$1<ex>1</ex> </ph>) 4591 Update server not available (error: <ph name="ERROR_NUMBER">$1<ex>1</ex> </ph>)
4585 </message> 4592 </message>
4586 <message name="IDS_RESOURCE_ERROR" desc="Error loading resource"> 4593 <message name="IDS_RESOURCE_ERROR" desc="Error loading resource">
4587 An error was encountered while loading a program resource. Try reinstall ing. 4594 An error was encountered while loading a program resource. Try reinstall ing.
4588 </message> 4595 </message>
4589 <message name="IDS_RESOURCE_ERROR_CAPTION" desc="Error loading resource ca ption"> 4596 <message name="IDS_RESOURCE_ERROR_CAPTION" desc="Error loading resource ca ption">
4590 Resource Error 4597 Resource Error
4591 </message> 4598 </message>
4592 4599
(...skipping 3637 matching lines...) Expand 10 before | Expand all | Expand 10 after
8230 8237
8231 </messages> 8238 </messages>
8232 8239
8233 <structures first_id="50000" fallback_to_english="true"> 8240 <structures first_id="50000" fallback_to_english="true">
8234 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 8241 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
8235 </structure> 8242 </structure>
8236 </structures> 8243 </structures>
8237 8244
8238 </release> 8245 </release>
8239 </grit> 8246 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/views/about_chrome_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698