| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <grit current_release="1" latest_public_release="0"> | 2 <grit current_release="1" latest_public_release="0"> |
| 3 <outputs> | 3 <outputs> |
| 4 <output filename="values-am/android_content_strings.xml" lang="am" type="and
roid" /> | 4 <output filename="values-am/android_content_strings.xml" lang="am" type="and
roid" /> |
| 5 <output filename="values-ar/android_content_strings.xml" lang="ar" type="and
roid" /> | 5 <output filename="values-ar/android_content_strings.xml" lang="ar" type="and
roid" /> |
| 6 <output filename="values-bg/android_content_strings.xml" lang="bg" type="and
roid" /> | 6 <output filename="values-bg/android_content_strings.xml" lang="bg" type="and
roid" /> |
| 7 <output filename="values-ca/android_content_strings.xml" lang="ca" type="and
roid" /> | 7 <output filename="values-ca/android_content_strings.xml" lang="ca" type="and
roid" /> |
| 8 <output filename="values-cs/android_content_strings.xml" lang="cs" type="and
roid" /> | 8 <output filename="values-cs/android_content_strings.xml" lang="cs" type="and
roid" /> |
| 9 <output filename="values-da/android_content_strings.xml" lang="da" type="and
roid" /> | 9 <output filename="values-da/android_content_strings.xml" lang="da" type="and
roid" /> |
| 10 <output filename="values-de/android_content_strings.xml" lang="de" type="and
roid" /> | 10 <output filename="values-de/android_content_strings.xml" lang="de" type="and
roid" /> |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 </message> | 191 </message> |
| 192 <message name="IDS_PROFILER_STOPPED_TOAST" desc="Toast notifying the user
that profiler results were written to a file"> | 192 <message name="IDS_PROFILER_STOPPED_TOAST" desc="Toast notifying the user
that profiler results were written to a file"> |
| 193 Profiler finished. Results are in <ph name="FILENAME">%1$s<ex>output.txt
</ex></ph>. | 193 Profiler finished. Results are in <ph name="FILENAME">%1$s<ex>output.txt
</ex></ph>. |
| 194 </message> | 194 </message> |
| 195 <message name="IDS_PROFILER_NO_STORAGE_TOAST" desc="Toast notifying the us
er that we can't start profiler because there's no external storage"> | 195 <message name="IDS_PROFILER_NO_STORAGE_TOAST" desc="Toast notifying the us
er that we can't start profiler because there's no external storage"> |
| 196 Can't start profiler because external storage is not ready | 196 Can't start profiler because external storage is not ready |
| 197 </message> | 197 </message> |
| 198 <message name="IDS_PROFILER_ERROR_TOAST" desc="Toast notifying the user th
at we failed to start profiler"> | 198 <message name="IDS_PROFILER_ERROR_TOAST" desc="Toast notifying the user th
at we failed to start profiler"> |
| 199 Failed to start profiler | 199 Failed to start profiler |
| 200 </message> | 200 </message> |
| 201 <message desc="Toast notifying the user that we copied to clipboard. [CHAR
-LIMIT=32]" name="IDS_COPY_TO_CLIPBOARD_SUCCESS_MESSAGE"> |
| 202 Copied to clipboard |
| 203 </message> |
| 201 </messages> | 204 </messages> |
| 202 </release> | 205 </release> |
| 203 </grit> | 206 </grit> |
| OLD | NEW |