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

Unified 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: 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index aa9161f006a6b3bd246d15b8431d124525bc3b59..2b414c4b17fadf4e619a71dbd3826a477f6f5483 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -8915,9 +8915,32 @@ Keep your key file in a safe place. You will need it to create new versions of y
</message>
<!-- Encryption tab of the configure sync dialog -->
- <message name="IDS_SYNC_PASSPHRASE_SECTION_TITLE" desc="Title of the section containing sync passphrase preferences.">
- Encryption passphrase
+ <if expr="not pp_ifdef('use_titlecase')">
+ <message name="IDS_SYNC_ENCRYPTION_DATA_TYPES_TITLE" desc="Title of the section containing the data types to encrypt.">
+ Encrypted data types
+ </message>
+ </if>
+ <if expr="pp_ifdef('use_titlecase')">
+ <message name="IDS_SYNC_ENCRYPTION_DATA_TYPES_TITLE" desc="In title case: the title of the section containing the data types to encrypt.">
+ Encrypted Data Types
+ </message>
+ </if>
+ <message name="IDS_SYNC_ENCRYPT_SENSITIVE_DATA" desc="Text of the radio that when selected causes sync to encrypt sensitive data.">
+ Encrypt sensitive data (passwords)
+ </message>
+ <message name="IDS_SYNC_ENCRYPT_ALL_DATA" desc="Text of the radio that when selected causes sync to encrypt all data.">
+ Encrypt all data
</message>
+ <if expr="not pp_ifdef('use_titlecase')">
+ <message name="IDS_SYNC_PASSPHRASE_SECTION_TITLE" desc="Title of the section containing sync passphrase preferences.">
+ Encryption passphrase
+ </message>
+ </if>
+ <if expr="pp_ifdef('use_titlecase')">
+ <message name="IDS_SYNC_PASSPHRASE_SECTION_TITLE" desc="In title case: the title of the section containing sync passphrase preferences.">
+ Encryption Passphrase
+ </message>
+ </if>
<message name="IDS_SYNC_ENCRYPTION_INSTRUCTIONS" desc="Instructions for the encryption settings tab.">
<ph name="PRODUCT_NAME">$1<ex>Chrome</ex></ph> requires you to encrypt your data using either your Google password or your own passphrase.
</message>
« no previous file with comments | « no previous file | chrome/browser/resources/options/sync_setup_overlay.css » ('j') | chrome/browser/sync/sync_setup_flow.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698