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

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

Issue 8689006: Create a field test for sync sign in promo strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: small typo spotted by tmccoy Created 9 years 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/chrome_browser_main.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 <!-- 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 10801 matching lines...) Expand 10 before | Expand all | Expand 10 after
10812 <!-- Sync promo page chrome://syncpromo --> 10812 <!-- Sync promo page chrome://syncpromo -->
10813 <message name="IDS_SYNC_PROMO_TAB_TITLE" desc="The title of the sync promo tab."> 10813 <message name="IDS_SYNC_PROMO_TAB_TITLE" desc="The title of the sync promo tab.">
10814 Sign in 10814 Sign in
10815 </message> 10815 </message>
10816 <message name="IDS_SYNC_PROMO_TITLE" desc="The title at the top of the syn c promo"> 10816 <message name="IDS_SYNC_PROMO_TITLE" desc="The title at the top of the syn c promo">
10817 Welcome to <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> 10817 Welcome to <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>
10818 </message> 10818 </message>
10819 <message name="IDS_SYNC_PROMO_MESSAGE_TITLE" desc="The first part of the s ync promo message."> 10819 <message name="IDS_SYNC_PROMO_MESSAGE_TITLE" desc="The first part of the s ync promo message.">
10820 Set up <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> with your Go ogle Account 10820 Set up <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> with your Go ogle Account
10821 </message> 10821 </message>
10822 <message name="IDS_SYNC_PROMO_MESSAGE_BODY" desc="The body of the sync pro mo message. This is followed by a learn more link."> 10822 <message name="IDS_SYNC_PROMO_MESSAGE_BODY_A" desc="The body of the sync p romo message. This is experiment choice 0, and the control/default message.">
10823 Get your bookmarks, history, and settings on all your devices. 10823 Get your bookmarks, history, and settings on all your devices.
10824 </message> 10824 </message>
10825 <message name="IDS_SYNC_PROMO_MESSAGE_BODY_B" desc="The body of the sync p romo message. Experiment choice 1.">
10826 Back up your bookmarks, history, and settings online.
10827 </message>
10828 <message name="IDS_SYNC_PROMO_MESSAGE_BODY_C" desc="The body of the sync p romo message. Experiment choice 2.">
10829 Sync your personalized browser features between all your devices.
10830 </message>
10831 <message name="IDS_SYNC_PROMO_MESSAGE_BODY_D" desc="The body of the sync p romo message. Experiment choice 3.">
10832 Get your bookmarks, history, and settings on all your devices. Plus, you 'll be automatically signed in to your favorite Google services.
10833 </message>
10825 <if expr="pp_ifdef('use_titlecase')"> 10834 <if expr="pp_ifdef('use_titlecase')">
10826 <message name="IDS_SYNC_PROMO_SKIP_BUTTON" desc="In Title Case: The butt on at the bottom to let the user skip the sync promo."> 10835 <message name="IDS_SYNC_PROMO_SKIP_BUTTON" desc="In Title Case: The butt on at the bottom to let the user skip the sync promo.">
10827 No Thanks 10836 No Thanks
10828 </message> 10837 </message>
10829 </if> 10838 </if>
10830 <if expr="not pp_ifdef('use_titlecase')"> 10839 <if expr="not pp_ifdef('use_titlecase')">
10831 <message name="IDS_SYNC_PROMO_SKIP_BUTTON" desc="The button at the botto m to let the user skip the sync promo."> 10840 <message name="IDS_SYNC_PROMO_SKIP_BUTTON" desc="The button at the botto m to let the user skip the sync promo.">
10832 No thanks 10841 No thanks
10833 </message> 10842 </message>
10834 </if> 10843 </if>
(...skipping 3861 matching lines...) Expand 10 before | Expand all | Expand 10 after
14696 </messages> 14705 </messages>
14697 <structures fallback_to_english="true"> 14706 <structures fallback_to_english="true">
14698 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14707 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14699 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14708 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14700 </structure> 14709 </structure>
14701 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14710 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14702 </structure> 14711 </structure>
14703 </structures> 14712 </structures>
14704 </release> 14713 </release>
14705 </grit> 14714 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698