Module.resx
22.7 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
<?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="ErrorDocumentCreation" xml:space="preserve">
<value>Failed to create archive document from container. {0}.</value>
</data>
<data name="ErrorMissingPreview" xml:space="preserve">
<value>The document display file {0} is missing from the container.</value>
</data>
<data name="ErrorMissingMetadata" xml:space="preserve">
<value>The file with metadata {0} is missing or empty in the container.</value>
</data>
<data name="ErrorReadingZipFile" xml:space="preserve">
<value>Could not load container from file {0}.</value>
</data>
<data name="ErrorParsingMetadata" xml:space="preserve">
<value>Unable to parse metadata string.</value>
</data>
<data name="ErrorLTADocumentNotFound" xml:space="preserve">
<value>Document ID {0} created for container {1} was not found.</value>
</data>
<data name="ErrorMetadataNotFound" xml:space="preserve">
<value>No container data was found for container {0}.</value>
</data>
<data name="ErrorContainerNotSpecified" xml:space="preserve">
<value>Container name absent.</value>
</data>
<data name="ErrorMissingSignature" xml:space="preserve">
<value>Signature file {0} is missing from the container.</value>
</data>
<data name="ErrorSignatureNotValid" xml:space="preserve">
<value>Signature {0} is invalid.</value>
</data>
<data name="ErrorRequisitesNotSynchronized" xml:space="preserve">
<value>Some requisites not syncronized: {0}</value>
</data>
<data name="ErrorContainerAlreadyAccepted" xml:space="preserve">
<value>Container already exists in the archive system.</value>
</data>
<data name="ErrorContainerAlreadуInProcess" xml:space="preserve">
<value>Container is already being processed in the archive system.</value>
</data>
<data name="ErrorMetadataNotValid" xml:space="preserve">
<value>Metadata is invalid: {0}</value>
</data>
<data name="ErrorContainerHash" xml:space="preserve">
<value>Hash of the sent and received container does not match.</value>
</data>
<data name="ErrorContainerType" xml:space="preserve">
<value>Container type {0} not exist.</value>
</data>
<data name="ContainerVersionDescription" xml:space="preserve">
<value>Document container</value>
</data>
<data name="VerificationResultsTemplate" xml:space="preserve">
<value>Start date: {0}
End date: {1}
Total containers: {2}
Successfully validated: {3}
Validation failed: {4}
Presence errors: {5}
Integrity errors: {6}
Immutable errors: {7}</value>
</data>
<data name="ErrorMissingType" xml:space="preserve">
<value>Container type is missing.</value>
</data>
<data name="VerificationDialogTitle" xml:space="preserve">
<value>Incident verification of archived documents</value>
</data>
<data name="VerificationDialogReasonLabel" xml:space="preserve">
<value>Reason</value>
</data>
<data name="VerificationDialogResponsibleLabel" xml:space="preserve">
<value>Responsible</value>
</data>
<data name="VerificationDialogDocumentKindsLabel" xml:space="preserve">
<value>Documents kinds</value>
</data>
<data name="VerificationDialogDepartmentsLabel" xml:space="preserve">
<value>Departments</value>
</data>
<data name="VerificationDialogCreationDateBeginLabel" xml:space="preserve">
<value>Creation date from</value>
</data>
<data name="VerificationDialogCreationDateEndLabel" xml:space="preserve">
<value>Creation date to</value>
</data>
<data name="ErrorContainerFileNotFound" xml:space="preserve">
<value>File {0} not found in container.</value>
</data>
<data name="ErrorInvalidSignature" xml:space="preserve">
<value>One or more signatures are invalid</value>
</data>
<data name="NewImproveTimeAssigned" xml:space="preserve">
<value>New improvement time assigned {0}</value>
</data>
<data name="ErrorDeprecatedSignature" xml:space="preserve">
<value>One or more signatures are deprecated for improvement</value>
</data>
<data name="ErrorSignatureFormat" xml:space="preserve">
<value>Signature {0} is not CAdES signature</value>
</data>
<data name="ImproveCompleteToLevel" xml:space="preserve">
<value>Improve to level {0} complete</value>
</data>
<data name="ContainerUpdated" xml:space="preserve">
<value>The container signatures and hash {0} have been updated.</value>
</data>
<data name="NotificationImproveProcessCheckerSuccess" xml:space="preserve">
<value>{0} improve documents processed. {1} improved. Errors in {2}.</value>
</data>
<data name="NotificationImproveProcessCheckerFail" xml:space="preserve">
<value>Number of checks exceeded N = {0}. {1} documents were submitted for processing to improve the electronic signature. Improved in {2} documents, errors in {3}.</value>
</data>
<data name="NotificationImproveProcessCheckerSubject" xml:space="preserve">
<value>Improve electronic signature report</value>
</data>
<data name="AddCaseFilesDialogTitle" xml:space="preserve">
<value>Add case files</value>
</data>
<data name="CaseFilesLabel" xml:space="preserve">
<value>Case files</value>
</data>
<data name="RemoveCaseFileDialogTitle" xml:space="preserve">
<value>Remove case files</value>
</data>
<data name="DestructionDateLabel" xml:space="preserve">
<value>Destruction date</value>
</data>
<data name="InitDestructionActDocumentKindName" xml:space="preserve">
<value>Act on the allocation of cases for destruction</value>
</data>
<data name="RuleDestructionActDefaultRuleName" xml:space="preserve">
<value>Default rule for destruction acts</value>
</data>
<data name="RuleApprovalWithExpertCommissionStageName" xml:space="preserve">
<value>Approval with the expert commission</value>
</data>
<data name="RoleExpertCommissionName" xml:space="preserve">
<value>Expert commission</value>
</data>
<data name="RoleExpertCommissionDescription" xml:space="preserve">
<value>Users responsible for the approval of acts on the allocation of cases for destruction</value>
</data>
<data name="RuleSigningStageName" xml:space="preserve">
<value>Signing by the head of the organization</value>
</data>
<data name="CreateActDialogCaseFileNotFoundWarning" xml:space="preserve">
<value>No cases were found to be included in the act.</value>
</data>
<data name="CreateActDialogTitle" xml:space="preserve">
<value>Create destruction act</value>
</data>
<data name="CreateInventoriesDialogArchivistLabel" xml:space="preserve">
<value>Archivist</value>
</data>
<data name="MainSettingsDialogTitle" xml:space="preserve">
<value>Long-term archive settings</value>
</data>
<data name="MainSettingsDaysBeforeImproveLabel" xml:space="preserve">
<value>Days before improve</value>
</data>
<data name="MainSettingsVerificationIntervalLabel" xml:space="preserve">
<value>Verification interval</value>
</data>
<data name="MainSettingsVerificationResponsibleLabel" xml:space="preserve">
<value>Responsible</value>
</data>
<data name="MainSettingsDaysBeforeImproveWarning" xml:space="preserve">
<value>Enter a number between 1 and 366.</value>
</data>
<data name="MainSettingsVerificationIntervalWarning" xml:space="preserve">
<value>Verification interval must be greater than zero.</value>
</data>
<data name="MainSettingsImproveAfterImportLabel" xml:space="preserve">
<value>Improve after import</value>
</data>
<data name="MainSettingsChangeVerificationDateLabel" xml:space="preserve">
<value>Change verification date for all documents</value>
</data>
<data name="MainSettingsChangeVerificationDateNotification" xml:space="preserve">
<value>Start changing the planned verification date for all archived documents.</value>
</data>
<data name="RoleResponsibleForProceduresName" xml:space="preserve">
<value>Responsible for improve and destroy</value>
</data>
<data name="RoleResponsibleForProceduresDescription" xml:space="preserve">
<value>Recipients responsible for improve and destroy</value>
</data>
<data name="VerificationResultSubject" xml:space="preserve">
<value>Verification results</value>
</data>
<data name="NotificationCheckDestroyDocumentsBodiesSuccess" xml:space="preserve">
<value>{0} documents processed to destroy their bodies. Bodies deleted in {1} documents, errors in {2}.</value>
</data>
<data name="NotificationCheckDestroyDocumentsBodiesSubject" xml:space="preserve">
<value>Destruction of documents report</value>
</data>
<data name="NotificationCheckDestroyDocumentsBodiesFail" xml:space="preserve">
<value>Number of checks exceeded N = {0}. {1} documents were submitted for processing to destroy their bodies. Bodies deleted in {2} documents, errors in {3}.</value>
</data>
<data name="SyncDataConfirmationNoticeSubject" xml:space="preserve">
<value>Confirm sync data</value>
</data>
<data name="RoleSyncAdminName" xml:space="preserve">
<value>Sync data Administrator</value>
</data>
<data name="RoleSyncAdminDescription" xml:space="preserve">
<value>Users responsible for integrating data from source systems</value>
</data>
<data name="SyncDataConfirmationNoticeDescription" xml:space="preserve">
<value>Synchronization data has been received and needs to be confirmed</value>
</data>
<data name="ErrorExternalEntityNotFound" xml:space="preserve">
<value>External entity {0} not found</value>
</data>
<data name="ErrorCreationLTADocument" xml:space="preserve">
<value>Create{0}. Error creation document {0}: {1}</value>
</data>
<data name="ErrorGrantRightsByRule" xml:space="preserve">
<value>Failed grant rights by rule {0}.</value>
</data>
<data name="ErrorGrantRightsToRole" xml:space="preserve">
<value>Failed grant rights to role {0}.</value>
</data>
<data name="ErrorInvalidContainerFile" xml:space="preserve">
<value>Invalid container file.</value>
</data>
<data name="ErrorNoParametersSpecified" xml:space="preserve">
<value>No parameters specified.</value>
</data>
<data name="ErrorSettingImprovementDate" xml:space="preserve">
<value>Error setting signature enhancement date. {0}</value>
</data>
<data name="VerificationDialogDocumentsNotFoundWarning" xml:space="preserve">
<value>No documents found for verification.</value>
</data>
<data name="VerificationDialogStartMessage" xml:space="preserve">
<value>Starting verification for {0} documents.</value>
</data>
<data name="RoleAllArchiveUsersName" xml:space="preserve">
<value>All archive users</value>
</data>
<data name="RoleAllArchiveUsersDescription" xml:space="preserve">
<value>All long-term archive users</value>
</data>
<data name="RoleArchiveUsersName" xml:space="preserve">
<value>Archive users</value>
</data>
<data name="RoleArchiveUsersDescription" xml:space="preserve">
<value>Long-term archive users</value>
</data>
<data name="AddCaseFilesToInventoryDialogTitle" xml:space="preserve">
<value>Add case files</value>
</data>
<data name="RemoveCaseFileFromActDialogTitle" xml:space="preserve">
<value>Remove case files</value>
</data>
<data name="MainSettingsArchiveManager" xml:space="preserve">
<value>Archive manager</value>
</data>
<data name="CreateFundsListDialogTitle" xml:space="preserve">
<value>Create funds list</value>
</data>
<data name="CreateFundsListDialogYearLabel" xml:space="preserve">
<value>Year</value>
</data>
<data name="InitFundsListDocumentKindName" xml:space="preserve">
<value>Funds list</value>
</data>
<data name="CreateFundsListInformation" xml:space="preserve">
<value>Information</value>
</data>
<data name="CreateFundsListExists" xml:space="preserve">
<value>Funds list on 01.01.{0} already exists. Create new version or show existing document?</value>
</data>
<data name="CreateFundsListCreateVersion" xml:space="preserve">
<value>Create version</value>
</data>
<data name="CreateFundsListShowExistingDocument" xml:space="preserve">
<value>Show existing</value>
</data>
<data name="NotificationCheckDestroyDocumentsBodiesResponsibleNotFound" xml:space="preserve">
<value>Responsible not found.</value>
</data>
<data name="ErrorInvalidRequestData" xml:space="preserve">
<value>IInvalid request data: \n{0}</value>
</data>
<data name="InitArchivalReferenceDocumentKindName" xml:space="preserve">
<value>Archival reference</value>
</data>
<data name="InitArchiveExtractDocumentKindName" xml:space="preserve">
<value>Archive extract</value>
</data>
<data name="AnnualSectionPermanentDocumentKindName" xml:space="preserve">
<value>Annual section of the consolidated inventory of cases of permanent storage</value>
</data>
<data name="AnnualSectionDocumentKindName" xml:space="preserve">
<value>Annual section of consolidated inventory</value>
</data>
<data name="AnnualSectionApprovalRuleName" xml:space="preserve">
<value>Default rule for annual section of consolidated case file inventories</value>
</data>
<data name="RuleApprovingHeadArchiveName" xml:space="preserve">
<value>Approving by the head of the archive</value>
</data>
<data name="RoleArchiveManagerName" xml:space="preserve">
<value>Archive manager</value>
</data>
<data name="RoleManagerArchiveUsersDescription" xml:space="preserve">
<value>Archive manager</value>
</data>
<data name="ConsolidatedInventoryListDocumentKindName" xml:space="preserve">
<value>Consolidated inventory list</value>
</data>
<data name="ConsolidatedInventoryListAnnualSectionWasNotFound" xml:space="preserve">
<value>No approved annual sections were found for the formation of the register of inventories.</value>
</data>
<data name="ConsolidatedInventoryListCreatingConfirm" xml:space="preserve">
<value>A new version will be created for the inventory registry. Proceed? </value>
</data>
<data name="InventoryList" xml:space="preserve">
<value>Inventory register</value>
</data>
<data name="ConsolidatedInventoryIncorrectCaseFiles" xml:space="preserve">
<value>It is necessary to select cases that are not included in the consolidated inventory.</value>
</data>
<data name="YearLabel" xml:space="preserve">
<value>Year</value>
</data>
<data name="ConsolidatedInventoryLabel" xml:space="preserve">
<value>Consolidated inventory</value>
</data>
<data name="AnnualSectionTempDocumentKindName" xml:space="preserve">
<value>Annual section of the consolidated inventory of cases of temporary storage</value>
</data>
<data name="AnnualSectionElectronicPermanentDocumentKindName" xml:space="preserve">
<value>Annual section of the consolidated inventory of electronic cases of permanent storage</value>
</data>
<data name="AnnualSectionPersonalDocumentKindName" xml:space="preserve">
<value>Annual section of the consolidated inventory of cases by personnel</value>
</data>
<data name="AnnualSectionElectronicTempDocumentKindName" xml:space="preserve">
<value>Annual section of the consolidated inventory of electronic cases of temporary storage</value>
</data>
<data name="NumberLabel" xml:space="preserve">
<value>Number in consolidated inventory</value>
</data>
<data name="InitFundsSheetDocumentKindName" xml:space="preserve">
<value>Funds sheet</value>
</data>
<data name="ChangeDestructionDateDialogTitle" xml:space="preserve">
<value>Change destruction date</value>
</data>
<data name="DateDestruction" xml:space="preserve">
<value>Date destruction</value>
</data>
<data name="MainSettingsRequestResponsibleLabel" xml:space="preserve">
<value>Request responsible</value>
</data>
<data name="CreateInventoriesDialogDepartmentLabel" xml:space="preserve">
<value>Department</value>
</data>
<data name="CreateInventoriesDialogStageLabel" xml:space="preserve">
<value>Case file state</value>
</data>
<data name="ConsolidatedInventoryCannotAddDifferentTypes" xml:space="preserve">
<value>Paper and electronic cases cannot be included in one consolidated inventory.</value>
</data>
<data name="ConsolidatedInventoryAddLaterSectionAvailable" xml:space="preserve">
<value>You can add cases to a later annual section.</value>
</data>
<data name="ConsolidatedInventoryAnnualSectionNotExist" xml:space="preserve">
<value>The annual section for inventory № {0} for {1} has not yet been created.</value>
</data>
<data name="ConsolidatedInventoryCannotRemoveFromApprovedSection" xml:space="preserve">
<value>Can not remove case files from approved annual sections.</value>
</data>
<data name="ConsolidatedInventoryRemoveLaterSectionAvailable" xml:space="preserve">
<value>Only cases from later sections are available for exclusion</value>
</data>
<data name="DocumentNotFound" xml:space="preserve">
<value>DocumentNotFound</value>
</data>
</root>