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

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: Sync Promo: Add a way to collapse the sync promo 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 | « no previous file | chrome/browser/resources/new_tab.html » ('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 9385 matching lines...) Expand 10 before | Expand all | Expand 10 after
9396 </message> 9396 </message>
9397 <message name="IDS_SYNC_ENCRYPT_ALL_LABEL" desc="Label for the checkbox th at enables encryption of everything."> 9397 <message name="IDS_SYNC_ENCRYPT_ALL_LABEL" desc="Label for the checkbox th at enables encryption of everything.">
9398 Encrypt all my data 9398 Encrypt all my data
9399 </message> 9399 </message>
9400 <message name="IDS_SYNC_PASSPHRASE_CHECKBOX_LABEL" desc="Label for the che ckbox that enables a passphrase for sync."> 9400 <message name="IDS_SYNC_PASSPHRASE_CHECKBOX_LABEL" desc="Label for the che ckbox that enables a passphrase for sync.">
9401 Use a sync passphrase to encrypt my data 9401 Use a sync passphrase to encrypt my data
9402 </message> 9402 </message>
9403 <message name="IDS_SYNC_PASSPHRASE_WARNING" desc="Warning message about us ing a passphrase for sync."> 9403 <message name="IDS_SYNC_PASSPHRASE_WARNING" desc="Warning message about us ing a passphrase for sync.">
9404 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. 9404 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.
9405 </message> 9405 </message>
9406 <message name="IDS_SYNC_STATUS_NOT_CONNECTED" desc="Status shown in the ne w tab page when the user is not signed into sync">
9407 not connected
9408 </message>
9406 9409
9407 <!-- Passphrase dialog strings --> 9410 <!-- Passphrase dialog strings -->
9408 <if expr="not pp_ifdef('use_titlecase')"> 9411 <if expr="not pp_ifdef('use_titlecase')">
9409 <message name="IDS_SYNC_ENTER_PASSPHRASE_TITLE" desc="Title for the dial og where the user enters the passphrase."> 9412 <message name="IDS_SYNC_ENTER_PASSPHRASE_TITLE" desc="Title for the dial og where the user enters the passphrase.">
9410 Enter your sync passphrase 9413 Enter your sync passphrase
9411 </message> 9414 </message>
9412 </if> 9415 </if>
9413 <if expr="pp_ifdef('use_titlecase')"> 9416 <if expr="pp_ifdef('use_titlecase')">
9414 <message name="IDS_SYNC_ENTER_PASSPHRASE_TITLE" desc="In title case: tit le for the dialog where the user enters the passphrase."> 9417 <message name="IDS_SYNC_ENTER_PASSPHRASE_TITLE" desc="In title case: tit le for the dialog where the user enters the passphrase.">
9415 Enter Your Sync Passphrase 9418 Enter Your Sync Passphrase
(...skipping 3669 matching lines...) Expand 10 before | Expand all | Expand 10 after
13085 </includes> 13088 </includes>
13086 <structures fallback_to_english="true"> 13089 <structures fallback_to_english="true">
13087 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13090 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13088 </structure> 13091 </structure>
13089 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13092 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13090 </structure> 13093 </structure>
13091 </structures> 13094 </structures>
13092 13095
13093 </release> 13096 </release>
13094 </grit> 13097 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698