| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 |
| 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. | 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. |
| 4 | 4 |
| 5 FAQ: | 5 FAQ: |
| 6 - How do I add, change, or remove a string? | 6 - How do I add, change, or remove a string? |
| 7 Just update this file. | 7 Just update this file. |
| 8 - Translations will happen automatically?? | 8 - Translations will happen automatically?? |
| 9 Yes, indeed. Just add your string before the branch point and | 9 Yes, indeed. Just add your string before the branch point and |
| 10 make the description good. | 10 make the description good. |
| (...skipping 2261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2272 </message> | 2272 </message> |
| 2273 | 2273 |
| 2274 <!-- Client certificate selection failure strings. --> | 2274 <!-- Client certificate selection failure strings. --> |
| 2275 <message name="IDS_CLIENT_CERT_UNSUPPORTED_TITLE" desc="Title of a dialog
box for when the operating system does not support client SSL certificate select
ion"> | 2275 <message name="IDS_CLIENT_CERT_UNSUPPORTED_TITLE" desc="Title of a dialog
box for when the operating system does not support client SSL certificate select
ion"> |
| 2276 Unable to select certificate. | 2276 Unable to select certificate. |
| 2277 </message> | 2277 </message> |
| 2278 <message name="IDS_CLIENT_CERT_UNSUPPORTED_MESSAGE" desc="The message in a
dialog box for when the operating system does not support client SSL certificat
e selection"> | 2278 <message name="IDS_CLIENT_CERT_UNSUPPORTED_MESSAGE" desc="The message in a
dialog box for when the operating system does not support client SSL certificat
e selection"> |
| 2279 Client side certificate selection is not supported by the operating syst
em. | 2279 Client side certificate selection is not supported by the operating syst
em. |
| 2280 </message> | 2280 </message> |
| 2281 | 2281 |
| 2282 <!-- Physical Web strings --> |
| 2283 <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="Description of q
uantity of discovered URLs nearby."> |
| 2284 {NUM_URLS, plural, |
| 2285 =1 {1 URL nearby} |
| 2286 other {# URLs nearby}} |
| 2287 </message> |
| 2282 </messages> | 2288 </messages> |
| 2283 </release> | 2289 </release> |
| 2284 </grit> | 2290 </grit> |
| OLD | NEW |