ModuleSystem.resx
27.4 KB
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
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
<?xml version="1.0" encoding="utf-8"?>
<root>
<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="DisplayName" xml:space="preserve">
<value>Financial Archive</value>
</data>
<data name="CoverTitle" xml:space="preserve">
<value>Financial Archive</value>
</data>
<data name="CoverDescription" xml:space="preserve">
<value>This module is where you can store, manage and search for financial and economic documents as well as prepare for a tax audit</value>
</data>
<data name="CoverGroup_Documents" xml:space="preserve">
<value>Documents</value>
</data>
<data name="CoverGroup_LinkedInformation" xml:space="preserve">
<value>Related Information</value>
</data>
<data name="CoverGroup_Search" xml:space="preserve">
<value>Document Search</value>
</data>
<data name="CoverAction_CreateDocument" xml:space="preserve">
<value>New Document</value>
</data>
<data name="CoverDescription_CreateDocument" xml:space="preserve">
<value>Create contract statements, waybills, tax invoices, and universal transfer documents</value>
</data>
<data name="CoverAction_AllFinancialDocuments" xml:space="preserve">
<value>Financial Documents</value>
</data>
<data name="CoverDescription_AllFinancialDocuments" xml:space="preserve">
<value>Contains the list of all financial documents: contract statements, waybills, tax invoices, and universal transfer documents</value>
</data>
<data name="CoverAction_AllContractualDocuments" xml:space="preserve">
<value>Contracts and Supplemental Agreements</value>
</data>
<data name="CoverDescription_AllContractualDocuments" xml:space="preserve">
<value>Contains the list of all active, terminated and closed contracts and supplemental agreements</value>
</data>
<data name="CoverAction_SearchByRequisites" xml:space="preserve">
<value>Search in Archive</value>
</data>
<data name="CoverDescription_SearchByRequisites" xml:space="preserve">
<value>Search for financial documents by requisites</value>
</data>
<data name="CoverAction_SearchAndExport" xml:space="preserve">
<value>Export Documents</value>
</data>
<data name="CoverDescription_SearchAndExport" xml:space="preserve">
<value>Bulk export of documents from archive to submit them to a tax authority or for other inspections</value>
</data>
<data name="CoverAction_Organizations" xml:space="preserve">
<value>Companies</value>
</data>
<data name="CoverDescription_Organizations" xml:space="preserve">
<value>Stores information about companies that our company deals with.</value>
</data>
<data name="CoverAction_Contacts" xml:space="preserve">
<value>Contact Persons</value>
</data>
<data name="CoverDescription_Contacts" xml:space="preserve">
<value>Stores information about representatives of your counterparties so you can contact them quickly.</value>
</data>
<data name="CoverAction_Persons" xml:space="preserve">
<value>Persons</value>
</data>
<data name="CoverDescription_Persons" xml:space="preserve">
<value>Stores information about all individuals (counterparties, employees, contacts) that our company deals with.</value>
</data>
<data name="sf_727ee230_9497_48cd_bceb_096fe7fc9a63" xml:space="preserve">
<value>Contracts and Supp. Agreements</value>
</data>
<data name="FilterPanel_DocumentTypeGroup_8817db1ca27a4a359d8f47f97382b3e3" xml:space="preserve">
<value>Document types</value>
</data>
<data name="FilterPanel_Contracts_a786d7dbb13549ae8c3efc85dd4572da" xml:space="preserve">
<value>Contracts</value>
</data>
<data name="FilterPanel_SupAgreements_a31e69fa35134be48d41208eeea03eef" xml:space="preserve">
<value>Supp. agreements</value>
</data>
<data name="FilterPanel_Main_3516acd0080e4daf897c43895f06a80f" xml:space="preserve">
<value>Main</value>
</data>
<data name="FilterPanel_DocumentKind_0ee0fe5432a347b2a4b64714bb61cf05" xml:space="preserve">
<value>Document kind</value>
</data>
<data name="FilterPanel_Category_c072cc0b90da486492af748b16ac621f" xml:space="preserve">
<value>Category</value>
</data>
<data name="FilterPanel_Contractor_767ac60de6cd4827b1d12ecfe1be6344" xml:space="preserve">
<value>Counterparty</value>
</data>
<data name="FilterPanel_BusinessUnit_a0394bb7bcc94981bcd9c596320a92cc" xml:space="preserve">
<value>Business unit</value>
</data>
<data name="FilterPanel_Department_2b9983dc3d84412683c044eb1caf9f18" xml:space="preserve">
<value>Department</value>
</data>
<data name="FilterPanel_Period_68f72961985e42ad8de2415d8d0bb1ac" xml:space="preserve">
<value>Period</value>
</data>
<data name="FilterPanel_CurrentMonth_8c5a6cdc39fe464fbf45f0f61dca82e9" xml:space="preserve">
<value>Current month</value>
</data>
<data name="FilterPanel_PreviousMonth_5cfa2b2893314e649a870fb7a811ba1e" xml:space="preserve">
<value>Previous month</value>
</data>
<data name="FilterPanel_CurrentQuarter_2cf479f5ff0f41c6932291b73b88bc09" xml:space="preserve">
<value>Current quarter</value>
</data>
<data name="FilterPanel_DateFlagsList_099f3697c5304ea18ed780a44bd9480e" xml:space="preserve">
<value />
</data>
<data name="FilterPanel_PreviousQuarter_f260ac74a9884f6bbf92f077a6ae2c20" xml:space="preserve">
<value>Previous quarter</value>
</data>
<data name="FilterPanel_ManualPeriod_f5d649ff2b7e45249b1f62d50282e1fe" xml:space="preserve">
<value>User-defined period:</value>
</data>
<data name="CoverGroup_Control" xml:space="preserve">
<value>Archive Integrity Control</value>
</data>
<data name="CoverAction_DocumentsWithoutScan" xml:space="preserve">
<value>Missing Scanned Copies</value>
</data>
<data name="CoverDescription_DocumentsWithoutScan" xml:space="preserve">
<value>Financial documents which have no versions or whose last version is not a scanned copy</value>
</data>
<data name="CoverAction_SignAwaitedDocuments" xml:space="preserve">
<value>Waiting for Signature</value>
</data>
<data name="CoverDescription_SignAwaitedDocuments" xml:space="preserve">
<value>Electronic financial documents to be signed by our company or by a counterparty</value>
</data>
<data name="sf_7dd47bdf_ac4b_4919_a6f1_4ed67d7e086a" xml:space="preserve">
<value>Missing Scanned Copies</value>
</data>
<data name="sf_0e79392a_07bb_42e8_85fa_3be38d8a4cc5" xml:space="preserve">
<value>Waiting for Signature</value>
</data>
<data name="FilterPanel_GeneralGroup_600eb2bbb4a0494c94eedc922dbe72ff" xml:space="preserve">
<value>Main</value>
</data>
<data name="FilterPanel_BusinessUnit_5a1e446a6ffd4e6b8062f6db111a0920" xml:space="preserve">
<value>Business unit</value>
</data>
<data name="FilterPanel_Department_e2416c28e36e4ddbb254998a191dec8f" xml:space="preserve">
<value>Department</value>
</data>
<data name="FilterPanel_Counterparty_b931a9e2ce794f3781a7541f18306d6a" xml:space="preserve">
<value>Counterparty</value>
</data>
<data name="FilterPanel_Period_414a87692ba246a0bf1ec08d4513570a" xml:space="preserve">
<value>Period</value>
</data>
<data name="FilterPanel_CurrentMonth_b11530ae4f83466fa4f6026c0b6ebf37" xml:space="preserve">
<value>Current month</value>
</data>
<data name="FilterPanel_PreviousMonth_6b2e6b2ca4b14832a3d7ab22c9ebe0ac" xml:space="preserve">
<value>Previous month</value>
</data>
<data name="FilterPanel_CurrentQuarter_fc82358a460c4e7fbeebdf55412d092b" xml:space="preserve">
<value>Current quarter</value>
</data>
<data name="FilterPanel_PreviousQuarter_ada7ff5817cf4a438ddf239fe17746d6" xml:space="preserve">
<value>Previous quarter</value>
</data>
<data name="FilterPanel_ManualPeriod_5771599b9a2b4fb193927cf03834f44f" xml:space="preserve">
<value>User-defined period:</value>
</data>
<data name="FilterPanel_GeneralGroup_e387d2ff42bf464d9ccf57173fe5f150" xml:space="preserve">
<value>Main</value>
</data>
<data name="FilterPanel_Period_66111e78e4824c79b3a4159f75a00db5" xml:space="preserve">
<value>Period</value>
</data>
<data name="FilterPanel_BusinessUnit_856d0217b3184e20aa502d745e2fca82" xml:space="preserve">
<value>Business unit</value>
</data>
<data name="FilterPanel_CurrentMonth_ed951c0ce7f44fa5a9f1b4f2e1c5870f" xml:space="preserve">
<value>Current month</value>
</data>
<data name="FilterPanel_PreviousMonth_f2104da227294b15981cd673748a821c" xml:space="preserve">
<value>Previous month</value>
</data>
<data name="FilterPanel_CurrentQuarter_0ce7f11f226147d4b18e1d306a699ece" xml:space="preserve">
<value>Current quarter</value>
</data>
<data name="FilterPanel_PreviousQuarter_dab725f7aad144b482e5223d4f67267a" xml:space="preserve">
<value>Previous quarter</value>
</data>
<data name="FilterPanel_ManualPeriod_f4d444ec24d4491f9b2fa088b62e4a1a" xml:space="preserve">
<value>User-defined period:</value>
</data>
<data name="FilterPanel_Department_d230384ebc084dfd82847cae764260df" xml:space="preserve">
<value>Department</value>
</data>
<data name="FilterPanel_Counterparty_7afc940b75224285b371d66de67e70c7" xml:space="preserve">
<value>Counterparty</value>
</data>
<data name="FilterPanel_ByBusinessUnit_a4a61ec77b3f48e6b426fb31d1dd108c" xml:space="preserve">
<value>From our Company</value>
</data>
<data name="FilterPanel_ByCounterparty_51d5b97eadb94ed7be545257eee08975" xml:space="preserve">
<value>From Counterparty</value>
</data>
<data name="FilterPanel_SignAwaitedBy_a7452ee3427d426198e0600d3338b561" xml:space="preserve">
<value>Waiting for Signature</value>
</data>
<data name="CoverAction_ImportDocument" xml:space="preserve">
<value>Import XML File for Sending</value>
</data>
<data name="CoverDescription_ImportDocument" xml:space="preserve">
<value>Upload file in a special format (universal transfer document, universal corrective document, goods transfer document, work results transfer document) to send it via legal document exchange services. Sign the created financial document with electronic signature and send it to counterparty.</value>
</data>
<data name="CoverGroup_Exchange" xml:space="preserve">
<value>Electronic exchange</value>
</data>
<data name="CoverTab_Tab" xml:space="preserve">
<value>Tab</value>
</data>
<data name="sf_1a28189b_8312_4c0e_bf40_cd8f33166887" xml:space="preserve">
<value>Power of Attorney List</value>
</data>
<data name="FilterPanel_Last30days_8877ae20f56d4485917add5cc35fc3c3" xml:space="preserve">
<value>Last 30 days</value>
</data>
<data name="FilterPanel_ManualPeriod_ab0e0901383e4f509e8af2d235d8d9fb" xml:space="preserve">
<value>User-defined period:</value>
</data>
<data name="FilterPanel_BusinessUnit_e0702a4e10a44c5dbfc05af11c644d13" xml:space="preserve">
<value>Business unit</value>
</data>
<data name="FilterPanel_Contractor_2adc8d2d997642c4802c82e20699077d" xml:space="preserve">
<value>Counterparty</value>
</data>
<data name="FilterPanel_Main_e561d48480844132870f5156359a3978" xml:space="preserve">
<value>Main</value>
</data>
<data name="FilterPanel_Period_384dc2d88a6946809a555186fe6a1262" xml:space="preserve">
<value>Document date</value>
</data>
<data name="FilterPanel_Category_531d1ac5ad7d40b4bc9742af237abdb1" xml:space="preserve">
<value>Category</value>
</data>
<data name="FilterPanel_State_3cd5a14f50bf440e94bedaca4c2f8783" xml:space="preserve">
<value>State</value>
</data>
<data name="FilterPanel_Draft_d333c7b4b61842a686411383811cca90" xml:space="preserve">
<value>Draft</value>
</data>
<data name="FilterPanel_Active_e6034db33690496094b6208e41b0cacf" xml:space="preserve">
<value>Active</value>
</data>
<data name="FilterPanel_Executed_7906e82d24a4486c88fc09fa08140acd" xml:space="preserve">
<value>Closed</value>
</data>
<data name="FilterPanel_Terminated_c633b2f3ef1f42fbbbc6d0f051f26673" xml:space="preserve">
<value>Terminated</value>
</data>
<data name="FilterPanel_Cancelled_cd382af6d6f74881bbcecdf554447788" xml:space="preserve">
<value>Cancelled</value>
</data>
<data name="FilterPanel_DocumentKind_d27880601b714b11ac171ea000c87c42" xml:space="preserve">
<value>Document kind</value>
</data>
<data name="FilterPanel_Last365days_a0a91a718858434cb77d3e888d656c97" xml:space="preserve">
<value>Last 365 days</value>
</data>
<data name="FilterPanel_DocumentTypeGroup_003ff7ce7f814b83ab4ea108c7943fce" xml:space="preserve">
<value>Document types</value>
</data>
<data name="FilterPanel_Contracts_10391e5a4cf74867b9c9f8154a2648ae" xml:space="preserve">
<value>Contracts</value>
</data>
<data name="FilterPanel_SupAgreements_e42ccf1d6aa54e2ea1863c2f8bd6e761" xml:space="preserve">
<value>Supp. agreements</value>
</data>
<data name="FilterPanel_DocumentType_8514b6062e3943dca2d4fd21127bce50" xml:space="preserve">
<value />
</data>
<data name="FilterPanel_Document_bc5c4d548a384771be74c141d05562d0" xml:space="preserve">
<value>Document</value>
</data>
<data name="FilterPanel_DocumentKind_ec4f3505dd3643459a1defd201f38933" xml:space="preserve">
<value>Document kind</value>
</data>
<data name="FilterPanel_Category_204a674665884ad9b597bd272c503a1a" xml:space="preserve">
<value>Category</value>
</data>
<data name="FilterPanel_Contractor_2ec8dc498432404fb403214cb7b26180" xml:space="preserve">
<value>Counterparty</value>
</data>
<data name="FilterPanel_BusinessUnit_e3ba81cc35af4baab30474e904271e5f" xml:space="preserve">
<value>Business unit</value>
</data>
<data name="FilterPanel_Responsible_dcf036f7c21e416d8374d07ba530dca2" xml:space="preserve">
<value>Responsible person</value>
</data>
<data name="FilterPanel_Document_2832e16b4bac457b92a54e87531aab72" xml:space="preserve">
<value>Document</value>
</data>
<data name="FilterPanel_DocumentKind_f9c182401a58457789ed0a414cafb03c" xml:space="preserve">
<value>Document kind</value>
</data>
<data name="FilterPanel_Category_7be3338fb125400d87e6b53773007bd4" xml:space="preserve">
<value>Category</value>
</data>
<data name="FilterPanel_Contractor_abe9e4b156f04d47addfa467595246ba" xml:space="preserve">
<value>Counterparty</value>
</data>
<data name="FilterPanel_BusinessUnit_934d0be326ad4acbbf81dc51079425f5" xml:space="preserve">
<value>Business unit</value>
</data>
<data name="FilterPanel_Responsible_b88d10ea38254be58cb18fbe15e88233" xml:space="preserve">
<value>Person responsible for return</value>
</data>
<data name="FilterPanel_Group_3f5f08fcde1541fc8d27c5f390aad62d" xml:space="preserve">
<value>Overdue</value>
</data>
<data name="FilterPanel_Overdue_a8797a5d43df4d11bbf9e8e2410d869e" xml:space="preserve">
<value />
</data>
<data name="FilterPanel_OverdueGroup_3f5f08fcde1541fc8d27c5f390aad62d" xml:space="preserve">
<value>Overdue</value>
</data>
<data name="FilterPanel_OnlyOverdue_9323f1fd9bd74889ba51b8e5db0ad112" xml:space="preserve">
<value>Only overdue</value>
</data>
<data name="FilterPanel_State_66975b602c1148c6baca3816373e5e95" xml:space="preserve">
<value>State</value>
</data>
<data name="FilterPanel_Concluded_7dea411ac4c544c18112ef592fdafaba" xml:space="preserve">
<value>Concluded</value>
</data>
<data name="FilterPanel_Executed_9be6a37e43a942a28e0ff3d665442d41" xml:space="preserve">
<value>Closed</value>
</data>
<data name="FilterPanel_Terminated_1989dffd82aa4272aa38748528b435d8" xml:space="preserve">
<value>Terminated</value>
</data>
<data name="FilterPanel_Cancelled_58bfce84c2f1471e85d1a106acc17cf4" xml:space="preserve">
<value>Cancelled</value>
</data>
<data name="FilterPanel_Document_92d42c1a59d84aa08e2562457ba223d5" xml:space="preserve">
<value>Document</value>
</data>
<data name="FilterPanel_DocumentKind_06c5d4d7101c4345911ab04c6c1c9f12" xml:space="preserve">
<value>Document kind</value>
</data>
<data name="FilterPanel_Category_99b52b123c5d4237902b546177ab437d" xml:space="preserve">
<value>Category</value>
</data>
<data name="FilterPanel_BusinessUnit_7715cc950de9497692bf9a9280007800" xml:space="preserve">
<value>Business unit</value>
</data>
<data name="FilterPanel_Responsible_b6e75cd8670c4371b791d8a7897e2d29" xml:space="preserve">
<value>Responsible person</value>
</data>
<data name="FilterPanel_Period_a43be82f9e174af89ec423026ae9c247" xml:space="preserve">
<value>Period</value>
</data>
<data name="FilterPanel_DocumentTypeGroup_f3838da119f047eea2f7d4c975460efc" xml:space="preserve">
<value>Document types</value>
</data>
<data name="FilterPanel_DocumentType_35722cd86bae4b87bda1a4359122d510" xml:space="preserve">
<value />
</data>
<data name="FilterPanel_Contracts_a5c3126fae5b4e58a6a390904b0706c2" xml:space="preserve">
<value>Contracts</value>
</data>
<data name="FilterPanel_SupAgreements_3388df145ff041b0a8125b352fc8acc8" xml:space="preserve">
<value>Supp. agreements</value>
</data>
<data name="FilterPanel_Last30days_e8f85890820443a891b24434dc5c902b" xml:space="preserve">
<value>Last 30 days</value>
</data>
<data name="FilterPanel_Last365days_7e7299aa659b495686247fdc82e7fb44" xml:space="preserve">
<value>Last 365 days</value>
</data>
<data name="FilterPanel_ManualPeriod_ffe95bda6e61466c82cff730c0e5dd0a" xml:space="preserve">
<value>User-defined period:</value>
</data>
<data name="FilterPanel_Status_3dbf085c0c7d4fc7b9c785ef2e38c7d9" xml:space="preserve">
<value>Document</value>
</data>
<data name="FilterPanel_DocumentKind_b23be1bf5fb74e98ad7f0a612b26adb1" xml:space="preserve">
<value>Document kind</value>
</data>
<data name="FilterPanel_Located_b73188f3195b4b7f9c7a7c36e4eb0324" xml:space="preserve">
<value>Located</value>
</data>
<data name="FilterPanel_Employee_dfe4df01b9eb412a950972a5d69974ca" xml:space="preserve">
<value>At employee</value>
</data>
<data name="FilterPanel_Department_c7c5fa767604491f8c302dbbab595644" xml:space="preserve">
<value>In department</value>
</data>
<data name="FilterPanel_Parametrs_4848266759584ad398fa91fca1557880" xml:space="preserve">
<value>Received from</value>
</data>
<data name="FilterPanel_RegistrationGroup_201966940ea54e5fb7d578a72c8aad5a" xml:space="preserve">
<value>Registration group</value>
</data>
<data name="FilterPanel_File_1f66e6bd987f410b938933d3acfcffa9" xml:space="preserve">
<value>File</value>
</data>
<data name="FilterPanel_OverdueGroup_2e1d7d2e85454c259287bbf6f08d0c2a" xml:space="preserve">
<value>Overdue</value>
</data>
<data name="FilterPanel_Overdue_4d6a140abf6d40fabeead9b2b7f59806" xml:space="preserve">
<value>Only overdue</value>
</data>
<data name="FilterPanel_ReturnPeriod_a9fb23c80fac45b2beb012d9720bd886" xml:space="preserve">
<value>Scheduled return date</value>
</data>
<data name="FilterPanel_EndDay_34643f2519d34124b15c4e96177ca945" xml:space="preserve">
<value>Today</value>
</data>
<data name="FilterPanel_EndWeek_5164df427aaa4d3b82264468ca102d3e" xml:space="preserve">
<value>This week</value>
</data>
<data name="FilterPanel_EndMonth_40aae83909e64e5cb51d012bbf0a313c" xml:space="preserve">
<value>This month</value>
</data>
<data name="FilterPanel_Manual_a53de89d8ac74b58971f7954758b0f32" xml:space="preserve">
<value>User-defined period:</value>
</data>
<data name="FilterPanel_Department_a0b90086de3c4a9cb3ebf9fe2162dabd" xml:space="preserve">
<value>Department</value>
</data>
<data name="FilterPanel_SupAgreements_5ce6d611bd6f400e93d98540838d3cdb" xml:space="preserve">
<value>Supp. agreements</value>
</data>
<data name="FilterPanel_Contracts_d646f5e3dbec4ad49d5f62705b805c9a" xml:space="preserve">
<value>Contracts</value>
</data>
<data name="FilterPanel_DocumentTypeGroup_b8ac06d46caf4e179aa0599c41105929" xml:space="preserve">
<value>Document types</value>
</data>
<data name="FilterPanel_Status_63c542ab8c3d434483eb51a12adfd4b9" xml:space="preserve">
<value>Status</value>
</data>
<data name="FilterPanel_Draft_afb61c31a1284641a535dba81b12790d" xml:space="preserve">
<value>Draft</value>
</data>
<data name="FilterPanel_Active_e4cb9f5ca0bf4c9c8096a7c2073d7b0f" xml:space="preserve">
<value>Active</value>
</data>
<data name="FilterPanel_Closed_cb3c02c09e3d45948ed6d6a7922f0714" xml:space="preserve">
<value>Closed</value>
</data>
<data name="FilterPanel_Criteria_6008fb4ce5264b0ebc1fdccb6a185e15" xml:space="preserve">
<value>Criteria</value>
</data>
<data name="FilterPanel_BusinessUnit_794ec2ce6a964da8b7cf8e5dd67ff0f6" xml:space="preserve">
<value>Business unit</value>
</data>
<data name="FilterPanel_DocumentKind_5712df35e3b74e9cbd71d8299bd677ef" xml:space="preserve">
<value>Document kind</value>
</data>
<data name="FilterPanel_Department_aa30e05091ce415982d1591535b9dc78" xml:space="preserve">
<value>Department</value>
</data>
<data name="FilterPanel_Status_44a38bd69fc9455c929b1e5307083d1a" xml:space="preserve">
<value>Status</value>
</data>
<data name="FilterPanel_FlagsList_d8c32f8f94d64237b0af1b97aa89a796" xml:space="preserve">
<value />
</data>
<data name="FilterPanel_FlagsList_4e00b7b74a6840649d9cd8ccbe8c982d" xml:space="preserve">
<value />
</data>
<data name="FilterPanel_Active_5bb2c61d64e04f9da3498d8ea30ed507" xml:space="preserve">
<value>Active</value>
</data>
<data name="FilterPanel_Closed_0ae349923f924f928bf439c47d44cefd" xml:space="preserve">
<value>Closed</value>
</data>
<data name="FilterPanel_DocumentKindGroup_7bd428f9c7474f729b9be1c332133d83" xml:space="preserve">
<value>Document kind</value>
</data>
<data name="FilterPanel_PolicyType_89e5b1a657e34365b615c0187e38f8e7" xml:space="preserve">
<value>Policy Type For</value>
</data>
<data name="FilterPanel_StoragePolicy_934914bd4fe84b1f906ed7d99609abbb" xml:space="preserve">
<value>Document Storage</value>
</data>
<data name="FilterPanel_RetentionPolicy_3ee03aaf32d24c8fa5cd32d2dbb57f29" xml:space="preserve">
<value>Document Retention</value>
</data>
<data name="FilterPanel_Status_5d892545176640f9a4db1d058457c489" xml:space="preserve">
<value>State</value>
</data>
<data name="FilterPanel_Period_723e7129ca9b481a9fe378efe60ba8af" xml:space="preserve">
<value>Valid</value>
</data>
<data name="FilterPanel_Registered_50362b39103a451d9b517a5aaffefef1" xml:space="preserve">
<value>Registered</value>
</data>
<data name="FilterPanel_NotRegistered_ef54267a09fb43b2bc9115a7eebbd3df" xml:space="preserve">
<value>Not registered</value>
</data>
<data name="FilterPanel_Reserved_83b8f13ff7fc43e4b54279235b589750" xml:space="preserve">
<value>Reserved</value>
</data>
<data name="FilterPanel_ManualPeriod_34d44e64872d4f66876de4e1c415b856" xml:space="preserve">
<value>For period:</value>
</data>
<data name="FilterPanel_DraftState_ce3400211e14469faf5e51e8ba9d671f" xml:space="preserve">
<value>Draft</value>
</data>
<data name="FilterPanel_ActiveState_0ff804e5213141ddb1ca6cf607a26cc2" xml:space="preserve">
<value>Active</value>
</data>
<data name="FilterPanel_ObsoleteState_3d0e534ad7a748c89a359b39cf65ec6d" xml:space="preserve">
<value>Obsolete</value>
</data>
<data name="FilterPanel_Performer_cd94a69344484e3abf89ce5d27f7f7ba" xml:space="preserve">
<value>Issued to</value>
</data>
<data name="FilterPanel_Today_67df8444a9de4325ba9e944f0fce9740" xml:space="preserve">
<value>Today</value>
</data>
<data name="FilterPanel_DocumentRegister_b192c22e56c7420eaf89bd6c575c4e62" xml:space="preserve">
<value>Document register</value>
</data>
<data name="FilterPanel_DocumentKind_dee48bc56d5b43c6a264d704b79036b7" xml:space="preserve">
<value>Document kind</value>
</data>
<data name="FilterPanel_BusinessUnit_2a8c2b3958fc47ca8dafcdb32b8ddbf0" xml:space="preserve">
<value>Business unit</value>
</data>
<data name="FilterPanel_BusinessUnit_364b6d181d154ed3b6b2d1e2b1f49cb9" xml:space="preserve">
<value />
</data>
<data name="FilterPanel_Department_dded2cb1d528405c81f39a09564a4e96" xml:space="preserve">
<value>Department</value>
</data>
<data name="CoverAction_PowerOfAttorneyList" xml:space="preserve">
<value>Power of Attorney List</value>
</data>
<data name="CoverDescription_PowerOfAttorneyList" xml:space="preserve">
<value>Powers of attorney, including formalized powers of attorney, issued to business unit employees.</value>
</data>
</root>