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

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: Rebase 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...
7 </message>
8 <message name="IDS_CLEAR_BROWSING_DATA_UNKNOWN_SIZE" desc="A text that is show n when the data volume could not be calculated. This string refers to uncountabl e objects, such as cache.">
9 unknown size
10 </message>
11 <message name="IDS_CLEAR_BROWSING_DATA_UNKNOWN_AMOUNT" desc="A text that is sh own when the data volume could not be calculated. This string refers to countabl e 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 m any 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 showin g the user how many local items of browsing history they have, and informing the m that more items might be synced. In the case when COUNT is zero, the counter o nly 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 showing t hat the user has less than X megabytes of cache. The value X will be substituted .">
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 showing tha t 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 many pas swords 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 that th e user has no form data stored.">
39 none
40 </message>
41 <message name="IDS_DEL_AUTOFILL_COUNTER_CREDIT_CARDS" desc="A counter showing 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 showing 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 showing h ow 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 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'.">
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 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'.">
62 {COUNT, plural,
63 =1 {1 other}
64 other {# others}}
65 </message>
66 <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.">
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 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.">
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 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.">
73 This will sign you out of most websites.
74 </message>
75 <message name="IDS_DEL_DOWNLOADS_COUNTER" desc="A counter showing how many ite ms 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 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.">
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 message stan ds 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 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">
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 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">
97 You may lose access to premium content from <ph name="SITE">$1<ex>youtube.c om</ex></ph> and some other sites.
98 </message>
99 </grit-part>
OLDNEW
« no previous file with comments | « components/browsing_data/core/browsing_data_utils_unittest.cc ('k') | components/components_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698