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

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

Issue 7056021: Sync: Add encryption customization radio. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix. Created 9 years, 7 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/options/sync_setup_overlay.css » ('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. OS values are passed through from Python's sys.platform: 5 locale. OS values are passed through from Python's sys.platform:
6 6
7 win32 - Windows 7 win32 - Windows
8 darwin - Mac 8 darwin - Mac
9 linux2 - Linux (both Views and GTK+) 9 linux2 - Linux (both Views and GTK+)
10 10
(...skipping 8949 matching lines...) Expand 10 before | Expand all | Expand 10 after
8960 Typed URLs 8960 Typed URLs
8961 </message> 8961 </message>
8962 <message name="IDS_SYNC_DATATYPE_APPS" desc="Apps, one of the data types t hat we allow syncing."> 8962 <message name="IDS_SYNC_DATATYPE_APPS" desc="Apps, one of the data types t hat we allow syncing.">
8963 Apps 8963 Apps
8964 </message> 8964 </message>
8965 <message name="IDS_SYNC_DATATYPE_SESSIONS" desc="Sessions, one of the data types that we allow syncing."> 8965 <message name="IDS_SYNC_DATATYPE_SESSIONS" desc="Sessions, one of the data types that we allow syncing.">
8966 Foreign Sessions 8966 Foreign Sessions
8967 </message> 8967 </message>
8968 8968
8969 <!-- Encryption tab of the configure sync dialog --> 8969 <!-- Encryption tab of the configure sync dialog -->
8970 <message name="IDS_SYNC_PASSPHRASE_SECTION_TITLE" desc="Title of the secti on containing sync passphrase preferences."> 8970 <if expr="not pp_ifdef('use_titlecase')">
8971 Encryption passphrase 8971 <message name="IDS_SYNC_ENCRYPTION_DATA_TYPES_TITLE" desc="Title of the section containing the data types to encrypt.">
8972 Encrypted data types
8973 </message>
8974 </if>
8975 <if expr="pp_ifdef('use_titlecase')">
8976 <message name="IDS_SYNC_ENCRYPTION_DATA_TYPES_TITLE" desc="In title case : the title of the section containing the data types to encrypt.">
8977 Encrypted Data Types
8978 </message>
8979 </if>
8980 <message name="IDS_SYNC_ENCRYPT_SENSITIVE_DATA" desc="Text of the radio th at when selected causes sync to encrypt sensitive data.">
8981 Encrypt sensitive data (passwords)
8972 </message> 8982 </message>
8983 <message name="IDS_SYNC_ENCRYPT_ALL_DATA" desc="Text of the radio that whe n selected causes sync to encrypt all data.">
8984 Encrypt all data
8985 </message>
8986 <if expr="not pp_ifdef('use_titlecase')">
8987 <message name="IDS_SYNC_PASSPHRASE_SECTION_TITLE" desc="Title of the sec tion containing sync passphrase preferences.">
8988 Encryption passphrase
8989 </message>
8990 </if>
8991 <if expr="pp_ifdef('use_titlecase')">
8992 <message name="IDS_SYNC_PASSPHRASE_SECTION_TITLE" desc="In title case: t he title of the section containing sync passphrase preferences.">
8993 Encryption Passphrase
8994 </message>
8995 </if>
8973 <message name="IDS_SYNC_ENCRYPTION_INSTRUCTIONS" desc="Instructions for th e encryption settings tab."> 8996 <message name="IDS_SYNC_ENCRYPTION_INSTRUCTIONS" desc="Instructions for th e encryption settings tab.">
8974 <ph name="PRODUCT_NAME">$1<ex>Chrome</ex></ph> requires you to encrypt y our data using either your Google password or your own passphrase. 8997 <ph name="PRODUCT_NAME">$1<ex>Chrome</ex></ph> requires you to encrypt y our data using either your Google password or your own passphrase.
8975 </message> 8998 </message>
8976 <message name="IDS_SYNC_ENCRYPT_ALL_LABEL" desc="Label for the checkbox th at enables encryption of everything."> 8999 <message name="IDS_SYNC_ENCRYPT_ALL_LABEL" desc="Label for the checkbox th at enables encryption of everything.">
8977 Encrypt all my data 9000 Encrypt all my data
8978 </message> 9001 </message>
8979 <message name="IDS_SYNC_PASSPHRASE_CHECKBOX_LABEL" desc="Label for the che ckbox that enables a passphrase for sync."> 9002 <message name="IDS_SYNC_PASSPHRASE_CHECKBOX_LABEL" desc="Label for the che ckbox that enables a passphrase for sync.">
8980 Use a sync passphrase to encrypt my data 9003 Use a sync passphrase to encrypt my data
8981 </message> 9004 </message>
8982 <message name="IDS_SYNC_PASSPHRASE_WARNING" desc="Warning message about us ing a passphrase for sync."> 9005 <message name="IDS_SYNC_PASSPHRASE_WARNING" desc="Warning message about us ing a passphrase for sync.">
(...skipping 3497 matching lines...) Expand 10 before | Expand all | Expand 10 after
12480 </includes> 12503 </includes>
12481 <structures fallback_to_english="true"> 12504 <structures fallback_to_english="true">
12482 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12505 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12483 </structure> 12506 </structure>
12484 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12507 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12485 </structure> 12508 </structure>
12486 </structures> 12509 </structures>
12487 12510
12488 </release> 12511 </release>
12489 </grit> 12512 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/sync_setup_overlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698