ModuleSystem.resx
26.8 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
<?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>Docflow</value>
</data>
<data name="CoverTitle" xml:space="preserve">
<value>Docflow</value>
</data>
<data name="CoverDescription" xml:space="preserve">
<value>This module is where you can configure document management within your company.
</value>
</data>
<data name="CoverGroup_Docflow" xml:space="preserve">
<value>Document Settings</value>
</data>
<data name="CoverAction_DocumentKinds" xml:space="preserve">
<value>Document Kinds</value>
</data>
<data name="CoverDescription_DocumentKinds" xml:space="preserve">
<value>Stores information about document kinds that define the way documents are numbered and processed.</value>
</data>
<data name="CoverAction_DocumentRegisters" xml:space="preserve">
<value>Document Registers</value>
</data>
<data name="CoverDescription_DocumentRegisters" xml:space="preserve">
<value>Stores the list of registers used to keep record of documents processed within your company.</value>
</data>
<data name="CoverAction_RegistrationGroups" xml:space="preserve">
<value>Registration Groups</value>
</data>
<data name="CoverDescription_RegistrationGroups" xml:space="preserve">
<value>Stores information about employee groups that keep record of documents in specific document registers.</value>
</data>
<data name="CoverAction_RegistrationSettings" xml:space="preserve">
<value>Registration Settings</value>
</data>
<data name="CoverDescription_RegistrationSettings" xml:space="preserve">
<value>Provides an automatic selection of a document register according to document requisites.</value>
</data>
<data name="CoverAction_MailDeliveryMethods" xml:space="preserve">
<value>Document Delivery Methods</value>
</data>
<data name="CoverGroup_Approval" xml:space="preserve">
<value>Approval Settings</value>
</data>
<data name="CoverAction_ApprovalRules" xml:space="preserve">
<value>Approval Rules</value>
</data>
<data name="CoverDescription_ApprovalRules" xml:space="preserve">
<value>Stores information about the way documents are approved.</value>
</data>
<data name="CoverAction_ApprovalStages" xml:space="preserve">
<value>Approval Stages</value>
</data>
<data name="CoverDescription_ApprovalStages" xml:space="preserve">
<value>Stores information about the stages of document approval.</value>
</data>
<data name="CoverGroup_RetentionDocument" xml:space="preserve">
<value>Case File Management</value>
</data>
<data name="CoverAction_FileList" xml:space="preserve">
<value>Case File List</value>
</data>
<data name="CoverDescription_FileList" xml:space="preserve">
<value>Stores case files created within your company. Case files contain documents related to a particular topic or an activity.</value>
</data>
<data name="CoverAction_FileRetentionPeriods" xml:space="preserve">
<value>Case File Retention Periods</value>
</data>
<data name="CoverDescription_FileRetentionPeriods" xml:space="preserve">
<value>Stores information about periods of time within which your case files should be kept.</value>
</data>
<data name="CoverGroup_Reports" xml:space="preserve">
<value>Reports</value>
</data>
<data name="CoverAction_RegistrationSettingsReport" xml:space="preserve">
<value>Registration Settings</value>
</data>
<data name="CoverDescription_RegistrationSettingsReport" xml:space="preserve">
<value>Provides information on the way documents are numbered and registered.</value>
</data>
<data name="CoverAction_ShowAllReports" xml:space="preserve">
<value>All Reports</value>
</data>
<data name="CoverGroup_ApplicationSettings" xml:space="preserve">
<value>Associated Application Settings</value>
</data>
<data name="CoverAction_FileTypes" xml:space="preserve">
<value>File Types</value>
</data>
<data name="CoverDescription_FileTypes" xml:space="preserve">
<value>Associated applications are grouped into file types.</value>
</data>
<data name="CoverAction_AssociatedApplications" xml:space="preserve">
<value>Associated Applications</value>
</data>
<data name="CoverDescription_AssociatedApplications" xml:space="preserve">
<value>Stores information about applications that are used to define available file extensions.</value>
</data>
<data name="CoverGroup_Registration" xml:space="preserve">
<value>Registration and Numbering</value>
</data>
<data name="CoverAction_Templates" xml:space="preserve">
<value>Templates</value>
</data>
<data name="CoverDescription_Templates" xml:space="preserve">
<value />
</data>
<data name="CoverAction_Application" xml:space="preserve">
<value>Application</value>
</data>
<data name="CoverDescription_Application" xml:space="preserve">
<value />
</data>
<data name="CoverAction_RelationsTypes" xml:space="preserve">
<value>Relation Types</value>
</data>
<data name="CoverDescription_RelationsTypes" xml:space="preserve">
<value>Stores information about relation types used to group documents according to their purpose.</value>
</data>
<data name="CoverAction_PersonalSettings" xml:space="preserve">
<value>My settings</value>
</data>
<data name="CoverGroup_PersonalSettings" xml:space="preserve">
<value>Personal settings</value>
</data>
<data name="CoverGroup_Group" xml:space="preserve">
<value>Group</value>
</data>
<data name="CoverAction_ContractCategories" xml:space="preserve">
<value>Contract categories</value>
</data>
<data name="CoverDescription_ContractCategories" xml:space="preserve">
<value>Classifies contracts within one document kind.</value>
</data>
<data name="CoverAction_SignatureSetting" xml:space="preserve">
<value>Signature Settings</value>
</data>
<data name="CoverDescription_SignatureSetting" xml:space="preserve">
<value>List of employees authorized to sign documents.</value>
</data>
<data name="CoverDescription_PersonalSettings" xml:space="preserve">
<value>Personal settings for working in the system.</value>
</data>
<data name="sf_113427f5_1683_4bb8_980c_ba4bcef50e66" xml:space="preserve">
<value>Approval Rules</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="CoverDescription_MailDeliveryMethods" xml:space="preserve">
<value>Stores the list of methods used to deliver documents to our company or counterparties.</value>
</data>
<data name="JobDisplayName_d7044e4489bc4fb39e445491514d9b05" xml:space="preserve">
<value>Docflow. Send emails about new and overdue assignments</value>
</data>
<data name="JobDescription_d7044e4489bc4fb39e445491514d9b05" xml:space="preserve">
<value>Send emails about new and overdue assignments to employees</value>
</data>
<data name="JobDisplayName_1e83711cfc184a4883aa124d8ef9b690" xml:space="preserve">
<value>Docflow. Grant access rights to documents automatically</value>
</data>
<data name="JobDescription_1e83711cfc184a4883aa124d8ef9b690" xml:space="preserve">
<value>Grant access rights to documents automatically</value>
</data>
<data name="CoverAction_AccessRightsRule" xml:space="preserve">
<value>Rules to Grant Access</value>
</data>
<data name="CoverDescription_AccessRightsRule" xml:space="preserve">
<value>Rules to automatically grant access rights to documents according to their requisites</value>
</data>
<data name="CoverDescription_ShowAllReports" xml:space="preserve">
<value>List of all module reports.</value>
</data>
<data name="CoverAction_ApprovalRuleConsolidatedReport" xml:space="preserve">
<value>Approval Rules Summary Report</value>
</data>
<data name="CoverDescription_ApprovalRuleConsolidatedReport" xml:space="preserve">
<value>Provides information on approval rules settings broken down by company structure, docflows and document kinds.</value>
</data>
<data name="AsyncHandlerDescription_767ae28bd04348b39e31e54c288bde75" xml:space="preserve">
<value>Grant access rights to document automatically</value>
</data>
<data name="AsyncHandler_Description_767ae28bd04348b39e31e54c288bde75" xml:space="preserve">
<value>Automatically assign access rights to documents</value>
</data>
<data name="AsyncHandler_Description_c43527606439484b9e006c878427d64e" xml:space="preserve">
<value>Automatically assign access rights to documents when a rule is created or changed</value>
</data>
<data name="CoverAction_DocumentTemplatesNew" xml:space="preserve">
<value>Document Templates</value>
</data>
<data name="JobDisplayName_2ff6172c79644df7a29488c77bc97ef2" xml:space="preserve">
<value>Records Management. Send task about power of attorney expiration</value>
</data>
<data name="CoverDescription_DocumentTemplatesNew" xml:space="preserve">
<value>List of unified forms used to create documents.</value>
</data>
<data name="JobDescription_2ff6172c79644df7a29488c77bc97ef2" xml:space="preserve">
<value>Send notice about power of attorney expiration</value>
</data>
<data name="CoverAction_DocumentStoragePolicy" xml:space="preserve">
<value>Document Storage Policies</value>
</data>
<data name="CoverDescription_DocumentStoragePolicy" xml:space="preserve">
<value>Rules to distribute documents among file storages by certain criteria.</value>
</data>
<data name="JobDisplayName_0df1dbd48cd1407d90ba537a251d4f7c" xml:space="preserve">
<value>Docflow. Move documents among storages</value>
</data>
<data name="JobDescription_0df1dbd48cd1407d90ba537a251d4f7c" xml:space="preserve">
<value>Move content of documents according to the storage policies.</value>
</data>
<data name="AsyncHandler_Description_4f03b0d0f0f545edb1c598d32b864503" xml:space="preserve">
<value>Move document content to the storage.</value>
</data>
<data name="sf_371c81c3_d2c8_4bfb_8e86_39470d456c62" xml:space="preserve">
<value>Storage Policies</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="CoverGroup_SmartProcessingSettings" xml:space="preserve">
<value>Smart Document Processing</value>
</data>
<data name="CoverAction_ShowSmartProcessingSettings" xml:space="preserve">
<value>Settings</value>
</data>
<data name="CoverDescription_ShowSmartProcessingSettings" xml:space="preserve">
<value>Settings for connection to the Directum Ario service.</value>
</data>
<data name="AsyncHandler_Description_a416fcc6b36148dea665d19de3c5379d" xml:space="preserve">
<value>Convert documents (excluding electronic exchange documents) to PDF with an electronic signature mark</value>
</data>
<data name="AsyncHandler_Description_accf7175912e48e7aa12c7288559f709" xml:space="preserve">
<value>Copy case files for period</value>
</data>
<data name="CoverAction_CopyFiles" xml:space="preserve">
<value>Create Case File List</value>
</data>
<data name="CoverDescription_CopyFiles" xml:space="preserve">
<value>Copy case files created within a particular period.</value>
</data>
<data name="AsyncHandler_Description_1a9bf2e447784fdb8edc1f8b5777416b" xml:space="preserve">
<value>Change the document status when an approval task is aborted.</value>
</data>
<data name="AsyncHandler_Description_0dafb1e3152040a8ab6e09deeae72e8f" xml:space="preserve">
<value>Execute a script during a rule-based approval.</value>
</data>
<data name="AsyncHandler_Description_3e3240a6f984406fa2e579467cb926ea" xml:space="preserve">
<value>Convert documents (excluding electronic exchange documents) to PDF with a registration mark</value>
</data>
<data name="JobDisplayName_35ba6be5acff45519f4d48f0c7bb6419" xml:space="preserve">
<value>Docflow. Send emails with summary on assignments and tasks in process</value>
</data>
<data name="JobDescription_35ba6be5acff45519f4d48f0c7bb6419" xml:space="preserve">
<value>Send emails on assignments and tasks in process to employees</value>
</data>
<data name="CoverTab_Tab" xml:space="preserve">
<value>Tab</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="AsyncHandler_Description_e243048a03204bb6b9b0b3e1b1c1770f" xml:space="preserve">
<value>Automatic grant access rights to documents</value>
</data>
</root>