| 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 2168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2179 </message> | 2179 </message> |
| 2180 <message name="IDS_HELP_CONTEXT_DATA_REDUCTION" translateable="false"> | 2180 <message name="IDS_HELP_CONTEXT_DATA_REDUCTION" translateable="false"> |
| 2181 reduce_data_usage | 2181 reduce_data_usage |
| 2182 </message> | 2182 </message> |
| 2183 <message name="IDS_HELP_CONTEXT_INCOGNITO_LEARN_MORE" translateable="false
"> | 2183 <message name="IDS_HELP_CONTEXT_INCOGNITO_LEARN_MORE" translateable="false
"> |
| 2184 chrome_incognito | 2184 chrome_incognito |
| 2185 </message> | 2185 </message> |
| 2186 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> | 2186 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> |
| 2187 send_crash_report | 2187 send_crash_report |
| 2188 </message> | 2188 </message> |
| 2189 |
| 2190 <!-- Reset data dialog for child account setup --> |
| 2191 <!-- TODO(bauerb): Replace with real strings --> |
| 2192 <message name="IDS_RESET_DATA_DIALOG_TITLE" desc="Title for the dialog tha
t asks the user whether they want to reset all data as part of the child account
setup flow." translateable="false"> |
| 2193 Hodor Hodor? |
| 2194 </message> |
| 2195 <message name="IDS_RESET_DATA_DIALOG_RESET_BUTTON" desc="Title for the but
ton to reset all data as part of the child account setup flow." translateable="f
alse"> |
| 2196 Hodor |
| 2197 </message> |
| 2198 <message name="IDS_RESET_DATA_DIALOG_KEEP_BUTTON" desc="Title for the butt
on to keep data as part of the child account setup flow." translateable="false"> |
| 2199 Hodor |
| 2200 </message> |
| 2189 </messages> | 2201 </messages> |
| 2190 </release> | 2202 </release> |
| 2191 </grit> | 2203 </grit> |
| OLD | NEW |