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

Side by Side Diff: components/browsing_data_strings.grdp

Issue 2816723002: Add "Site Settings" option to Clear Browsing Data on Android (Closed)
Patch Set: fix deps 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 19 matching lines...) Expand all
30 =0 {none} 30 =0 {none}
31 =1 {1 password} 31 =1 {1 password}
32 other {# passwords}} 32 other {# passwords}}
33 </message> 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."> 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, 35 {COUNT, plural,
36 =0 {none} 36 =0 {none}
37 =1 {1 password (synced)} 37 =1 {1 password (synced)}
38 other {# passwords (synced)}} 38 other {# passwords (synced)}}
39 </message> 39 </message>
40 <message name="IDS_DEL_SITE_SETTINGS_COUNTER" desc="A counter showing how many sites with site settings the user has.">
41 {COUNT, plural,
42 =0 {none}
43 =1 {1 site}
44 other {# sites}}
45 </message>
40 <message name="IDS_DEL_AUTOFILL_COUNTER_EMPTY" desc="A counter showing that th e user has no form data stored."> 46 <message name="IDS_DEL_AUTOFILL_COUNTER_EMPTY" desc="A counter showing that th e user has no form data stored.">
41 none 47 none
42 </message> 48 </message>
43 <message name="IDS_DEL_AUTOFILL_COUNTER_CREDIT_CARDS" desc="A counter showing how many credit cards the user has."> 49 <message name="IDS_DEL_AUTOFILL_COUNTER_CREDIT_CARDS" desc="A counter showing how many credit cards the user has.">
44 {COUNT, plural, 50 {COUNT, plural,
45 =1 {1 credit card} 51 =1 {1 credit card}
46 other {# credit cards}} 52 other {# credit cards}}
47 </message> 53 </message>
48 <message name="IDS_DEL_AUTOFILL_COUNTER_ADDRESSES" desc="A counter showing how many addresses the user has."> 54 <message name="IDS_DEL_AUTOFILL_COUNTER_ADDRESSES" desc="A counter showing how many addresses the user has.">
49 {COUNT, plural, 55 {COUNT, plural,
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 =1 {and 1 more} 113 =1 {and 1 more}
108 other {and # more}} 114 other {and # more}}
109 </message> 115 </message>
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"> 116 <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">
111 You may lose access to premium content from some sites. 117 You may lose access to premium content from some sites.
112 </message> 118 </message>
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"> 119 <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">
114 You may lose access to premium content from <ph name="SITE">$1<ex>youtube.c om</ex></ph> and some other sites. 120 You may lose access to premium content from <ph name="SITE">$1<ex>youtube.c om</ex></ph> and some other sites.
115 </message> 121 </message>
116 </grit-part> 122 </grit-part>
OLDNEW
« no previous file with comments | « components/browsing_data/core/pref_names.cc ('k') | components/content_settings/core/browser/content_settings_pref.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698