Chromium Code Reviews| 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 2225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2236 </message> | 2236 </message> |
| 2237 <message name="IDS_HELP_CONTEXT_INCOGNITO_LEARN_MORE" translateable="false "> | 2237 <message name="IDS_HELP_CONTEXT_INCOGNITO_LEARN_MORE" translateable="false "> |
| 2238 chrome_incognito | 2238 chrome_incognito |
| 2239 </message> | 2239 </message> |
| 2240 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> | 2240 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> |
| 2241 send_crash_report | 2241 send_crash_report |
| 2242 </message> | 2242 </message> |
| 2243 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> | 2243 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> |
| 2244 mobile_awsnap | 2244 mobile_awsnap |
| 2245 </message> | 2245 </message> |
| 2246 | |
| 2247 <!-- Client certificate selection failure strings. --> | |
| 2248 <message name="IDS_CLIENT_CERT_UNSUPPORTED_TITLE" desc="Title of a dialog box for when the operating system does not support client certificate selection" > | |
|
newt (away)
2015/09/09 20:39:15
Could you add a little more context around the wor
| |
| 2249 Unable to select certificate. | |
| 2250 </message> | |
| 2251 <message name="IDS_CLIENT_CERT_UNSUPPORTED_MESSAGE" desc="The message in a dialog box for when the operating system does not support client certificate se lection"> | |
| 2252 Client side certificate selection is not supported by the operating syst em. | |
| 2253 </message> | |
| 2254 | |
| 2246 </messages> | 2255 </messages> |
| 2247 </release> | 2256 </release> |
| 2248 </grit> | 2257 </grit> |
| OLD | NEW |