| 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 2231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2242 </message> | 2242 </message> |
| 2243 | 2243 |
| 2244 <!-- Client certificate selection failure strings. --> | 2244 <!-- Client certificate selection failure strings. --> |
| 2245 <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"> | 2245 <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"> |
| 2246 Unable to select certificate. | 2246 Unable to select certificate. |
| 2247 </message> | 2247 </message> |
| 2248 <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"> | 2248 <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"> |
| 2249 Client side certificate selection is not supported by the operating syst
em. | 2249 Client side certificate selection is not supported by the operating syst
em. |
| 2250 </message> | 2250 </message> |
| 2251 | 2251 |
| 2252 <!-- Physical Web strings --> |
| 2253 <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="Description of q
uantity of discovered URLs nearby."> |
| 2254 {NUM_URLS, plural, |
| 2255 =1 {1 URL nearby} |
| 2256 other {# URLs nearby}} |
| 2257 </message> |
| 2252 </messages> | 2258 </messages> |
| 2253 </release> | 2259 </release> |
| 2254 </grit> | 2260 </grit> |
| OLD | NEW |