-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAppResources.resx
492 lines (481 loc) · 20 KB
/
AppResources.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
<?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="AllowCaptureModeSetting" xml:space="preserve">
<value>AllowCaptureModeSetting</value>
</data>
<data name="AllowCaptureModeSetting_Description" xml:space="preserve">
<value>If true, the document scanner toolbar will display an item that allows the user to switch between automatic and manual camera triggering.</value>
</data>
<data name="AllowPageArrangement" xml:space="preserve">
<value>AllowPageArrangement</value>
</data>
<data name="AllowPageArrangement_Description" xml:space="preserve">
<value>If false, the bottom toolbar will hide the arrange page item.</value>
</data>
<data name="AllowPageCropping" xml:space="preserve">
<value>AllowPageCropping</value>
</data>
<data name="AllowPageCropping_Description" xml:space="preserve">
<value>If false, the bottom toolbar will hide the page cropping item.</value>
</data>
<data name="AllowPageFilter" xml:space="preserve">
<value>AllowPageFilter</value>
</data>
<data name="AllowPageFilter_Description" xml:space="preserve">
<value>If false, the bottom toolbar will hide the filter page item.</value>
</data>
<data name="AllowPageRotation" xml:space="preserve">
<value>AllowPageRotation</value>
</data>
<data name="AllowPageRotation_Description" xml:space="preserve">
<value>If false, the bottom toolbar will hide the rotate page item.</value>
</data>
<data name="amount_hint" xml:space="preserve">
<value>Amount</value>
</data>
<data name="amount_hint1" xml:space="preserve">
<value>Amount</value>
</data>
<data name="AutoCapture" xml:space="preserve">
<value>AutoCapture</value>
</data>
<data name="AutoCapture_Description" xml:space="preserve">
<value>If true, the camera will capture the image automatically at the right moment.</value>
</data>
<data name="AutoCrop" xml:space="preserve">
<value>AutoCrop</value>
</data>
<data name="AutoCrop_Description" xml:space="preserve">
<value>If true, image gets automatically cropped if document was detected. This applies only when importing images.</value>
</data>
<data name="automaticCapture" xml:space="preserve">
<value>Automatic capture</value>
</data>
<data name="BIC_hint" xml:space="preserve">
<value>BIC</value>
</data>
<data name="BIC_hint1" xml:space="preserve">
<value>BIC</value>
</data>
<data name="bottomBarBackground" xml:space="preserve">
<value>Bottom bar background</value>
</data>
<data name="bottomBarForeground" xml:space="preserve">
<value>Bottom bar foreground</value>
</data>
<data name="city_hint" xml:space="preserve">
<value>City</value>
</data>
<data name="city_hint1" xml:space="preserve">
<value>City</value>
</data>
<data name="ColorBottomBarBackground" xml:space="preserve">
<value>ColorBottomBarBackground</value>
</data>
<data name="ColorBottomBarBackground_Description" xml:space="preserve">
<value>Used to tint the bottom toolbar background of the image editing page.</value>
</data>
<data name="ColorBottomBarForeground" xml:space="preserve">
<value>ColorBottomBarForeground</value>
</data>
<data name="ColorBottomBarForeground_Description" xml:space="preserve">
<value>Used to tint the buttons within the bottom toolbar of the image editing page.</value>
</data>
<data name="ColorOnSecondary" xml:space="preserve">
<value>ColorOnSecondary</value>
</data>
<data name="ColorOnSecondary_Description" xml:space="preserve">
<value>Used to tint elements that reside on ColorSecondary, like the icon of the capture button.</value>
</data>
<data name="ColorPrimary" xml:space="preserve">
<value>ColorPrimary</value>
</data>
<data name="ColorPrimary_Description" xml:space="preserve">
<value>Used to tint progress indicators and dialog buttons.</value>
</data>
<data name="ColorScanButtonsForeground" xml:space="preserve">
<value>ColorScanButtonsForeground</value>
</data>
<data name="ColorScanButtonsForeground_Description" xml:space="preserve">
<value>Used to tint the foreground of the buttons of the scan layout, like the torch button.</value>
</data>
<data name="ColorScanButtonsLayoutBackground" xml:space="preserve">
<value>ColorScanButtonsLayoutBackground</value>
</data>
<data name="ColorScanButtonsLayoutBackground_Description" xml:space="preserve">
<value>Used to tint the background of the layout containing the buttons of the scan layout, like the capture button or torch button.</value>
</data>
<data name="ColorScanPolygon" xml:space="preserve">
<value>ColorScanPolygon</value>
</data>
<data name="ColorScanPolygon_Description" xml:space="preserve">
<value>Used to tint the polygon overlay which highlights the currently detected document.</value>
</data>
<data name="ColorSecondary" xml:space="preserve">
<value>ColorSecondary</value>
</data>
<data name="ColorSecondary_Description" xml:space="preserve">
<value>Used to tint selectable controls and the capture button.</value>
</data>
<data name="colorSettings" xml:space="preserve">
<value>Color settings</value>
</data>
<data name="ColorTopBarBackground" xml:space="preserve">
<value>ColorTopBarBackground</value>
</data>
<data name="ColorTopBarBackground_Description" xml:space="preserve">
<value>Used to tint the top toolbar background.</value>
</data>
<data name="ColorTopBarForeground" xml:space="preserve">
<value>ColorTopBarForeground</value>
</data>
<data name="ColorTopBarForeground_Description" xml:space="preserve">
<value>Used to tint the elements contained in the top toolbar, like buttons and titles.</value>
</data>
<data name="cropImportedImages" xml:space="preserve">
<value>Crop imported images</value>
</data>
<data name="customerId_hint" xml:space="preserve">
<value>Customer ID</value>
</data>
<data name="customerId_hint1" xml:space="preserve">
<value>Customer ID</value>
</data>
<data name="data extraction" xml:space="preserve">
<value>Data Extraction</value>
</data>
<data name="data extraction1" xml:space="preserve">
<value>Data Extraction</value>
</data>
<data name="dataExtractDesc" xml:space="preserve">
<value>Extract data, e.g. invoice data, from a previously scanned or imported (PDF or Image) document.</value>
</data>
<data name="dataExtractDesc1" xml:space="preserve">
<value>Extract data, e.g. invoice data, from a previously scanned or imported (PDF or Image) document.</value>
</data>
<data name="date_hint" xml:space="preserve">
<value>Date</value>
</data>
<data name="date_hint1" xml:space="preserve">
<value>Date</value>
</data>
<data name="DefaultScanFilter" xml:space="preserve">
<value>DefaultScanFilter</value>
</data>
<data name="DefaultScanFilter_Description" xml:space="preserve">
<value>The default scan filter that will be used after scan.</value>
</data>
<data name="docScannerDesc" xml:space="preserve">
<value>Starts the document scanner which provides automatic scanning of paper documents.</value>
</data>
<data name="docScannerDesc1" xml:space="preserve">
<value>Starts the document scanner which provides automatic scanning of paper documents.</value>
</data>
<data name="document scanner" xml:space="preserve">
<value>Document Scanner</value>
</data>
<data name="document scanner1" xml:space="preserve">
<value>Document Scanner</value>
</data>
<data name="editSettings" xml:space="preserve">
<value>Edit settings</value>
</data>
<data name="generate pdf" xml:space="preserve">
<value>Generate PDF Document</value>
</data>
<data name="generate pdf1" xml:space="preserve">
<value>Generate PDF Document</value>
</data>
<data name="generatePDFDesc" xml:space="preserve">
<value>Generate a searchable (includes recognized text) PDF document out of the scanned pages or imported image.</value>
</data>
<data name="generatePDFDesc1" xml:space="preserve">
<value>Generate a searchable (includes recognized text) PDF document out of the scanned pages or imported image.</value>
</data>
<data name="IBAN_hint" xml:space="preserve">
<value>IBAN</value>
</data>
<data name="IBAN_hint1" xml:space="preserve">
<value>IBAN</value>
</data>
<data name="input_option_gallery" xml:space="preserve">
<value>Document Scan Gallery</value>
</data>
<data name="input_option_image" xml:space="preserve">
<value>Image Import</value>
</data>
<data name="input_option_image1" xml:space="preserve">
<value>Image Import</value>
</data>
<data name="input_option_PDF" xml:space="preserve">
<value>PDF Import</value>
</data>
<data name="input_option_PDF1" xml:space="preserve">
<value>PDF Import</value>
</data>
<data name="input_option_scan" xml:space="preserve">
<value>Document Scan Camera</value>
</data>
<data name="input_option_scan1" xml:space="preserve">
<value>Document Scan</value>
</data>
<data name="invoiceId_hint" xml:space="preserve">
<value>Invoice ID</value>
</data>
<data name="invoiceId_hint1" xml:space="preserve">
<value>Invoice ID</value>
</data>
<data name="MultiPage" xml:space="preserve">
<value>MultiPage</value>
</data>
<data name="MultiPage_Description" xml:space="preserve">
<value>If true, scanning multi page documents is possible. Set this to false if you need to scan single page documents.</value>
</data>
<data name="name1_hint" xml:space="preserve">
<value>Name 1</value>
</data>
<data name="name1_hint1" xml:space="preserve">
<value>Name 1</value>
</data>
<data name="name2_hint" xml:space="preserve">
<value>Name 1</value>
</data>
<data name="name2_hint1" xml:space="preserve">
<value>Name 1</value>
</data>
<data name="name3_hint" xml:space="preserve">
<value>Name 1</value>
</data>
<data name="name3_hint1" xml:space="preserve">
<value>Name 1</value>
</data>
<data name="onSecondary" xml:space="preserve">
<value>On Secondary</value>
</data>
<data name="open_pdf" xml:space="preserve">
<value>Open PDF</value>
</data>
<data name="PageArrangementShowDeleteButton" xml:space="preserve">
<value>PageArrangementShowDeleteButton</value>
</data>
<data name="PageArrangementShowDeleteButton_Description" xml:space="preserve">
<value>If true, each item of the page arrangement functionality will show a delete button.</value>
</data>
<data name="PageArrangementShowPageNumber" xml:space="preserve">
<value>PageArrangementShowPageNumber</value>
</data>
<data name="PageArrangementShowPageNumber_Description" xml:space="preserve">
<value>If true, each item of the page arrangement functionality will show it's page number.</value>
</data>
<data name="paymentState_hint" xml:space="preserve">
<value>Payment State</value>
</data>
<data name="paymentState_hint1" xml:space="preserve">
<value>Payment State</value>
</data>
<data name="phone_hint" xml:space="preserve">
<value>Phone</value>
</data>
<data name="phone_hint1" xml:space="preserve">
<value>Phone</value>
</data>
<data name="PreCaptureFocus" xml:space="preserve">
<value>PreCaptureFocus</value>
</data>
<data name="PreCaptureFocus_Description" xml:space="preserve">
<value>If true, the camera will run a focus action right before taking the image. This improves the quality of the scanned images, but depending on the device, image capture might take a little bit longer. This applies only to Android.</value>
</data>
<data name="primary" xml:space="preserve">
<value>Primary</value>
</data>
<data name="reference_hint" xml:space="preserve">
<value>Reference</value>
</data>
<data name="reference_hint1" xml:space="preserve">
<value>Reference</value>
</data>
<data name="scanButtonsForeground" xml:space="preserve">
<value>Scan buttons foreground</value>
</data>
<data name="scanButtonsLayoutBackground" xml:space="preserve">
<value>Scan buttons layout background</value>
</data>
<data name="scanPolygon" xml:space="preserve">
<value>Scan polygon</value>
</data>
<data name="scanSettings" xml:space="preserve">
<value>Scan settings</value>
</data>
<data name="scanSinglePages" xml:space="preserve">
<value>Scan single pages</value>
</data>
<data name="secondary" xml:space="preserve">
<value>Secondary</value>
</data>
<data name="settings" xml:space="preserve">
<value>Settings</value>
</data>
<data name="settingsDESC" xml:space="preserve">
<value>Configure color, scanner and editing of the SDK</value>
</data>
<data name="showDeleteButton" xml:space="preserve">
<value>Show delete button in page arrangement</value>
</data>
<data name="showPageArrangement" xml:space="preserve">
<value>Show page arrangement option</value>
</data>
<data name="showPageCropping" xml:space="preserve">
<value>Show page cropping option</value>
</data>
<data name="showPageFilter" xml:space="preserve">
<value>Show page filter option</value>
</data>
<data name="showPageNumber" xml:space="preserve">
<value>Show page number in page arrangement</value>
</data>
<data name="showPageRotaion" xml:space="preserve">
<value>Show page rotation option</value>
</data>
<data name="street_hint" xml:space="preserve">
<value>Street</value>
</data>
<data name="street_hint1" xml:space="preserve">
<value>Street</value>
</data>
<data name="text recognition" xml:space="preserve">
<value>Text Recognition (OCR)</value>
</data>
<data name="text recognition1" xml:space="preserve">
<value>Text Recognition (OCR)</value>
</data>
<data name="textRecognitionDesc" xml:space="preserve">
<value>Run OCR on the previously scanned or imported (PDF or Image) document and get the recognized text.</value>
</data>
<data name="textRecognitionDesc1" xml:space="preserve">
<value>Run OCR on the previously scanned or imported (PDF or Image) document and get the recognized text.</value>
</data>
<data name="title_import_option" xml:space="preserve">
<value>First, scan or import a document</value>
</data>
<data name="title_import_option1" xml:space="preserve">
<value>First, scan or import a document</value>
</data>
<data name="topBarBackground" xml:space="preserve">
<value>Top bar background</value>
</data>
<data name="topBarForeground" xml:space="preserve">
<value>Top bar foreground</value>
</data>
<data name="zipcode_hint" xml:space="preserve">
<value>Zipcode</value>
</data>
<data name="zipcode_hint1" xml:space="preserve">
<value>Zipcode</value>
</data>
</root>