| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <root> | 2 <root> |
| 3 <!-- | 3 <!-- |
| 4 Microsoft ResX Schema | 4 Microsoft ResX Schema |
| 5 | 5 |
| 6 Version 2.0 | 6 Version 2.0 |
| 7 | 7 |
| 8 The primary goals of this format is to allow a simple XML format | 8 The primary goals of this format is to allow a simple XML format |
| 9 that is mostly human readable. The generation and parsing of the | 9 that is mostly human readable. The generation and parsing of the |
| 10 various data types are done through the TypeConverter classes | 10 various data types are done through the TypeConverter classes |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 <data name="WebServerStartFail" xml:space="preserve"> | 174 <data name="WebServerStartFail" xml:space="preserve"> |
| 175 <value>Warning: Failed to start web server. Is python.exe in PATH?</value> | 175 <value>Warning: Failed to start web server. Is python.exe in PATH?</value> |
| 176 </data> | 176 </data> |
| 177 <data name="WebServerStartMessage" xml:space="preserve"> | 177 <data name="WebServerStartMessage" xml:space="preserve"> |
| 178 <value>Launching web server...</value> | 178 <value>Launching web server...</value> |
| 179 </data> | 179 </data> |
| 180 <data name="WebServerStopMessage" xml:space="preserve"> | 180 <data name="WebServerStopMessage" xml:space="preserve"> |
| 181 <value>Killing web server...</value> | 181 <value>Killing web server...</value> |
| 182 </data> | 182 </data> |
| 183 </root> | 183 </root> |
| OLD | NEW |