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

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

Issue 7399015: Sync Promo: Add a way to collapse the sync promo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review feedback 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
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 9309 matching lines...) Expand 10 before | Expand all | Expand 10 after
9320 </message> 9320 </message>
9321 <message name="IDS_SYNC_ENCRYPT_ALL_LABEL" desc="Label for the checkbox th at enables encryption of everything."> 9321 <message name="IDS_SYNC_ENCRYPT_ALL_LABEL" desc="Label for the checkbox th at enables encryption of everything.">
9322 Encrypt all my data 9322 Encrypt all my data
9323 </message> 9323 </message>
9324 <message name="IDS_SYNC_PASSPHRASE_CHECKBOX_LABEL" desc="Label for the che ckbox that enables a passphrase for sync."> 9324 <message name="IDS_SYNC_PASSPHRASE_CHECKBOX_LABEL" desc="Label for the che ckbox that enables a passphrase for sync.">
9325 Use a sync passphrase to encrypt my data 9325 Use a sync passphrase to encrypt my data
9326 </message> 9326 </message>
9327 <message name="IDS_SYNC_PASSPHRASE_WARNING" desc="Warning message about us ing a passphrase for sync."> 9327 <message name="IDS_SYNC_PASSPHRASE_WARNING" desc="Warning message about us ing a passphrase for sync.">
9328 You are currently using a passphrase. If you have forgotten your passph rase, you can reset sync to clear your data from Google's servers using the Goog le Dashboard. 9328 You are currently using a passphrase. If you have forgotten your passph rase, you can reset sync to clear your data from Google's servers using the Goog le Dashboard.
9329 </message> 9329 </message>
9330 <message name="IDS_SYNC_STATUS_NOT_CONNECTED" desc="Status shown in the ne w tab page when the user is not signed into sync">
9331 not connected
9332 </message>
9330 9333
9331 <!-- Passphrase dialog strings --> 9334 <!-- Passphrase dialog strings -->
9332 <if expr="not pp_ifdef('use_titlecase')"> 9335 <if expr="not pp_ifdef('use_titlecase')">
9333 <message name="IDS_SYNC_ENTER_PASSPHRASE_TITLE" desc="Title for the dial og where the user enters the passphrase."> 9336 <message name="IDS_SYNC_ENTER_PASSPHRASE_TITLE" desc="Title for the dial og where the user enters the passphrase.">
9334 Enter your sync passphrase 9337 Enter your sync passphrase
9335 </message> 9338 </message>
9336 </if> 9339 </if>
9337 <if expr="pp_ifdef('use_titlecase')"> 9340 <if expr="pp_ifdef('use_titlecase')">
9338 <message name="IDS_SYNC_ENTER_PASSPHRASE_TITLE" desc="In title case: tit le for the dialog where the user enters the passphrase."> 9341 <message name="IDS_SYNC_ENTER_PASSPHRASE_TITLE" desc="In title case: tit le for the dialog where the user enters the passphrase.">
9339 Enter Your Sync Passphrase 9342 Enter Your Sync Passphrase
(...skipping 3606 matching lines...) Expand 10 before | Expand all | Expand 10 after
12946 </includes> 12949 </includes>
12947 <structures fallback_to_english="true"> 12950 <structures fallback_to_english="true">
12948 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12951 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12949 </structure> 12952 </structure>
12950 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12953 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12951 </structure> 12954 </structure>
12952 </structures> 12955 </structures>
12953 12956
12954 </release> 12957 </release>
12955 </grit> 12958 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698