-
Notifications
You must be signed in to change notification settings - Fork 94
/
Resources.resx
522 lines (504 loc) · 20 KB
/
Resources.resx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ABOUT" xml:space="preserve">
<value>About...</value>
</data>
<data name="ADDITIONAL_ARGS" xml:space="preserve">
<value>Additional Arguments</value>
</data>
<data name="APPTITLE" xml:space="preserve">
<value>OpenTrace</value>
</data>
<data name="ASK_ADD_ICMP_FIREWALL_RULE" xml:space="preserve">
<value>NextTrace needs certain types (11 and 3) of ICMP messages to fully trace routes. But Windows firewall blocks these ICMP by default, causing only the last hop to be displayed.
Would you like to add a firewall rule to allow needed ICMP for NextTrace?</value>
</data>
<data name="AUTO_DETECT" xml:space="preserve">
<value>(Auto Detect)</value>
</data>
<data name="AVRG" xml:space="preserve">
<value>Avg.</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="baiduMap" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\javascript\baiduMap.js;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
<data name="BEST" xml:space="preserve">
<value>Best</value>
</data>
<data name="CANCEL" xml:space="preserve">
<value>Cancel</value>
</data>
<data name="CHUNZHEN_ENDPOINT" xml:space="preserve">
<value>CHUNZHEN Endpoint</value>
</data>
<data name="CLOSE" xml:space="preserve">
<value>Close</value>
</data>
<data name="COMBINE_GEO_ORG" xml:space="preserve">
<value>Combine Geography and Organization into a single column</value>
</data>
<data name="COPY" xml:space="preserve">
<value>Copy </value>
</data>
<data name="CUSTOM_DNS_RESOLVERS" xml:space="preserve">
<value>Custom DNS Resolvers
(DNS / DoH Supported)</value>
</data>
<data name="DISABLE_IPGEO" xml:space="preserve">
<value>Disabled</value>
</data>
<data name="DST_PORT_INIT_SEQ" xml:space="preserve">
<value>Destination port / Initial seq</value>
</data>
<data name="EMPTY_HOSTNAME_MSGBOX" xml:space="preserve">
<value>Host or IP cannot be empty</value>
</data>
<data name="ENABLE_IP2REGION" xml:space="preserve">
<value>Enable offline database Ip2region (ip2region.db)</value>
</data>
<data name="ENABLE_IPINFOLOCAL" xml:space="preserve">
<value>Enable offline database IPInfo (ipinfoLocal.mmdb)</value>
</data>
<data name="ERR_MSG" xml:space="preserve">
<value>Error Message</value>
</data>
<data name="ERR_WRITING_SETTINGS" xml:space="preserve">
<value>Error writing app settings.</value>
</data>
<data name="EXCEPTIONAL_EXIT_MSG" xml:space="preserve">
<value>NextTrace process exited unexpectedly. Please refer to the error message to learn more and report this issue to us. Exit Code: </value>
</data>
<data name="EXC_OUTPUT_FORM_PROMPT" xml:space="preserve">
<value>NextTrace generated one or more unexpected outputs during runtime. Please check the output below for troubleshooting. You can refer to the NextTrace Wiki to see if there is already an answer; if you cannot find the answer, please report it to us.</value>
</data>
<data name="EXC_OUTPUT_FORM_REPORT" xml:space="preserve">
<value>Report this issue</value>
</data>
<data name="EXC_OUTPUT_FORM_TITLE" xml:space="preserve">
<value>Unexpected Output</value>
</data>
<data name="EXE_PATH" xml:space="preserve">
<value>Executable Path</value>
</data>
<data name="EXPORT" xml:space="preserve">
<value>Export</value>
</data>
<data name="EXPORT_TO" xml:space="preserve">
<value>Export To</value>
</data>
<data name="FAILED_TO_ADD_RULES" xml:space="preserve">
<value>Failed to add firewall rules.</value>
</data>
<data name="FILE" xml:space="preserve">
<value>File</value>
</data>
<data name="FIRST_TTL_HOP" xml:space="preserve">
<value>First TTL Hop</value>
</data>
<data name="GENERAL" xml:space="preserve">
<value>General</value>
</data>
<data name="GEOLOCATION" xml:space="preserve">
<value>Geolocation</value>
</data>
<data name="googleMap" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\javascript\googleMap.js;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
<data name="GRID_SIZE_RATIO" xml:space="preserve">
<value>Grid Height Ratio</value>
</data>
<data name="HELP" xml:space="preserve">
<value>Help</value>
</data>
<data name="HIDE_ADD_FIREWALL_PROMPT" xml:space="preserve">
<value>Hide the prompt to add firewall rules</value>
</data>
<data name="HIDE_MAP_POPUP" xml:space="preserve">
<value>Hide the map's info windows</value>
</data>
<data name="HISTORY" xml:space="preserve">
<value>History</value>
</data>
<data name="HOSTNAME" xml:space="preserve">
<value>Hostname</value>
</data>
<data name="IPINFO_TOKEN" xml:space="preserve">
<value>IPInfo Token (Optional)</value>
</data>
<data name="IP_GEO_DATA_PROVIDER" xml:space="preserve">
<value>IP Geograph Data Provider</value>
</data>
<data name="LANGUAGE" xml:space="preserve">
<value>Language (语言)</value>
</data>
<data name="LAST" xml:space="preserve">
<value>Last</value>
</data>
<data name="LEOMOEAPI_HOSTPORT" xml:space="preserve">
<value>LeoMoeAPI Reverse Proxy</value>
</data>
<data name="LINKLOCAL_ADDR" xml:space="preserve">
<value>Link-local Address</value>
</data>
<data name="LOCAL_MMDB" xml:space="preserve">
<value>Local MMDB Overwrite</value>
</data>
<data name="LOCAL_MMDB_ADDR" xml:space="preserve">
<value>Address Template</value>
</data>
<data name="LOCAL_MMDB_ASN" xml:space="preserve">
<value>ASN Template</value>
</data>
<data name="LOCAL_MMDB_HOSTNAME" xml:space="preserve">
<value>Hostname Template</value>
</data>
<data name="LOCAL_MMDB_LAT" xml:space="preserve">
<value>Latitude Template</value>
</data>
<data name="LOCAL_MMDB_LON" xml:space="preserve">
<value>Longitude Template</value>
</data>
<data name="LOCAL_MMDB_ORG" xml:space="preserve">
<value>Organization Template</value>
</data>
<data name="LOCAL_MMDB_PATH" xml:space="preserve">
<value>Local MMDB Path</value>
</data>
<data name="LOCAL_MMDB_PRESETS" xml:space="preserve">
<value>Presets</value>
</data>
<data name="LOCAL_MMDB_PREVIEW" xml:space="preserve">
<value>Preview MMDB File</value>
</data>
<data name="LOCAL_MMDB_PREVIEW_IP" xml:space="preserve">
<value>Preview MMDB IP</value>
</data>
<data name="LOCAL_MMDB_SELECT" xml:space="preserve">
<value>Select MMDB File</value>
</data>
<data name="LOCAL_MMDB_TIPS" xml:space="preserve">
<value>Use MMDB query result overwrite original result
Leave empty to avoid overwrite field
Template Example: {.country}-{.city}</value>
</data>
<data name="LOOPBACK_ADDR" xml:space="preserve">
<value>Loopback Address</value>
</data>
<data name="LOSS" xml:space="preserve">
<value>Loss%</value>
</data>
<data name="MAP_PROVIDER" xml:space="preserve">
<value>Map Provider</value>
</data>
<data name="MAP_PROVIDER_BAIDU" xml:space="preserve">
<value>Baidu Maps</value>
</data>
<data name="MAP_PROVIDER_GOOGLE" xml:space="preserve">
<value>Google Maps</value>
</data>
<data name="MAP_PROVIDER_OSM" xml:space="preserve">
<value>OpenStreetMap</value>
</data>
<data name="MAX_HOPS" xml:space="preserve">
<value>Max Hops</value>
</data>
<data name="MISSING_COMP" xml:space="preserve">
<value>Missing Component</value>
</data>
<data name="MISSING_COMP_TEXT" xml:space="preserve">
<value>OpenTrace requires the NextTrace utility to function properly. This executable is currently missing.
NextTrace can be placed in either:
1. The same directory as the OpenTrace executable
OR
2. A directory included in your system's PATH environment variable
Would you like to download the NextTrace utility now?</value>
</data>
<data name="MISSING_COMP_TEXT_MACOS" xml:space="preserve">
<value>OpenTrace requires the NextTrace utility to function properly. This executable is currently missing.
Please download NextTrace and set the permissions as follows:
sudo xattr -r -d com.apple.quarantine /path/to/nexttrace
sudo chown root:admin /path/to/nexttrace
sudo chmod +sx /path/to/nexttrace
And specify the path in the settings.
Would you like to download the NextTrace utility now?</value>
</data>
<data name="MISSING_COMP_PRIV_MACOS" xml:space="preserve">
<value>OpenTrace requires privileges to perform TCP/UDP trace.
Please set the permissions of NextTrace as follows:
sudo xattr -r -d com.apple.quarantine /path/to/nexttrace
sudo chown root:admin /path/to/nexttrace
sudo chmod +sx /path/to/nexttrace</value>
</data>
<data name="MISSING_PRIV_MACOS" xml:space="preserve">
<value>OpenTrace requires privileges to perform TCP/UDP trace</value>
</data>
<data name="MISSING_SPECIFIED_COMP" xml:space="preserve">
<value>NextTrace could not be found in "{0}".</value>
</data>
<data name="MTR_MODE" xml:space="preserve">
<value>MTR Mode</value>
</data>
<data name="NAME_NOT_RESOLVED" xml:space="preserve">
<value>Could not find host {0}. Please check the name and try again.</value>
</data>
<data name="NEW" xml:space="preserve">
<value>New</value>
</data>
<data name="NEW_WINDOW_TEXT" xml:space="preserve">
<value>Create a new OpenTrace window.</value>
</data>
<data name="NEXTTRACE_PROXY" xml:space="preserve">
<value>Proxy</value>
</data>
<data name="RDNS_MODE" xml:space="preserve">
<value>Reverse DNS Lookup Mode</value>
</data>
<data name="ORGANIZATION" xml:space="preserve">
<value>Organization</value>
</data>
<data name="OTHER_DATABASE_TIPS" xml:space="preserve">
<value>Some data sources can only be selected after setting up an API endpoint/token.
To use an offline database, please refer to the NextTrace documentation to set it up.</value>
</data>
<data name="PACKET_GROUP_INTERVAL" xml:space="preserve">
<value>Packet Group Interval</value>
<comment>--ttl-time</comment>
</data>
<data name="PACKET_INTERVAL" xml:space="preserve">
<value>Packet Interval</value>
<comment>--send-time</comment>
</data>
<data name="PARALLEL_REQ" xml:space="preserve">
<value>Parallel Requests</value>
</data>
<data name="POW_PROVIDER" xml:space="preserve">
<value>LeoMoeAPI PoW Provider</value>
</data>
<data name="POW_PROVIDER_LEOMOE" xml:space="preserve">
<value>api.leo.moe (Default)</value>
</data>
<data name="POW_PROVIDER_SAKURA" xml:space="preserve">
<value>Nya Labs (China Mainland Optimized)</value>
</data>
<data name="PREFERENCES" xml:space="preserve">
<value>Preferences</value>
</data>
<data name="PRIVATE_ADDR" xml:space="preserve">
<value>Private Address (LAN)</value>
</data>
<data name="PROTOCOL_FOR_TRACEROUTING" xml:space="preserve">
<value>Protocol for tracerouting</value>
</data>
<data name="QUERIES_SETTING" xml:space="preserve">
<value>Queries (probes per each hop)</value>
</data>
<data name="QUIT" xml:space="preserve">
<value>Quit</value>
</data>
<data name="RECV" xml:space="preserve">
<value>Recv</value>
</data>
<data name="RESTART_TO_APPLY" xml:space="preserve">
<value>Some settings will not be applied before the application is restarted</value>
</data>
<data name="SAVE" xml:space="preserve">
<value>Save</value>
</data>
<data name="SELECT_IP_DROPDOWN" xml:space="preserve">
<value>Select an IP</value>
</data>
<data name="SELECT_IP_MSGBOX" xml:space="preserve">
<value>Please select an IP from the dropdown.</value>
</data>
<data name="SENT" xml:space="preserve">
<value>Sent</value>
</data>
<data name="SHARED_ADDR" xml:space="preserve">
<value>Shared Address</value>
</data>
<data name="SRC_ADDR_SETTING" xml:space="preserve">
<value>Source Address</value>
</data>
<data name="SRC_INTERFACE_SETTING" xml:space="preserve">
<value>Source Interface</value>
</data>
<data name="START" xml:space="preserve">
<value>Start</value>
</data>
<data name="STDEV" xml:space="preserve">
<value>Std. Dev.</value>
</data>
<data name="STOP" xml:space="preserve">
<value>Stop</value>
</data>
<data name="SYSTEM_DNS_RESOLVER" xml:space="preserve">
<value>System DNS</value>
</data>
<data name="TIME_MS" xml:space="preserve">
<value>Time(ms)</value>
</data>
<data name="TIME_ROUNDING" xml:space="preserve">
<value>Round hop latency to whole number</value>
</data>
<data name="TRACEROUTING" xml:space="preserve">
<value>Tracerouting</value>
</data>
<data name="WINDOWS_TCP_UDP_UNSUPPORTED" xml:space="preserve">
<value>TCP/UDP Traceroute is not yet supported on Windows.</value>
</data>
<data name="WORST" xml:space="preserve">
<value>Worst</value>
</data>
<data name="MACOS_QUARANTINE" xml:space="preserve">
<value>OpenTrace is quarantined by macOS, something may be inoperative.
Please release OpenTrace as follows:
sudo xattr -r -d com.apple.quarantine <drag and drop OpenTrace here>
And restart OpenTrace after execution.</value>
</data>
<data name="HOMEPAGE" xml:space="preserve">
<value>Homepage</value>
</data>
<data name="RDNS_MODE_ALWAYS" xml:space="preserve">
<value>Attempt to Retrieve Full rDNS</value>
</data>
<data name="RDNS_MODE_DEFAULT" xml:space="preserve">
<value>Fast rDNS (Default)</value>
</data>
<data name="RDNS_MODE_DISABLE" xml:space="preserve">
<value>Disable rDNS Query</value>
</data>
<data name="CHECK_UPDATE_ON_STARTUP" xml:space="preserve">
<value>Check update on startup</value>
</data>
<data name="DOWNLOAD_LATEST" xml:space="preserve">
<value>Download latest OpenTrace</value>
</data>
<data name="UPDATE_AVAILABLE" xml:space="preserve">
<value>(Version {0} now available. Download it from the Help menu.)</value>
</data>
<data name="PRIVACY_MASKING" xml:space="preserve">
<value>Privacy Masking</value>
</data>
<data name="PRIVACY_MASKING_ALL" xml:space="preserve">
<value>hops by masking all info</value>
</data>
<data name="PRIVACY_MASKING_DESCR" xml:space="preserve">
<value>Protect the first</value>
</data>
<data name="PRIVACY_MASKING_IP_FULL" xml:space="preserve">
<value>hops by fully masking IP</value>
</data>
<data name="PRIVACY_MASKING_IP_GEO" xml:space="preserve">
<value>hops by masking IP and Geo</value>
</data>
<data name="PRIVACY_MASKING_IP_HALF" xml:space="preserve">
<value>hops by partially masking IP</value>
</data>
</root>