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

Side by Side Diff: components/browsing_data_strings.grdp

Issue 2228913003: Move part of browsing data counter text util method to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add blank line Created 4 years, 4 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
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part>
3
4 <!-- 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.">
6 Calculating...
msramek 2016/08/09 16:28:32 Style: Offset 2 spaces from the previous line.
ioanap 2016/08/10 09:34:37 Done.
7 </message>
8 <message name="IDS_CLEAR_BROWSING_DATA_UNKNOWN_SIZE" desc="A text that i s shown when the data volume could not be calculated. This string refers to unco untable objects, such as cache.">
9 unknown size
10 </message>
11 <message name="IDS_CLEAR_BROWSING_DATA_UNKNOWN_AMOUNT" desc="A text that is shown when the data volume could not be calculated. This string refers to co untable objects, such as history entries or passwords.">
12 unknown amount
13 </message>
14 <message name="IDS_DEL_BROWSING_HISTORY_COUNTER" desc="A counter showing how many items of browsing history the user has.">
15 {COUNT, plural,
16 =0 {none}
17 =1 {1 item}
18 other {# items}}
19 </message>
20 <message name="IDS_DEL_BROWSING_HISTORY_COUNTER_SYNCED" desc="A counter showing the user how many local items of browsing history they have, and informi ng them that more items might be synced. In the case when COUNT is zero, the cou nter only mentions existence of synced items.">
21 {COUNT, plural,
22 =0 {at least 1 item on synced devices}
23 =1 {1 item (and more on synced devices)}
24 other {# items (and more on synced devices)}}
25 </message>
26 <message name="IDS_DEL_CACHE_COUNTER_UPPER_ESTIMATE" desc="A counter sho wing that the user has less than X megabytes of cache. The value X will be subst ituted.">
27 less than <ph name="UPPER_ESTIMATE">$1<ex>328 MB</ex></ph>
28 </message>
29 <message name="IDS_DEL_CACHE_COUNTER_ALMOST_EMPTY" desc="A counter showi ng that the user's cache is almost empty, having less than 1 MB of data.">
30 less than 1 MB
31 </message>
32 <message name="IDS_DEL_PASSWORDS_COUNTER" desc="A counter showing how ma ny passwords the user has.">
33 {COUNT, plural,
34 =0 {none}
35 =1 {1}
36 other {#}}
37 </message>
38 <message name="IDS_DEL_AUTOFILL_COUNTER_EMPTY" desc="A counter showing t hat the user has no form data stored.">
39 none
40 </message>
41 <message name="IDS_DEL_AUTOFILL_COUNTER_CREDIT_CARDS" desc="A counter sh owing how many credit cards the user has.">
42 {COUNT, plural,
43 =1 {1 credit card}
44 other {# credit cards}}
45 </message>
46 <message name="IDS_DEL_AUTOFILL_COUNTER_ADDRESSES" desc="A counter showi ng how many addresses the user has.">
47 {COUNT, plural,
48 =1 {1 address}
49 other {# addresses}}
50 </message>
51 <message name="IDS_DEL_AUTOFILL_COUNTER_SUGGESTIONS" desc="A counter sho wing how many form autocompletion suggestions the user has.">
52 {COUNT, plural,
53 =1 {1 suggestion}
54 other {# suggestions}}
55 </message>
56 <message name="IDS_DEL_AUTOFILL_COUNTER_SUGGESTIONS_LONG" desc="A counte r showing 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 addresses, 5 others suggestions'.">
57 {COUNT, plural,
58 =1 {1 other suggestion}
59 other {# other suggestions}}
60 </message>
61 <message name="IDS_DEL_AUTOFILL_COUNTER_SUGGESTIONS_SHORT" desc="A count er showing how many other items of form data the user has. Note that this messag e is shown at the end of an enumeration of form data types, such as '3 credit ca rds, 2 addresses, 5 others'.">
62 {COUNT, plural,
63 =1 {1 other}
64 other {# others}}
65 </message>
66 <message name="IDS_DEL_AUTOFILL_COUNTER_TWO_TYPES" desc="A counter showi ng that the user has two types of form data. The types and their counts will be substituted, this message only provides the comma separator.">
67 <ph name="TYPE_1">$1<ex>2 credit cards</ex></ph>, <ph name="TYPE _2">$2<ex>1 address</ex></ph>
68 </message>
69 <message name="IDS_DEL_AUTOFILL_COUNTER_THREE_TYPES" desc="A counter sho wing that the user has three types of form data. The types and their counts will be substituted, this message only provides the comma separators.">
70 <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>
71 </message>
72 <message name="IDS_DEL_COOKIES_COUNTER" desc="A static message shown in the Clear Browsing Data dialog explaining to the user that deleting cookies and site data will result in the user being signed out of most websites.">
73 This will sign you out of most websites.
74 </message>
75 <message name="IDS_DEL_DOWNLOADS_COUNTER" desc="A counter showing how ma ny items of downloads history the user has.">
76 {COUNT, plural,
77 =0 {none}
78 =1 {1 item}
79 other {# items}}
80 </message>
81 <message name="IDS_DEL_HOSTED_APPS_COUNTER" desc="A counter showing how many hosted apps the user has. We show the number of apps, and in the cases wher e there is one or two apps, we will also give two example app names, denoted as placeholders $1 and $2. If there are more than two apps, we will give two exampl es and say 'and X more'. The 'and X more' string, denoted by the placeholder $3, will be supplied from another message.">
82 {COUNT, plural,
83 =0 {none}
84 =1 {1 app ($1)}
85 =2 {2 apps ($1, $2)}
86 other {# apps ($1, $2, $3)}}
87 </message>
88 <message name="IDS_DEL_HOSTED_APPS_COUNTER_AND_X_MORE" desc="This messag e stands at the end of a sentence enumerating hosted apps the user has installed , e.g.: 'App1, App2, and 5 more'">
89 {COUNT, plural,
90 =1 {and 1 more}
91 other {and # more}}
92 </message>
93 <message name="IDS_DEL_MEDIA_LICENSES_COUNTER_GENERAL_COMMENT" desc="A s tatic message shown in the Clear Browsing Data dialog explaining to the user tha t clearing media licenses will result in the user being unable to play some prem ium content">
94 You may lose access to premium content from some sites.
95 </message>
96 <message name="IDS_DEL_MEDIA_LICENSES_COUNTER_SITE_COMMENT" desc="A mess age shown 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 conten t from at least one specific web site">
97 You may lose access to premium content from <ph name="SITE">$1<ex>youtu be.com</ex></ph> and some other sites.
98 </message>
99 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698