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

Side by Side Diff: components/sync_ui_strings.grdp

Issue 2457483002: [MD Settings][Sync Settings] Updates sync status messages (Closed)
Patch Set: Addressed maxbogue's and dbeam's comments Created 4 years, 1 month 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
« no previous file with comments | « components/browser_sync/profile_sync_service.cc ('k') | no next file » | 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 <grit-part> 2 <grit-part>
3 <if expr="not is_android"> 3 <if expr="not is_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 19 matching lines...) Expand all
30 </message> 30 </message>
31 <message name="IDS_SYNC_ENCRYPTION_SECTION_TITLE" desc="Title of the section containing sync encryption preferences."> 31 <message name="IDS_SYNC_ENCRYPTION_SECTION_TITLE" desc="Title of the section containing sync encryption preferences.">
32 Encryption options 32 Encryption options
33 </message> 33 </message>
34 <message name="IDS_SYNC_ENTER_GOOGLE_PASSPHRASE_BODY" desc="Instructions for the dialog where the user needs to enter their previous google passphrase."> 34 <message name="IDS_SYNC_ENTER_GOOGLE_PASSPHRASE_BODY" desc="Instructions for the dialog where the user needs to enter their previous google passphrase.">
35 You already have data that is encrypted using a different version of your Google Account password. Please enter it below. 35 You already have data that is encrypted using a different version of your Google Account password. Please enter it below.
36 </message> 36 </message>
37 <message name="IDS_SYNC_FULL_ENCRYPTION_DATA" desc="Text of the radio that w hen selected enables full encryption."> 37 <message name="IDS_SYNC_FULL_ENCRYPTION_DATA" desc="Text of the radio that w hen selected enables full encryption.">
38 Encrypt all synced data with your own sync passphrase 38 Encrypt all synced data with your own sync passphrase
39 </message> 39 </message>
40 <message name="IDS_SYNC_LOGIN_INFO_OUT_OF_DATE" desc="The login information for the user is out of date - for example, the user changed their password and t herefore signing in again is required.">
41 Account sign-in details are out of date.
42 </message>
43 <message name="IDS_SYNC_LOGIN_SETTING_UP" desc="A progress message"> 40 <message name="IDS_SYNC_LOGIN_SETTING_UP" desc="A progress message">
44 Setting up... 41 Setting up...
45 </message> 42 </message>
46 <message name="IDS_SYNC_PASSPHRASE_LABEL" desc="Label for the passphrase fie ld."> 43 <message name="IDS_SYNC_PASSPHRASE_LABEL" desc="Label for the passphrase fie ld.">
47 Passphrase 44 Passphrase
48 </message> 45 </message>
49 <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.">
50 You must enter the same passphrase twice. 47 You must enter the same passphrase twice.
51 </message> 48 </message>
52 <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.">
53 Sync service is not available for your domain. 50 Sync is not available for your domain
54 </message> 51 </message>
55 </if> 52 </if>
56 <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.">
57 Your data was encrypted with your sync passphrase on <ph name="TIME">$1<ex>S ept 1, 2012</ex></ph>. Enter it to start sync. 54 Your data was encrypted with your sync passphrase on <ph name="TIME">$1<ex>S ept 1, 2012</ex></ph>. Enter it to start sync.
58 </message> 55 </message>
59 <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.">
60 Your data is encrypted with your sync passphrase. Enter it to start sync. 57 Your data is encrypted with your sync passphrase. Enter it to start sync.
61 </message> 58 </message>
62 </grit-part> 59 </grit-part>
OLDNEW
« no previous file with comments | « components/browser_sync/profile_sync_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698