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

Side by Side Diff: components/browsing_data_strings.grdp

Issue 2798243004: Show password sync status in CBD (Closed)
Patch Set: add sync test Created 3 years, 8 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 10 matching lines...) Expand all
21 </message> 21 </message>
22 <message name="IDS_DEL_CACHE_COUNTER_ALMOST_EMPTY" desc="A counter showing tha t the user's cache is almost empty, having less than 1 MB of data."> 22 <message name="IDS_DEL_CACHE_COUNTER_ALMOST_EMPTY" desc="A counter showing tha t the user's cache is almost empty, having less than 1 MB of data.">
23 less than 1 MB 23 less than 1 MB
24 </message> 24 </message>
25 <message name="IDS_DEL_CACHE_COUNTER_BASIC" desc="A counter showing the size o f the users's cache including either 'x MB' or 'less than x MB' as $1 and explai ning that the cache is used to speed up the loading of websites."> 25 <message name="IDS_DEL_CACHE_COUNTER_BASIC" desc="A counter showing the size o f the users's cache including either 'x MB' or 'less than x MB' as $1 and explai ning that the cache is used to speed up the loading of websites.">
26 Frees up <ph name="SIZE">$1<ex>328 MB</ex></ph>. Some sites may load more sl owly on your next visit. 26 Frees up <ph name="SIZE">$1<ex>328 MB</ex></ph>. Some sites may load more sl owly on your next visit.
27 </message> 27 </message>
28 <message name="IDS_DEL_PASSWORDS_COUNTER" desc="A counter showing how many pas swords the user has."> 28 <message name="IDS_DEL_PASSWORDS_COUNTER" desc="A counter showing how many pas swords the user has.">
29 {COUNT, plural, 29 {COUNT, plural,
30 =0 {none} 30 =0 {none}
31 =1 {1} 31 =1 {1 password}
32 other {#}} 32 other {# passwords}}
33 </message>
34 <message name="IDS_DEL_PASSWORDS_COUNTER_SYNCED" desc="A counter showing how m any passwords the user has and that they are synced.">
35 {COUNT, plural,
36 =0 {none}
37 =1 {1 password (synced)}
38 other {# passwords (synced)}}
33 </message> 39 </message>
34 <message name="IDS_DEL_AUTOFILL_COUNTER_EMPTY" desc="A counter showing that th e user has no form data stored."> 40 <message name="IDS_DEL_AUTOFILL_COUNTER_EMPTY" desc="A counter showing that th e user has no form data stored.">
35 none 41 none
36 </message> 42 </message>
37 <message name="IDS_DEL_AUTOFILL_COUNTER_CREDIT_CARDS" desc="A counter showing how many credit cards the user has."> 43 <message name="IDS_DEL_AUTOFILL_COUNTER_CREDIT_CARDS" desc="A counter showing how many credit cards the user has.">
38 {COUNT, plural, 44 {COUNT, plural,
39 =1 {1 credit card} 45 =1 {1 credit card}
40 other {# credit cards}} 46 other {# credit cards}}
41 </message> 47 </message>
42 <message name="IDS_DEL_AUTOFILL_COUNTER_ADDRESSES" desc="A counter showing how many addresses the user has."> 48 <message name="IDS_DEL_AUTOFILL_COUNTER_ADDRESSES" desc="A counter showing how many addresses the user has.">
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 =1 {and 1 more} 98 =1 {and 1 more}
93 other {and # more}} 99 other {and # more}}
94 </message> 100 </message>
95 <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"> 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">
96 You may lose access to premium content from some sites. 102 You may lose access to premium content from some sites.
97 </message> 103 </message>
98 <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"> 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">
99 You may lose access to premium content from <ph name="SITE">$1<ex>youtube.c om</ex></ph> and some other sites. 105 You may lose access to premium content from <ph name="SITE">$1<ex>youtube.c om</ex></ph> and some other sites.
100 </message> 106 </message>
101 </grit-part> 107 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698