Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <grit-part> | 2 <grit-part> |
| 3 | 3 |
|
msramek
2017/01/10 10:23:02
style: Unnecessary empty line.
dullweber
2017/01/10 13:18:35
Done.
| |
| 4 <!-- Clear Browsing Data counters--> | 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."> | 5 <message name="IDS_CLEAR_BROWSING_DATA_CALCULATING" desc="A text that is shown while the data volume is being counted."> |
| 6 Calculating... | 6 Calculating... |
| 7 </message> | 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."> | 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 | 9 unknown size |
| 10 </message> | 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."> | 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 | 12 unknown amount |
| 13 </message> | 13 </message> |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 63 =1 {1 other} | 63 =1 {1 other} |
| 64 other {# others}} | 64 other {# others}} |
| 65 </message> | 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."> | 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> | 67 <ph name="TYPE_1">$1<ex>2 credit cards</ex></ph>, <ph name="TYPE_2">$2<ex>1 address</ex></ph> |
| 68 </message> | 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."> | 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> | 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> | 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."> | 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. | 73 {COUNT, plural, |
| 74 =0 {No cookies} | |
| 75 =1 {1 site uses cookies. } | |
| 76 other {# sites use cookies. }} | |
| 77 Cookies keep you signed in to your favorite sites. | |
| 74 </message> | 78 </message> |
| 75 <message name="IDS_DEL_DOWNLOADS_COUNTER" desc="A counter showing how many ite ms of downloads history the user has."> | 79 <message name="IDS_DEL_DOWNLOADS_COUNTER" desc="A counter showing how many ite ms of downloads history the user has."> |
| 76 {COUNT, plural, | 80 {COUNT, plural, |
| 77 =0 {none} | 81 =0 {none} |
| 78 =1 {1 item} | 82 =1 {1 item} |
| 79 other {# items}} | 83 other {# items}} |
| 80 </message> | 84 </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."> | 85 <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, | 86 {COUNT, plural, |
| 83 =0 {none} | 87 =0 {none} |
| 84 =1 {1 app ($1)} | 88 =1 {1 app ($1)} |
| 85 =2 {2 apps ($1, $2)} | 89 =2 {2 apps ($1, $2)} |
| 86 other {# apps ($1, $2, $3)}} | 90 other {# apps ($1, $2, $3)}} |
| 87 </message> | 91 </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'"> | 92 <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, | 93 {COUNT, plural, |
| 90 =1 {and 1 more} | 94 =1 {and 1 more} |
| 91 other {and # more}} | 95 other {and # more}} |
| 92 </message> | 96 </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"> | 97 <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. | 98 You may lose access to premium content from some sites. |
| 95 </message> | 99 </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"> | 100 <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. | 101 You may lose access to premium content from <ph name="SITE">$1<ex>youtube.c om</ex></ph> and some other sites. |
| 98 </message> | 102 </message> |
| 99 </grit-part> | 103 </grit-part> |
| OLD | NEW |