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

Side by Side Diff: components/browsing_data_strings.grdp

Issue 2594723002: Count number of origins with data affected by clearing "cookies and site data". (Closed)
Patch Set: small fixes Created 3 years, 9 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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3
4 <!-- Clear Browsing Data counters--> 3 <!-- Clear Browsing Data counters-->
5 <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.">
6 Calculating... 5 Calculating...
7 </message> 6 </message>
8 <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.">
9 {COUNT, plural, 8 {COUNT, plural,
10 =0 {none} 9 =0 {none}
11 =1 {1 item} 10 =1 {1 item}
12 other {# items}} 11 other {# items}}
13 </message> 12 </message>
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 </message> 58 </message>
60 <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."> 59 <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.">
61 <ph name="TYPE_1">$1<ex>2 credit cards</ex></ph>, <ph name="TYPE_2">$2<ex>1 address</ex></ph> 60 <ph name="TYPE_1">$1<ex>2 credit cards</ex></ph>, <ph name="TYPE_2">$2<ex>1 address</ex></ph>
62 </message> 61 </message>
63 <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."> 62 <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.">
64 <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> 63 <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>
65 </message> 64 </message>
66 <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."> 65 <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.">
67 This will sign you out of most websites. 66 This will sign you out of most websites.
68 </message> 67 </message>
68 <message name="IDS_DEL_COOKIES_COUNTER_ADVANCED" desc="A counter showing the n umber of sites that use cookies.">
69 {COUNT, plural,
70 =0 {No cookies}
71 =1 {1 site uses cookies. }
72 other {# sites use cookies. }}
73 </message>
69 <message name="IDS_DEL_DOWNLOADS_COUNTER" desc="A counter showing how many ite ms of downloads history the user has."> 74 <message name="IDS_DEL_DOWNLOADS_COUNTER" desc="A counter showing how many ite ms of downloads history the user has.">
70 {COUNT, plural, 75 {COUNT, plural,
71 =0 {none} 76 =0 {none}
72 =1 {1 item} 77 =1 {1 item}
73 other {# items}} 78 other {# items}}
74 </message> 79 </message>
75 <message name="IDS_DEL_HOSTED_APPS_COUNTER" desc="A counter showing how many h osted apps the user has. We show the number of apps, and in the cases where ther e is one or two apps, we will also give two example app names, denoted as placeh olders $1 and $2. If there are more than two apps, we will give two examples and say 'and X more'. The 'and X more' string, denoted by the placeholder $3, will be supplied from another message."> 80 <message name="IDS_DEL_HOSTED_APPS_COUNTER" desc="A counter showing how many h osted apps the user has. We show the number of apps, and in the cases where ther e is one or two apps, we will also give two example app names, denoted as placeh olders $1 and $2. If there are more than two apps, we will give two examples and say 'and X more'. The 'and X more' string, denoted by the placeholder $3, will be supplied from another message.">
76 {COUNT, plural, 81 {COUNT, plural,
77 =0 {none} 82 =0 {none}
78 =1 {1 app ($1)} 83 =1 {1 app ($1)}
79 =2 {2 apps ($1, $2)} 84 =2 {2 apps ($1, $2)}
80 other {# apps ($1, $2, $3)}} 85 other {# apps ($1, $2, $3)}}
81 </message> 86 </message>
82 <message name="IDS_DEL_HOSTED_APPS_COUNTER_AND_X_MORE" desc="This message stan ds at the end of a sentence enumerating hosted apps the user has installed, e.g. : 'App1, App2, and 5 more'"> 87 <message name="IDS_DEL_HOSTED_APPS_COUNTER_AND_X_MORE" desc="This message stan ds at the end of a sentence enumerating hosted apps the user has installed, e.g. : 'App1, App2, and 5 more'">
83 {COUNT, plural, 88 {COUNT, plural,
84 =1 {and 1 more} 89 =1 {and 1 more}
85 other {and # more}} 90 other {and # more}}
86 </message> 91 </message>
87 <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"> 92 <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">
88 You may lose access to premium content from some sites. 93 You may lose access to premium content from some sites.
89 </message> 94 </message>
90 <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"> 95 <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">
91 You may lose access to premium content from <ph name="SITE">$1<ex>youtube.c om</ex></ph> and some other sites. 96 You may lose access to premium content from <ph name="SITE">$1<ex>youtube.c om</ex></ph> and some other sites.
92 </message> 97 </message>
93 </grit-part> 98 </grit-part>
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698