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
<?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="DeliveryConfirmationError" xml:space="preserve">
<value>An error occurred while sending the document</value>
</data>
<data name="DocumentEndorseError" xml:space="preserve">
<value>Document not signed</value>
</data>
<data name="DeliveryConfirmation" xml:space="preserve">
<value>Receipt notification</value>
</data>
<data name="AssociatedApplication" xml:space="preserve">
<value>Associated application {0}</value>
</data>
<data name="AmendmentRequest" xml:space="preserve">
<value>Notification of clarification</value>
</data>
<data name="AmendmentRequestError" xml:space="preserve">
<value>An error occurred while rejecting the document</value>
</data>
<data name="CertificateNotFound" xml:space="preserve">
<value>No valid certificates are available to sign documents in exchange service.</value>
</data>
<data name="FormalizedDocumentName" xml:space="preserve">
<value>- {0}</value>
</data>
<data name="NoticeSubject" xml:space="preserve">
<value>Receive: Inc. documents from {0} for {1} (received {2} via {3} exchange service )</value>
</data>
<data name="NoticeActiveText" xml:space="preserve">
<value>Some documents are not supported in the system. Process them via exchange service or in any convenient way.{0}
{1}</value>
</data>
<data name="FormalizedDocumentTemplateName" xml:space="preserve">
<value>{0} No.{1} from {2}</value>
</data>
<data name="LinkToPersonalData" xml:space="preserve">
<value>Personal account in {0}: {1}</value>
</data>
<data name="DocumentsList" xml:space="preserve">
<value>Documents:
{0}</value>
</data>
<data name="OtherDocuments" xml:space="preserve">
<value>and others</value>
</data>
<data name="RejectCertificateNotFoundReadressToResponsible" xml:space="preserve">
<value>To reject on documents, you need an exchange certificate. Contact your system administrator or forward the assignment to an employee responsible for external document management.</value>
</data>
<data name="CannotSendAmendmentNotice" xml:space="preserve">
<value>Cannot send the notification of clarification. Try to complete the assignment later.</value>
</data>
<data name="SendCounterpartySendButton" xml:space="preserve">
<value>Send</value>
</data>
<data name="SendCounterpartySignAndSendButton" xml:space="preserve">
<value>Sign and Send</value>
</data>
<data name="NoExchangeThroughThisService" xml:space="preserve">
<value>To return the document, initiate exchange with the counterparty.</value>
</data>
<data name="SendCounterpartyCertificateNotSelected" xml:space="preserve">
<value>Select signatory</value>
</data>
<data name="SendCounterpartyCanNotSign" xml:space="preserve">
<value>To send the document to counterparty, sign it with a certificate registered in the exchange service.</value>
</data>
<data name="SendCounterpartySignAndSendQuestion" xml:space="preserve">
<value>Sign and send the document?</value>
</data>
<data name="SendToCounterpartyNote" xml:space="preserve">
<value>Sent via {0} exchange service</value>
</data>
<data name="BoxesNotFound" xml:space="preserve">
<value>To send the document, set up exchange with the counterparty via an active business unit exchange box.</value>
</data>
<data name="NeedSetExchangeForCounterparty" xml:space="preserve">
<value>To send the document, initiate exchange with the counterparty.</value>
</data>
<data name="ErrorWhileSendingDocToCounterparty" xml:space="preserve">
<value>An error occurred while sending the document to counterparty.</value>
</data>
<data name="SendCounterpartyAddendaNotSigned" xml:space="preserve">
<value>To send the addenda to counterparty, sign them with a certificate registered in the exchange service.</value>
</data>
<data name="SendCounterpartyWithAddendaWhenDocumentNotSigned" xml:space="preserve">
<value>To send the document and its addenda to counterparty, sign them with a certificate registered in the exchange service.</value>
</data>
<data name="SendCounterpartyDialogTitle" xml:space="preserve">
<value>Send Document to Counterparty</value>
</data>
<data name="SendCounterpartyReceiver" xml:space="preserve">
<value>Recipient</value>
</data>
<data name="SendCounterpartySender" xml:space="preserve">
<value>Sender</value>
</data>
<data name="SendCounterpartyAddenda" xml:space="preserve">
<value>Addenda</value>
</data>
<data name="SendCounterpartyNeedSign" xml:space="preserve">
<value>Require recipient's signature</value>
</data>
<data name="SendCounterpartyComment" xml:space="preserve">
<value>Note</value>
</data>
<data name="SendCounterpartySuccessfully" xml:space="preserve">
<value>Document was sent to counterparty</value>
</data>
<data name="SendCounterpartyResult" xml:space="preserve">
<value>Result</value>
</data>
<data name="SendCounterpartyPositiveResult" xml:space="preserve">
<value>Signed</value>
</data>
<data name="SendCounterpartyNegativeResult" xml:space="preserve">
<value>Rejected</value>
</data>
<data name="ErrorWhileSendingSignToCounterparty" xml:space="preserve">
<value>An error occurred while sending the signature to counterparty.</value>
</data>
<data name="SendAnswerCounterpartySuccessfully" xml:space="preserve">
<value>Document was returned to counterparty</value>
</data>
<data name="RejectCertificateNotFound" xml:space="preserve">
<value>To send rejection on document, you need an exchange service certificate.</value>
</data>
<data name="NotificationNoCertificates" xml:space="preserve">
<value>To return the document to counterparty, sign it with a certificate registered in the exchange service.</value>
</data>
<data name="BoxIsNotValid" xml:space="preserve">
<value>Cannot return the document to counterparty. Connection to exchange service is required.</value>
</data>
<data name="AnswerIsAlreadySent" xml:space="preserve">
<value>Document does not require a signature, or it has been already returned to counterparty.</value>
</data>
<data name="SendAnswerToCounterpartyDialogTitle" xml:space="preserve">
<value>Return Document to Counterparty</value>
</data>
<data name="RejectDocumentVersion" xml:space="preserve">
<value>Counterparty rejected the document {0} (version {1}).</value>
</data>
<data name="RejectDocumentBy" xml:space="preserve">
<value>Rejected by: {0}</value>
</data>
<data name="RejectDocumentComment" xml:space="preserve">
<value>Counterparty's note: {0}</value>
</data>
<data name="RejectDocumentSubject" xml:space="preserve">
<value>Rejected by counterparty</value>
</data>
<data name="AssignDocumentVersion" xml:space="preserve">
<value>Counterparty signed the document {0} (version {1}) via {2} exchange service.</value>
</data>
<data name="AssignDocumentSubject" xml:space="preserve">
<value>Signed by counterparty</value>
</data>
<data name="AssignDocumentBy" xml:space="preserve">
<value>Signed by: {0}</value>
</data>
<data name="DocumentHasChangedAfterSendToCounterparty" xml:space="preserve">
<value>Document has been changed since it was sent to counterparty. The sent version is recovered into version {0}</value>
</data>
<data name="SendCounterpartySignAndSendHint" xml:space="preserve">
<value>Document will be signed upon sending.</value>
</data>
<data name="DocumentIsAlreadySentToCounterparty" xml:space="preserve">
<value>The latest document version has already been sent to the counterparty.</value>
</data>
<data name="RevocationNoticeSubjectTerminate" xml:space="preserve">
<value>Revoked by counterparty</value>
</data>
<data name="RevocationNoticeSubjectObsolete" xml:space="preserve">
<value>Cancelled by counterparty</value>
</data>
<data name="RevocationNoticeActiveTextObsolete" xml:space="preserve">
<value>Document {0} was cancelled by the counterparty.</value>
</data>
<data name="RevocationNoticeActiveTextTerminate" xml:space="preserve">
<value>Document {0} was revoked by the counterparty.</value>
</data>
<data name="RevocationNoticeReason" xml:space="preserve">
<value>Reason: {0}</value>
</data>
<data name="RevocationNoticeActiveTextInProcess" xml:space="preserve">
<value>Cancellation agreement received for document {0}.</value>
</data>
<data name="RevocationNoticeSubjectInProcess" xml:space="preserve">
<value>Process: Cancellation agreement "{0}"</value>
</data>
<data name="RevocationNoticeInProcessComment" xml:space="preserve">
<value>Process the cancellation agreement in the exchange service or in any way you see fit.
Personal account at {0}: {1}</value>
</data>
<data name="GetMessageFailed" xml:space="preserve">
<value>An error occurred while getting the message from service.</value>
</data>
<data name="DocumentOversized" xml:space="preserve">
<value>The document size must not exceed 30 Mb.</value>
</data>
<data name="AddendaOversized" xml:space="preserve">
<value>Total size of the document and its addenda must not exceed 30 Mb.</value>
</data>
<data name="RevocationNoticeOurSubjectTerminate" xml:space="preserve">
<value>Document revoked</value>
</data>
<data name="RevocationNoticeOurSubjectObsolete" xml:space="preserve">
<value>Document cancelled</value>
</data>
<data name="RevocationNoticeOurActiveTextObsolete" xml:space="preserve">
<value>Document {0} was cancelled by our company.</value>
</data>
<data name="RevocationNoticeOurActiveTextTerminate" xml:space="preserve">
<value>Document {0} was revoked by our company.</value>
</data>
<data name="RejectNoticeSubjectObsolete" xml:space="preserve">
<value>Rejected</value>
</data>
<data name="RejectNoticeActiveTextObsolete" xml:space="preserve">
<value>Document {0} was rejected by our company in the exchange service.</value>
</data>
<data name="SignNoticeSubjectObsolete" xml:space="preserve">
<value>Signed: {0} </value>
</data>
<data name="SignNoticeActiveTextObsolete" xml:space="preserve">
<value>Document {0} was signed by our company in the exchange service.</value>
</data>
<data name="NoticeOurBoundDocument" xml:space="preserve">
<value>The documents were related to one another when they were sent via the exchange service.</value>
</data>
<data name="NoticeCounterpartyBoundDocument" xml:space="preserve">
<value>The received documents were related to one another when the counterparty sent them via the exchange service.</value>
</data>
<data name="SendCounterpartyNotApproved" xml:space="preserve">
<value>You can only send documents via exchange service if they are approved within your company.</value>
</data>
<data name="CannotDeliveryDocumentToCounterparty" xml:space="preserve">
<value>Document {0} was not delivered to the counterparty via {1} exchange service as the signature was not validated. </value>
</data>
<data name="RevocationTrackingNote" xml:space="preserve">
<value>Revoked by our company in {0} exchange service</value>
</data>
<data name="CheckReturnRevocationResult" xml:space="preserve">
<value>The document was revoked by our company.</value>
</data>
<data name="ErrorSendingDocumentToCounterparty" xml:space="preserve">
<value>An error occurred while sending document: {0}</value>
</data>
<data name="DocumentIsSignedByBothSides" xml:space="preserve">
<value>Document {0} has been already signed by both parties in the exchange service.</value>
</data>
<data name="Documents" xml:space="preserve">
<value>Documents:</value>
</data>
<data name="SendSignToCounterparty" xml:space="preserve">
<value>Signed copy was sent to counterparty via {0} exchange service</value>
</data>
<data name="SendRejectToCounterparty" xml:space="preserve">
<value>Rejection of the document was sent to counterparty via {0} exchange service</value>
</data>
<data name="BoxesNotConnected" xml:space="preserve">
<value>An error occurred while connecting to exchange service. Contact your system administrator.</value>
</data>
<data name="DocumentComment" xml:space="preserve">
<value>Note: {0}</value>
</data>
<data name="TaxInvoiceRevision" xml:space="preserve">
<value>Revision No. {0} dated {1}.</value>
</data>
<data name="IncomingNotNumeratedDocumentNote" xml:space="preserve">
<value>Document date {0}, document number {1} </value>
</data>
<data name="TaxInvoiceCorrection" xml:space="preserve">
<value>Corrective tax invoice No. {0} dated {1}.</value>
</data>
<data name="GeneratePublicBodyFailed" xml:space="preserve">
<value>An error occurred while generating the document body.</value>
</data>
<data name="ReceiptNeededActiveText" xml:space="preserve">
<value>Document package from counterparty {0} received {1} in {2}.</value>
</data>
<data name="AmendmentNoticeActiveTextObsolete" xml:space="preserve">
<value>Our company requested clarification on document {0} in exchange service.</value>
</data>
<data name="AmendmentNoticeSubjectObsolete" xml:space="preserve">
<value>Clarification requested by</value>
</data>
<data name="NonFormalizedTaxInvoiceSendingError" xml:space="preserve">
<value>You can send only formalized tax invoices via exchange service.</value>
</data>
<data name="TaxInvoice" xml:space="preserve">
<value>Tax invoice No. {0} dated {1}.</value>
</data>
<data name="TaxInvoiceTo" xml:space="preserve">
<value>To tax invoice No. {0} dated {1}.</value>
</data>
<data name="SendCounterpartyRejectResult" xml:space="preserve">
<value>Notification of clarification</value>
</data>
<data name="RejectInvoiceNotice" xml:space="preserve">
<value>Notification of clarification: {0}</value>
</data>
<data name="RejectNotice" xml:space="preserve">
<value>Reason for rejection: {0}</value>
</data>
<data name="AmendedDocumentVersion" xml:space="preserve">
<value>Counterparty requested clarification for document {0} (version {1}).</value>
</data>
<data name="AmendedDocumentBy" xml:space="preserve">
<value>Clarification requested by: {0}</value>
</data>
<data name="AmendedDocumentSubject" xml:space="preserve">
<value>Request for clarification received</value>
</data>
<data name="NoticeCounterpartyBoundDocumentWithLinks" xml:space="preserve">
<value>When the counterparty sent documents you received via the exchange service, they were related to the following documents:{0}</value>
</data>
<data name="NoticeOurBoundDocumentWithLinks" xml:space="preserve">
<value>When the documents were sent to the counterparty via the exchange service, they were related to the following documents:{0}</value>
</data>
<data name="AllAnswersIsAlreadySent" xml:space="preserve">
<value>The documents do not require a signature or rejection, or they might already have been returned to the counterparty.</value>
</data>
<data name="SendCounterpartyAddendaNotRight" xml:space="preserve">
<value>You are not authorized to send this document via exchange service {0}.</value>
</data>
<data name="SendDeliveryConfirmationBoxesNotFound" xml:space="preserve">
<value>To work properly, configure a certificate for employee {0} in the settings of exchange service boxes.</value>
</data>
<data name="ReceiptNeededOutgoingActiveText" xml:space="preserve">
<value>Document package for counterparty {0} sent {1} in {2}.</value>
</data>
<data name="TaskSubjectTemplate" xml:space="preserve">
<value>{0}: {1}</value>
</data>
<data name="RevocationTaskThreadSubjectInProcess" xml:space="preserve">
<value>Cancellation agreement received</value>
</data>
<data name="DocumentSignedThreadSubject" xml:space="preserve">
<value>Document signed</value>
</data>
<data name="NoticeThreadSubject" xml:space="preserve">
<value>Documents in unsupported format received</value>
</data>
<data name="ConfirmReceiptThreadSubject" xml:space="preserve">
<value>Request to confirm document receipt received</value>
</data>
<data name="RevocationTaskThreadSubjectRequestedAnnulment" xml:space="preserve">
<value>Revocation requested</value>
</data>
<data name="RevocationNoticeActiveTextRequestedAnnulment" xml:space="preserve">
<value>Revocation agreement to document {0} has been signed and sent by the business unit.</value>
</data>
<data name="RequestedAnnulmentNoticeSubjectInProcess" xml:space="preserve">
<value>Revocation requested: "{0}"</value>
</data>
<data name="NoneCounterparty" xml:space="preserve">
<value>Unknown counterparty</value>
</data>
<data name="SendSetSignaturesToSbis" xml:space="preserve">
<value>To send replies via the SBIS exchange service, sign all documents in the set.</value>
</data>
<data name="NotFoundOrNoRightsToDocument" xml:space="preserve">
<value>A document from set is missing, or you don’t have access rights to it. Contact your system administrator.</value>
</data>
<data name="NotFoundAuthority" xml:space="preserve">
<value>Cannot determine authority.</value>
</data>
<data name="Ellipsis_CutText" xml:space="preserve">
<value>{0}…</value>
</data>
<data name="AdditionalDocumentSend" xml:space="preserve">
<value>The counterparty added the following documents to the main package:</value>
</data>
<data name="SendToCounterpartyDialog_BuyerAcceptanceStatusRejected" xml:space="preserve">
<value>The buyer information contains the "Not accepted" result.</value>
</data>
<data name="SendToCounterpartyDialog_BuyerAcceptanceStatusAccepted" xml:space="preserve">
<value>The buyer information contains the "Accepted" result.</value>
</data>
<data name="SendToCounterpartyDialog_BuyerAcceptanceStatusPartiallyAccepted" xml:space="preserve">
<value>The buyer information contains the "Partially accepted" result.</value>
</data>
<data name="SendToCounterpartyDialog_BuyerTitleIsEmpty" xml:space="preserve">
<value>The buyer information is not filled in.</value>
</data>
<data name="SendToCounterpartyDialog_AddendaWithBuyerAcceptanceStatusRejected" xml:space="preserve">
<value>Addenda with the "Not accepted" result in buyer information are selected.</value>
</data>
<data name="OneOrMoreDocumentAlreadyProcessing" xml:space="preserve">
<value>Some documents do not require signing, or a response on them has already been sent to the counterparty.</value>
</data>
<data name="SbisFormalizedPoALinkTitle" xml:space="preserve">
<value>PoA No. {0}</value>
</data>
<data name="CounterpartyPowerOfAttorney" xml:space="preserve">
<value>PoA No. {0} ({1})</value>
</data>
<data name="SigningReasonDisplayValue" xml:space="preserve">
<value>{0} ({1})</value>
</data>
<data name="NoRightsForDocument" xml:space="preserve">
<value>You must have at least the "Change" access rights to send documents via exchange services.</value>
</data>
<data name="HistoricalDownloadSessionAlreadyExist" xml:space="preserve">
<value>Download of historical messages for exchange box with ID {0} is in progress.</value>
</data>
<data name="BusinessUnitBoxNotFound" xml:space="preserve">
<value>Exchange box with ID {0} is not found.</value>
</data>
<data name="InvalidDatePeriodHistoricalDownloading" xml:space="preserve">
<value>Incorrect start date or end date of historical messages download period.</value>
</data>
<data name="NotFoundActiveHistoricalMessagesDownloadSession" xml:space="preserve">
<value>No active downloads of historical messages to abort for exchange box with ID {0}.</value>
</data>
<data name="BusinessUnitBoxClosed" xml:space="preserve">
<value>Exchange box with ID {0} is closed.</value>
</data>
</root>