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

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

Issue 2856042: [Mac] Implement the update available notification in the wrench menu. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Observe notification 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
« no previous file with comments | « no previous file | chrome/browser/browser_shutdown.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 7478 matching lines...) Expand 10 before | Expand all | Expand 10 after
7489 7489
7490 <!-- Theme UI --> 7490 <!-- Theme UI -->
7491 <message name="IDS_THEME_LOADING_TITLE" desc="The text to be displayed in a window while a theme is loading."> 7491 <message name="IDS_THEME_LOADING_TITLE" desc="The text to be displayed in a window while a theme is loading.">
7492 Loading... 7492 Loading...
7493 </message> 7493 </message>
7494 7494
7495 <!-- Update Recommended dialog --> 7495 <!-- Update Recommended dialog -->
7496 <message name="IDS_UPDATE_RECOMMENDED" desc="The main text of the Update Rec ommended dialog."> 7496 <message name="IDS_UPDATE_RECOMMENDED" desc="The main text of the Update Rec ommended dialog.">
7497 Old school's not cool. <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></p h> is woefully out of date because it hasn't crashed or restarted in a while. Re start to apply update. 7497 Old school's not cool. <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></p h> is woefully out of date because it hasn't crashed or restarted in a while. Re start to apply update.
7498 </message> 7498 </message>
7499 <message name="IDS_RESTART_AND_UPDATE" desc="The button label for restarting and updating Chrome."> 7499 <if expr="not pp_ifdef('use_titlecase')">
7500 Restart and update 7500 <message name="IDS_RESTART_AND_UPDATE" desc="The button label for restarti ng and updating Chrome.">
7501 </message> 7501 Restart and update
7502 <message name="IDS_NOT_NOW" desc="The button label for delaying the restart and updating Chrome."> 7502 </message>
7503 Not now 7503 <message name="IDS_NOT_NOW" desc="The button label for delaying the restar t and updating Chrome.">
7504 </message> 7504 Not now
7505 </message>
7506 </if>
7507 <if expr="pp_ifdef('use_titlecase')">
7508 <message name="IDS_RESTART_AND_UPDATE" desc="In Tile Case: The button labe l for restarting and updating Chrome.">
7509 Update and Restart
7510 </message>
7511 <message name="IDS_NOT_NOW" desc="In Tile Case: The button label for delay ing the restart and updating Chrome.">
7512 Not Now
7513 </message>
7514 </if>
7505 7515
7506 <!-- Extra Mac UI Strings --> 7516 <!-- Extra Mac UI Strings -->
7507 <if expr="os == 'darwin'"> 7517 <if expr="os == 'darwin'">
7508 <message name="IDS_PLEASE_RESTART_BROWSER" desc="Title of the alert when C hrome needs to be restart for a change/update to take effect."> 7518 <message name="IDS_PLEASE_RESTART_BROWSER" desc="Title of the alert when C hrome needs to be restart for a change/update to take effect.">
7509 Please Restart <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> 7519 Please Restart <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>
7510 </message> 7520 </message>
7511 <message name="IDS_SAVE_PAGE_FILE_FORMAT_PROMPT_MAC" desc="The title of th e File Format label for saving a page."> 7521 <message name="IDS_SAVE_PAGE_FILE_FORMAT_PROMPT_MAC" desc="The title of th e File Format label for saving a page.">
7512 Format: 7522 Format:
7513 </message> 7523 </message>
7514 7524
(...skipping 1250 matching lines...) Expand 10 before | Expand all | Expand 10 after
8765 8775
8766 </messages> 8776 </messages>
8767 8777
8768 <structures fallback_to_english="true"> 8778 <structures fallback_to_english="true">
8769 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 8779 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
8770 </structure> 8780 </structure>
8771 </structures> 8781 </structures>
8772 8782
8773 </release> 8783 </release>
8774 </grit> 8784 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_shutdown.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698