OfficialDocumentSystem.resx 41.6 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 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040
<?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="ControlGroup_406e14dc17444a7f85d8f6eef8abaa3f" xml:space="preserve">
    <value>Main</value>
  </data>
  <data name="ControlGroup_03fde41782544f08950cd543871033a8" xml:space="preserve">
    <value />
  </data>
  <data name="ControlGroup_01dd99f5db49480eb69928488f2653fb" xml:space="preserve">
    <value />
  </data>
  <data name="ControlGroup_28a6d4a8a26a467b8fe6da426092ec4a" xml:space="preserve">
    <value />
  </data>
  <data name="ControlGroup_4e1d78fc6f6c4c81bf9aa1fa2031a46b" xml:space="preserve">
    <value>Date and number</value>
  </data>
  <data name="ControlGroup_696a8bb83e1244c8927a37d955cfbf0f" xml:space="preserve">
    <value>Retention</value>
  </data>
  <data name="ControlGroup_1b194ce3c44048879f0d1cdc4303c583" xml:space="preserve">
    <value>Lifecycle</value>
  </data>
  <data name="Form_Page" xml:space="preserve">
    <value>Page</value>
  </data>
  <data name="Form_Location" xml:space="preserve">
    <value>Tracking</value>
  </data>
  <data name="ControlGroup_f1bb25112ea0463f8e5cc990e5345728" xml:space="preserve">
    <value>Tracking of Original Document and Copies</value>
  </data>
  <data name="Ribbon_RegistrationCommands_7aa0ac2480394d94954284c3d878412e" xml:space="preserve">
    <value>Registration</value>
  </data>
  <data name="Ribbon_DeliveryCommands_df0be3eb70454137aadaab670eccf2a7" xml:space="preserve">
    <value>Tracking</value>
  </data>
  <data name="Enum_Operation_Registration" xml:space="preserve">
    <value>Registration</value>
  </data>
  <data name="Enum_Operation_Unregistration" xml:space="preserve">
    <value>Cancel registration</value>
  </data>
  <data name="Enum_Operation_RegChange" xml:space="preserve">
    <value>Change registration data</value>
  </data>
  <data name="Enum_Operation_Reservation" xml:space="preserve">
    <value>Reserve number</value>
  </data>
  <data name="Enum_Operation_Numeration" xml:space="preserve">
    <value>Assign number</value>
  </data>
  <data name="Enum_Operation_Unnumeration" xml:space="preserve">
    <value>Clear number</value>
  </data>
  <data name="Enum_Operation_NumChange" xml:space="preserve">
    <value>Change requisites</value>
  </data>
  <data name="Enum_Operation_Unreservation" xml:space="preserve">
    <value>Cancel number reservation</value>
  </data>
  <data name="Enum_Operation_EnAborted" xml:space="preserve">
    <value>Endorsement state set to abort</value>
  </data>
  <data name="Enum_Operation_EnOnApproval" xml:space="preserve">
    <value>Endorsement state set to on endorsement</value>
  </data>
  <data name="Enum_Operation_EnOnRework" xml:space="preserve">
    <value>Endorsement state set to on rework</value>
  </data>
  <data name="Enum_Operation_EnPendingSign" xml:space="preserve">
    <value>Endorsement state set to on sign</value>
  </data>
  <data name="Enum_Operation_EnSigned" xml:space="preserve">
    <value>Endorsement state set to signed</value>
  </data>
  <data name="Enum_Operation_EnCancelled" xml:space="preserve">
    <value>Endorsement state set to cancelled</value>
  </data>
  <data name="Enum_Operation_EnStateClear" xml:space="preserve">
    <value>Endorsement state clear</value>
  </data>
  <data name="Enum_Operation_CEOnApproval" xml:space="preserve">
    <value>Counterparty endorsement state set to on endorsement</value>
  </data>
  <data name="Enum_Operation_CESigned" xml:space="preserve">
    <value>Counterparty endorsement state set to signed</value>
  </data>
  <data name="Enum_Operation_CEUnsigned" xml:space="preserve">
    <value>Counterparty endorsement state set to not signed</value>
  </data>
  <data name="Enum_Operation_CEStateClear" xml:space="preserve">
    <value>Counterparty endorsement state clear</value>
  </data>
  <data name="Enum_Operation_ExOnReview" xml:space="preserve">
    <value>Execution state set to consideration</value>
  </data>
  <data name="Enum_Operation_ExSending" xml:space="preserve">
    <value>Execution state set to waiting</value>
  </data>
  <data name="Enum_Operation_ExWithoutExecut" xml:space="preserve">
    <value>Execution state set to without executing</value>
  </data>
  <data name="Enum_Operation_ExOnExecution" xml:space="preserve">
    <value>Execution state set to on execution</value>
  </data>
  <data name="Enum_Operation_ExExecuted" xml:space="preserve">
    <value>Execution state set to executed</value>
  </data>
  <data name="Enum_Operation_ExAborted" xml:space="preserve">
    <value>Execution state set to aborted</value>
  </data>
  <data name="Enum_Operation_ExStateClear" xml:space="preserve">
    <value>Execution state clear</value>
  </data>
  <data name="Enum_Operation_COnControl" xml:space="preserve">
    <value>Control execution state set to on control</value>
  </data>
  <data name="Enum_Operation_CSpecialControl" xml:space="preserve">
    <value>Control execution state set to special control</value>
  </data>
  <data name="Enum_Operation_CWithoutControl" xml:space="preserve">
    <value>Control execution state set to without control</value>
  </data>
  <data name="Enum_Operation_CControlRemoved" xml:space="preserve">
    <value>Control execution state set to control removed</value>
  </data>
  <data name="Enum_Operation_CStateClear" xml:space="preserve">
    <value>Control execution state clear</value>
  </data>
  <data name="Enum_Operation_SetToDraft" xml:space="preserve">
    <value>Change lifecycle stage to "Draft"</value>
  </data>
  <data name="Enum_Operation_SetToActive" xml:space="preserve">
    <value>Change lifecycle stage to "Active"</value>
  </data>
  <data name="Enum_Operation_SetToTerminated" xml:space="preserve">
    <value>Change lifecycle stage to "Terminated"</value>
  </data>
  <data name="Enum_Operation_SetToClosed" xml:space="preserve">
    <value>Change lifecycle stage to "Closed"</value>
  </data>
  <data name="Enum_Operation_SetToCancelled" xml:space="preserve">
    <value>Change lifecycle stage to "Void"</value>
  </data>
  <data name="Enum_Operation_SetToObsolete" xml:space="preserve">
    <value>Change lifecycle stage to "Obsolete"</value>
  </data>
  <data name="Enum_Operation_SetToPaid" xml:space="preserve">
    <value>Change lifecycle stage to "Paid"</value>
  </data>
  <data name="Enum_Operation_SetToStateClear" xml:space="preserve">
    <value>Clear state of lifecycle stage</value>
  </data>
  <data name="Enum_ControlExecutionState_ControlRemoved" xml:space="preserve">
    <value>Removed from control</value>
  </data>
  <data name="Enum_ControlExecutionState_OnControl" xml:space="preserve">
    <value>Under control</value>
  </data>
  <data name="Enum_ControlExecutionState_SpecialControl" xml:space="preserve">
    <value>Under special control</value>
  </data>
  <data name="Enum_ControlExecutionState_WithoutControl" xml:space="preserve">
    <value>Not under control</value>
  </data>
  <data name="Enum_ExternalApprovalState_Unsigned" xml:space="preserve">
    <value>Unsigned</value>
  </data>
  <data name="Enum_ExternalApprovalState_OnApproval" xml:space="preserve">
    <value>On approval</value>
  </data>
  <data name="Enum_ExternalApprovalState_Signed" xml:space="preserve">
    <value>Signed</value>
  </data>
  <data name="Enum_InternalApprovalState_Aborted" xml:space="preserve">
    <value>Aborted</value>
  </data>
  <data name="Enum_InternalApprovalState_OnApproval" xml:space="preserve">
    <value>On approval</value>
  </data>
  <data name="Enum_InternalApprovalState_OnRework" xml:space="preserve">
    <value>On rework</value>
  </data>
  <data name="Enum_InternalApprovalState_PendingSign" xml:space="preserve">
    <value>Pending signature</value>
  </data>
  <data name="Enum_InternalApprovalState_Signed" xml:space="preserve">
    <value>Signed</value>
  </data>
  <data name="Enum_ExecutionState_Aborted" xml:space="preserve">
    <value>Aborted</value>
  </data>
  <data name="Enum_ExecutionState_OnReview" xml:space="preserve">
    <value>On review</value>
  </data>
  <data name="Enum_ExecutionState_Executed" xml:space="preserve">
    <value>Executed</value>
  </data>
  <data name="Enum_ExecutionState_OnExecution" xml:space="preserve">
    <value>On execution</value>
  </data>
  <data name="Enum_ExecutionState_Sending" xml:space="preserve">
    <value>Sending for execution</value>
  </data>
  <data name="Enum_ExecutionState_WithoutExecut" xml:space="preserve">
    <value>Execution not required</value>
  </data>
  <data name="Enum_LifeCycleState_Active" xml:space="preserve">
    <value>Active</value>
  </data>
  <data name="Enum_LifeCycleState_Cancelled" xml:space="preserve">
    <value>Void</value>
  </data>
  <data name="Enum_LifeCycleState_Draft" xml:space="preserve">
    <value>Draft</value>
  </data>
  <data name="Enum_LifeCycleState_Executed" xml:space="preserve">
    <value>Closed</value>
  </data>
  <data name="Enum_LifeCycleState_Terminated" xml:space="preserve">
    <value>Terminated</value>
  </data>
  <data name="Operation_Register" xml:space="preserve">
    <value>Register</value>
  </data>
  <data name="Property_Action" xml:space="preserve">
    <value>Action</value>
  </data>
  <data name="Property_PlacedToCaseFileDate" xml:space="preserve">
    <value>Date placed to file</value>
  </data>
  <data name="Property_Comment" xml:space="preserve">
    <value>Note</value>
  </data>
  <data name="Property_ControlExecutionState" xml:space="preserve">
    <value>Follow up</value>
  </data>
  <data name="Property_ExternalApprovalState" xml:space="preserve">
    <value>External approval</value>
  </data>
  <data name="Property_DeliveryDate" xml:space="preserve">
    <value>Delivery date</value>
  </data>
  <data name="Property_DeliveryMethod" xml:space="preserve">
    <value>Delivery method</value>
  </data>
  <data name="Property_DeliveredTo" xml:space="preserve">
    <value>Delivered to</value>
  </data>
  <data name="Property_InternalApprovalState" xml:space="preserve">
    <value>Internal approval</value>
  </data>
  <data name="Property_ExecutionState" xml:space="preserve">
    <value>Execution</value>
  </data>
  <data name="Property_CaseFile" xml:space="preserve">
    <value>Case File</value>
  </data>
  <data name="Property_Index" xml:space="preserve">
    <value>Order Number</value>
  </data>
  <data name="Property_IsHeldByCounterParty" xml:space="preserve">
    <value>Return from counterparty required</value>
  </data>
  <data name="Property_IsReturnRequired" xml:space="preserve">
    <value>Return required</value>
  </data>
  <data name="Property_IsOriginal" xml:space="preserve">
    <value>Original document</value>
  </data>
  <data name="Property_LifeCycleState" xml:space="preserve">
    <value>State</value>
  </data>
  <data name="Property_Tracking" xml:space="preserve">
    <value>Tracking</value>
  </data>
  <data name="Property_LocationState" xml:space="preserve">
    <value>Location</value>
  </data>
  <data name="Property_DocumentRegister" xml:space="preserve">
    <value>Document register</value>
  </data>
  <data name="Property_RegistrationDate" xml:space="preserve">
    <value>Document date</value>
  </data>
  <data name="Property_RegistrationNumber" xml:space="preserve">
    <value>Reg. No.</value>
  </data>
  <data name="Property_RegistrationState" xml:space="preserve">
    <value>Registration state</value>
  </data>
  <data name="Property_ReturnDate" xml:space="preserve">
    <value>Return date</value>
  </data>
  <data name="Property_ScheduledReturnDateFromCounterparty" xml:space="preserve">
    <value>Scheduled return date from counterparty</value>
  </data>
  <data name="Property_ResponsibleForReturnEmployee" xml:space="preserve">
    <value>Employee resp. for return</value>
  </data>
  <data name="Property_ReturnResult" xml:space="preserve">
    <value>Return result</value>
  </data>
  <data name="Property_ReturnTask" xml:space="preserve">
    <value>Task to return document</value>
  </data>
  <data name="Property_ReturnDeadline" xml:space="preserve">
    <value>Return deadline</value>
  </data>
  <data name="Action_SendForApproval" xml:space="preserve">
    <value>For Rule-Based Approval</value>
  </data>
  <data name="Action_SendForApprovalDescription" xml:space="preserve">
    <value>Send document for approval according to approval rules</value>
  </data>
  <data name="Action_SendForApprovalHint" xml:space="preserve">
    <value>Send for rule-based approval</value>
  </data>
  <data name="Action_SendActionItem" xml:space="preserve">
    <value>To Assignees as Action Item</value>
  </data>
  <data name="Action_SendActionItemDescription" xml:space="preserve">
    <value>Send action item on the current document</value>
  </data>
  <data name="Action_SendActionItemHint" xml:space="preserve">
    <value>Send Action Item on Document</value>
  </data>
  <data name="Action_DeliverDocument" xml:space="preserve">
    <value>Deliver document</value>
  </data>
  <data name="Action_DeliverDocumentDescription" xml:space="preserve">
    <value>Deliver paper document to a person or track to whom it was delivered and at what time and date</value>
  </data>
  <data name="Action_DeliverDocumentHint" xml:space="preserve">
    <value>Deliver document</value>
  </data>
  <data name="Action_Register" xml:space="preserve">
    <value>Register</value>
  </data>
  <data name="Action_RegisterDescription" xml:space="preserve">
    <value>Register document assigning registration number</value>
  </data>
  <data name="Action_RegisterHint" xml:space="preserve">
    <value>Register Document</value>
  </data>
  <data name="Action_ChangeRequisites" xml:space="preserve">
    <value>Change Requisites</value>
  </data>
  <data name="Action_ChangeRequisitesDescription" xml:space="preserve">
    <value>Open card of registered document to change registration data</value>
  </data>
  <data name="Action_ChangeRequisitesHint" xml:space="preserve">
    <value>Change Requisites</value>
  </data>
  <data name="Action_AssignNumber" xml:space="preserve">
    <value>Assign Number</value>
  </data>
  <data name="Action_AssignNumberDescription" xml:space="preserve">
    <value>Assign registration number for document in the register</value>
  </data>
  <data name="Action_AssignNumberHint" xml:space="preserve">
    <value>Assign Registration Number</value>
  </data>
  <data name="Action_ReturnDocument" xml:space="preserve">
    <value>Return Document</value>
  </data>
  <data name="Action_ReturnDocumentDescription" xml:space="preserve">
    <value>Return paper document</value>
  </data>
  <data name="Action_ReturnDocumentHint" xml:space="preserve">
    <value>Return Document</value>
  </data>
  <data name="Action_ReturnFromCounterparty" xml:space="preserve">
    <value>Return Document</value>
  </data>
  <data name="Action_ReturnFromCounterpartyDescription" xml:space="preserve">
    <value>Return paper document</value>
  </data>
  <data name="Action_ReturnFromCounterpartyHint" xml:space="preserve">
    <value>Return Document</value>
  </data>
  <data name="Action_ShowRegistrationPane" xml:space="preserve">
    <value>Registration Pane</value>
  </data>
  <data name="Action_ShowRegistrationPaneDescription" xml:space="preserve">
    <value>Show or hide pane containing additional document requisites</value>
  </data>
  <data name="Action_ShowRegistrationPaneHint" xml:space="preserve">
    <value>Show or Hide Registration Pane</value>
  </data>
  <data name="Action_ShowReturnAssignments" xml:space="preserve">
    <value>Open Assignment to Return Document</value>
  </data>
  <data name="Action_ShowReturnAssignmentsDescription" xml:space="preserve">
    <value>Open assignment to return paper document</value>
  </data>
  <data name="Action_ShowReturnAssignmentsHint" xml:space="preserve">
    <value>Open Assignment to Return Document</value>
  </data>
  <data name="Action_CancelRegistration" xml:space="preserve">
    <value>Cancel Registration</value>
  </data>
  <data name="Action_CancelRegistrationDescription" xml:space="preserve">
    <value>Cancel registration of the current document</value>
  </data>
  <data name="Action_CancelRegistrationHint" xml:space="preserve">
    <value>Cancel Document Registration</value>
  </data>
  <data name="Enum_RegistrationState_NotRegistered" xml:space="preserve">
    <value>Not registered</value>
  </data>
  <data name="Enum_RegistrationState_Registered" xml:space="preserve">
    <value>Registered</value>
  </data>
  <data name="Enum_RegistrationState_Reserved" xml:space="preserve">
    <value>Reserved</value>
  </data>
  <data name="Property_DocumentKind" xml:space="preserve">
    <value>Document kind</value>
  </data>
  <data name="Property_BusinessUnit" xml:space="preserve">
    <value>Business unit</value>
  </data>
  <data name="Property_Subject" xml:space="preserve">
    <value>Subject</value>
  </data>
  <data name="Property_Note" xml:space="preserve">
    <value>Note</value>
  </data>
  <data name="Property_OurSignatory" xml:space="preserve">
    <value>Signed by</value>
  </data>
  <data name="DisplayName" xml:space="preserve">
    <value>Official Document</value>
  </data>
  <data name="Control_f0607051ea774af2b7966d11cd8a7374_EmptyText" xml:space="preserve">
    <value />
  </data>
  <data name="ControlGroup_b8017e2288d643da8d6d8d11917b1dd6" xml:space="preserve">
    <value />
  </data>
  <data name="Action_ShowDocumentReturn" xml:space="preserve">
    <value>Check Return</value>
  </data>
  <data name="Action_ShowDocumentReturnDescription" xml:space="preserve">
    <value>Open list of the documents that were not returned from departments</value>
  </data>
  <data name="Action_ShowDocumentReturnHint" xml:space="preserve">
    <value>Check Document Return</value>
  </data>
  <data name="Action_ShowDocumentReturnConfirmationMessage" xml:space="preserve">
    <value />
  </data>
  <data name="AccusativeDisplayName" xml:space="preserve">
    <value>Official Document</value>
  </data>
  <data name="CollectionDisplayName" xml:space="preserve">
    <value>Official Documents</value>
  </data>
  <data name="Enum_OperationDetailed_Numeration" xml:space="preserve">
    <value>A number {0}, date {1}, register "{2}".</value>
  </data>
  <data name="Enum_OperationDetailed_Registration" xml:space="preserve">
    <value>A number {0}, date {1}, register "{2}".</value>
  </data>
  <data name="Enum_OperationDetailed_Reservation" xml:space="preserve">
    <value>A number {0}, date {1}, register "{2}".</value>
  </data>
  <data name="Enum_OperationDetailed_NumChange" xml:space="preserve">
    <value>A number {0}, date {1}, register "{2}".</value>
  </data>
  <data name="Enum_OperationDetailed_RegChange" xml:space="preserve">
    <value>A number {0}, date {1}, register "{2}".</value>
  </data>
  <data name="Form_30d150530c6440f289b8b68c0c9fd574" xml:space="preserve">
    <value>Tracking</value>
  </data>
  <data name="ControlGroup_42612188cf984a66a4cc5c674787d208" xml:space="preserve">
    <value>Notes</value>
  </data>
  <data name="Control_0e47ae684ffc4acb80bf3d6f715ce7c2_EmptyText" xml:space="preserve">
    <value />
  </data>
  <data name="Property_DocumentGroup" xml:space="preserve">
    <value>Document group</value>
  </data>
  <data name="Property_Assignee" xml:space="preserve">
    <value>Assignee</value>
  </data>
  <data name="Property_Department" xml:space="preserve">
    <value>Department</value>
  </data>
  <data name="Action_ApprovalForm" xml:space="preserve">
    <value>Approval Form</value>
  </data>
  <data name="Action_ApprovalFormDescription" xml:space="preserve">
    <value>View approval form for the document</value>
  </data>
  <data name="Action_ApprovalFormHint" xml:space="preserve">
    <value>View Approval Form</value>
  </data>
  <data name="Action_ApprovalFormConfirmationMessage" xml:space="preserve">
    <value />
  </data>
  <data name="Form_a1ced6b8fe174f6183100fb8faf6b263" xml:space="preserve">
    <value>Tasks</value>
  </data>
  <data name="ControlGroup_b01c534e2f234b8ba69a8942a59fb290" xml:space="preserve">
    <value />
  </data>
  <data name="ControlGroup_35c8fbc9420e4524bfeb64a8a91d8f32" xml:space="preserve">
    <value />
  </data>
  <data name="Enum_LifeCycleState_Obsolete" xml:space="preserve">
    <value>Obsolete</value>
  </data>
  <data name="Action_SendForFreeApproval" xml:space="preserve">
    <value>For Free Approval</value>
  </data>
  <data name="Action_SendForFreeApprovalDescription" xml:space="preserve">
    <value>Send document for free approval by task</value>
  </data>
  <data name="Action_SendForFreeApprovalHint" xml:space="preserve">
    <value>Send for free approval</value>
  </data>
  <data name="Action_SendForFreeApprovalConfirmationMessage" xml:space="preserve">
    <value />
  </data>
  <data name="Action_SendForReview" xml:space="preserve">
    <value>To Manager for Review</value>
  </data>
  <data name="Action_SendForReviewDescription" xml:space="preserve">
    <value>Send document to manager for review</value>
  </data>
  <data name="Action_SendForReviewHint" xml:space="preserve">
    <value>Send for Review</value>
  </data>
  <data name="Action_SendForReviewConfirmationMessage" xml:space="preserve">
    <value />
  </data>
  <data name="Property_PreparedBy" xml:space="preserve">
    <value>Prepared by</value>
  </data>
  <data name="Control_fc50c88831554ff196e8ff7064894ead_EmptyText" xml:space="preserve">
    <value />
  </data>
  <data name="Enum_Operation_EnReviewed" xml:space="preserve">
    <value>Endorsement state set to reviewed</value>
  </data>
  <data name="Enum_Operation_EnPendingReview" xml:space="preserve">
    <value>Endorsement state set to on review</value>
  </data>
  <data name="Control_826a189b01cd446287d73d27e1ede6f9_EmptyText" xml:space="preserve">
    <value />
  </data>
  <data name="ControlGroup_72e492251e834e65bb33ea838a458e43" xml:space="preserve">
    <value>Location</value>
  </data>
  <data name="Property_Project" xml:space="preserve">
    <value>Project</value>
  </data>
  <data name="Property_AssociatedApplication" xml:space="preserve">
    <value>Opens with</value>
  </data>
  <data name="Property_LastVersionApproved" xml:space="preserve">
    <value>Approved</value>
  </data>
  <data name="Action_CreateAddendum" xml:space="preserve">
    <value>Create Addendum</value>
  </data>
  <data name="Action_CreateAddendumDescription" xml:space="preserve">
    <value>Create an addendum to the document</value>
  </data>
  <data name="Action_CreateAddendumHint" xml:space="preserve">
    <value>Create Addendum to Document</value>
  </data>
  <data name="Action_CreateAddendumConfirmationMessage" xml:space="preserve">
    <value />
  </data>
  <data name="Ribbon_RelatedDocumentCommands_05d63e9c36c044c3a7fdb1a360e13fc0" xml:space="preserve">
    <value>Related Documents</value>
  </data>
  <data name="Action_CreateFromTemplateHint" xml:space="preserve">
    <value>Create version from template</value>
  </data>
  <data name="AdditionalInfoTemplate" xml:space="preserve">
    <value>Author [Author]</value>
  </data>
  <data name="Ribbon_RelatedDocumentCommands_40129d01a20041e9ab9d7349ae62b2c4" xml:space="preserve">
    <value>Related Documents</value>
  </data>
  <data name="Action_SendToCounterparty" xml:space="preserve">
    <value>Via Exchange Service</value>
  </data>
  <data name="Action_SendToCounterpartyDescription" xml:space="preserve">
    <value>Send the document to counterparty via document exchange service.

If the document was initially received from the counterparty and requires a signature, you will be asked to specify result of signing.

This command is only available if you are included into role "Users authorized to work via exchange service".</value>
  </data>
  <data name="Action_SendToCounterpartyHint" xml:space="preserve">
    <value>Send or Return Document to Counterparty</value>
  </data>
  <data name="Action_SendToCounterpartyConfirmationMessage" xml:space="preserve">
    <value />
  </data>
  <data name="Action_SendToCounterpartyConfirmationDescription" xml:space="preserve">
    <value />
  </data>
  <data name="Property_ExchangeState" xml:space="preserve">
    <value>Electronic exchange</value>
  </data>
  <data name="Operation_SendByExchange" xml:space="preserve">
    <value>Send via exchange service</value>
  </data>
  <data name="Enum_ExchangeState_Received" xml:space="preserve">
    <value>Received</value>
  </data>
  <data name="Enum_ExchangeState_Sent" xml:space="preserve">
    <value>Sent to counterparty</value>
  </data>
  <data name="Enum_ExchangeState_SignAwaited" xml:space="preserve">
    <value>Awaiting counterparty's signature</value>
  </data>
  <data name="Enum_ExchangeState_SignRequired" xml:space="preserve">
    <value>Signature required</value>
  </data>
  <data name="Enum_ExchangeState_Signed" xml:space="preserve">
    <value>Signed by both parties</value>
  </data>
  <data name="Enum_ExchangeState_Rejected" xml:space="preserve">
    <value>Rejected</value>
  </data>
  <data name="Enum_ExchangeState_Terminated" xml:space="preserve">
    <value>Cancelled</value>
  </data>
  <data name="Enum_ExchangeState_Obsolete" xml:space="preserve">
    <value>Cancelled</value>
  </data>
  <data name="Property_LeadingDocument" xml:space="preserve">
    <value>Leading document</value>
  </data>
  <data name="Action_OpenInExchangeService" xml:space="preserve">
    <value>Open in Service</value>
  </data>
  <data name="Action_OpenInExchangeServiceDescription" xml:space="preserve">
    <value>Open the document on website of the exchange service</value>
  </data>
  <data name="Action_OpenInExchangeServiceHint" xml:space="preserve">
    <value>Open Document in Exchange Service</value>
  </data>
  <data name="Action_OpenInExchangeServiceConfirmationMessage" xml:space="preserve">
    <value />
  </data>
  <data name="Action_OpenInExchangeServiceConfirmationDescription" xml:space="preserve">
    <value />
  </data>
  <data name="Ribbon_ServiceGroup_0ae336b121774ccfa3fbd7004a8a08b8" xml:space="preserve">
    <value>Exchange service</value>
  </data>
  <data name="Action_OpenExchangeOrderReport" xml:space="preserve">
    <value>Electronic Exchange Log</value>
  </data>
  <data name="Action_OpenExchangeOrderReportDescription" xml:space="preserve">
    <value>View electronic document exchange log</value>
  </data>
  <data name="Action_OpenExchangeOrderReportHint" xml:space="preserve">
    <value>Open Electronic Exchange Log</value>
  </data>
  <data name="Action_OpenExchangeOrderReportConfirmationMessage" xml:space="preserve">
    <value />
  </data>
  <data name="Action_OpenExchangeOrderReportConfirmationDescription" xml:space="preserve">
    <value />
  </data>
  <data name="Action_OpenOriginal" xml:space="preserve">
    <value>Open Original</value>
  </data>
  <data name="Action_OpenOriginalDescription" xml:space="preserve">
    <value>Open the document in original format without electronic signature stamps.</value>
  </data>
  <data name="Action_OpenOriginalHint" xml:space="preserve">
    <value>Open Original Document Version</value>
  </data>
  <data name="Action_OpenOriginalConfirmationMessage" xml:space="preserve">
    <value />
  </data>
  <data name="Action_OpenOriginalConfirmationDescription" xml:space="preserve">
    <value />
  </data>
  <data name="Action_OpenDocumentReadHint" xml:space="preserve">
    <value>Read document</value>
  </data>
  <data name="Action_OpenDocumentReadDescription" xml:space="preserve">
    <value>Open the document as read-only.</value>
  </data>
  <data name="Action_SendForAcquaintance" xml:space="preserve">
    <value>For Acquaintance</value>
  </data>
  <data name="Action_SendForAcquaintanceDescription" xml:space="preserve">
    <value>Send document by acquaintance task.</value>
  </data>
  <data name="Action_SendForAcquaintanceHint" xml:space="preserve">
    <value>Send for Acquaintance</value>
  </data>
  <data name="Action_SendForAcquaintanceConfirmationMessage" xml:space="preserve">
    <value />
  </data>
  <data name="Action_SendForAcquaintanceConfirmationDescription" xml:space="preserve">
    <value />
  </data>
  <data name="Ribbon_Reports_6bafd262471346eb9c42e68884286194" xml:space="preserve">
    <value>Reports</value>
  </data>
  <data name="Ribbon_Reports_9a84f93c07e44320a7fb6c7b9ef14a0e" xml:space="preserve">
    <value>Reports</value>
  </data>
  <data name="Action_ShowAcquaintanceReport" xml:space="preserve">
    <value>Acquaintance Report</value>
  </data>
  <data name="Action_ShowAcquaintanceReportDescription" xml:space="preserve">
    <value>View document acquaintance report</value>
  </data>
  <data name="Action_ShowAcquaintanceReportHint" xml:space="preserve">
    <value>Document Acquaintance Report</value>
  </data>
  <data name="Action_ShowAcquaintanceReportConfirmationMessage" xml:space="preserve">
    <value />
  </data>
  <data name="Action_ShowAcquaintanceReportConfirmationDescription" xml:space="preserve">
    <value />
  </data>
  <data name="Ribbon_Reports_33726bc171f1472e9a614a4077a73ee9" xml:space="preserve">
    <value>Reports</value>
  </data>
  <data name="Ribbon_Reports_b21a077bc7224d74875595f9613f7d94" xml:space="preserve">
    <value>Reports</value>
  </data>
  <data name="Ribbon_Reports_a213091392ab4963bc2542cc53d1f44b" xml:space="preserve">
    <value>Reports</value>
  </data>
  <data name="Action_BarcodeReport" xml:space="preserve">
    <value>Document Barcode</value>
  </data>
  <data name="Action_BarcodeReportDescription" xml:space="preserve">
    <value>Print barcode to put it on the document.</value>
  </data>
  <data name="Action_BarcodeReportHint" xml:space="preserve">
    <value>Print Document Barcode</value>
  </data>
  <data name="Action_BarcodeReportConfirmationMessage" xml:space="preserve">
    <value />
  </data>
  <data name="Action_BarcodeReportConfirmationDescription" xml:space="preserve">
    <value />
  </data>
  <data name="Ribbon_Print_f9b455431766414d841f525a57c99e45" xml:space="preserve">
    <value>Print</value>
  </data>
  <data name="Action_ShowRelatedDocuments" xml:space="preserve">
    <value>Related Documents</value>
  </data>
  <data name="Action_ShowRelatedDocumentsDescription" xml:space="preserve">
    <value>Open the list of documents related to the current one.</value>
  </data>
  <data name="Action_ShowRelatedDocumentsHint" xml:space="preserve">
    <value>Show Related Documents</value>
  </data>
  <data name="Action_ShowRelatedDocumentsConfirmationMessage" xml:space="preserve">
    <value />
  </data>
  <data name="Action_ShowRelatedDocumentsConfirmationDescription" xml:space="preserve">
    <value />
  </data>
  <data name="Ribbon_EditRelationsCommands_f5b525c195e747e79eb6fdfe15e87078" xml:space="preserve">
    <value>Edit</value>
  </data>
  <data name="Ribbon_RelatedGroup_6b0284ae25ec48f88a76c812488e633e" xml:space="preserve">
    <value>Related</value>
  </data>
  <data name="Action_ConvertToPdf" xml:space="preserve">
    <value>Create PDF with Digital Signature Mark</value>
  </data>
  <data name="Action_ConvertToPdfDescription" xml:space="preserve">
    <value>Convert the document to PDF with a mark about the digital signature.
To open the initial document after it was converted, click "Open Original" on the "Versions" tab.</value>
  </data>
  <data name="Action_ConvertToPdfHint" xml:space="preserve">
    <value>Convert Document to PDF with Digital Signature Mark</value>
  </data>
  <data name="Action_ConvertToPdfConfirmationMessage" xml:space="preserve">
    <value />
  </data>
  <data name="Action_ConvertToPdfConfirmationDescription" xml:space="preserve">
    <value />
  </data>
  <data name="Form_520df4eae55447458d4f018b6d022962" xml:space="preserve">
    <value>Verification</value>
  </data>
  <data name="ControlGroup_9c0e981c710f4665bcbc2d8f5d8084d3" xml:space="preserve">
    <value />
  </data>
  <data name="ControlGroup_fd86ec670272447fbe4580324ca8a699" xml:space="preserve">
    <value>Preview</value>
  </data>
  <data name="ControlGroup_8f91b21ba3744bd5807bb01130dff98f" xml:space="preserve">
    <value>Properties</value>
  </data>
  <data name="ControlGroup_812fa7c1ee734284a3458e74ae533761" xml:space="preserve">
    <value>Main</value>
  </data>
  <data name="ControlGroup_be2e7b3b0c934025bd189aa01ba7f66c" xml:space="preserve">
    <value />
  </data>
  <data name="ControlGroup_b6b8a84b12bf4dfca14371690f1ae498" xml:space="preserve">
    <value>Notes</value>
  </data>
  <data name="Property_VerificationState" xml:space="preserve">
    <value>Verification</value>
  </data>
  <data name="Enum_VerificationState_InProcess" xml:space="preserve">
    <value>In Process</value>
  </data>
  <data name="Enum_VerificationState_Completed" xml:space="preserve">
    <value>Completed</value>
  </data>
  <data name="ControlGroup_8b050f363a594f4ca5bd78314ab6d183" xml:space="preserve">
    <value>Lifecycle</value>
  </data>
  <data name="Property_DocumentDate" xml:space="preserve">
    <value>Document created/registered</value>
  </data>
  <data name="Action_SendByMail" xml:space="preserve">
    <value>By email</value>
  </data>
  <data name="Action_SendByMailHint" xml:space="preserve">
    <value>Send by email</value>
  </data>
  <data name="Action_SendByMailDescription" xml:space="preserve">
    <value>Send document content to a mail recipient.</value>
  </data>
  <data name="Action_CreateManyAddendumConfirmationDescription" xml:space="preserve">
    <value />
  </data>
  <data name="Action_CreateManyAddendumHint" xml:space="preserve">
    <value>Add Addenda to Document from Files</value>
  </data>
  <data name="Action_CreateManyAddendumConfirmationMessage" xml:space="preserve">
    <value />
  </data>
  <data name="Action_CreateManyAddendumDescription" xml:space="preserve">
    <value>Add multiple addenda to the document from files</value>
  </data>
  <data name="Action_CreateManyAddendum" xml:space="preserve">
    <value>Add Addenda</value>
  </data>
  <data name="Property_Storage" xml:space="preserve">
    <value>Storage</value>
  </data>
  <data name="Ribbon_ServiceGroup_2ed94346ba894c529815d18010d3a2ae" xml:space="preserve">
    <value>Service</value>
  </data>
  <data name="Action_ChangeDocumentType" xml:space="preserve">
    <value>Change Type</value>
  </data>
  <data name="Action_ChangeDocumentTypeDescription" xml:space="preserve">
    <value>After you change document type, document card will change as well. You will be prompted to specify required requisites.

You will not be able to change document type again.</value>
  </data>
  <data name="Action_ChangeDocumentTypeHint" xml:space="preserve">
    <value>Change Document Type</value>
  </data>
  <data name="Action_ChangeDocumentTypeConfirmationMessage" xml:space="preserve">
    <value />
  </data>
  <data name="Action_ChangeDocumentTypeConfirmationDescription" xml:space="preserve">
    <value />
  </data>
  <data name="Ribbon_ServiceGroup_bc285966c6e245ee95412efcf471bf14" xml:space="preserve">
    <value>Service</value>
  </data>
  <data name="Ribbon_Document_6d15b5678aaa43c98c9eaca6d8f16bfe" xml:space="preserve">
    <value>Document</value>
  </data>
  <data name="Action_ExportDocument" xml:space="preserve">
    <value>Export Document</value>
  </data>
  <data name="Action_ExportDocumentDescription" xml:space="preserve">
    <value>Export the document with approval electronic signatures.</value>
  </data>
  <data name="Action_ExportDocumentHint" xml:space="preserve">
    <value>Export Document with Electronic Signatures</value>
  </data>
  <data name="Action_ExportDocumentConfirmationMessage" xml:space="preserve">
    <value />
  </data>
  <data name="Action_ExportDocumentConfirmationDescription" xml:space="preserve">
    <value />
  </data>
  <data name="Ribbon_Export_a38da52fcc71444094309bdf17239dd2" xml:space="preserve">
    <value>Export</value>
  </data>
  <data name="Property_OurSigningReason" xml:space="preserve">
    <value>Signing authority</value>
  </data>
  <data name="Action_ShowOurSigningReason" xml:space="preserve">
    <value>Show Signing Authority</value>
  </data>
  <data name="Action_ShowOurSigningReasonDescription" xml:space="preserve">
    <value>Show fields that contain signing authority</value>
  </data>
  <data name="Action_ShowOurSigningReasonHint" xml:space="preserve">
    <value>Show fields that contain signing authority</value>
  </data>
  <data name="Action_ShowOurSigningReasonConfirmationMessage" xml:space="preserve">
    <value />
  </data>
  <data name="Action_ShowOurSigningReasonConfirmationDescription" xml:space="preserve">
    <value />
  </data>
  <data name="Action_CompareVersions" xml:space="preserve">
    <value>With Another Version</value>
  </data>
  <data name="Action_CompareVersionsDescription" xml:space="preserve">
    <value>Compare document versions</value>
  </data>
  <data name="Action_CompareVersionsHint" xml:space="preserve">
    <value>Compare document versions</value>
  </data>
  <data name="Action_CompareVersionsConfirmationMessage" xml:space="preserve">
    <value />
  </data>
  <data name="Action_CompareVersionsConfirmationDescription" xml:space="preserve">
    <value />
  </data>
  <data name="Action_CompareDocuments" xml:space="preserve">
    <value>With Another Document</value>
  </data>
  <data name="Action_CompareDocumentsDescription" xml:space="preserve">
    <value>Compare with version of another document</value>
  </data>
  <data name="Action_CompareDocumentsHint" xml:space="preserve">
    <value>Compare with version of another document</value>
  </data>
  <data name="Action_CompareDocumentsConfirmationMessage" xml:space="preserve">
    <value />
  </data>
  <data name="Action_CompareDocumentsConfirmationDescription" xml:space="preserve">
    <value />
  </data>
  <data name="Ribbon_CompareButton_06c81df63a094329b4920a1733fe18f6" xml:space="preserve">
    <value>Compare</value>
  </data>
  <data name="Ribbon_CompareButtonDescription_06c81df63a094329b4920a1733fe18f6" xml:space="preserve">
    <value />
  </data>
  <data name="Ribbon_CompareButtonHint_06c81df63a094329b4920a1733fe18f6" xml:space="preserve">
    <value />
  </data>
  <data name="Ribbon_CompareCommands_cd0dd97082144806b3b39ed407b146d4" xml:space="preserve">
    <value>Compare</value>
  </data>
  <data name="Action_ShowComparisonResult" xml:space="preserve">
    <value>Show Result</value>
  </data>
  <data name="Action_ShowComparisonResultDescription" xml:space="preserve">
    <value>Open the last document comparison result</value>
  </data>
  <data name="Action_ShowComparisonResultHint" xml:space="preserve">
    <value>Open the last document comparison result</value>
  </data>
  <data name="Action_ShowComparisonResultConfirmationMessage" xml:space="preserve">
    <value />
  </data>
  <data name="Action_ShowComparisonResultConfirmationDescription" xml:space="preserve">
    <value />
  </data>
</root>