| OLD | NEW |
| 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 Loading... |
| 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 your sync passphrase on <ph name="TIME">$1<ex>S
ept 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. |
| 58 </message> | 58 </message> |
| 59 </grit-part> | 59 </grit-part> |
| OLD | NEW |