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

Side by Side Diff: components/browsing_data_strings.grdp

Issue 2828083003: Show autofill sync status in CBD (Closed)
Patch Set: fix history test Created 3 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 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 <!-- Clear Browsing Data counters--> 3 <!-- Clear Browsing Data counters-->
4 <message name="IDS_CLEAR_BROWSING_DATA_CALCULATING" desc="A text that is shown while the data volume is being counted."> 4 <message name="IDS_CLEAR_BROWSING_DATA_CALCULATING" desc="A text that is shown while the data volume is being counted.">
5 Calculating... 5 Calculating...
6 </message> 6 </message>
7 <message name="IDS_DEL_BROWSING_HISTORY_COUNTER" desc="A counter showing how m any items of browsing history the user has."> 7 <message name="IDS_DEL_BROWSING_HISTORY_COUNTER" desc="A counter showing how m any items of browsing history the user has.">
8 {COUNT, plural, 8 {COUNT, plural,
9 =0 {none} 9 =0 {none}
10 =1 {1 item} 10 =1 {1 item}
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 <message name="IDS_DEL_AUTOFILL_COUNTER_SUGGESTIONS_LONG" desc="A counter show ing how many other form autocompletion suggestions the user has. Note that this message is shown at the end of an enumeration of form data types, such as '2 add resses, 5 others suggestions'."> 58 <message name="IDS_DEL_AUTOFILL_COUNTER_SUGGESTIONS_LONG" desc="A counter show ing how many other form autocompletion suggestions the user has. Note that this message is shown at the end of an enumeration of form data types, such as '2 add resses, 5 others suggestions'.">
59 {COUNT, plural, 59 {COUNT, plural,
60 =1 {1 other suggestion} 60 =1 {1 other suggestion}
61 other {# other suggestions}} 61 other {# other suggestions}}
62 </message> 62 </message>
63 <message name="IDS_DEL_AUTOFILL_COUNTER_SUGGESTIONS_SHORT" desc="A counter sho wing how many other items of form data the user has. Note that this message is s hown at the end of an enumeration of form data types, such as '3 credit cards, 2 addresses, 5 others'."> 63 <message name="IDS_DEL_AUTOFILL_COUNTER_SUGGESTIONS_SHORT" desc="A counter sho wing how many other items of form data the user has. Note that this message is s hown at the end of an enumeration of form data types, such as '3 credit cards, 2 addresses, 5 others'.">
64 {COUNT, plural, 64 {COUNT, plural,
65 =1 {1 other} 65 =1 {1 other}
66 other {# others}} 66 other {# others}}
67 </message> 67 </message>
68 <message name="IDS_DEL_AUTOFILL_COUNTER_ONE_TYPE_SYNCED" desc="A counter showi ng that the user has one type of form data and that it is synced. The type will be substituted, this message only provides the (synced) part.">
69 <ph name="TYPE_1">$1<ex>2 credit cards</ex></ph> (synced)
70 </message>
68 <message name="IDS_DEL_AUTOFILL_COUNTER_TWO_TYPES" desc="A counter showing tha t the user has two types of form data. The types and their counts will be substi tuted, this message only provides the comma separator."> 71 <message name="IDS_DEL_AUTOFILL_COUNTER_TWO_TYPES" desc="A counter showing tha t the user has two types of form data. The types and their counts will be substi tuted, this message only provides the comma separator.">
69 <ph name="TYPE_1">$1<ex>2 credit cards</ex></ph>, <ph name="TYPE_2">$2<ex>1 address</ex></ph> 72 <ph name="TYPE_1">$1<ex>2 credit cards</ex></ph>, <ph name="TYPE_2">$2<ex>1 address</ex></ph>
70 </message> 73 </message>
74 <message name="IDS_DEL_AUTOFILL_COUNTER_TWO_TYPES_SYNCED" desc="A counter show ing that the user has two types of form data and that they are synced. The types and their counts will be substituted, this message only provides the comma sepa rator.">
75 <ph name="TYPE_1">$1<ex>2 credit cards</ex></ph>, <ph name="TYPE_2">$2<ex>1 address</ex></ph> (synced)
76 </message>
71 <message name="IDS_DEL_AUTOFILL_COUNTER_THREE_TYPES" desc="A counter showing t hat the user has three types of form data. The types and their counts will be su bstituted, this message only provides the comma separators."> 77 <message name="IDS_DEL_AUTOFILL_COUNTER_THREE_TYPES" desc="A counter showing t hat the user has three types of form data. The types and their counts will be su bstituted, this message only provides the comma separators.">
72 <ph name="TYPE_1">$1<ex>2 credit cards</ex></ph>, <ph name="TYPE_2">$2<ex>1 address</ex></ph>, <ph name="TYPE_3">$3<ex>5 others</ex></ph> 78 <ph name="TYPE_1">$1<ex>2 credit cards</ex></ph>, <ph name="TYPE_2">$2<ex>1 address</ex></ph>, <ph name="TYPE_3">$3<ex>5 others</ex></ph>
73 </message> 79 </message>
80 <message name="IDS_DEL_AUTOFILL_COUNTER_THREE_TYPES_SYNCED" desc="A counter sh owing that the user has three types of form data and that they are synced. The t ypes and their counts will be substituted, this message only provides the comma separators.">
81 <ph name="TYPE_1">$1<ex>2 credit cards</ex></ph>, <ph name="TYPE_2">$2<ex>1 address</ex></ph>, <ph name="TYPE_3">$3<ex>5 others</ex></ph> (synced)
82 </message>
74 <message name="IDS_DEL_COOKIES_COUNTER" desc="A static message shown in the Cl ear Browsing Data dialog explaining to the user that deleting cookies and site d ata will result in the user being signed out of most websites."> 83 <message name="IDS_DEL_COOKIES_COUNTER" desc="A static message shown in the Cl ear Browsing Data dialog explaining to the user that deleting cookies and site d ata will result in the user being signed out of most websites.">
75 This will sign you out of most websites. 84 This will sign you out of most websites.
76 </message> 85 </message>
77 <message name="IDS_DEL_COOKIES_COUNTER_ADVANCED" desc="A counter showing the n umber of sites that use cookies."> 86 <message name="IDS_DEL_COOKIES_COUNTER_ADVANCED" desc="A counter showing the n umber of sites that use cookies.">
78 {COUNT, plural, 87 {COUNT, plural,
79 =0 {No cookies} 88 =0 {No cookies}
80 =1 {1 site uses cookies. } 89 =1 {1 site uses cookies. }
81 other {# sites use cookies. }} 90 other {# sites use cookies. }}
82 </message> 91 </message>
83 <message name="IDS_DEL_DOWNLOADS_COUNTER" desc="A counter showing how many ite ms of downloads history the user has."> 92 <message name="IDS_DEL_DOWNLOADS_COUNTER" desc="A counter showing how many ite ms of downloads history the user has.">
(...skipping 14 matching lines...) Expand all
98 =1 {and 1 more} 107 =1 {and 1 more}
99 other {and # more}} 108 other {and # more}}
100 </message> 109 </message>
101 <message name="IDS_DEL_MEDIA_LICENSES_COUNTER_GENERAL_COMMENT" desc="A static message shown in the Clear Browsing Data dialog explaining to the user that clea ring media licenses will result in the user being unable to play some premium co ntent"> 110 <message name="IDS_DEL_MEDIA_LICENSES_COUNTER_GENERAL_COMMENT" desc="A static message shown in the Clear Browsing Data dialog explaining to the user that clea ring media licenses will result in the user being unable to play some premium co ntent">
102 You may lose access to premium content from some sites. 111 You may lose access to premium content from some sites.
103 </message> 112 </message>
104 <message name="IDS_DEL_MEDIA_LICENSES_COUNTER_SITE_COMMENT" desc="A message sh own in the Clear Browsing Data dialog explaining to the user that clearing media licenses will result in the user being unable to play some premium content from at least one specific web site"> 113 <message name="IDS_DEL_MEDIA_LICENSES_COUNTER_SITE_COMMENT" desc="A message sh own in the Clear Browsing Data dialog explaining to the user that clearing media licenses will result in the user being unable to play some premium content from at least one specific web site">
105 You may lose access to premium content from <ph name="SITE">$1<ex>youtube.c om</ex></ph> and some other sites. 114 You may lose access to premium content from <ph name="SITE">$1<ex>youtube.c om</ex></ph> and some other sites.
106 </message> 115 </message>
107 </grit-part> 116 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698