forked from libxzr/FastbootEnhance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResources.resx
483 lines (472 loc) · 19.1 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
<?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="app_name" xml:space="preserve">
<value>Fastboot Enhance</value>
</data>
<data name="author" xml:space="preserve">
<value>Author: LibXZR @ akr-developers.com</value>
</data>
<data name="disabled" xml:space="preserve">
<value>Disabled</value>
</data>
<data name="enabled" xml:space="preserve">
<value>Enabled</value>
</data>
<data name="error" xml:space="preserve">
<value>Error</value>
</data>
<data name="fastboot_0_size" xml:space="preserve">
<value>Unknown</value>
</data>
<data name="fastboot_basic_prop" xml:space="preserve">
<value>Basic Properties</value>
</data>
<data name="fastboot_cancel_update" xml:space="preserve">
<value>Cancel pending update</value>
</data>
<data name="fastboot_choose_device" xml:space="preserve">
<value>Double click to choose the target device:</value>
</data>
<data name="fastboot_cow_exist_str0" xml:space="preserve">
<value>Virtual A/B temporary partitions exist</value>
</data>
<data name="fastboot_cow_exist_str1" xml:space="preserve">
<value>The temporary partitions created during the Virtual A/B system update exist in the device, forcing it to continue may cause the flashing to fail due to insufficient space in the super partition, and thus brick the device.</value>
</data>
<data name="fastboot_cow_exist_str2" xml:space="preserve">
<value>( You can manually delete the temporary partitions ending in "cow" to resolve this warning if the Virtual A/B update is not in progress )</value>
</data>
<data name="fastboot_cow_exist_str3" xml:space="preserve">
<value>Would you like to continue?</value>
</data>
<data name="fastboot_create_dynamic_partition" xml:space="preserve">
<value>Create new logical partition</value>
</data>
<data name="fastboot_current_device" xml:space="preserve">
<value>Current Device: </value>
</data>
<data name="fastboot_current_slot" xml:space="preserve">
<value>Current Slot</value>
</data>
<data name="fastboot_device" xml:space="preserve">
<value>Device</value>
</data>
<data name="fastboot_device_name" xml:space="preserve">
<value>Device Name</value>
</data>
<data name="fastboot_device_not_exist" xml:space="preserve">
<value>Target device is not exist</value>
</data>
<data name="fastboot_enhance" xml:space="preserve">
<value>Fastboot Visualization</value>
</data>
<data name="fastboot_expand_dynamic_partition" xml:space="preserve">
<value>Expand logical partition</value>
</data>
<data name="fastboot_filter_by_partition_name" xml:space="preserve">
<value>Filter by name:</value>
</data>
<data name="fastboot_flash_payload" xml:space="preserve">
<value>Flash Payload.bin</value>
</data>
<data name="fastboot_ignore_unknown" xml:space="preserve">
<value>Ignore Unknown Partitions</value>
</data>
<data name="fastboot_is_userspace" xml:space="preserve">
<value>In Fastbootd</value>
</data>
<data name="fastboot_not_support_multiselect" xml:space="preserve">
<value>This operation does not allow multiple partitions to be selected.</value>
</data>
<data name="fastboot_only_logical" xml:space="preserve">
<value>This operation is only supported for logical partitions.</value>
</data>
<data name="fastboot_partition_action" xml:space="preserve">
<value>Actions</value>
</data>
<data name="fastboot_partition_action_create" xml:space="preserve">
<value>Create</value>
</data>
<data name="fastboot_partition_action_delete" xml:space="preserve">
<value>Delete</value>
</data>
<data name="fastboot_partition_action_erase" xml:space="preserve">
<value>Erase</value>
</data>
<data name="fastboot_partition_action_flash" xml:space="preserve">
<value>Flash</value>
</data>
<data name="fastboot_partition_action_resize" xml:space="preserve">
<value>Resize</value>
</data>
<data name="fastboot_partition_is_dynamic" xml:space="preserve">
<value>is Logical</value>
</data>
<data name="fastboot_partition_name" xml:space="preserve">
<value>Name</value>
</data>
<data name="fastboot_partition_name_empty" xml:space="preserve">
<value>Partition name is empty.</value>
</data>
<data name="fastboot_partition_size" xml:space="preserve">
<value>Size</value>
</data>
<data name="fastboot_partition_size_b" xml:space="preserve">
<value>Size (B)</value>
</data>
<data name="fastboot_partition_size_empty" xml:space="preserve">
<value>Partition size is empty.</value>
</data>
<data name="fastboot_partition_size_invalid" xml:space="preserve">
<value>Invalid partition size.</value>
</data>
<data name="fastboot_partition_size_unable_shrink" xml:space="preserve">
<value>Unable to shrink a partition. You can delete and recreate it.</value>
</data>
<data name="fastboot_partition_table" xml:space="preserve">
<value>Partitions</value>
</data>
<data name="fastboot_prop_name" xml:space="preserve">
<value>Name</value>
</data>
<data name="fastboot_prop_value" xml:space="preserve">
<value>Value</value>
</data>
<data name="fastboot_reboot_bootloader" xml:space="preserve">
<value>Reboot to BootLoader</value>
</data>
<data name="fastboot_reboot_fastbootd" xml:space="preserve">
<value>Reboot to Fastbootd</value>
</data>
<data name="fastboot_reboot_recovery" xml:space="preserve">
<value>Reboot to Recovery</value>
</data>
<data name="fastboot_reboot_system" xml:space="preserve">
<value>Reboot to System</value>
</data>
<data name="fastboot_remove_device" xml:space="preserve">
<value>Disconnect</value>
</data>
<data name="fastboot_seamless_update" xml:space="preserve">
<value>Seamless Update</value>
</data>
<data name="fastboot_secure_boot" xml:space="preserve">
<value>Secure Boot</value>
</data>
<data name="fastboot_serial_num" xml:space="preserve">
<value>Serial Number</value>
</data>
<data name="fastboot_setactive_a" xml:space="preserve">
<value>Activate Slot A</value>
</data>
<data name="fastboot_setactive_b" xml:space="preserve">
<value>Activate Slot B</value>
</data>
<data name="fastboot_show_logs" xml:space="preserve">
<value>Show logs</value>
</data>
<data name="fastboot_target_partition_not_selected" xml:space="preserve">
<value>Target partition not yet selected.</value>
</data>
<data name="fastboot_unknown_partition_str0" xml:space="preserve">
<value>The following partitions to flash may be unknown:</value>
</data>
<data name="fastboot_unknown_partition_str1" xml:space="preserve">
<value>You can check the "Ignore unknown partitions" checkbox to disable this warning, the presence of unknown partitions does not mean that the flashing will fail or the device will brick.</value>
</data>
<data name="fastboot_unknown_partition_str2" xml:space="preserve">
<value>You may need to reboot to fastbootd mode.</value>
</data>
<data name="fastboot_update_status" xml:space="preserve">
<value>System Update Status</value>
</data>
<data name="fastboot_update_status_merging" xml:space="preserve">
<value>Merging</value>
</data>
<data name="fastboot_update_status_none" xml:space="preserve">
<value>None</value>
</data>
<data name="fastboot_update_status_snapshotted" xml:space="preserve">
<value>Snapshotted</value>
</data>
<data name="fastboot_vab_staging_str0" xml:space="preserve">
<value>System update is in progress</value>
</data>
<data name="fastboot_vab_staging_str1" xml:space="preserve">
<value>The device is in the process of system update, forcing the operation may brick the device.</value>
</data>
<data name="fastboot_vab_staging_str2" xml:space="preserve">
<value>( You can reboot the device to the system and wait a while until the update process is complete )</value>
</data>
<data name="fastboot_vab_staging_str3" xml:space="preserve">
<value>Would you like to continue?</value>
</data>
<data name="fastboot_vbmeta_disable_verify" xml:space="preserve">
<value>Would you like to disable the verification in vbmeta?</value>
</data>
<data name="fastboot_vbmeta_disable_verify_title" xml:space="preserve">
<value>Disable verification</value>
</data>
<data name="logger" xml:space="preserve">
<value>Logger</value>
</data>
<data name="no" xml:space="preserve">
<value>No</value>
</data>
<data name="ok" xml:space="preserve">
<value>OK</value>
</data>
<data name="open_source" xml:space="preserve">
<value>Opensource</value>
</data>
<data name="operation_completed" xml:space="preserve">
<value>Operation completed</value>
</data>
<data name="operation_not_supported" xml:space="preserve">
<value>Operation is not supported.</value>
</data>
<data name="payload_basic_properties" xml:space="preserve">
<value>Basic Properties</value>
</data>
<data name="payload_blocksize" xml:space="preserve">
<value>Blocksize</value>
</data>
<data name="payload_browse" xml:space="preserve">
<value>Browse</value>
</data>
<data name="payload_current_file" xml:space="preserve">
<value>Current file: </value>
</data>
<data name="payload_data_size" xml:space="preserve">
<value>Data Blobs Size</value>
</data>
<data name="payload_dumper" xml:space="preserve">
<value>Payload Dumper</value>
</data>
<data name="payload_dynamic_partition_metadata" xml:space="preserve">
<value>Dynamic Partition Metadata</value>
</data>
<data name="payload_error_occur" xml:space="preserve">
<value>An error has occurred.</value>
</data>
<data name="payload_extract_ignore_unknown" xml:space="preserve">
<value>Ignore unknown operations</value>
</data>
<data name="payload_extract_ignore_verify" xml:space="preserve">
<value>Ignore checksum</value>
</data>
<data name="payload_extract_image" xml:space="preserve">
<value>Extract Image</value>
</data>
<data name="payload_extract_incremental" xml:space="preserve">
<value>Allow incremental</value>
</data>
<data name="payload_extract_options" xml:space="preserve">
<value>Extracting options</value>
</data>
<data name="payload_full_package" xml:space="preserve">
<value>Full Package</value>
</data>
<data name="payload_incremental_warning" xml:space="preserve">
<value>Unable to extract images from an incremental package.</value>
</data>
<data name="payload_manifest_size" xml:space="preserve">
<value>Manifest Size</value>
</data>
<data name="payload_metadata_signature" xml:space="preserve">
<value>Metadata Signatures (Base64)</value>
</data>
<data name="payload_metadata_signature_size" xml:space="preserve">
<value>Metadata Signatures Size</value>
</data>
<data name="payload_no_dynamic_metadata" xml:space="preserve">
<value>No dynamic partition metadata</value>
</data>
<data name="payload_no_file_str" xml:space="preserve">
<value>No payload has been specified, click the button browse, or drag in a file.</value>
</data>
<data name="payload_partitions" xml:space="preserve">
<value>Partitions</value>
</data>
<data name="payload_partitions_filter_by_name" xml:space="preserve">
<value>Filter by name:</value>
</data>
<data name="payload_partitions_hash" xml:space="preserve">
<value>Checksum (Base64)</value>
</data>
<data name="payload_partitions_name" xml:space="preserve">
<value>Name</value>
</data>
<data name="payload_partitions_size" xml:space="preserve">
<value>Size</value>
</data>
<data name="payload_partition_group_include" xml:space="preserve">
<value>Partitions Included: </value>
</data>
<data name="payload_partition_group_name" xml:space="preserve">
<value>Partition Group Name: </value>
</data>
<data name="payload_partition_group_size" xml:space="preserve">
<value>Partition Group Size: </value>
</data>
<data name="payload_property_name" xml:space="preserve">
<value>Name</value>
</data>
<data name="payload_property_value" xml:space="preserve">
<value>Value</value>
</data>
<data name="payload_remove_file" xml:space="preserve">
<value>Remove</value>
</data>
<data name="payload_signature" xml:space="preserve">
<value>Signatures (Base64)</value>
</data>
<data name="payload_signature_size" xml:space="preserve">
<value>Signatures Size</value>
</data>
<data name="payload_snapshot_enabled" xml:space="preserve">
<value>Snapshot enabled: </value>
</data>
<data name="payload_target_partition_not_selected" xml:space="preserve">
<value>Target partitions to extract not yet selected.</value>
</data>
<data name="payload_timestamp" xml:space="preserve">
<value>Timestamp</value>
</data>
<data name="payload_unable_drop_multifile" xml:space="preserve">
<value>Unable to drop multiple files.</value>
</data>
<data name="payload_unsupported_format" xml:space="preserve">
<value>Incompatible file format.</value>
</data>
<data name="payload_version" xml:space="preserve">
<value>Payload Version</value>
</data>
<data name="program_already_running" xml:space="preserve">
<value>The program is already running</value>
</data>
<data name="release_at" xml:space="preserve">
<value>Release at www.akr-developers.com</value>
</data>
<data name="select_save_path" xml:space="preserve">
<value>Select the path to save</value>
</data>
<data name="unknown" xml:space="preserve">
<value>Unknown</value>
</data>
<data name="visit_thread" xml:space="preserve">
<value>Thread</value>
</data>
<data name="yes" xml:space="preserve">
<value>Yes</value>
</data>
</root>