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

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

Issue 7324038: Sync Promo: Add "Setup Chrome Sync" menu item to the wrench menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « chrome/app/chrome_command_ids.h ('k') | chrome/browser/ui/browser.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 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 8337 matching lines...) Expand 10 before | Expand all | Expand 10 after
8348 </if> 8348 </if>
8349 <message name="IDS_PROFILES_DEFAULT_NAME" desc="The name to display for a profile when the user is not signed in."> 8349 <message name="IDS_PROFILES_DEFAULT_NAME" desc="The name to display for a profile when the user is not signed in.">
8350 Default 8350 Default
8351 </message> 8351 </message>
8352 <message name="IDS_SYNC_CUSTOMIZE_LINK_LABEL" desc="The text to display on the link to customize the sync preferences."> 8352 <message name="IDS_SYNC_CUSTOMIZE_LINK_LABEL" desc="The text to display on the link to customize the sync preferences.">
8353 Customize 8353 Customize
8354 </message> 8354 </message>
8355 <message name="IDS_SYNC_USE_DEFAULT_SETTINGS" desc="The text to display on the link to go back to the default sync preferences."> 8355 <message name="IDS_SYNC_USE_DEFAULT_SETTINGS" desc="The text to display on the link to go back to the default sync preferences.">
8356 Use default settings 8356 Use default settings
8357 </message> 8357 </message>
8358 8358 <if expr="pp_ifdef('use_titlecase')">
8359 <message name="IDS_SHOW_SYNC_SETUP" desc="In title case. The title of th e menu item to open the sync setup page. Shown in the Wrench menu.">
8360 Setup <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> Sync
Miranda Callahan 2011/07/10 04:04:55 Actually, "Setup" is a noun -- "Set Up" should be
sail 2011/07/10 04:08:15 Done.
8361 </message>
8362 </if>
8363 <if expr="not pp_ifdef('use_titlecase')">
8364 <message name="IDS_SHOW_SYNC_SETUP" desc="The title of the menu item to open the sync setup page. Shown in the Wrench menu.">
8365 Setup <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> sync
Miranda Callahan 2011/07/10 04:04:55 Same as above.
sail 2011/07/10 04:08:15 Done.
8366 </message>
8367 </if>
8359 <!-- SafeBrowsing --> 8368 <!-- SafeBrowsing -->
8360 <message name="IDS_SAFE_BROWSING_MALWARE_TITLE" desc="SafeBrowsing Malware HTML title"> 8369 <message name="IDS_SAFE_BROWSING_MALWARE_TITLE" desc="SafeBrowsing Malware HTML title">
8361 Malware Detected! 8370 Malware Detected!
8362 </message> 8371 </message>
8363 <message name="IDS_SAFE_BROWSING_MALWARE_HEADLINE" desc="SafeBrowsing Malw are HTML headline"> 8372 <message name="IDS_SAFE_BROWSING_MALWARE_HEADLINE" desc="SafeBrowsing Malw are HTML headline">
8364 Warning: Something's Not Right Here! 8373 Warning: Something's Not Right Here!
8365 </message> 8374 </message>
8366 <message name="IDS_SAFE_BROWSING_MALWARE_DESCRIPTION1" desc="SafeBrowsing Malware HTML description, first line"> 8375 <message name="IDS_SAFE_BROWSING_MALWARE_DESCRIPTION1" desc="SafeBrowsing Malware HTML description, first line">
8367 <ph name="HOST_NAME">&lt;strong&gt;$1<ex>www.malware.com</ex>&lt;/strong &gt;</ph> contains malware. Your computer might catch a virus if you visit this site. 8376 <ph name="HOST_NAME">&lt;strong&gt;$1<ex>www.malware.com</ex>&lt;/strong &gt;</ph> contains malware. Your computer might catch a virus if you visit this site.
8368 </message> 8377 </message>
(...skipping 4564 matching lines...) Expand 10 before | Expand all | Expand 10 after
12933 </includes> 12942 </includes>
12934 <structures fallback_to_english="true"> 12943 <structures fallback_to_english="true">
12935 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12944 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12936 </structure> 12945 </structure>
12937 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12946 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12938 </structure> 12947 </structure>
12939 </structures> 12948 </structures>
12940 12949
12941 </release> 12950 </release>
12942 </grit> 12951 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chrome_command_ids.h ('k') | chrome/browser/ui/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698