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

Side by Side Diff: components/browsing_data_strings.grdp

Issue 2935443003: Properly construct 'less than' sentences (Closed)
Patch Set: remove else Created 3 years, 6 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/browser/browsing_data/browsing_data_counter_utils_unittest.cc ('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 <!-- 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}
11 other {# items}} 11 other {# items}}
12 </message> 12 </message>
13 <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."> 13 <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.">
14 {COUNT, plural, 14 {COUNT, plural,
15 =0 {At least 1 item on synced devices} 15 =0 {At least 1 item on synced devices}
16 =1 {1 item (and more on synced devices)} 16 =1 {1 item (and more on synced devices)}
17 other {# items (and more on synced devices)}} 17 other {# items (and more on synced devices)}}
18 </message> 18 </message>
19 <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 ."> 19 <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 .">
20 Less than <ph name="UPPER_ESTIMATE">$1<ex>328 MB</ex></ph> 20 Less than <ph name="UPPER_ESTIMATE">$1<ex>328 MB</ex></ph>
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_ALMOST_EMPTY_BASIC" desc="Text showing th at the user has less than 1 MB of data. It will be included in the sentence 'Fre es up $1.'"> 25 <message name="IDS_DEL_CACHE_COUNTER_BASIC" desc="A counter showing the size o f the users's cache including 'x MB' as $1 and explaining that the cache is used to speed up the loading of websites.">
26 less than 1 MB 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_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."> 28 <message name="IDS_DEL_CACHE_COUNTER_UPPER_ESTIMATE_BASIC" desc="A counter sho wing an upper estimate of the size of the users's cache including 'x MB' as $1 a nd explaining that the cache is used to speed up the loading of websites.">
msramek 2017/06/09 14:15:10 The translation console will show a [SIZE] placeho
29 Frees up <ph name="SIZE">$1<ex>328 MB</ex></ph>. Some sites may load more sl owly on your next visit. 29 Frees up less than <ph name="SIZE">$1<ex>328 MB</ex></ph>. Some sites may lo ad more slowly on your next visit.
30 </message>
31 <message name="IDS_DEL_CACHE_COUNTER_ALMOST_EMPTY_BASIC" desc="A counter showi ng that the user's cache is almost empty and explaining that the cache is used t o speed up the loading of websites.">
32 Frees up less than 1 MB. Some sites may load more slowly on your next visit.
30 </message> 33 </message>
31 <message name="IDS_DEL_PASSWORDS_COUNTER" desc="A counter showing how many pas swords the user has."> 34 <message name="IDS_DEL_PASSWORDS_COUNTER" desc="A counter showing how many pas swords the user has.">
32 {COUNT, plural, 35 {COUNT, plural,
33 =0 {None} 36 =0 {None}
34 =1 {1 password} 37 =1 {1 password}
35 other {# passwords}} 38 other {# passwords}}
36 </message> 39 </message>
37 <message name="IDS_DEL_PASSWORDS_COUNTER_SYNCED" desc="A counter showing how m any passwords the user has and that they are synced."> 40 <message name="IDS_DEL_PASSWORDS_COUNTER_SYNCED" desc="A counter showing how m any passwords the user has and that they are synced.">
38 {COUNT, plural, 41 {COUNT, plural,
39 =0 {None} 42 =0 {None}
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 =1 {and 1 more} 119 =1 {and 1 more}
117 other {and # more}} 120 other {and # more}}
118 </message> 121 </message>
119 <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 protected content"> 122 <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 protected content">
120 You may lose access to protected content from some sites. 123 You may lose access to protected content from some sites.
121 </message> 124 </message>
122 <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 protected content fr om at least one specific web site"> 125 <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 protected content fr om at least one specific web site">
123 You may lose access to protected content from <ph name="SITE">$1<ex>youtube .com</ex></ph> and some other sites. 126 You may lose access to protected content from <ph name="SITE">$1<ex>youtube .com</ex></ph> and some other sites.
124 </message> 127 </message>
125 </grit-part> 128 </grit-part>
OLDNEW
« no previous file with comments | « chrome/browser/browsing_data/browsing_data_counter_utils_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698