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

Side by Side Diff: components/sync_ui_strings.grdp

Issue 2112653003: grit: Automatically replace ... with … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert remaining ellipsis Created 4 years, 5 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 20 matching lines...) Expand all
31 <message name="IDS_SYNC_ENTER_GOOGLE_PASSPHRASE_BODY" desc="Instructions for the dialog where the user needs to enter their previous google passphrase."> 31 <message name="IDS_SYNC_ENTER_GOOGLE_PASSPHRASE_BODY" desc="Instructions for the dialog where the user needs to enter their previous google passphrase.">
32 You already have data that is encrypted using a different version of your Google Account password. Please enter it below. 32 You already have data that is encrypted using a different version of your Google Account password. Please enter it below.
33 </message> 33 </message>
34 <message name="IDS_SYNC_FULL_ENCRYPTION_DATA" desc="Text of the radio that w hen selected enables full encryption."> 34 <message name="IDS_SYNC_FULL_ENCRYPTION_DATA" desc="Text of the radio that w hen selected enables full encryption.">
35 Encrypt all synced data with your own sync passphrase 35 Encrypt all synced data with your own sync passphrase
36 </message> 36 </message>
37 <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."> 37 <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.">
38 Account sign-in details are out of date. 38 Account sign-in details are out of date.
39 </message> 39 </message>
40 <message name="IDS_SYNC_LOGIN_SETTING_UP" desc="A progress message"> 40 <message name="IDS_SYNC_LOGIN_SETTING_UP" desc="A progress message">
41 Setting up... 41 Setting up&#8230;
42 </message> 42 </message>
43 <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.">
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>. 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.
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. Enter it to start sync. 57 Your data is encrypted with your sync passphrase. Enter it to start sync.
58 </message> 58 </message>
59 </grit-part> 59 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698