OfficialDocument.resx
29.9 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
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
<?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="Number" xml:space="preserve">
<value> No.</value>
</data>
<data name="DateFrom" xml:space="preserve">
<value> from </value>
</data>
<data name="DocumentNameAutotext" xml:space="preserve">
<value><Autogenerated name></value>
</data>
<data name="FullName" xml:space="preserve">
<value>Full name</value>
</data>
<data name="LastNameAndInitials" xml:space="preserve">
<value>Last name and initials</value>
</data>
<data name="Addenda" xml:space="preserve">
<value>Addenda</value>
</data>
<data name="InitialsAndLastName" xml:space="preserve">
<value>Initials and last name</value>
</data>
<data name="DocumentIsNotSigned" xml:space="preserve">
<value>Cannot generate the "Approval Form" report as the document is not signed.</value>
</data>
<data name="NoApprovalRuleWarning" xml:space="preserve">
<value>Approval rules were not found for the document with such requisites.
Make sure all required fields of the document are filled in or contact your system administrator.</value>
</data>
<data name="StateViewTo" xml:space="preserve">
<value>To</value>
</data>
<data name="StateViewDeadline" xml:space="preserve">
<value>Deadline</value>
</data>
<data name="StateViewFinalDeadline" xml:space="preserve">
<value>Final deadline</value>
</data>
<data name="StateViewDefault" xml:space="preserve">
<value>No tasks to display, or you do not have sufficient access rights to access them.</value>
</data>
<data name="StateViewDate" xml:space="preserve">
<value>Date</value>
</data>
<data name="StateViewSystem" xml:space="preserve">
<value>System</value>
</data>
<data name="StateViewInstead" xml:space="preserve">
<value> on behalf of </value>
</data>
<data name="StateViewSupervisor" xml:space="preserve">
<value>Supervisor</value>
</data>
<data name="StateViewDelay" xml:space="preserve">
<value>Delay</value>
</data>
<data name="StateViewTaskSent" xml:space="preserve">
<value>Task has been sent</value>
</data>
<data name="StateViewTaskSentForRevision" xml:space="preserve">
<value>Task has been sent for rework</value>
</data>
<data name="StateViewTaskSentAfterRestart" xml:space="preserve">
<value>Task has been sent after restart</value>
</data>
<data name="StateViewTask" xml:space="preserve">
<value>Task</value>
</data>
<data name="StateViewWithoutTerm" xml:space="preserve">
<value>no deadline</value>
</data>
<data name="StateViewAssignment" xml:space="preserve">
<value>Assignment</value>
</data>
<data name="StateViewAssignmentForReview" xml:space="preserve">
<value>Assignment for review</value>
</data>
<data name="StateViewAnd" xml:space="preserve">
<value> and {0} more {1}.</value>
</data>
<data name="PerformerNotes" xml:space="preserve">
<value>Performer notes</value>
</data>
<data name="NoRightsToUpdateOrDelete" xml:space="preserve">
<value>You are not authorized to edit or delete the document.</value>
</data>
<data name="DocumentUseInTasks" xml:space="preserve">
<value>Cannot delete document as it is currently being used in the tasks. Tasks ID: {0}.</value>
</data>
<data name="MarkDocumentAsObsolete" xml:space="preserve">
<value>Mark document as obsolete</value>
</data>
<data name="Enum_Operation_TAChange" xml:space="preserve">
<value>Change total amount</value>
</data>
<data name="Enum_OperationDetailed_TAChange" xml:space="preserve">
<value>Total amount {0} {1}</value>
</data>
<data name="Enum_OperationDetailed_TAClear" xml:space="preserve">
<value>Clear total amount</value>
</data>
<data name="NamePartForLeadDocument" xml:space="preserve">
<value> to </value>
</data>
<data name="ReservationButtonName" xml:space="preserve">
<value>Reserve</value>
</data>
<data name="AlternativeOkButtonName" xml:space="preserve">
<value>Assign number</value>
</data>
<data name="RegistrationButtonName" xml:space="preserve">
<value>Register</value>
</data>
<data name="ReservationTitle" xml:space="preserve">
<value>Number Reservation</value>
</data>
<data name="RegistrationTitle" xml:space="preserve">
<value>Document Registration</value>
</data>
<data name="AlternativeTitle" xml:space="preserve">
<value>Number Assignment</value>
</data>
<data name="RegistrationNumber" xml:space="preserve">
<value>Reg. No.</value>
</data>
<data name="AlternativeRegistrationNumber" xml:space="preserve">
<value>Document No.</value>
</data>
<data name="DialogRegistrationLog" xml:space="preserve">
<value>Register</value>
</data>
<data name="DialogRegistrationDate" xml:space="preserve">
<value>Date</value>
</data>
<data name="IsManualNumber" xml:space="preserve">
<value>Enter number manually</value>
</data>
<data name="IsPreliminaryNumber" xml:space="preserve">
<value>- preliminary</value>
</data>
<data name="LogNumberList" xml:space="preserve">
<value>Skipped numbers</value>
</data>
<data name="RegistrationNumberIsNotUnique" xml:space="preserve">
<value>Document with the same number already exists.</value>
</data>
<data name="RelationPropertyDisabled" xml:space="preserve">
<value>Property contains link to the leading document and it is not available for changing.</value>
</data>
<data name="Enum_Operation_TypeChanged" xml:space="preserve">
<value>Change document type</value>
</data>
<data name="Enum_OperationDetailed_FrmExS" xml:space="preserve">
<value>Received from exchange service "{0}"</value>
</data>
<data name="Enum_Operation_ExchSendDoc" xml:space="preserve">
<value>Send document to counterparty</value>
</data>
<data name="Enum_OperationDetailed_ExchSendDoc" xml:space="preserve">
<value>"{0}" via "{1}" service</value>
</data>
<data name="Enum_Operation_ExchSendAnswer" xml:space="preserve">
<value>Send reply to counterparty</value>
</data>
<data name="Enum_Operation_ExchGetAnswer" xml:space="preserve">
<value>Reply from counterparty received</value>
</data>
<data name="Enum_Operation_ExchReadTo" xml:space="preserve">
<value>Receipt notification sent</value>
</data>
<data name="Enum_Operation_ExchReadFrom" xml:space="preserve">
<value>Receipt notification received</value>
</data>
<data name="Enum_OperationDetailed_ExchSign" xml:space="preserve">
<value>"{0}", result "Signed", via "{1}" service</value>
</data>
<data name="Enum_OperationDetailed_ExchReject" xml:space="preserve">
<value>"{0}", result "Rejected", via "{1}" service</value>
</data>
<data name="Enum_OperationDetailed_ExchReadTo" xml:space="preserve">
<value>For "{0}" via "{1}" service</value>
</data>
<data name="Enum_OperationDetailed_ExchReadFrom" xml:space="preserve">
<value>From "{0}" via "{1}" service</value>
</data>
<data name="DocumentNameBeforeChangingTypeNote" xml:space="preserve">
<value>Document name before type change: {0}</value>
</data>
<data name="ChangeTypeUnnumerationComment" xml:space="preserve">
<value>Change type</value>
</data>
<data name="Enum_Operation_ExchObsoletOur" xml:space="preserve">
<value>Cancelled by our company</value>
</data>
<data name="Enum_Operation_ExchObsoleteCP" xml:space="preserve">
<value>Cancelled by counterparty</value>
</data>
<data name="Enum_Operation_ExchTerminOur" xml:space="preserve">
<value>Revoked by our company</value>
</data>
<data name="Enum_Operation_ExchTerminCP" xml:space="preserve">
<value>Revoked by counterparty</value>
</data>
<data name="Enum_OperationDetailed_ExchObsoleteCP" xml:space="preserve">
<value>"{0}" via "{1}" service</value>
</data>
<data name="Enum_OperationDetailed_ExchTerminCP" xml:space="preserve">
<value>"{0}" via "{1}" service</value>
</data>
<data name="Enum_OperationDetailed_ExchObsoletOur" xml:space="preserve">
<value>Via "{0}" service</value>
</data>
<data name="Enum_OperationDetailed_ExchTerminOur" xml:space="preserve">
<value>Via "{0}" service</value>
</data>
<data name="TrackingNoneReturnFromCounterparty" xml:space="preserve">
<value>The document was sent via exchange service and will be returned automatically.</value>
</data>
<data name="DocumentIsReceivedFrom" xml:space="preserve">
<value>Received via {0} exchange service</value>
</data>
<data name="DocumentIsSentTo" xml:space="preserve">
<value>Sent via {0} exchange service</value>
</data>
<data name="ExchangeStateSignAwaited" xml:space="preserve">
<value>Awaiting counterparty's signature</value>
</data>
<data name="ExchangeStateSignRequired" xml:space="preserve">
<value>Awaiting our signature</value>
</data>
<data name="CannotChangeTrackingSentByExchange" xml:space="preserve">
<value>The document was sent via exchange service. Return result will be filled in automatically.</value>
</data>
<data name="LocationVersion" xml:space="preserve">
<value>{0} (version {1})</value>
</data>
<data name="Enum_Operation_ExportToFolder" xml:space="preserve">
<value>Export from archive</value>
</data>
<data name="Enum_OperationDetailed_BuyerTitle" xml:space="preserve">
<value>Buyer's details</value>
</data>
<data name="Enum_OperationDetailed_SlrTtlFrmExS" xml:space="preserve">
<value>Seller's details. Received from "{0}" exchange service</value>
</data>
<data name="Enum_OperationDetailed_ExchInvReject" xml:space="preserve">
<value>"{0}", result "Clarification requested", via "{1}" service</value>
</data>
<data name="LocationIncomingInvoiceRejected" xml:space="preserve">
<value>Notification of clarification sent</value>
</data>
<data name="LocationOutgoingInvoiceRejected" xml:space="preserve">
<value>Counterparty sent a notification of clarification</value>
</data>
<data name="SigningVersionWasDeleted" xml:space="preserve">
<value>Document version you are trying to sign was deleted by another employee. View changes before you complete the assignment.</value>
</data>
<data name="CannotChangeRegisteredDocumentToNumerable" xml:space="preserve">
<value>You can select only registrable document kind when you change the kind of a registered document.</value>
</data>
<data name="CannotChangeNumeratedDocumentToRegistrable" xml:space="preserve">
<value>You can select only numerable document kind when you change the kind of a numbered document.</value>
</data>
<data name="DocumentNotInService" xml:space="preserve">
<value>There is no such document on the exchange service</value>
</data>
<data name="DocumentNotFromService" xml:space="preserve">
<value>The document did not participate in electronic exchange via the service</value>
</data>
<data name="ExchangeReportOnlyInService" xml:space="preserve">
<value>You can generate electronic exchange log for this document only in the personal account of the exchange service</value>
</data>
<data name="NoAcquaintanceTasks" xml:space="preserve">
<value>To view the report, there should be at least one acquaintance task.</value>
</data>
<data name="SendButtonText" xml:space="preserve">
<value>Send</value>
</data>
<data name="ShowButtonText" xml:space="preserve">
<value>Show Tasks</value>
</data>
<data name="DocumentHasApprovalTasks" xml:space="preserve">
<value>The document has already been sent for approval.</value>
</data>
<data name="ContinueCreationApprovalTaskQuestion" xml:space="preserve">
<value>Send the document for rule-based approval again?</value>
</data>
<data name="ContinueCreationReviewTaskQuestion" xml:space="preserve">
<value>Send the document for review by manager again?</value>
</data>
<data name="DocumentHasReviewTasks" xml:space="preserve">
<value>The document has already been sent for review by manager.</value>
</data>
<data name="BusinessUnitPropertyDisabled" xml:space="preserve">
<value>Cannot change the business unit property.</value>
</data>
<data name="DepartmentPropertyDisabled" xml:space="preserve">
<value>Cannot change the department property.</value>
</data>
<data name="CanNotUseScriptsInHtml" xml:space="preserve">
<value>{0}\nCannot use scripts in a convertible HTML file.</value>
</data>
<data name="ActionItemCreationDialogLoginAsEmployeeError" xml:space="preserve">
<value>Only employees can create action items based on the document. Log on to the system by using an employee's account.</value>
</data>
<data name="ActionItemCreationDialog" xml:space="preserve">
<value>Create Action Items Based on Document</value>
</data>
<data name="ActionItemCreationDialogContinueButtonText" xml:space="preserve">
<value>Continue</value>
</data>
<data name="ActionItemCreationDialogCloseButtonText" xml:space="preserve">
<value>Close</value>
</data>
<data name="ActionItemCreationDialogExistedActionItems" xml:space="preserve">
<value>Action items</value>
</data>
<data name="ActionItemCreationDialogNotFilledActionItems" xml:space="preserve">
<value>Need adjusting</value>
</data>
<data name="ActionItemCreationDialogDraftExists" xml:space="preserve">
<value>Action items have already been created based on the document.</value>
</data>
<data name="ActionItemCreationDialogDraftWhereDeleted" xml:space="preserve">
<value>Draft action items have been deleted.</value>
</data>
<data name="ActionItemCreationDialogDraftWillBeDelete" xml:space="preserve">
<value>After you click "Continue", draft action items will be deleted. New action items will be created based on the document. </value>
</data>
<data name="ActionItemCreationDialogInProcessExists_Desktop" xml:space="preserve">
<value>Action items sent for execution will not be changed. You can view them on the "Tasks" tab or in the "Follow Up Execution" report.</value>
</data>
<data name="ActionItemCreationDialogInProcessExists_Web" xml:space="preserve">
<value>Action items sent for execution will not be changed. You can view them in the "Follow Up Execution" report.</value>
</data>
<data name="ActionItemCreationDialogNoDraftAndInProgressExist" xml:space="preserve">
<value>There are no drafts and action items in process on the document.</value>
</data>
<data name="ActionItemCreationDialogOnlyForWordDocument" xml:space="preserve">
<value>You can create action items from documents of the following formats: {0}.</value>
</data>
<data name="ActionItemCreationDialogOnlyByTags" xml:space="preserve">
<value>Action items can be created only from a filled in table of a proper template.</value>
</data>
<data name="ActionItemCreationDialogException" xml:space="preserve">
<value>The data format is not supported, or the file is damaged.</value>
</data>
<data name="ActionItemCreationDialogActionItemTag" xml:space="preserve">
<value>Action item text</value>
</data>
<data name="ActionItemCreationDialogResponsibleTag" xml:space="preserve">
<value>Responsible</value>
</data>
<data name="ActionItemCreationDialogDeadlineTag" xml:space="preserve">
<value>Deadline</value>
</data>
<data name="ActionItemCreationDialogNeedFillBeforeSending" xml:space="preserve">
<value>Fill in action items before sending them for execution.</value>
</data>
<data name="ActionItemCreationDialogCreateCompletedActionItems" xml:space="preserve">
<value>Total action items - {0}</value>
</data>
<data name="ActionItemCreationDialogStartComplete" xml:space="preserve">
<value>Action items have been successfully sent for execution</value>
</data>
<data name="ActionItemCreationDialogSended" xml:space="preserve">
<value>sent</value>
</data>
<data name="ActionItemCreationDialogSomeActionItemsCouldNotBeDeleted" xml:space="preserve">
<value>Cannot delete several action items, because you are not authorized to delete them.</value>
</data>
<data name="ActionItemCreationDialogCreatedActionItems" xml:space="preserve">
<value>Created action items</value>
</data>
<data name="ActionItemCreationDialogSendForExecutionButtonText" xml:space="preserve">
<value>Send for Execution</value>
</data>
<data name="ActionItemCreationDialogDeleteAndCloseButtonText" xml:space="preserve">
<value>Delete and Close</value>
</data>
<data name="ActionItemCreationDialogSuccessfullyCreated" xml:space="preserve">
<value>Action items have been successfully created.</value>
</data>
<data name="ActionItemCreationDialogNeedFillAssignee" xml:space="preserve">
<value>specify performer</value>
</data>
<data name="ActionItemCreationDialogNeedFillDeadline" xml:space="preserve">
<value>specify deadline</value>
</data>
<data name="ActionItemCreationDialogNeedFillSubject" xml:space="preserve">
<value>specify subject</value>
</data>
<data name="ActionItemCreationDialogNeedSendManual" xml:space="preserve">
<value>send manually</value>
</data>
<data name="ActionItemCreationDialogNeedFillAndSendingManual" xml:space="preserve">
<value>Fill in some action items and send them manually.</value>
</data>
<data name="ActionItemCreationDialogSomeActionItemsDraftNotDeleted" xml:space="preserve">
<value>Some draft action items have not been deleted.</value>
</data>
<data name="ActionItemCreationDialogToCreateActionItemsPressNext" xml:space="preserve">
<value>To create action items, click "Continue".</value>
</data>
<data name="CloseDocumentAndOpenLater" xml:space="preserve">
<value>Close the document card. To view PDF with the digital signature mark, open the document later.</value>
</data>
<data name="NoVersionError" xml:space="preserve">
<value>The document must contain at least one version.</value>
</data>
<data name="ConvertionErrorTitleBase" xml:space="preserve">
<value>An error occurred while converting the document.</value>
</data>
<data name="LastVersionNotApproved" xml:space="preserve">
<value>To transform to PDF, the latest version of the document has to be approved.</value>
</data>
<data name="ExtensionNotSupported" xml:space="preserve">
<value>Cannot convert {0} file.</value>
</data>
<data name="NoVersionWithNumberError" xml:space="preserve">
<value>There is no document version with ID {0}.</value>
</data>
<data name="ConvertionInProgress" xml:space="preserve">
<value>The document conversion to PDF has started.</value>
</data>
<data name="SignatureNotValidError" xml:space="preserve">
<value>To convert the document, its digital signature must be valid. {0}. Contact your system administrator.</value>
</data>
<data name="SignatureNotValidErrorTitle" xml:space="preserve">
<value>Invalid signature.</value>
</data>
<data name="LastVersionNotApprovedTitle" xml:space="preserve">
<value>There is no approval signature.</value>
</data>
<data name="SendByEmailDialogTitle" xml:space="preserve">
<value>Send By Email</value>
</data>
<data name="SendByEmailDialogAttachments" xml:space="preserve">
<value>Attachments</value>
</data>
<data name="SendByEmailSubjectPrefix" xml:space="preserve">
<value>Send: {0}</value>
</data>
<data name="SendByEmailDialogText" xml:space="preserve">
<value>If required, select addenda to the document.</value>
</data>
<data name="SendByEmailDialogMainDocument" xml:space="preserve">
<value>Document</value>
</data>
<data name="DocumentIsBeingEdited" xml:space="preserve">
<value>The Selected Document Is Being Edited Now.</value>
</data>
<data name="VersionBeingSentMightBeOutdated" xml:space="preserve">
<value>The {0} document version you are trying to send may be outdated.</value>
</data>
<data name="DialogButtonSend" xml:space="preserve">
<value>Send</value>
</data>
<data name="SeveralDocumentsAreBeingEdited" xml:space="preserve">
<value>Several Selected Documents Are Being Edited Now.</value>
</data>
<data name="VersionsBeingSentMightBeOutdated" xml:space="preserve">
<value>The document versions you are trying to send may be outdated.</value>
</data>
<data name="VersionCreatedByCaptureService" xml:space="preserve">
<value>Version Created by Document Capture Service</value>
</data>
<data name="AddendumAddFiles" xml:space="preserve">
<value>Add</value>
</data>
<data name="AddendaCreatedSuccesfully" xml:space="preserve">
<value>{0} {1} created successfully.
</value>
</data>
<data name="ManyAddendumDialogTitle" xml:space="preserve">
<value>Add Addenda</value>
</data>
<data name="SetCorrectDate" xml:space="preserve">
<value>Set correct date.</value>
</data>
<data name="IncorrectOurSignatory" xml:space="preserve">
<value>{0} is not authorized to sign the document.</value>
</data>
<data name="Enum_Operation_ConvertToPdf" xml:space="preserve">
<value>Convert to PDF</value>
</data>
<data name="Enum_OperationDetailed_ConvertToPdf" xml:space="preserve">
<value>Completed with error</value>
</data>
<data name="CheckRegDataAndFinishRegistration" xml:space="preserve">
<value>Check if the Reg. No. and date are correct. Complete the document registration manually.</value>
</data>
<data name="NumberAddresseeListIsNotPositive" xml:space="preserve">
<value>Sequence numbers in the list of addressees must be positive.</value>
</data>
<data name="FillAddresseesOnAddresseesTab" xml:space="preserve">
<value>Specify the employees on the "Addressees" tab.</value>
</data>
<data name="ManyAddresseesPlaceholder" xml:space="preserve">
<value>Several addressees</value>
</data>
<data name="ChangeManyAddresseesQuestion" xml:space="preserve">
<value>Do you want to send the letter to only one addressee?</value>
</data>
<data name="ChangeManyAddresseesDescription" xml:space="preserve">
<value>All addressees except {0} will be deleted.</value>
</data>
<data name="ToManyAddressees" xml:space="preserve">
<value>From distribution list</value>
</data>
<data name="JobTitle" xml:space="preserve">
<value>Addressee's job title</value>
</data>
<data name="ConvertToPdfHistoryComment" xml:space="preserve">
<value>Add signature stamp</value>
</data>
<data name="VersionWithRegistrationStamp" xml:space="preserve">
<value>Version with registration stamp</value>
</data>
<data name="Enum_Operation_ExchReadNRecTo" xml:space="preserve">
<value>Send acknowledgment receipt</value>
</data>
<data name="Enum_Operation_ExchReadNRFrom" xml:space="preserve">
<value>Receive acknowledgment receipt</value>
</data>
<data name="Enum_Operation_ExchReadRNRecTo" xml:space="preserve">
<value>Send notification on receipt of acknowledgement receipt</value>
</data>
<data name="Enum_Operation_ExchReadRNRFrom" xml:space="preserve">
<value>Receive notification on receipt of acknowledgement receipt</value>
</data>
<data name="Enum_Operation_ContentChange" xml:space="preserve">
<value>Change content</value>
</data>
<data name="DeleteVersionOnAcquaintanceError" xml:space="preserve">
<value>You can delete only the document version that hasn't been sent for acquaintance.</value>
</data>
<data name="HideVersionOnAcquaintanceError" xml:space="preserve">
<value>To hide the version, abort document acquaintance tasks or wait until assignees complete their assignments.</value>
</data>
<data name="ConvertToPdfCompleteNotification" xml:space="preserve">
<value>Document {0} has been converted to PDF with electronic signature stamp.</value>
</data>
<data name="ConvertionDone" xml:space="preserve">
<value>Document successfully converted.</value>
</data>
<data name="NeedCancelRegistration" xml:space="preserve">
<value>To change type of the document, cancel its registration.</value>
</data>
<data name="AddresseeLabel" xml:space="preserve">
<value>{0} <{1}></value>
</data>
<data name="NeedDeleteLink" xml:space="preserve">
<value>The document has been already related to other documents. In their cards, delete the link to this document and try to change its type again</value>
</data>
<data name="RelatedDocumentsHyperlinkDisplayName" xml:space="preserve">
<value>Related documents</value>
</data>
<data name="DisableStrictModeToChangeType" xml:space="preserve">
<value>To change the document type, remove restricted access to the document.</value>
</data>
<data name="DownloadFiles" xml:space="preserve">
<value>Files for download</value>
</data>
<data name="CompareDocumentsDialogTitle" xml:space="preserve">
<value>Compare with Another Document</value>
</data>
<data name="Version" xml:space="preserve">
<value>Version</value>
</data>
<data name="CompareTo" xml:space="preserve">
<value>Compare with</value>
</data>
<data name="CompareVersionsDialogTitle" xml:space="preserve">
<value>Compare Document Versions</value>
</data>
<data name="ChooseAnotherDocument" xml:space="preserve">
<value>Select another document</value>
</data>
<data name="Compare" xml:space="preserve">
<value>Compare</value>
</data>
<data name="DocumentComparisonAlreadyStarted" xml:space="preserve">
<value>Document comparison has already started. Please wait for the comparison result.
{0}</value>
</data>
<data name="NoLicenseToCompareDocuments" xml:space="preserve">
<value>To compare documents, you need a license to module "Intelligence Functions".</value>
</data>
<data name="Enum_Operation_CompareVer" xml:space="preserve">
<value>Compare with another version</value>
</data>
<data name="Enum_Operation_CompareDoc" xml:space="preserve">
<value>Compare with another document</value>
</data>
<data name="CompareVersionsHistoryComment" xml:space="preserve">
<value>Version {0}</value>
</data>
<data name="CompareDocumentsHistoryComment" xml:space="preserve">
<value>Document ID {0}, version {1}</value>
</data>
<data name="CannotCompareEncryptedDocuments" xml:space="preserve">
<value>Cannot compare encrypted documents.</value>
</data>
<data name="ExtensionNotSupportedForComparison" xml:space="preserve">
<value>Cannot compare documents in the {0} format.</value>
</data>
<data name="VersionHasNoContent" xml:space="preserve">
<value>Document version does not have content.</value>
</data>
<data name="VersionIsLocked" xml:space="preserve">
<value>Document "{0} (version {1})" is locked by employee: {2}.</value>
</data>
<data name="DocumentShouldHaveAtLeastTwoVersions" xml:space="preserve">
<value>A document must have at least two visible versions.</value>
</data>
<data name="ComparisonResultsNotFound" xml:space="preserve">
<value>No comparison results found. Compare the documents again.</value>
</data>
<data name="DocumentCreateFromRepacking" xml:space="preserve">
<value>Created within repacking</value>
</data>
</root>