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

Side by Side Diff: components/sync_ui_strings.grdp

Issue 1660353002: Update account and sync management UX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor formatting changes Created 4 years, 10 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 <if expr="not android"> 3 <if expr="not android">
4 <message name="IDS_SYNC_BASIC_ENCRYPTION_DATA" desc="Text of the radio that when selected enables basic encryption."> 4 <message name="IDS_SYNC_BASIC_ENCRYPTION_DATA" desc="Text of the radio that when selected enables basic encryption.">
5 Encrypt synced passwords with your Google credentials 5 Encrypt synced passwords with your Google credentials
6 </message> 6 </message>
7 <message name="IDS_SYNC_CONFIGURE_ENCRYPTION" desc="Link to configure sync e ncryption for passwords"> 7 <message name="IDS_SYNC_CONFIGURE_ENCRYPTION" desc="Link to configure sync e ncryption for passwords">
8 Please update your sync passphrase. 8 Please update your sync passphrase.
9 </message> 9 </message>
10 <message name="IDS_SYNC_DATATYPE_AUTOFILL" desc="Form Autofill items, one of the data types that we allow syncing."> 10 <message name="IDS_SYNC_DATATYPE_AUTOFILL" desc="Form Autofill items, one of the data types that we allow syncing.">
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 Passphrase 44 Passphrase
45 </message> 45 </message>
46 <message name="IDS_SYNC_PASSPHRASE_MISMATCH_ERROR" desc="Error message when the passphrase and confirmation don't match."> 46 <message name="IDS_SYNC_PASSPHRASE_MISMATCH_ERROR" desc="Error message when the passphrase and confirmation don't match.">
47 You must enter the same passphrase twice. 47 You must enter the same passphrase twice.
48 </message> 48 </message>
49 <message name="IDS_SYNC_SERVICE_UNAVAILABLE" desc="Error message to display when the user domain entered by the user has sync disabled."> 49 <message name="IDS_SYNC_SERVICE_UNAVAILABLE" desc="Error message to display when the user domain entered by the user has sync disabled.">
50 Sync service is not available for your domain. 50 Sync service is not available for your domain.
51 </message> 51 </message>
52 </if> 52 </if>
53 <message name="IDS_SYNC_ENTER_PASSPHRASE_BODY_WITH_DATE" desc="Instructions fo r the dialog where the user enters the passphrase."> 53 <message name="IDS_SYNC_ENTER_PASSPHRASE_BODY_WITH_DATE" desc="Instructions fo r the dialog where the user enters the passphrase.">
54 Your data was encrypted with your sync passphrase on <ph name="TIME">$1<ex>S ept 1, 2012</ex></ph>. Please enter it below. 54 Your data was encrypted with a sync passphrase on <ph name="TIME">$1<ex>Sept 1, 2012</ex></ph>. Enter it to start sync.
55 </message> 55 </message>
56 <message name="IDS_SYNC_ENTER_PASSPHRASE_BODY" desc="Instructions for the dial og where the user enters the passphrase."> 56 <message name="IDS_SYNC_ENTER_PASSPHRASE_BODY" desc="Instructions for the dial og where the user enters the passphrase.">
57 Your data is encrypted with your sync passphrase. Please enter it below. 57 Your data is encrypted with your sync passphrase. Enter it to start sync.
newt (away) 2016/02/12 22:03:51 s/your sync passphrase/a sync passphrase/ ?
May 2016/02/16 17:32:08 Mocks say "your sync passphrase": https://folio.go
58 </message> 58 </message>
59 </grit-part> 59 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698