forked from companieshouse/api-enumerations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
filing_history_descriptions.yml
1095 lines (1095 loc) · 136 KB
/
filing_history_descriptions.yml
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
---
description:
'liquidation-receiver-administrative-receivers-report' : "**Administrative Receiver's report**"
'liquidation-receiver-administrative-receivers-report-scotland' : "**Administrative Receiver’s report**"
'liquidation-compulsory-notice-winding-up' : "**Notice of order** of court to wind up."
'liquidation-voluntary-statement-of-affairs-with-form-attached' : "**Statement of affairs** with form {form_attached}"
'liquidation-voluntary-statement-of-affairs' : "**Statement of affairs**"
'liquidation-compulsory-appointment-liquidator' : "**Appointment of a liquidator**"
'liquidation-voluntary-resignation-liquidator' : "**Resignation of a liquidator**"
'liquidation-voluntary-leave-to-resign-liquidator' : "**Court order granting voluntary liquidator leave to resign**"
'liquidation-voluntary-removal-liquidator' : "**Certificate of removal of voluntary liquidator**"
'liquidation-voluntary-removal-of-liquidator-by-court' : "**Removal of liquidator** by court order"
'liquidation-voluntary-removal-of-liquidator-by-company-meeting' : "**Removal of liquidator** by company meeting"
'liquidation-voluntary-release-of-liquidator-by-secretary-of-state' : "**Removal of liquidator** by secretary of state"
'liquidation-voluntary-cease-to-act-as-liquidator' : "**Notice of ceasing to act as a voluntary liquidator**"
'liquidation-compulsory-return-final-meeting' : "**Notice of final account** prior to dissolution"
'liquidation-compulsory-return-final-meeting-court-scotland' : "**Final account prior to dissolution in a winding-up by the court**"
'liquidation-voluntary-death-liquidator' : "**Death of a liquidator**"
'liquidation-voluntary-vacation-liquidator' : "**Notice of vacation** of office of voluntary liquidator"
'liquidation-voluntary-constitution-liquidation-committee' : "**Notice of Constitution** of Liquidation Committee"
'liquidation-voluntary-creditors-paid-in-full' : "Certificate that Creditors have been paid in full"
'liquidation-voluntary-statement-of-receipts-and-payments-with-brought-down-date' : "**Liquidators' statement of receipts and payments** to {brought_down_date}"
'liquidation-voluntary-statement-of-receipts-and-payments' : "**Liquidators' statement of receipts and payments**"
'liquidation-voluntary-deferral-of-dissolution' : "**Notice of deferral of dissolution**"
'liquidation-voluntary-deferral-of-dissolution-scotland' : "**Order deferring the date of dissolution in MVL / CVL**"
'liquidation-voluntary-notice-of-limited-disclosure' : "**Notice of limited disclosure**"
'liquidation-voluntary-appeal' : "**Order of court on appeal** against Secretary of State's decision"
'liquidation-voluntary-declaration-of-solvency' : "**Declaration of solvency**"
'liquidation-voluntary-members-return-of-final-meeting' : "**Return of final meeting** in a members' voluntary winding up"
'liquidation-voluntary-members-return-of-final-meeting-scotland' : "**Final account prior to dissolution in MVL (final account attached)**"
'liquidation-voluntary-creditors-return-of-final-meeting' : "**Return of final meeting** in a creditors' voluntary winding up"
'liquidation-voluntary-creditors-return-of-final-meeting-scotland' : "**Final account prior to dissolution in CVL**"
'liquidation-voluntary-court-order-staying-or-sisting-winding-up-in-MVL-or-CVL-scotland' : "**Order staying/sisting proceedings in a winding-up in MVL or CVL**"
'liquidation-compulsory-early-completion' : "**Early completion of winding up**"
'liquidation-compulsory-early-completion-social-landlords' : "**Early completion of winding up**"
'liquidation-compulsory-defer-dissolution' : "**Dissolution deferment**"
'liquidation-compulsory-notice-secretary-of-state-for-direction' : "**Notice to Secretary of State** for direction"
'liquidation-compulsory-notice-secretary-of-state-for-direction-social-landlords' : "**Notice to Secretary of State** for direction"
'liquidation-compulsory-completion-social-landlords' : "**Completion of winding up**"
'liquidation-compulsory-return-of-final-meeting-scotland' : "**Notice of final meeting** of creditors"
'liquidation-compulsory-appointment-provisional-liquidator-scotland' : "**Appointment of a provisional liquidator**"
'liquidation-compulsory-notice-winding-up-scotland' : "**Court order** notice of winding up"
'liquidation-compulsory-notice-winding-up-order' : "**Court order** notice of winding up"
'liquidation-compulsory-notice-winding-up-order-court-scotland' : "**Court order in a winding-up (& Court Order attachment)**"
'liquidation-compulsory-completion' : "**Completion of winding up**"
'liquidation-voluntary-defer-dissolution' : "**Deferment of dissolution** (voluntary)"
'liquidation-compulsory-winding-up-order-with-case-start-date' : "**Order of court** to wind up on {case_start_date}"
'liquidation-compulsory-winding-up-order' : "**Order of court** to wind up"
'liquidation-compulsory-order-limiting-disclosure-of-statement-of-affairs-in-winding-up' : "**Notice of court order limiting disclosure** of a statement of affairs in winding-up"
'liquidation-compulsory-winding-up-progress-report' : "**Progress report** in a winding up by the court"
'liquidation-compulsory-removal-of-liquidator-by-creditors' : "**Removal of liquidator** by creditors"
'liquidation-compulsory-release-of-liquidator-or-official-receiver-by-secretary-of-state' : "**Release of liquidator or official receiver** by the Secretary of State"
'liquidation-compulsory-removal-of-liquidator-by-secretary-of-state' : "**Removal of liquidator** by the Secretary of State"
'liquidation-compulsory-death-of-liquidator' : "**Notice of liquidator's death**"
'liquidation-compulsory-loss-of-qualification-as-insolvency-practitioner' : "**Notice of loss of qualification as insolvency practitioner**"
'liquidation-compulsory-removal-of-liquidator-by-court' : "**Notice of removal** of liquidator by court"
'liquidation-compulsory-early-dissolution-court-scotland' : "**Court order for early dissolution in a winding-up by the court**"
'liquidation-compulsory-defer-dissolution-court-scotland' : "**Court order to defer dissolution in a winding-up by the court**"
'liquidation-compulsory-staying-or-sisting-proceedings-scotland' : "**Court order staying or sisting proceedings in a winding-up by the court**"
'liquidation-in-administration-appointment-of-administrator' : "**Appointment of an administrator**"
'liquidation-in-administration-appointment-of-a-replacement-or-additional-administrator' : "**Notice of appointment** of a replacement or additional administrator"
'liquidation-in-administration-appointment-of-a-replacement-or-additional-administrator-scotland' : "**Appointment of replacement or additional administrator**"
'liquidation-in-administration-order-limiting-disclosure-of-statement-of-affairs-or-proposals' : "**Notice of order limiting disclosure** of statement of affairs or proposals"
'liquidation-in-administration-order-limiting-disclosure-of-statement-of-affairs-or-proposals-scotland' : "**Order limiting disclosure of statement of affairs or proposals in administration**"
'liquidation-in-administration-rescission-or-amendment-of-order-limiting-disclosure-of-statement-of-affairs-or-proposals' : "**Notice of rescission or amendment of order limiting disclosure** of statement of affairs or proposals in administration"
'liquidation-in-administration-rescission-or-amendment-of-order-limiting-disclosure-of-statement-of-affairs-or-proposals-scotland' : "**Discharge or variation of order limiting disclosure of statement of affairs or proposals in administration**"
'liquidation-in-administration-statement-of-affairs-with-form-attached' : "**Statement of affairs** with form {form_attached}"
'liquidation-in-administration-statement-of-affairs-with-form-attached-scotland' : "**Statement of affairs** {form_attached}"
'liquidation-in-administration-statement-of-affairs' : "**Statement of affairs**"
'liquidation-in-administration-statement-of-affairs-scotland' : "**Statement of affairs**"
'liquidation-in-administration-proposals' : "**Statement of administrator's proposal**"
'liquidation-in-administration-extension-of-time' : "**Notice of extension of time period** of the administration"
'liquidation-in-administration-extension-of-time-deliver-scotland' : "Notice of **Extension of time to deliver administrator’s proposals**"
'liquidation-in-administration-extension-of-time-approval-scotland' : "Notice of **Extension of time to seek approval of administrator's proposals**"
'liquidation-in-administration-revised-proposals' : "**Statement of administrator's revised proposal**"
'liquidation-in-administration-result-creditors-meeting' : "**Result of meeting of creditors**"
'liquidation-in-administration-revision-administrators-proposals-scotland' : "**Revision of administrator’s proposals**"
'liquidation-in-administration-result-creditors-decision-scotland' : "**Creditors’ decision on administrator’s proposals**"
'liquidation-in-administration-progress-report-with-brought-down-date' : "**Administrator's progress report** to {brought_down_date}"
'liquidation-in-administration-progress-report' : "**Administrator's progress report**"
'liquidation-in-administration-amended-certificate-of-constitution-creditors-committee' : "**Amended certificate of constitution** of creditors' committee"
'liquidation-in-administration-change-in-committee-membership' : "**Administrator's notice** of a change in committee membership"
'liquidation-in-administration-notice-of-order-deal-with-charged-property' : "**Notice of order to deal with charged property**"
'liquidation-in-administration-notice-of-order-deal-with-charged-property-scotland' : "**Order to deal with charged property**"
'liquidation-in-administration-automatic-end-of-case' : "**Notice of automatic end of Administration**"
'liquidation-in-administration-automatic-end-of-case-scotland' : "**Automatic end of Administration**"
'liquidation-in-administration-extension-of-period' : "**Notice of extension of period** of Administration"
'liquidation-in-administration-end-of-administration' : "**Notice of end of Administration**"
'liquidation-in-administration-court-order-ending-administration' : "**Notice of a court order ending Administration**"
'liquidation-in-administration-move-to-creditors-voluntary-liquidation' : "**Notice of move from Administration case to Creditors Voluntary Liquidation**"
'liquidation-in-administration-move-to-dissolution-with-case-end-date' : "**Notice of move from Administration to Dissolution** on {case_end_date}"
'liquidation-in-administration-move-to-dissolution' : "**Notice of move from Administration to Dissolution**"
'liquidation-in-administration-change-date-of-dissolution' : "**Notice to Registrar** in respect of date of dissolution"
'liquidation-in-administration-change-date-of-dissolution-scotland' : "**Notice of court order in respect of date of dissolution**"
'liquidation-in-administration-resignation-of-administrator' : "**Notice of resignation of an administrator**"
'liquidation-in-administration-vacation-of-office' : "**Notice of vacation of office by administrator**"
'liquidation-in-administration-removal-of-administrator-from-office' : "**Notice of order removing administrator** from office"
'liquidation-in-administration-removal-of-administrator-from-office-scotland' : "**Order removing administrator from office**"
'liquidation-in-administration-administrator-ceasing-to-be-qualified-to-act' : "**Notice of administrator ceasing to be qualified** to act"
'liquidation-in-administration-administrator-ceasing-to-be-qualified-to-act-scotland' : "**Notice of vacation of office when administrator ceases to be qualified to act**"
'liquidation-in-administration-administrator-deceased' : "**Notice of administrator's death**"
'liquidation-in-administration-administrator-deceased-scotland' : "**Notice of deceased administrator**"
'liquidation-in-administration-appointment-of-replacement-additional-administrator' : "**Notice of appointment** of replacement/additional administrator"
'liquidation-in-administration-appointment-of-replacement-additional-adminstrator' : "**Notice of appointment** of replacement/additional administrator" # To be deprecated in October 2017. Use liquidation-in-administration-appointment-of-replacement-additional-administrator
'liquidation-in-administration-appointment-of-administrator-scotland' : "**Appointment of an administrator**"
'liquidation-in-administration-notice-of-statement-of-affairs-scotland-with-form-attached' : "**Statement of affairs** with form {form_attached}"
'liquidation-in-administration-notice-of-statement-of-affairs-scotland' : "**Statement of affairs**"
'liquidation-in-administration-proposals-scotland' : "**Statement of administrator's proposal**"
'liquidation-in-administration-notice-administrators-proposals-scotland' : "Notice of **Administrator's proposal**"
'liquidation-in-administration-revised-proposals-scotland' : "**Statement of administrator's revised proposal**"
'liquidation-in-administration-creditor-decision-revised-proposals-scotland' : "**Result of creditors’ decision on revised administrator’s proposals**"
'liquidation-in-administration-deemed-proposal-scotland': "**Statement of administrator's deemed proposal**"
'liquidation-in-administration-result-of-creditors-meeting-scotland' : "**Notice of result of meeting of creditors**"
'liquidation-in-administration-progress-report-scotland-with-brought-down-date' : "**Administrator's progress report** to {brought_down_date}"
'liquidation-in-administration-progress-report-scotland' : "**Administrator's progress report**"
'liquidation-in-administration-order-to-deal-with-secured-property-scotland' : "**Notice of order to deal with secured property**"
'liquidation-in-administration-automatic-end-scotland' : "**Notice of automatic end** of Administration"
'liquidation-in-administration-extension-of-period-scotland' : "**Notice of extension of period of Administration**"
'liquidation-in-administration-end-of-administration-scotland' : "**Notice of end of Administration**"
'liquidation-in-administration-end-of-administration-scotland-2' : "**End of Administration**"
'liquidation-in-administration-court-order-ending-administration-scotland' : "**Notice of court order ending Administration**"
'liquidation-in-administration-court-order-ending-administration-scotland-2' : "**Notice of a court order ending Administration**"
'liquidation-in-administration-move-to-creditors-voluntary-liquidation-scotland' : "**Notice of move from Administration to Creditors Voluntary Liquidation**"
'liquidation-in-administration-move-to-creditors-voluntary-liquidation-scotland-2' : "**Move from Administration case to Creditor's Voluntary Liquidation**"
'liquidation-in-administration-move-to-dissolution-scotland' : "**Notice of move from Administration to Dissolution**"
'liquidation-in-administration-move-to-dissolution-scotland-2' : "**Move from Administration to Dissolution**"
'liquidation-in-administration-date-of-dissolution-scotland' : "**Notice to Registrar** in respect of date of dissolution"
'liquidation-in-administration-resignation-of-administrator-scotland' : "**Notice of resignation of administrator**"
'liquidation-in-administration-resignation-of-administrator-scotland-2' : "**Resignation of an administrator**"
'liquidation-in-administration-vacation-of-office-scotland' : "**Notice of vacation of office by administrator**"
'liquidation-in-administration-appointment-of-replacement-additional-administrator-scotland' : "**Notice of appointment** of replacement/additional administrator"
'liquidation-in-administration-court-order-under-section-176A' : "**Notice to Registrar** of companies in respect of order under section 176A"
'liquidation-receiver-appointment-of-receiver-scotland' : "**Notice of the appointment of receiver** by a holder of a floating charge"
'liquidation-receiver-appointment-of-receiver-scotland-2' : "**Appointment of Administrative Receiver, Receiver or Manager**"
'liquidation-voluntary-arrangement-meeting-approving-creditors-voluntary-arrangement-scotland' : "**Notice of report of meeting approving voluntary arrangement**"
'liquidation-voluntary-arrangement-revocation-or-suspension-of-voluntary-arrangement-scotland' : "**Notice of order of revocation or suspension of voluntary arrangement**"
'liquidation-voluntary-arrangement-revocation-or-suspension-of-voluntary-arrangement-scotland-2' : "**Revocation or suspension of CVA**"
'liquidation-voluntary-supervisors-abstracts-of-receipts-payments-scotland-with-brought-down-date' : "**Notice of voluntary arrangement** supervisor's abstract of receipts and payments to {brought_down_date}"
'liquidation-voluntary-supervisors-abstracts-of-receipts-payments-scotland' : "**Notice of voluntary arrangement** supervisor's abstract of receipts and payments"
'liquidation-voluntary-arrangement-notice-completion-scotland' : "**Notice of completion of voluntary arrangement**"
'liquidation-receiver-appointment-of-receiver-by-court-scotland' : "**Notice of the appoinment** of a receiver by the court"
'liquidation-administration-order-to-deal-secured-property-scotland' : "**Notice of order to deal with secured property**"
'liquidation-administration-variation-of-administration-order-scotland' : "**Notice of variation of an Administration Order**"
'liquidation-administration-notice-of-administration-order-scotland' : "**Notice of Administration Order**"
'liquidation-administration-dismissal-of-petition-scotland' : "**Notice of dismissal of petition** for Administration Order"
'liquidation-administration-discharge-of-administration-order-scotland' : "**Notice of discharge of Administration Order**"
'liquidation-administration-statement-of-administrators-proposals-scotland' : "**Statement of administrator's proposal**"
'liquidation-administration-notice-deemed-approval-of-proposals-northern-ireland' : "**Notice of deemed approval of proposals**"
'liquidation-administration-administrators-abstracts-of-receipts-and-payments-scotland-with-brought-down-date' : "**Administrator's abstract** of receipts and payments to {brought_down_date}"
'liquidation-administration-administrators-abstracts-of-receipts-and-payments-scotland' : "**Administrator's abstract** of receipts and payments"
'liquidation-receiver-ceasing-to-act-scotland' : "**Notice of ceasing to act as receiver or manager**"
'liquidation-receiver-dispose-of-secured-property-scotland' : "**Notice of authorisation** to dispose of secured property"
'liquidation-receiver-receivers-report-scotland' : "**Notice of receiver's report**"
'liquidation-receiver-receivers-abstracts-of-receipts-and-payments-scotland' : "**Receiver/Manager's abstract of receipts and payments**"
'liquidation-receiver-death-of-receiver-scotland' : "**Death of receiver**"
'liquidation-receiver-death-of-receiver-scotland-2' : "**Deceased Administrative Receiver**"
'liquidation-voluntary-removal-of-receiver-scotland' : "**Certificate of removal of liquidator**"
'liquidation-voluntary-removal-of-liquidator-scotland' : "**Notice of removal of liquidator**"
'liquidation-voluntary-release-of-liquidator-scotland' : "**Certificate of release of liquidator** by accountant of court"
'liquidation-voluntary-certificate-release-of-liquidator-scotland' : "**Certificate of release of liquidator**"
'liquidation-voluntary-court-order-of-resignation-of-liquidator-scotland' : "**Court order of resignation of liquidator** "
'liquidation-voluntary-resignation-of-liquidator-scotland' : "**Notice of resignation of liquidator**"
'liquidation-voluntary-death-of-liquidator-scotland' : "**Notice of death of liquidator**"
'liquidation-voluntary-vacation-of-liquidator-scotland' : "**Notice of vacation of liquidator**"
'liquidation-compulsory-winding-up-order-scotland' : "**Notice of winding up order**"
'liquidation-voluntary-certificate-of-continuance-scotland' : "**Liquidator's certificate of continuance**"
'liquidation-voluntary-continuance-scotland' : "**Constitution of continuance** liquidation creditors committee"
'liquidation-voluntary-creditors-paid-in-full-scotland' : "**Liquidator's certificate that creditors have been paid in full**"
'liquidation-voluntary-certificate-creditors-paid-in-full-scotland' : "**Certificate that creditors have been paid in full**"
'liquidation-voluntary-declaration-of-solvency-scotland' : "**Declaration of solvency**"
'liquidation-voluntary-return-of-final-meeting-scotland' : "**Return of final meeting** of voluntary winding up"
'liquidation-compulsory-court-order-sisting-scotland' : "**Notice of court order sisting proceedings in a winding up**"
'liquidation-voluntary-notice-under-section-204-scotland' : "**Notice under Section 204(6) or 205(6)**"
'liquidation-voluntary-creditors-voluntary-winding-up-scotland' : "**Confirmation of creditors' voluntary winding up**"
'liquidation-voluntary-liquidators-statement-of-receipts-payments-scotland' : "**Statement of receipts and payments**"
'liquidation-voluntary-appointment-of-liquidator' : "**Appointment of a voluntary liquidator**"
'liquidation-voluntary-arrangement-meeting-approving-companies-voluntary-arrangement' : "**Notice to Registrar of companies voluntary arrangement** taking effect"
'liquidation-voluntary-arrangement-meeting-approving-companies-voluntary-arrangement-scotland' : "**Voluntary arrangement taking effect**"
'liquidation-voluntary-arrangement-revocation-or-suspension' : "**Order of revocation or suspension of voluntary arrangement**"
'liquidation-cva-supervisors-abstract-of-receipts-payments-with-brought-down-date' : "**Voluntary arrangement supervisor's abstract of receipts and payments** to {brought_down_date}"
'liquidation-cva-supervisors-abstracts-of-receipts-payments' : "**Voluntary arrangement supervisor's abstract of receipts and payments**"
'liquidation-voluntary-arrangement-supervisors-progress-report-scotland' : "**Supervisor’s progress report in CVA**"
'liquidation-voluntary-arrangement-completion-with-date' : "**Notice of completion of voluntary arrangement** on {case_end_date}"
'liquidation-voluntary-arrangement-completion' : "**Notice of completion of voluntary arrangement**"
'liquidation-voluntary-arrangement-completion-scotland' : "**Termination or full implementation of CVA**"
'liquidation-administration-notice-of-administration-order' : "**Notice of Administration Order**"
'liquidation-administration-order' : "**Administration Order**"
'liquidation-administration-administrators-abstracts-of-receipts-and-payments-with-brought-down-date' : "**Administrator's abstract of receipts and payments** to {brought_down_date}"
'liquidation-administration-administrators-abstracts-of-receipts-and-payments' : "**Administrator's abstract of receipts and payments**"
'liquidation-administration-order-to-deal-charged-property' : "**Notice of order to deal with charged property**"
'liquidation-administration-discharge-of-administration-order' : "**Notice of discharge of Administration Order**"
'liquidation-administration-variation-of-administration-order' : "**Notice of variation of an Administration Order**"
'liquidation-administration-proposals' : "**Statement of administrator's proposal**"
'liquidation-administration-meeting-of-creditors' : "**Notice of result of meeting of creditors**"
'liquidation-receiver-statement-of-affairs' : "**Statement of Affairs** in administrative receivership following report to creditors"
'liquidation-receiver-amended-certificate-of-constitution' : "**Amended certificate of constitution of creditors' committee**"
'liquidation-receiver-report-change-of-committee' : "**Administrator's report of a change in committee membership**"
'liquidation-receiver-abstract-of-receipts-and-payments-with-brought-down-date' : "**Receiver's abstract of receipts and payments** to {brought_down_date}"
'liquidation-receiver-abstract-of-receipts-and-payments' : "**Receiver's abstract of receipts and payments**"
'liquidation-receiver-death-of-receiver' : "**Notice of adminstrative receivers' death**"
'liquidation-receiver-order-to-dispose-of-charged-property' : "**Notice of order to dispose of charged property**"
'liquidation-receiver-order-to-dispose-of-charged-property-scotland' : "**Authorisation to dispose of secured property**"
'liquidation-administration-approval-of-proposals-scotland' : "**Notice of deemed approval of proposals**"
'liquidation-voluntary-determination' : "**Determination**"
'liquidation-administration-notice-of-petition-scotland' : "**Notice of Petition for Administration Order**"
'liquidation-insolvency-judgement-overseas' : "**Insolvency judgement**"
'liquidation-voluntary-arrangement-commencement-of-moratorium' : "**Commencement of moratorium**"
'liquidation-voluntary-arrangement-extension-of-moratorium' : "**Extension or further extension of moratorium**"
'liquidation-voluntary-arrangement-ending-of-moratorium' : "**End of moratorium**"
'liquidation-voluntary-arrangement-withdrawal-of-consent' : "**Withdrawal of nominee's consent to act**"
'liquidation-voluntary-arrangement-replacement-nominee' : "**Appointment of replacement nominee**"
'liquidation-voluntary-arrangement-commencement-of-moratorium-scotland' : "**Commencement of moratorium**"
'liquidation-voluntary-arrangement-extension-of-moratorium-scotland' : "**Extension or further extension of moratorium**"
'liquidation-voluntary-arrangement-ending-of-moratorium-scotland' : "**End of moratorium**"
'liquidation-voluntary-arrangement-withdrawal-of-consent-scotland' : "**Withdrawal of nominee's consent to act**"
'liquidation-voluntary-arrangement-replacement-nominee-scotland' : "**Appointment of replacement nominee**"
'liquidation-voluntary-arrangement-decision-to-extend-moratorium' : "**Decision to extend moratorium**"
'liquidation-voluntary-arrangement-continuation-of-moratorium-scotland' : "**Continuation of moratorium**"
'liquidation-voluntary-arrangement-court-order-to-extend-moratorium' : "**Court order to extend moratorium**"
'liquidation-voluntary-arrangement-court-order-to-extend-moratorium-scotland' : "**Court order to extend moratorium**"
'liquidation-voluntary-arrangement-or-moratorium-court-order' : "**Court order in respect of a voluntary arrangement or moratorium**"
'liquidation-voluntary-arrangement-or-moratorium-court-order-scotland' : "**Court order in respect of a voluntary arrangement**"
'liquidation-voluntary-arrangement-disposal-of-charged-property-moratorium-scotland' : "**Disposal of charged property during a moratorium**"
'liquidation-administration-statement-of-affairs-scotland' : "**Statement of affairs**"
'liquidation-administration-statement-of-concurrence-scotland' : "**Statement of concurrence**"
'liquidation-miscellaneous' : "**Insolvency filing**"
'liquidation-court-order-miscellaneous' : "**Insolvency court order**"
'liquidation-resolution-miscellaneous' : "**Insolvency resolution**"
'liquidation-regulations-onset-of-insolvency-overseas' : "**EC Regs onset of insolvency**"
'liquidation-voluntary-notice-order-under-section-176a' : "**Notice to Registrar** of companies in respect of order under section 176A"
'liquidation-court-order-to-stay-winding-up' : "**Order of court to stay winding up**"
'liquidation-court-order-to-unstay-winding-up' : "**Order of court to unstay winding up**"
'liquidation-court-order-recall-provisional-liquidator' : "**Order of court recall of provisional liquidator**"
'liquidation-court-order-limiting-disclosure' : "**Order of court limiting disclosure**"
'liquidation-appointment-of-provisional-liquidator' : "**Appointment of provisional liquidator**"
'liquidation-appointment-of-provisional-liquidator-court-scotland' : "**Appointment of provisional liquidator in a winding-up by the court (& Court Order attachment)**"
'liquidation-court-order-early-dissolution' : "**Order of court for early dissolution**"
'liquidation-court-order-to-rescind-winding-up' : "**Order of court to rescind winding up**"
'liquidation-voluntary-extraordinary-resolution-to-wind-up-with-case-start-date' : "**Extraordinary resolution to wind up** on {case_start_date}"
'liquidation-voluntary-extraordinary-resolution-to-wind-up' : "**Extraordinary resolution to wind up**"
'liquidation-voluntary-special-resolution-to-wind-up' : "**Special resolution to wind up**"
'liquidation-voluntary-special-resolution-to-wind-up-case-start-date' : "**Special resolution to wind up** on {case_start_date}"
'liquidation-compulsory-release-official-receiver' : "**Court order to release official receiver**"
'liquidation-miscellaneous-northern-ireland' : "**Insolvency filing**"
'liquidation-administrators-abstracts-northern-ireland' : "**Administrator's abstract of receipts and payments**"
'liquidation-notice-order-of-charged-property-northern-ireland' : "**Notice of order to deal with charged property**"
'liquidation-discharge-of-administration-order-northern-ireland' : "**Notice of discharge of Administration Order**"
'liquidation-discharge-administration-order--northern-ireland' : "**Notice of discharge of Administration Order**"
'liquidation-variation-of-administration-order-northern-ireland' : "**Notice of variation of an Administration Order**"
'liquidation-statement-of-proposals-northern-ireland' : "**Statement of administrator's proposal**"
'liquidation-result-of-creditors-meeting-northern-ireland' : "**Notice of result of meeting of creditors**"
'liquidation-voluntary-notice-to-gazette-appointment-of-liquidator' : "**Notice to the Gazette** of an appointment of a liquidator"
'liquidation-appointment-of-liquidator-overseas' : "**Appointment of a liquidator** of an overseas company"
'liquidation-insolvency-proceedings-overseas' : "**Insolvency proceedings** against an overseas company"
'liquidation-insolvency-proceedings-limited-liability-partnership' : "**Insolvency proceedings**"
'liquidation-winding-up-overseas' : "**Winding up** of an overseas company"
'liquidation-cessation-of-insolvency-proceedings-overseas' : "**Cessation of an overseas company** subject to insolvency proceedings"
'liquidation-insolvency-misellaneous-northern-ireland' : "**Insolvency filing**"
'liquidation-court-order-insolvency-northern-ireland' : "**Insolvency court order**"
'liquidation-voluntary-notice-revised-account' : "**Notice of revised account**"
'liquidation-compulsory-statement-of-affairs' : "**Statement of affairs**"
'liquidation-termination-of-provisional-liquidator' : "**Notice of termination** of appointment of provisional liquidator"
'liquidation-termination-of-provisional-liquidator-court-scotland' : "**Termination of appointment of provisional liquidator in a winding-up by the court**"
'liquidation-voluntary-resignation-as-liquidator' : "**Notice of resignation** of liquidator"
'liquidation-voluntary-removal-of-liquidator' : "**Removal of liquidator**"
'liquidation-administration-notice-deemed-approval-of-proposals' : "**Notice of deemed approval of proposals**"
'liquidation-in-administration-notice-deemed-approval-of-proposals-scotland' : "**Approval of administrator’s proposals**"
'liquidation-early-completion-of-winding-up-northern-ireland' : "**Early completion of winding up**"
'liquidation-defer-dissolution-dissolution' : "**Deferment of compulsory dissolution**"
'liquidation-appointment-of-liquidator' : "**Appointment of a liquidator**"
'liquidation-appointment-of-liquidator-limited-liability-partnership' : "**Appointment of a liquidator**"
'liquidation-receiver-appointment-of-receiver' : "**Appointment of receiver or manager**"
'liquidation-receiver-cease-to-act-receiver' : "**Notice of ceasing to act as receiver or manager**"
'liquidation-receiver-cease-to-act-receiver-scotland' : "**Cease to act as Administrative Receiver, Receiver or Manager**"
'liquidation-receiver-appointment-of-receiver-limited-liability-partnership' : "**Appointment of receiver or manager**"
'liquidation-receiver-cease-to-act-receiver-limited-liability-partnership' : "**Notice of ceasing to act as receiver or manager**"
'liquidation-administration-court-order-limited-disclosure' : "**Order of court** for limited disclosure of proposals"
'liquidation-statement-of-concurrence' : "**Statement of concurrence**"
'liquidation-certificate-creditors-paid-in-full' : "**Certificate that Creditors have been paid in full**"
'liquidation-all-constitution-of-committee' : "**Notice of Constitution of Committee**"
'liquidation-disclaimer-notice' : "**Notice to Registrar** of Companies of Notice of disclaimer"
'liquidation-administration-result-of-meeting-scotland' : "**Notice of result of meeting** of creditors"
'liquidation-administration-insufficient-property-scotland' : "**Notice of insufficient property** for distribution to unsecured creditors other than by virtue of S176A(2)(A)"
'liquidation-termination-of-winding-up-societas-europaea' : "**Notice of initiation or termination of winding up** , liquidation, insolvency, cessation of payment procedures and decision to continue operating"
'liquidation-appointment-receiver-northern-ireland' : "**Appointment of receiver**"
'liquidation-special-resolution-to-wind-up-northern-ireland' : "**Special resolution to wind up**"
'liquidation-appointment-of-receiver-northern-ireland' : "**Appointment of receiver**"
'liquidation-appointmentt-of-administrator-northern-ireland' : "**Appointment of an administrator**"
'liquidation-statement-of-affairs-northern-ireland' : "**Statement of affairs**"
'liquidation-administrators-proposals-northern-ireland' : "**Statement of administrator's proposal**"
'liquidation-extension-of-time-northern-ireland' : "**Notice of extension of time period**"
'liquidation-revised-proposals-northern-ireland' : "**Statement of administrator's revised proposal**"
'liquidation-progress-report-northern-ireland-with-brought-down-date' : "**Administrator's progress report** to {brought_down_date}"
'liquidation-progress-report-northern-ireland' : "**Administrator's progress report**"
'liquidation-amended-certificate-creditors-committee-northern-ireland' : "**Amended certificate of constitution** of creditors' committee"
'liquidation-change-in-committee-membership-northern-ireland' : "**Notice of administrator's notice** of a change in committee membership"
'liquidation-order-to-deal-with-charged-property-northern-ireland' : "**Notice of order to deal with charged property**"
'liquidation-automatic-end-northern-ireland' : "**Notice of automatic end of Administration**"
'liquidation-automatic-end-scotland' : "**Notice of automatic end of Administration**"
'liquidation-extension-of-period-northern-ireland' : "**Notice of extension of period of Administration**"
'liquidation-end-of-administration-northern-ireland' : "**Notice of end of Administration**"
'liquidation-court-order-ending-administration-northern-ireland' : "**Notice of court order ending Administration**"
'liquidation-move-to-creditors-voluntary-liquidation-northern-ireland' : "**Notice of move from Administration to Creditors Voluntary Liquidation**"
'liquidation-move-to-dissolution-northern-ireland' : "**Notice to move from Administration to Dissolution**"
'liquidation-date-of-dissolution-northern-ireland' : "**Notice to Registrar** in respect of date of dissolution"
'liquidation-resignation-of-administrator-northern-ireland' : "**Notice of resignation of administrator**"
'liquidation-vacation-of-office-northern-ireland' : "**Notice of vacation of office by administrator**"
'liquidation-appt-of-replacement-additional-adminstrator-northern-ireland' : "**Appointment of replacement/additional administrator**"
'liquidation-meeting-approving-companies-voluntary-arrangement-northern-ireland' : "**Notice to Registrar of voluntary arrangement** taking effect"
'liquidation-revocation-or-suspension-of-voluntary-arrangement-northern-ireland' : "**Order of revocation or suspension of voluntary arrangement**"
'liquidation-supervisors-abstracts-of-receipts-payments-northern-ireland' : "**Voluntary arrangement's supervisor's abstract of receipts and payments**"
'liquidation-completion-of-voluntary-arrangement-northern-ireland' : "**Notice of completion of voluntary arrangement**"
'liquidation-commencement-of-moratorium-northern-ireland' : "**Commencement of moratorium**"
'liquidation-extension-northern-ireland' : "**Extension or further extension of moratorium**"
'liquidation-ending-of-moratorium-northern-ireland' : "**End of moratorium**"
'liquidation-withdrawal-of-consent-northern-ireland' : "**Notice to Registrar** by nominee of withdrawel of consent to act"
'liquidation-replacement-nominee-northern-ireland' : "**Notice to Registrar** of a replacement nominee"
'liquidation-court-order-under-section-176a-northern-ireland' : "**Notice to registrar** of companies in respect of order under section 176A"
'liquidation-statement-of-affairs-administrative-receiver-northern-ireland' : "**Statement of Affairs** in Administrative Receivership"
'liquidation-certificate-of-constitution-creditors-northern-ireland' : "**Amended certificate of constitution** of creditors' committee"
'liquidation-administrative-receivers-abstracts-northern-ireland-with-brought-down-date' : "**Administrative Receiver's/Receiver Manager's abstract of receipts and payments** to {brought_down_date}"
'liquidation-administrative-receivers-abstracts-northern-ireland' : "**Administrative Receiver's/Receiver Manager's abstract of receipts and payments**"
'liquidation-receiver-death-of-receiver-northern-ireland' : "**Death of administrative receiver**"
'liquidation-notice-of-order-to-dispose-of-charged-property-northern-ireland' : "**Notice of order to dispose of charged property**"
'liquidation-administrative-receivers-report-northern-ireland' : "**Administrative Receiver's report**"
'liquidation-completion-of-winding-up-northern-ireland' : "**Completion of winding up**"
'liquidation-appointment-of-provisional-liquidator-northern-ireland' : "**Appointment of provisional liquidator** in winding up"
'liquidation-leave-to-resign-as-liquidator-northern-ireland' : "**Order of court granting voluntary liquidator leave to resign**"
'liquidation-removal-of-liquidator-northern-ireland' : "**Certificate of removal of voluntaryliquidator**"
'liquidation-certificate-creditors-paid-in-full-northern-ireland' : "**Certificate that Creditors have been paid in full**"
'liquidation-appeal-against-department-northern-ireland' : "**Order of Court on Appeal Against Department of Enterprise Trade and Economic Development**"
'liquidation-court-order-winding-up-northern-ireland' : "**Order of court to wind up**"
'liquidation-appointment-of-liquidator-northern-ireland' : "**Appointment of liquidator compulsory**"
'liquidation-resignation-as-liquidator-northern-ireland' : "**Notice of resignation of liquidator compulsory**"
'liquidation-cease-to-act-as-liquidator-northern-ireland' : "**Notice of ceasing to act as a voluntary liquidator**"
'liquidation-notice-of-final-meeting-of-creditors-northern-ireland' : "**Notice of final meeting of creditors**"
'liquidation-death-of-liquidator-northern-ireland' : "**Death of liquidator**"
'liquidation-vacation-of-liquidator-northern-ireland' : "**Notice of vacation** of office by voluntary liquidator"
'liquidation-constitution-of-liquidation-committee-northern-ireland' : "**Notice of Constitution of Committee**"
'liquidation-liquidation-statement-of-receipts-and-payments-northern-ireland-with-brought-down-date' : "**Statement of receipts and payments** to {brought_down_date}"
'liquidation-liquidation-statement-of-receipts-and-payments-northern-ireland' : "**Statement of receipts and payments**"
'liquidation-declaration-of-solvency-northern-ireland' : "**Declaration of solvency**"
'liquidation-return-of-final-meeting-members-voluntary-winding-up-northern-ireland' : "**Return of final meeting** in a members' voluntary winding up"
'liquidation-return-of-final-meeting-creditors-voluntary-winding-up-northern-ireland' : "**Return of final meeting** in a creditors' voluntary winding up"
'liquidation-all-statement-of-concurrence' : "**Statement of concurrence**"
'liquidation-in-adminstration-deemed-proposal-scotland' : "**Statement of adminstrator's deemed proposal**"
'liquidation-establishment-of-creditors-or-liquidation-committee' : "**Establishment of creditors or liquidation committee**"
'liquidation-establishment-of-creditors-or-liquidation-committee-scotland' : "**Establishment of creditors' committee (Administration)**"
'liquidation-change-of-membership-of-creditors-or-liquidation-committee' : "**Change of membership of creditors or liquidation committee**"
'liquidation-change-of-membership-of-creditors-or-liquidation-committee-scotland' : "**Change of membership of creditors' committee (Administration)**"
'liquidation-continuation-of-creditors-committee' : "**Continuation of creditors committee**"
'liquidation-cessation-of-committee' : "**Cessation of liquidation committee**"
'liquidation-proceedings-member-state-with-consent-to-dissolution' : "**Statement of insolvency proceedings in another member state with consent to dissolution of the company**"
'liquidation-proceedings-member-state-with-consent-to-dissolution-scotland' : "**Statement of insolvency proceedings in another member state with consent to dissolution of the company**"
'liquidation-proceedings-member-state-with-consent-to-dissolution-northern-ireland' : "**Statement of insolvency proceedings in another member state with consent to dissolution of the company**"
'liquidation-proceedings-member-state-without-consent-to-dissolution' : "**Statement of insolvency proceedings in another member state without consent to dissolution of the company**"
'liquidation-proceedings-member-state-without-consent-to-dissolution-scotland' : "**Statement of insolvency proceedings in another member state without consent to dissolution of the company**"
'liquidation-proceedings-member-state-without-consent-to-dissolution-northern-ireland' : "**Statement of insolvency proceedings in another member state without consent to dissolution of the company**"
'mortgage-create-with-deed-with-charles-court-order-extend-with-charge-number-charge-creation-date' : "**Registration of a charge with Charles court order to extend.** Charge code {charge_number}, created on {charge_creation_date}"
'mortgage-create-with-deed-with-charge-number-charge-creation-date' : "**Registration of charge** {charge_number}, created on {charge_creation_date}"
'mortgage-create-with-deed-with-charge-number' : "**Registration of charge** {charge_number}"
'mortgage-create-with-deed' : "**Registration of a charge**"
'mortgage-acquire-with-deed-with-charles-court-order-extend-with-charge-number-charge-acquisition-date' : "**Registration of an acquisition with Charles court order to extend.** Charge code {charge_number}, acquired on {property_acquired_date}"
'mortgage-acquire-with-deed-with-court-order-extend-with-charge-number-charge-acquisition-date' : "**Registration of an acquisition with court order to extend.** Charge code {charge_number}, acquired on {property_acquired_date}"
'mortgage-acquire-with-deed-with-charge-number-charge-acquisition-date' : "**Registration of acquisition** {charge_number}, acquired on {property_acquired_date}"
'mortgage-acquire-with-deed-with-charge-number' : "**Registration of acquisition** {charge_number}"
'mortgage-acquire-with-deed' : "**Registration of an acquisition**"
'mortgage-debenture-with-deed-with-charles-court-order-extend-with-charge-number-charge-creation-date' : "**Registration of a series of debentures with Charles court order to extend.** Charge code {charge_number}, created on {charge_creation_date}"
'mortgage-debenture-with-deed-with-court-order-extend-with-charge-number-charge-creation-date' : "**Registration of a series of debentures with court order to extend.** Charge code {charge_number}, created on {charge_creation_date}"
'mortgage-debenture-with-deed-with-charge-number-charge-creation-date' : "**Registration of a series of debentures** {charge_number}, created on {charge_creation_date}"
'mortgage-debenture-with-deed' : "**Registration of a series of debentures**"
'mortgage-satisfy-charge-full-with-date' : "**Satisfaction of charge** {charge_number} in full on {mortgage_satisfaction_date}"
'mortgage-satisfy-charge-full' : "**Satisfaction of charge** {charge_number} in full"
'mortgage-satisfy-charge-part-with-date' : "**Satisfaction of charge** {charge_number} in part on {mortgage_satisfaction_date}"
'mortgage-satisfy-charge-part' : "**Satisfaction of charge** {charge_number} in part"
'mortgage-satisfy-charge' : "**Satisfaction of a charge**"
'mortgage-charge-whole-release-with-charge-number-satisfaction-date' : "**All of the property or undertaking has been released from charge** {charge number} on {mortgage_satisfaction_date}"
'mortgage-charge-whole-release-with-charge-number' : "**All of the property or undertaking has been released from charge** {charge_number}"
'mortgage-charge-whole-cease-with-charge-number-satisfaction-date' : "**All of the property or undertaking no longer forms part of charge** {charge_number} on {mortgage_satisfaction_date}"
'mortgage-charge-whole-cease-with-charge-number' : "**All of the property or undertaking no longer forms part of charge** {charge_number}"
'mortgage-charge-whole-cease-and-release-with-charge-number-satisfaction-date' : "**All of the property or undertaking has been released and no longer forms part of charge** {charge_number} on {mortgage_satisfaction_date}"
'mortgage-charge-whole-cease-and-release-with-charge-number' : "**All of the property or undertaking has been released and no longer forms part of charge** {charge_number}"
'mortgage-charge-part-release-with-charge-number-satisfaction-date' : "**Part of the property or undertaking has been released from charge** {charge_number} on {mortgage_satisfaction_date}"
'mortgage-charge-part-release-with-charge-number' : "**Part of the property or undertaking has been released from charge ** {charge_number}"
'mortgage-charge-part-cease-with-charge-number-satisfaction-date' : "**Part of the property or undertaking no longer forms part of charge** {charge_number} on {mortgage_satisfaction_date}"
'mortgage-charge-part-cease-with-charge-number' : "**Part of the property or undertaking no longer forms part of charge** {charge_number}"
'mortgage-charge-part-cease-and-release-with-charge-number-satisfaction-date' : "**Part of the property or undertaking has been released and no longer forms part of charge** {charge_number} on {mortgage_satisfaction_date}"
'mortgage-charge-part-both-with-charge-number' : "**Part of the property or undertaking has been released and no longer forms part of charge** {charge_number}"
'mortgage-release-cease-charge' : "**Property or undertaking has been released or no longer forms part of the charge**"
'mortgage-trustee-acting-as' : "**Statement of company acting as a trustee on charge** {charge_number}"
'mortgage-alter-charge-with-charge-number-charge-creation-date' : "**Alteration to charge** {charge_number}, created on {charge_creation_date}"
'mortgage-alter-charge-with-charge-number' : "**Alteration to charge** {charge_number}"
'mortgage-alter-charge' : "**Alteration to a charge**"
'mortgage-create-without-deed-with-charles-court-order-extend-with-charge-number-charge-creation-date' : "**Registration of a charge with Charles court order to extend.** Charge code {charge_number}, created on {charge_creation_date} without deed"
'mortgage-create-without-deed-with-court-order-extend-with-charge-number-charge-creation-date' : "**Registration of a charge with court order to extend.** Charge code {charge_number}, created on {charge_creation_date} without deed"
'mortgage-create-without-deed-with-charge-number-charge-creation-date' : "**Registration of charge** {charge_number}, created on {charge_creation_date} without deed"
'mortgage-create-without-deed' : "**Registration of a charge without deed**"
'mortgage-acquire-without-deed-with-charles-court-order-extend-with-charge-number-charge-acquisition-date' : "**Registration of an acquisition with Charles court order to extend** {charge_number}, acquired on {property_acquired_date} without deed"
'mortgage-acquire-without-deed-with-court-order-extend-with-charge-number-charge-acquisition-date' : "**Registration of an acquisition with court order to extend ** {charge_number}, acquired on {property_acquired_date} without deed"
'mortgage-acquire-without-deed-with-charge-number-charge-creation-date' : "**Registration of acquisition** {charge_number}, acquired on {property_acquired_date} without deed"
'mortgage-acquire-without-deed' : "**Registration of an acquisition without deed**"
'mortgage-debenture-without-deed-with-charles-court-order-extend-with-charge-number-charge-creation-date' : "**Registration of a series of debentures with Charles court order to extend.** Charge code {charge_number}, created on {charge_creation_date} without deed"
'mortgage-debenture-without-deed-with-court-order-extend-with-charge-number-charge-creation-date' : "**Registration of a series of debentures with court order to extend.** Charge code {charge_number}, created on {charge_creation_date} without deed"
'mortgage-debenture-without-deed-with-charge-number-charge-creation-date' : "**Registration of a series of debentures** {charge_number}, created on {charge_creation_date} without deed"
'mortgage-debenture-without-deed' : "**Registration of a series of debentures without deed**"
'mortgage-create-with-deed-with-charles-court-order-extend-with-charge-number-charge-creation-date-limited-liability-partnership' : "**Registration of a charge with Charles court order to extend.** Charge code {charge_number}, created on {charge_creation_date}"
'mortgage-create-with-deed-with-court-order-extend-with-charge-number-charge-creation-date-limited-liability-partnership' : "**Registration of a charge with court order to extend.** Charge code {charge_number}, created on {charge_creation_date}"
'mortgage-create-with-deed-with-charge-number-charge-creation-date-limited-liability-partnership' : "**Registration of charge** {charge_number}, created on {charge_creation_date}"
'mortgage-create-with-deed-with-charge-number-limited-liability-partnership' : "**Registration of charge** {charge_number}"
'mortgage-create-with-deed-limited-liability-partnership' : "**Registration of a charge**"
'mortgage-acquire-with-deed-with-charles-court-order-extend-with-charge-number-charge-acquisition-date-limited-liability-partnership' : "**Registration of an acquisition with Charles court order to extend.** Charge code {charge_number}, acquired on {property_acquired_date}"
'mortgage-acquire-with-deed-with-court-order-extend-with-charge-number-charge-acquisition-date-limited-liability-partnership' : "**Registration of an acquisition with court order to extend.** Charge code {charge_number}, acquired on {property_acquired_date}"
'mortgage-acquire-with-deed-with-charge-number-charge-acquisition-date-limited-liability-partnership' : "**Registration of acquisition** {charge_number}, acquired on {property_acquired_date}"
'mortgage-acquire-with-deed-with-charge-number-limited-liability-partnership' : "**Registration of acquisition** {charge_number}"
'mortgage-acquire-with-deed-limited-liability-partnership' : "**Registration of an acquisition**"
'mortgage-debenture-with-deed-with-charles-court-order-extend-with-charge-number-charge-creation-date-limited-liability-partnership' : "**Registration of a series of debentures with Charles court order to extend.** Charge code {charge_number}, created on {charge_creation_date}"
'mortgage-debenture-with-deed-with-court-order-extend-with-charge-number-charge-creation-date-limited-liability-partnership' : "**Registration of a series of debentures with court order to extend.** Charge code {charge_number}, created on {charge_creation_date}"
'mortgage-debenture-with-deed-with-charge-number-charge-creation-date-limited-liability-partnership' : "**Registration of a series of debentures** {charge_number}, created on {charge_creation_date}"
'mortgage-debenture-with-deed-with-charge-number-limited-liability-partnership' : "**Registration of a series of debentures** {charge_number}"
'mortgage-debenture-with-deed-limited-liability-partnership' : "**Registration of a series of debentures**"
'mortgage-satisfy-charge-full-with-mortgage-satisfaction-date-limited-liability-partnership' : "**Satisfaction of charge** {charge_number} in full on {mortgage_satisfaction_date}"
'mortgage-satisfy-charge-full-limited-liability-partnership' : "**Satisfaction of charge** {charge_number} in full"
'mortgage-satisfy-charge-part-with-mortgage-satisfaction-date-limited-liability-partnership' : "**Satisfaction of charge** {charge_number} in part on {mortgage_satisfaction_date}"
'mortgage-satisfy-charge-part-limited-liability-partnership' : "**Satisfaction of charge** {charge_number} in part"
'mortgage-satisfy-charge-limited-liability-partnership' : "**Satisfaction of a charge**"
'mortgage-charge-whole-release-with-charge-number-satisfaction-date-limited-liability-partnership' : "**All of the property or undertaking has been released from charge** {charge_number} on {mortgage_satisfaction_date}"
'mortgage-charge-whole-release-with-charge-number-limited-liability-partnership' : "**All of the property or undertaking has been released from charge** {charge_number}"
'mortgage-charge-whole-cease-with-charge-number-satisfaction-date-limited-liability-partnership' : "**All of the property or undertaking no longer forms part of charge** {charge_number} on {mortgage_satisfaction_date}"
'mortgage-charge-whole-cease-with-charge-number-limited-liability-partnership' : "**All of the property or undertaking no longer forms part of charge** {charge_number}"
'mortgage-charge-whole-cease-and-release-with-charge-number-satisfaction-date-limited-liability-partnership' : "**All of the property or undertaking has been released and no longer forms part of charge** {charge_number} on {mortgage_satisfaction_date}"
'mortgage-charge-whole-cease-and-release-with-charge-number-limited-liability-partnership' : "**All of the property or undertaking has been released and no longer forms part of charge** {charge_number}"
'mortgage-charge-part-release-with-charge-number-satisfaction-date-limited-liability-partnership' : "**Part of the property or undertaking has been released from charge** {charge_number} on {mortgage_satisfaction_date}"
'mortgage-charge-part-release-with-charge-number-limited-liability-partnership' : "**Part of the property or undertaking has been released from charge** {charge_number}"
'mortgage-charge-part-cease-with-charge-number-satisfaction-date-limited-liability-partnership' : "**Part of the property or undertaking no longer forms part of charge** {charge_number} on {mortgage_satisfaction_date}"
'mortgage-charge-part-cease-with-charge-number-limited-liability-partnership' : "**Part of the property or undertaking no longer forms part of charge** {charge_number}"
'mortgage-charge-part-cease-and-release-with-charge-number-satisfaction-date-limited-liability-partnership' : "**Part of the property or undertaking has been released and no longer forms part of charge** {charge_number} on {mortgage_satisfaction_date}"
'mortgage-charge-part-cease-and-release-with-charge-number-limited-liability-partnership' : "**Part of the property or undertaking has been released and no longer forms part of charge** {charge_number}"
'mortgage-release-cease-charge-limited-liability-partnership' : "**Property or undertaking has been released or no longer forms part of the charge**"
'mortgage-trustee-acting-as-trustee-with-charge-number-limited-liability-partnership' : "**Statement of company acting as a trustee** on charge {charge_number}"
'mortgage-trustee-acting-as-trustee-limited-liability-partnership' : "**Statement of company acting as a trustee**"
'mortgage-alter-post-to-charge-with-charge-number-limited-liability-partnership' : "**Alteration to charge** {charge_number}, created on {charge_creation_date}"
'mortgage-alter-post-to-charge-limited-liability-partnership' : "**Alteration to a charge** , created on {charge_creation_date}"
'mortgage-create-without-deed-with-charles-court-order-extend-with-charge-number-charge-creation-date-limited-liability-partnership' : "**Registration of a charge with Charles court order to extend.** Charge code {charge_number}, created on {charge_creation_date} without deed"
'mortgage-create-without-deed-with-court-order-extend-charge-number-charge-creation-date-limited-liability-partnership' : "**Registration of a charge with court order to extend.** Charge code {charge_number}, created on {charge_creation_date} without deed"
'mortgage-create-without-deed-with-charge-number-charge-creation-date-limited-liability-partnership' : "**Registration of charge** {charge_number}, created on {charge_creation_date} without deed"
'mortgage-create-without-deed-with-charge-number-limited-liability-partnership' : "**Registration of charge** {charge_number} without deed"
'mortgage-create-without-deed-limited-liability-partnership' : "**Registration of a charge without deed"
'mortgage-acquire-without-deed-with-charles-court-order-extend-with-charge-number-charge-acquisition-date-limited-liability-partnership' : "**Registration of an acquisition with Charles court order to extend.** Charge code {charge_number}, acquired on {property_acquired_date} without deed"
'mortgage-acquire-without-deed-with-court-order-extend-charge-number-charge-acquisition-date-limited-liability-partnership' : "**Registration of an acquisition with court order to extend.** Charge code {charge_number}, acquired on {property_acquired_date} without deed"
'mortgage-acquire-without-deed-with-charge-number-charge-creation-date-limited-liability-partnership' : "**Registration of acquisition** {charge_number}, acquired on {property_acquired_date} without deed"
'mortgage-acquire-without-deed-limited-liability-partnership' : "**Registration of an acquisition without deed**"
'mortgage-debenture-without-deed-with-charles-court-order-extend-with-charge-number-charge-creation-date-limited-liability-partnership' : "**Registration of a series of debentures with Charles court order to extend.** Charge code {charge_number}, created on {charge_creation_date} without deed"
'mortgage-debenture-without-deed-with-court-order-extend-with-charge-number-charge-creation-date-limited-liability-partnership' : "**Registration of a series of debentures with court order to extend.** Charge code {charge_number}, created on {charge_creation_date} without deed"
'mortgage-debenture-without-deed-with-charge-number-charge-creation-date-limited-liability-partnership' : "**Registration of a series of debentures** {charge_number}, created on {charge_creation_date} without deed"
'mortgage-debenture-without-deed-limited-liability-partnership' : "**Registration of a series of debentures without deed**"
'mortgage-alter-floating-charge-with-number-date' : "**Alterations to floating charge** {charge_number}, created on {charge_creation_date}"
'mortgage-alter-floating-charge-with-number' : "**Alterations to floating charge** {charge_number}"
'mortgage-alter-floating-charge' : "**Alterations to a floating charge**"
'mortgage-resolution' : "**Mortgage miscellaneous resolution** for charge"
'mortgage-court-order' : "**Court order mortgage** miscellaneous for charge"
'mortgage-miscellaneous' : "**Mortgage miscellaneous** for charge"
'mortgage-rectification-order' : "**Rectification order** for charge {charge_number}"
'mortgage-alteration-floating-charge-scotland-limited-liability-partnership' : "**Alteration to floating charge** {charge_number}, created on {charge_creation_date}"
'mortgage-deed' : "**Charge deed**"
'ordinary-resolution-adopt-memorandum' : "**Ordinary resolution of adoption of Memorandum of Association**"
'ordinary-resolution-alteration-memorandum' : "**Ordinary resolution of alteration of Memorandum of Association**"
'ordinary-resolution-memorandum' : "**Ordinary resolution of Memorandum of Association**"
'ordinary-resolution-exemption' : "**Ordinary resolution of exemption from the Appointing of Auditors**"
'ordinary-resolution-increase-capital' : "**Ordinary resolution of increasing authorised share capital**"
'ordinary-resolution-decrease-capital' : "**Ordinary resolution of decreasing authorised share capital**"
'ordinary-resolution-reduction-capital' : "**Ordinary resolution of reduction in issued share capital**"
'ordinary-resolution-acquisition' : "**Ordinary resolution of financial assistance for the acquisition of shares**"
'ordinary-resolution-purchase-shares' : "**Ordinary resolution of authority to purchase own shares out of capital**"
'ordinary-resolution-purchase-number-shares' : "**Ordinary resolution of authority to purchase a number of shares**"
'ordinary-resolution-securities' : "**Ordinary resolution of allotment of securities**"
'ordinary-resolution-removal-pre-emption' : "**Ordinary resolution of removal of pre-emption rights**"
'ordindary-resolution-varying-share-rights' : "**Ordinary resolution of varying share rights or name**"
'ordinary-resolution' : "**Ordinary resolution**"
'ordinary-resolution-capitalisation' : "**Ordinary resolution of capitalisation or a bonus issue of shares**"
'ordinary-resolution-change-of-name' : "**Ordinary resolution of change of name**"
'ordinary-resolution-redeem-shares' : "**Ordinary resolution of redemption of redeemable shares**"
'special-resolution-adopt-memorandum' : "**Special resolution of adoption of Memorandum of Association**"
'special-resolution-alteration-memorandum' : "**Special resolution of alteration of Memorandum of Association**"
'special-resolution-memorandum' : "**Special resolution of Memorandum of Association**"
'special-resolution-re-registration' : "**Special resolution of re-registration**"
'special-resolution-exemption' : "**Special resolution of exemption from the Appointing of Auditors**"
'special-resolution-increase-capital' : "**Special resolution of increasing authorised share capital**"
'special-resolution-decrease-capital' : "**Special resolution of decreasing authorised share capital**"
'special-resolution-reduction-capital' : "**Special resolution of reduction in issued share capital**"
'special-resolution-acquisition' : "**Special resolution of financial assistance for the acquisition of shares**"
'special-resolution-purchase-shares' : "**Special resolution of authority to purchase own shares out of capital**"
'special-resolution-purchase-number-shares' : "**Special resolution of authority to purchase a number of shares**"
'special-resolution-securities' : "**Special resolution of allotment of securities**"
'special-resolution-removal-pre-emption' : "**Special resolution of removal of pre-emption rights**"
'special-resolution-varying-share-rights' : "**Special resolution of varying share rights or name**"
'special-resolution' : "**Special resolution**"
'special-resolution-capitalisation' : "**Special resolution of capitalisation or a bonus issue of shares**"
'special-resolution-redeem-shares' : "**Special resolution of redemption of redeemable shares**"
'written-resolution-adopt-memorandum' : "**Written resolution of adoption of Memorandum of Association**"
'written-resolution-alteration-memorandum' : "**Written resolution of alteration of Memorandum of Association**"
'written-resolution-memorandum' : "**Written resolution of Memorandum of Association**"
'written-resolution-re-registration' : "**Written resolution of re-registration**"
'written-resolution-exemption' : "**Written resolution of exemption from the Appointing of Auditors**"
'written-resolution-increase-capital' : "**Written resolution of increasing authorised share capital**"
'written-resolution-decrease-capital' : "**Written resolution of decreasing authorised share capital**"
'written-resolution-reduction-capital' : "**Written resolution of reduction in issued share capital**"
'written-resolution-acquisition' : "**Written resolution of financial assistance for the acquisition of shares**"
'written-resolution-purchase-shares' : "**Written resolution of authority to purchase own shares out of capital**"
'written-resolution-purchase-number-shares' : "**Written resolution of authority to purchase a number of shares**"
'written-resolution-securities' : "**Written resolution of allotment of securities**"
'written-resolution-removal-pre-emption' : "**Written resolution of removal of pre-emption rights**"
'written-resolution-varying-share-rights' : "**Written resolution of varying share rights or name**"
'written-resolution' : "**Written resolution**"
'written-resolution-capitalisation' : "**Written resolution of capitalisation or a bonus issue of shares**"
'written-resolution-change-of-name' : "**Written resolution of change of name**"
'written-resolution-redeem-shares' : "**Written resolution of redemption of redeemable shares**"
'elective-resolution' : "**Elective resolution**"
'extraordinary-resolution-adopt-memorandum' : "**Extraordinary resolution of adoption of Memorandum of Association**"
'extraordinary-resolution-alteration-memorandum' : "**Extraordinary resolution of alteration of Memorandum of Association**"
'extraordinary-resolution-memorandum' : "**Extraordinary resolution of Memorandum of Association**"
'extraordinary-resolution-re-registration' : "**Extraordinary resolution of re-registration**"
'extraordinary-resolution-exemption' : "**Extraordinary resolution of exemption from the Appointing of Auditors**"
'extraordinary-resolution-increase-capital' : "**Extraordinary resolution of increasing authorised share capital**"
'extraordinary-resolution-decrease-capital' : "**Extraordinary resolution of decreasing authorised share capital**"
'extraordinary-resolution-reduction-capital' : "**Extraordinary resolution of reduction in issued share capital**"
'extraordinary-resolution-acquisition' : "**Extraordinary resolution of financial assistance for the acquisition of shares**"
'extraordinary-resolution-purchase-shares' : "**Extraordinary resolution of authority to purchase own shares out of capital**"
'extraordinary-resolution-purchase-number-shares' : "**Extraordinary resolution of authority to purchase a number of shares**"
'extraordinary-resolution-securities' : "**Extraordinary resolution of allotment of securities**"
'extraordinary-resolution-removal-pre-emption' : "**Extraordinary resolution of removal of pre-emption rights**"
'extraordinary-resolution-varying-share-rights' : "**Extraordinary resolution of varying share rights or name**"
'extraordinary-resolution' : "**Extraordinary resolution**"
'extraordinary-resolution-capitalisation' : "**Extraordinary resolution of capitalisation or a bonus issue of shares**"
'extraordinary-resolution-change-of-name' : "**Extraordinary resolution of change of name**"
'extraordinary-resolution-redeem-shares' : "**Extraordinary resolution of redemption of redeemable shares**"
'resolution' : "**Resolutions**"
'resolution-adopt-memorandum-and-articles' : "**Resolution of adoption of Memorandum and/or Articles of Association**"
'resolution-adopt-memorandum' : "**Resolution of adoption of Memorandum of Association**"
'resolution-adopt-articles' : "**Resolution of adoption of Articles of Association**"
'resolution-alteration-memorandum-and-articles' : "**Resolution of alteration of Memorandum and/or Articles of Association**"
'resolution-alteration-memorandum' : "**Resolution of alteration of Memorandum of Association**"
'resolution-alteration-articles' : "**Resolution of alteration of Articles of Association**"
'resolution-memorandum-and-articles' : "**Resolution of Memorandum and/or Articles of Association**"
'resolution-memorandum' : "**Resolution of Memorandum and/or Articles of Association**"
'resolution-re-registration' : "**Resolution of re-registration**"
'resolution-exemption' : "**Resolution of exemption from the Appointing of Auditors**"
'resolution-increase-capital' : "**Resolution of increasing authorised share capital**"
'resolution-decrease-capital' : "**Resolution of decreasing authorised share capital**"
'resolution-reduction-capital' : "**Resolution of reduction in issued share capital**"
'resolution-acquisition' : "**Resolution of financial assistance for the acquisition of shares**"
'resolution-purchase-shares' : "**Resolution of authority to purchase own shares out of capital**"
'resolution-purchase-number-shares' : "**Resolution of authority to purchase a number of shares**"
'resolution-securities' : "**Resolution of allotment of securities**"
'resolution-removal-pre-emption' : "**Resolution of removal of pre-emption rights**"
'resolution-varying-share-rights' : "**Resolution of varying share rights or name**"
'resolution-capitalisation' : "**Resolution of capitalisation or a bonus issue of shares**"
'resolution-change-of-name' : "**Change company name resolution on {resolution_date}**"
'resolution-redeem-shares' : "**Resolution of redemption of redeemable shares**"
'resolution-redonominate-shares' : "**Resolution to redenominate shares**"
'resolution-reduce-capital' : "**Resolution to reduce share capital on re-denomination**"
'certificate-change-of-name-limited-partnership' : "**Certificate of change of name** of a Limited Partnership"
'certificate-capital-iron-steel-act-reduction-issed-capital' : "**Certificate of Iron & Steel Act 1985 reduction of issued capital**"
'certificate-capital-reduction-issued-capital' : "**Certificate of reduction of issued capital**"
'certificate-capital-reduction-issued-capital-share-premium' : "**Certificate of reduction of issued capital and share premium**"
'certificate-capital-reduction-issued-capital-share-premium-cancellation-share-premiumn' : "**Certificate of reduction of issued capital** and share premium and cancellation of share premium"
'certificate-capital-reduction-issued-capital-cancellation-share-premium-cancellation-capital-redemption-reserve' : "**Certificate of reduction of issued capital** and share premium and cancellation of share premium and capital redemption reserve"
'certificate-capital-reduction-share-premium' : "**Certificate of reduction of share premium**"
'certificate-capital-reduction-share-premium-cancellation-capital-redemption-reserve' : "**Certificate of reduction of share premium** and cancellation of capital redemption reserve"
'certificate-capital-cancellation-share-premium-account' : "**Certificate of cancellation of share premium account**"
'certificate-re-registration-change-of-name' : "**Certificate of re-registration** and or change of name"
'certificate-re-registration-unlimited-to-limited' : "**Certificate of re-registration from Unlimited to Limited**"
'certificate-re-registration-public-limited-company-to-private' : "**Certificate of re-registration from Public Limited Company to Private**"
'certificate-change-of-name-re-registration-public-limited-company-to-private' : "**Certificate of change of name and re-registration from Public Limited Company to Private**"
'certificate-change-of-name-re-registration-to-limited' : "**Certificate of change of name and re-registration to Limited**"
'certificate-re-registration-old-public-company-to-public-limited-company' : "**Certificate of re-registration of an Old Public Company to Public Limited Company**"
'certificate-change-of-name-re-registration-old-public-company-to-public-limited-company' : "**Certificate of change of name and re-registration from old Public Company to Public Limited Company**"
'certificate-re-registration-limited-to-unlimited' : "**Certificate of re-registration from Limited to Unlimited**"
'certificate-change-of-name-re-registration-to-unlimited' : "**Certificate of change of name and re-registration to Unlimited**"
'certificate-re-registration-private-to-public-limited-company' : "**Certificate of re-registration from Private to Public Limited Company**"
'certificate-re-registration-unlimited-to-public-limited-company' : "**Certificate of re-registration from Unlimited to Public Limited Company**"
'certificate-change-of-name-re-registration-private-to-public-limited-company' : "**Certificate of change of name and re-registration from Private to Public Limited Company**"
'certificate-authorisation-to-commence-business-borrow' : "**Certificate of authorisation to commence business and borrow**"
'certificate-re-registration-old-public-company-to-private-limited-company' : "**Certificate of re-registration of an Old Public Company to Private**"
'certificate-incorporation-foreign-private-act' : "**Certificate of foreign incorporation** - Private Act"
'certificate-incorporation' : "**Certificate of Incorporation**"
'certificate' : "**Certificate**"
'certificate-registration-limited-partnership' : "**Certificate of registration of a Limited Partnership**"
'certificate-registration-friendly-society' : "**Certificate of registration of a Friendly Society**"
'certificate-change-of-name-company' : "**Certificate of change of name**"
'gazette-filings-brought-up-to-date' : "**Compulsory strike-off action has been discontinued**"
'gazette-notice-voluntary' : "**First Gazette** notice for voluntary strike-off"
'gazette-dissolved-voluntary' : "**Final Gazette** dissolved via voluntary strike-off"
'gazette-notice-compulsary' : "**First Gazette** notice for compulsory strike-off"
'gazette-notice-compulsory' : "**First Gazette** notice for compulsory strike-off"
'gazette-dissolved-compulsary' : "**Final Gazette** dissolved via compulsory strike-off"
'gazette-dissolved-compulsory' : "**Final Gazette** dissolved via compulsory strike-off"
'miscellaneous' : "Miscellaneous"
'application-to-court-to-cancel-bearer-shares' : "**Application to court to cancel bearer shares**"
'court-order' : "**Court order**"
'bona-vacantia-company' : "**Bona Vacantia disclaimer**"
'bona-vacantia-limited-liability-partnership' : "**Bona Vacantia disclaimer**"
'administrative-restoration-company' : "**Administrative restoration application**"
'administrative-restoration-limited-liability-partnership' : "**Administrative restoration application**"
'accounts-with-accounts-type-dormant' : "**Accounts for a dormant company** made up to {made_up_date}"
'accounts-with-accounts-type-full' : "**Full accounts** made up to {made_up_date}"
'accounts-with-accounts-type-full-group' : "**Full group accounts** made up to {made_up_date}"
'accounts-with-accounts-type-initial' : "**Initial accounts** made up to {made_up_date}"
'accounts-with-accounts-type-interim' : "**Interim accounts** made up to {made_up_date}"
'accounts-with-accounts-type-group' : "**Group of companies' accounts** made up to {made_up_date}"
'accounts-with-accounts-type-medium' : "**Accounts for a medium company** made up to {made_up_date}"
'accounts-with-accounts-type-medium-group' : "**Group accounts for a medium company** made up to {made_up_date}"
'accounts-with-accounts-type-small' : "**Accounts for a small company** made up to {made_up_date}"
'accounts-with-accounts-type-small-group' : "**Group accounts for a small company** made up to {made_up_date}"
'accounts-with-accounts-type-micro-entity' : "**Micro company accounts** made up to {made_up_date}"
'accounts-with-accounts-type-partial-exemption' : "**Partial exemption accounts** made up to {made_up_date}"
'accounts-with-accounts-type-total-exemption-full' : "**Total exemption full accounts** made up to {made_up_date}"
'accounts-with-accounts-type-total-exemption-small' : "**Total exemption small company accounts** made up to {made_up_date}"
'accounts-with-accounts-type-audit-exemption-subsiduary' : "**Audit exemption subsidiary accounts** made up to {made_up_date}"
'accounts-with-made-up-date' : "**Accounts** made up to {made_up_date}"
'accounts' : "**Accounts**"
'accounts-amended-with-accounts-type-dormant' : "**Amended accounts for a dormant company** made up to {made_up_date}"
'accounts-amended-with-accounts-type-full' : "**Amended full accounts** made up to {made_up_date}"
'accounts-amended-with-accounts-type-full-group' : "**Amended full group accounts** made up to {made_up_date}"
'accounts-amended-with-accounts-type-initial' : "**Amended initial accounts** made up to {made_up_date}"
'accounts-amended-with-accounts-type-interim' : "**Amended interim accounts** made up to {made_up_date}"
'accounts-amended-with-accounts-type-group' : "**Amended group of companies' accounts** made up to {made_up_date}"
'accounts-amended-with-accounts-type-medium' : "**Amended accounts for a medium company** made up to {made_up_date}"
'accounts-amended-with-accounts-type-medium-group' : "**Amended group accounts for a medium company** made up to {made_up_date}"
'accounts-amended-with-accounts-type-small' : "**Amended accounts for a small company** made up to {made_up_date}"
'accounts-amended-with-accounts-type-small-group' : "**Amended group accounts for a small company** made up to {made_up_date}"
'accounts-amended-with-accounts-type-micro-entity' : "**Amended micro company accounts** made up to {made_up_date}"
'accounts-amended-with-accounts-type-partial-exemption' : "**Amended partial exemption accounts** made up to {made_up_date}"
'accounts-amended-with-accounts-type-total-exemption-full' : "**Amended total exemption full accounts** made up to {made_up_date}"
'accounts-amended-with-accounts-type-total-exemption-small' : "**Amended total exemption small company accounts** made up to {made_up_date}"
'accounts-amended-with-accounts-type-audit-exemption-subsiduary' : "**Amended audit exemption subsidiary accounts** made up to {made_up_date}"
'accounts-amended-with-made-up-date' : "**Amended accounts** made up to {made_up_date}"
'accounts-amended' : "**Amended accounts**"
'change-account-reference-date-company-previous-extended' : "**Previous accounting period extended** from {made_up_date} to {new_date}"
'change-account-reference-date-company-previous-shortened' : "**Previous accounting period shortened** from {made_up_date} to {new_date}"
'change-account-reference-date-company-current-extended' : "**Current accounting period extended** from {made_up_date} to {new_date}"
'change-account-reference-date-company-current-shortened' : "**Current accounting period shortened** from {made_up_date} to {new_date}"
'change-account-reference-date-company' : "**Change of accounting reference date**"
'accounts-dormant-company' : "**Dormant company accounts** made up to {made_up_date}"
'change-account-reference-date-limited-liability-partnership-previous-extended' : "**Previous accounting period extended** from {made_up_date} to {new_date}"
'change-account-reference-date-limited-liability-partnership-previous-shortened' : "**Previous accounting period shortened** from {made_up_date} to {new_date}"
'change-account-reference-date-limited-liability-partnership-current-extended' : "**Current accounting period extended** from {made_up_date} to {new_date}"
'change-account-reference-date-limited-liability-partnership-current-shortened' : "**Current accounting period shortened** from {made_up_date} to {new_date}"
'change-account-reference-date-limited-liability-partnership' : "**Change of accounting reference date**"
'accounts-balance-sheet' : "**Balance Sheet**"
'annual-return-limited-liability-partnership-with-made-up-date' : "**Annual return** made up to {made_up_date}"
'annual-return-limited-liability-partnership' : "**Annual return**"
'annual-return-company-with-made-up-date' : "**Annual return** made up to {made_up_date}"
'annual-return-company-with-made-up-date-full-list-shareholders' : "**Annual return** made up to {made_up_date} with full list of shareholders"
'annual-return-company-with-made-up-date-bulk-list-shareholders' : "**Annual return** made up to {made_up_date} with bulk list of shareholders"
'annual-return-company-with-made-up-date-changes-to-shareholders' : "**Annual return** made up to {made_up_date}. List of shareholders has changed"
'annual-return-company-with-made-up-date-bearer-shares' : "**Annual return** made up to {made_up_date} with bearer shares"
'annual-return-company-with-made-up-date-no-shareholders-list' : "**Annual return** made up to {made_up_date}, no shareholder list provided"
'annual-return-company-with-made-up-date-no-member-list' : "**Annual return** made up to {made_up_date} no member list"
'annual-return-company' : "**Annual return**"
'annual-return-newspaper' : "**Annual return**"
'annual-return-overseas-company' : "**Transitional return** by a UK establishment of an overseas company"
'annual-return-add-person-authorised-to-represent-to-uk-establishment' : "**Transitional return** for **{branch_number}** - person authorised to represent, {representative_details}"
'annual-return-add-person-authorised-to-accept-service-to-uk-establishment' : "**Transitional return** for **{branch_number}** - person authorised to accept service, {representative_details}"
'annual-return-add-person-to-uk-establisment' : "**Transitional return** - {representative_details}"
'annual-return-update-with-change-details' : "**Transitional return** for **{branch_number}** - Changes made to the UK establishment, {representative_details}"
'annual-return-update-details' : "**Transitional return** - {representative_details}"
'auditors-resignation-company' : "**Auditor's resignation**"
'auditors-report' : "**Auditor's report**"
'auditors-statement' : "**Auditor's statement**"
'auditors-resignation-limited-liability-partnership' : "**Resignation of an auditor**"
'auditors-resignation-limited-company' : "**Resignation of an auditor**"
'statement-guarantee-by-parent-undertaking-of-subsidiary-company' : "**Statement of guarantee** by a parent undertaking of a subsidiary company"
'statement-guarantee-by-parent-undertaking-of-subsidiary-limited-liability-partnership' : "**Statement of guarantee** by a parent undertaking of a subsidiary Limited Liability Partnership"
'miscellaneous-limited-liability-partnership' : "Miscellaneous"
'appoint-person-director-company-with-name-date' : "**Appointment** of {officer_name} as a director on {appointment_date}"
'appoint-person-director-company-with-name' : "**Appointment** of {officer_name} as a director"
'appoint-person-director-company' : "**Appointment** of a director"
'appoint-person-secretary-company-with-name-date' : "**Appointment** of {officer_name} as a secretary on {appointment_date}"
'appoint-person-secretary-company-with-name' : "**Appointment** of {officer_name} as a secretary"
'appoint-person-secretary-company' : "**Appointment** of a secretary"
'appoint-corporate-director-company-with-name-date' : "**Appointment** of {officer_name} as a director on {appointment_date}"
'appoint-corporate-director-company-with-name' : "**Appointment** of {officer_name} as a director"
'appoint-corporate-director-company' : "**Appointment** of a director"
'appoint-corporate-secretary-company-with-name-date' : "**Appointment** of {officer_name} as a secretary on {appointment_date}"
'appoint-corporate-secretary-company-with-name' : "**Appointment** of {officer_name} as a secretary"
'appoint-corporate-secretary-company' : "**Appointment** of a secretary"
'appoint-person-member-limited-liability-partnership-with-appointment-date' : "**Appointment** of {officer_name} as a member on {appointment_date}"
'appoint-person-member-limited-liability-partnership' : "**Appointment** of {officer_name} as a member"
'appoint-corporate-member-limited-liability-partnership-with-appointment-date' : "**Appointment** of {officer_name} as a member on {appointment_date}"
'appoint-corporate-member-limited-liability-partnership' : "**Appointment** of {officer_name} as a member"
'appoint-manager-company-with-name-date' : "**Appointment** of {officer_name} as a manager on {appointment_date}"
'appoint-manager-company-with-name' : "**Appointment** of {officer_name} as a manager"
'appoint-manager-company' : "**Appointment** of a manager"
'appoint-person-director-overseas-company-with-name-appointment-date' : "**Appointment** of {officer_name} as a director on {appointment_date}"
'appoint-person-director-overseas-company-with-name' : "**Appointment** of {officer_name} as a director"
'appoint-person-director-overseas-company' : "**Appointment** of a director"
'appoint-corporate-director-overseas-company-with-appointment-date' : "**Appointment** of {officer_name} as a director on {appointment_date}"
'appoint-corporate-director-overseas-company' : "**Appointment** of {officer_name} as a director"
'appoint-person-secretary-overseas-company-with-appointment-date' : "**Appointment** of {officer_name} as a secretary on {appointment_date}"
'appoint-person-secretary-overseas-company' : "**Appointment** of {officer_name} as a secretary"
'appoint-corporate-secretary-overseas-company-with-appointment-date' : "**Appointment** of {officer_name} as a secretary on {appointment_date}"
'appoint-corporate-secretary-overseas-company' : "**Appointment** of {officer_name} as a secretary"
'appoint-person-authorised-represent-overseas-company-with-appointment-date' : "**Appointment** of {officer_name} as a person authorised to represent UK establishment **{branch_number}** on {change_date}."
'appoint-person-authorised-represent-overseas-company' : "**Appointment** {change_details}"
'appoint-judicial-factor-overseas-company-with-appointment-date' : "**Appointment** of {officer_name} as a judicial factor on {appointment_date}"
'appoint-judicial-factor-overseas-company' : "**Appointment** of a judicial factor"
'appoint-person-authorised-accept-overseas-company-with-appointment-date' : "**Appointment** of {officer_name} as a person authorised to accept service for UK establishment **{branch_number}** on {change_date}."
'appoint-person-authorised-accept-overseas-company' : "**Appointment** {change_details}"
'appoint-corporate-member-societas-europaea-with-name-appointment-date' : "**Appointment** of {officer_name} as a corporate member on {appointment_date}"
'appoint-corporate-member-societas-europaea-with-name' : "**Appointment** of {officer_name} as a corporate member"
'appoint-corporate-member-societas-europaea' : "**Appointment** of a corporate member"
'appoint-person-member-societas-europaea-with-name-appointment-date' : "**Appointment** of {officer_name} as a member on {appointment_date}"
'appoint-person-member-societas-europaea-with-name' : "**Appointment** of {officer_name} as a member"
'appoint-person-member-societas-europaea' : "**Appointment** of a member"
'appoint-manager-european-economic-interest-groupings-with-appointment-date' : "**Appointment** of a manager on {appointment_date}"
'appoint-manager-european-economic-interest-groupings' : "**Appointment** of a manager"
'change-person-director-company-with-change-date' : "**Director's details changed** for {officer_name} on {change_date}"
'change-person-director-company' : "**Director's details changed**"
'change-person-secretary-company-with-change-date' : "**Secretary's details changed** for {officer_name} on {change_date}"
'change-person-secretary-company' : "**Secretary's details changed**"
'change-corporate-director-company-with-change-date' : "**Director's details changed** for {officer_name} on {change_date}"
'change-corporate-director-company' : "**Director's details changed**"
'change-corporate-secretary-company-with-change-date' : "**Secretary's details changed** for {officer_name} on {change_date}"
'change-corporate-secretary-company' : "**Secretary's details changed**"
'change-person-director-overseas-company-with-change-date' : "**Director's details changed** for {officer_name} on {change_date}"
'change-person-director-overseas-company' : "**Director's details changed**"
'change-corporate-director-overseas-company-with-change-date' : "**Director's details changed** for {officer_name} on {change_date}"
'change-corporate-director-overseas-company' : "**Director's details changed**"
'change-person-secretary-overseas-company-with-change-date' : "**Secretary's details changed** for {officer_name} on {change_date}"
'change-person-secretary-overseas-company' : "**Secretary's details changed**"
'change-corporate-secretary-overseas-company-with-change-date' : "**Secretary's details changed** for {officer_name} on {change_date}"
'change-corporate-secretary-overseas-company' : "**Secretary's details changed**"
'change-person-authorised-overseas-company-with-change-date' : "**Change of details** for {officer_name} of {officer_address} as a person authorised to represent UK establishment **{branch_number}** on {change_date}"
'change-person-authorised-overseas-company' : "**Change of details** {change_details}"
'change-service-address-judicial-factor-overseas-company' : "**Service address changed**"
'change-person-authorised-to-represent-overseas-company-with-change-date' : "**Change of details** for {officer_name} as a person authorised to accept service for UK establishment **{branch_number}** on {change_date}"
'change-person-authorised-to-represent-overseas-company' : "**Change of details** {change_details}"
'change-service-address-manager' : "**Service address changed** for {officer_name}"
'change-person-member-limited-liability-partnership-with-name-change-date' : "**Member's details changed** for {officer_name} on {change_date}"
'change-person-member-limited-liability-partnership' : "**Member's details changed**"
'change-corporate-member-limited-liability-partnership-with-name-change-date' : "**Member's details changed** for {officer_name} on {change_date}"
'change-corporate-member-limited-liability-partnership' : "**Member's details changed** for {officer_name}"
'change-manager-european-economic-interest-groups-with-change-date' : "**Manager details changed** on {change_date}"
'change-manager-european-economic-interest-groups' : "**Manager details changed**"
'change-person-member-societas-europaea-with-name-date' : "**Member's details changed** for {officer_name} on {change_date}"
'change-person-member-societas-europaea-with-name' : "**Member's details changed** for {officer_name}"
'change-person-member-societas-europaea' : "**Member's details changed**"
'change-corporate-member-societas-europaea-with-name-date' : "**Member's details changed** for {officer_name} on {change_date}"
'change-corporate-member-societas-europaea-with-name' : "**Member's details changed** for {officer_name}"
'change-corporate-member-societas-europaea' : "**Member's details changed**"
'change-proprietors-newspaper' : "**Register a change of registered proprietors** outside of the annual return"
'termination-person-director-overseas-company-with-name-termination-date' : "**Termination of appointment** of {officer_name} as a director on {termination_date}"
'termination-person-director-overseas-company-with-name' : "**Termination of appointment** of {officer_name} as a director"
'termination-person-director-overseas-company' : "**Termination of appointment** of a director"
'termination-person-secretary-overseas-company-with-name-termination-date' : "**Termination of appointment** of {officer_name} as secretary on {termination_date}"
'termination-person-secretary-overseas-company-with-name' : "**Termination of appointment** of {officer_name} as secretary"
'termination-person-secretary-overseas-company' : "**Termination of appointment** of a secretary"
'termination-person-authorised-overseas-company' : "**Termination of appointment** for a UK establishment - {change_details}"
'termination-person-judicial-factor-overseas-company-with-name-termination-date' : "**Termination of appointment** of {officer_name} as judicial factor on {termination_date}"
'termination-person-judicial-factor-overseas-company-with-name' : "**Termination of appointment** of {officer_name} as judicial factor"
'termination-person-judicial-factor-overseas-company' : "**Termination of appointment** of a judicial factor"
'termination-director-company-with-name-termination-date' : "**Termination of appointment** of {officer_name} as a director on {termination_date}"
'termination-director-company-with-name' : "**Termination of appointment** of {officer_name} as a director"
'termination-director-company' : "**Termination of appointment** of a director"
'termination-member-limited-liability-partnership-with-name-termination-date' : "**Termination of appointment** of {officer_name} as a member on {termination_date}"
'termination-member-limited-liability-partnership-with-name' : "**Termination of appointment** of {officer_name} as a member"
'termination-member-limited-liability-partnership' : "**Termination of appointment** of a member"
'termination-secretary-company-with-name-termination-date' : "**Termination of appointment** of {officer_name} as a secretary on {termination_date}"
'termination-secretary-company-with-name' : "**Termination of appointment** of {officer_name} as a secretary"
'termination-secretary-company' : "**Termination of appointment** of a secretary"
'termination-manager-company-with-termination-date' : "**Termination of appointment** of {officer_name} as a manager on {termination_date}"
'termination-manager-company' : "**Termination of appointment** of {officer_name} as a manager"
'termination-member-societas-europaea-with-name-termination-date' : "**Termination of appointment** of {officer_name} on {termination_date}"
'termination-member-societas-europaea-with-name' : "**Termination of appointment** of {officer_name}"
'termination-member-societas-europaea' : "**Termination of appointment** of a member"
'notice-restriction-on-company-articles' : "**Notice of Restriction on the Company's Articles**"
'notice-removal-restriction-on-company-articles' : "**Notice of removal of restriction on the company's articles**"
'statement-compliance-articles-restricted' : "**Statement of compliance** where amendment of articles restricted"
'statement-of-companys-objects' : "**Statement of company's objects**"
'change-constitution-enactment' : "**Change of constitution by enactment**"
'change-constitution-by-court-order' : "**Change of constitution** by order of court or other authority"
'change-constitutional-documents-overseas-company-with-date' : " **Alteration of constitutional documents** on {change_date}"
'change-constitutional-documents-overseas-company' : "**Alteration of constitutional documents** {change_date}"
'change-uk-establishment-relating-to-constitutional-documents' : "**Change of UK establishment** relating to constitutional documents"
'change-of-name-direction' : "**Change of company name** direction on {change_date}"
'change-of-name-exemption' : "**Name change exemption** from using 'limited' or 'cyfyngedig'"
'change-of-name-conditional-resolution-satisfaction' : "**Change of name** confirming satisfaction of conditional resolution"
'change-of-name-by-provision-in-articles' : "**Change of name** by provision in articles"
'change-of-name-by-directors-resolution' : "**Change of name** by directors resolution"
'change-of-name-by-resolution' : "**Change of name** by resolution"
'change-of-name-by-conditional-resolution' : "**Change of name** by conditional resolution"
'change-of-name-request-comments' : "**Change of name** with request to seek comments from relevant body"
'change-of-name-notice' : "**Change of name** notice"
'change-of-name-overseas-by-resolution-with-date' : "**Change of registered name** of an overseas company on {change_date} from {change_name}"
'change-of-name-overseas-by-resolution' : "**Change of registered name** {change_name}"
'change-of-name-notice-limited-liability-partnership' : "**Change of name** notice"
'change-of-status-limited-liability-partnership' : "**Change of status** notice"
'change-of-name-community-interest-company' : "**Change of name**"
'annotation' : ""
'dissolution-application-strike-off-company' : "**Application to strike the company off the register**"
'dissolution-withdrawal-application-strike-off-company' : "**Withdraw the company strike off application**"
'dissolution-application-strike-off-limited-liability-partnership' : "**Application to strike the limited liability partnership off the register**"
'dissolution-withdrawal-application-strike-off-limited-liability-partnership' : "**Withdraw the strike off application**"
'dissolution-closure-of-uk-establishment': "**Closure** of UK establishment(s) **{branch_number}** on {close_date}"
'dissolution-closure-of-uk-establishment-and-overseas-company': "**Closure** of UK establishment(s) **{branch_number}** and overseas company **{company_number}** on {close_date}"
'dissolution-closure-overseas-company' : "**Closure** of UK establishment(s) {change_details}"
'dissolution-termination-overseas-company' : "**Termination of overseas company** insolvency proceedings"
'dissolution-voluntary-strike-off-discontinued' : "**Voluntary strike-off action has been discontinued**"
'dissolution-voluntary-strike-off-suspended' : "**Voluntary strike-off action has been suspended**"
'dissolution-request-where-liquidator-ceased-to-act' : "**Request of dissolution of a company** where a liquidator has ceased to act"
'registration-of-uk-establishment' : "**Registration** of a UK establishment"
'register-overseas-company-with-date' : "**Registration** of a UK establishment of an overseas company on {incorporation_date}"
'register-overseas-company' : "**Registration** of a UK establishment of an overseas company"
'appointment-at-registration-of-person-authorised-to-accept-service' : "**Appointment at registration** for **{branch_number}** - person authorised to accept service, {representative_details}"
'appointment-at-registration-of-person-authorised-to-represent' : "**Appointment at registration** for **{branch_number}** - person authorised to represent, {representative_details}"
'appointment-overseas-company' : "**Appointment at registration** {representative_details}"
'incorporation-limited-liability-partnership-with-date' : "**Incorporation** of a limited liability partnership on {incorporation_date}"
'incorporation-limited-liability-partnership' : "**Incorporation** of a limited liability partnership"
'memorandum-articles' : "**Memorandum and Articles of Association**"
're-registration-memorandum-articles' : "**Re-registration** of Memorandum and Articles"
'model-articles-adopted' : "**Model articles adopted**"
'model-articles-adopted-amended-provisions' : "**Model articles adopted (Amended Provisions)**"
'incorporation-company' : "**Incorporation**"
'incorporation-company-with-type-date' : "**Incorporation** of a {company_type} on {incorporation_date}"
'incorporation-community-interest-company-with-date' : "**Incorporation** of a Community Interest Company on {incorporation_date}"
'incorporation-community-interest-company' : "**Incorporation** of a Community Interest Company"
'registration-company-as-social-landlord' : "**Registration** of a company as a social landlord"
'formation-european-economic-interest-groups-official-address-inside-uk-with-date' : "**Formation** of European Economic Interest Group on {incorporation_date} whose official address is in the UK"
'formation-european-economic-interest-groups-official-address-inside-uk' : "**Formation** of European Economic Interest Group whose official address is in the UK"
'formation-european-economic-interest-groups-official-address-outside-uk' : "**Formation** of European Economic Interest Group on {incorporation_date} whose official address is outside of the UK"
'formation-by-merger-of-societas-europaea' : "**Formation** by merger of Societas Europaea to be registered in the UK"
'formation-of-holding-societas-europaea' : "**Formation** of holding Societas Europaea"
'formation-of-subsidiary-societas-europaea-article2' : "**Formation** of subsidiary Societas Europaea"
'formation-of-subsidiary-societas-europaea-article3' : "**Formation** of subsidiary Societas Europaea"
'formation-terms-holding-societas-europaea' : "**Draft terms of formation**"
'formation-terms-conversion-public-limited-company-to-societas-europaea' : "**Draft terms of conversion** of Public Limited Company to Societas Europaea"
'formation-terms-conversion-societas-europaea-to-public-limited-company' : "**Draft terms of conversion** of Societas Europaea to Public Limited Company"
'transformation-public-limited-company-to-societas-europaea' : "**Closure of Public Limited Company and transformed to Societas Europaea**"
'proposed-transfer-societas-europaea-from-uk' : "**Proposed transfer of Societas Europaea from United Kingdom**"
'proposed-transfer-societas-europaea-to-uk' : "**Proposed transfer of Societas Europaea from United Kingdom**" #This will be removed in April 2017; use process-transfer-societas-europea-from-uk
'transfer-societas-europaea-to-uk' : "**Transfer of Societas Europaea to United Kingdom**"
'transfer-societas-europaea-from-uk' : "**Transfer of Societas Europaea from United Kingdom**"
'statement-solvency-by-members-societas-euopaea-proposing-to-transfer-from-uk' : "**Statement of solvency** by members of Societas Europaea which is proposing to transfer from the United Kingdom"
'conversion-societas-europaea-to-public-limited-company' : "**Conversion of Societas Europaea to Public Limited Company**"
'notice-satisfaction-of-conditions-formation-of-societas-europaea' : "**Notice of satisfaction** of conditions for the formation of holding Societas Europaea by a UK registered company"
'notice-from-overseas-registry-transfer-from-uk' : "**Transfer of an overseas company from UK**"
'application-to-commence-business' : "**Application to commence business**"
'registration-of-european-economic-interest-group-address-in-uk' : "**Registration** of a European Economic Interest Group whose official address is in the United Kingdom"
'reregistration-private-to-public-company' : "**Re-registration from a private company to a public company**"
'reregistration-private-to-public-company-appoint-secretary' : "**Re-registration from a private company to a public company** including appointment of secretary(s)"
'reregistration-public-to-private-company' : "**Re-registration from a public company to a private limited company**"
'notice-to-cancel-reregistration-by-company' : "**Cancellation of re-registration** by the company"
'notice-to-cancel-reregistration-by-applicants' : "**Cancellation of reregistration** by the applicants"
'reregistration-private-limited-to-private-unlimited-company' : "**Re-registration** from a private limited company to a private unlimited company"
'reregistration-private-unlimited-to-private-limited-company' : "**Re-registration** from a private unlimited company to a private limited company"
'reregistration-public-to-private-unlimited-company' : "**Re-registration** from a public company to a private unlimited company"
'reregistration-public-to-private-following-court-order' : "**Re-registration** from a public company to a private company following a court order"
'reregistration-public-to-private-following-cancellation-of-shares' : "**Re-registration** from a public company to a private company following share cancellation"
'reregistration-public-to-private-following-capital-reduction' : "**Re-registration** from a public company to a private company following capital reduction"
'reregistration-assent' : "**Re-registration assent**"
'reregistration' : "**Re-registration**"
'application-trading-certificate' : "**Trading certificate for a public company**"
're-registration-court-order-to-reduce-share-capital' : "**Re-registration** court order to reduce share capital"
'document-replacement' : "Replacement of a document not meeting requirements for proper delivery"
'application-document-rectification' : "**Application for rectification** of information held by Companies House"
'notice-objection-to-request-to-rectify-register' : "**Notice of an objection** to a request for the registrar of Companies House to rectify the register"
'second-filing-of-form-with-form-type-made-up-date' : "**Second filing** of {form_type} previously delivered to Companies House made up to {made_up_date}"
'second-filing-of-form-with-form-type' : "**Second filing** of {form_type} previously delivered to Companies House"
'second-filing-of-form' : "**Second filing** of form previously delivered to Companies House"
'notice-carry-on-business-as-investment-company' : "**Notice of intention** to carry on business as an investment company"
'notice-no-longer-an-investment-company' : "**Notice** that a company no longer wishes to be an investment company"
'amendment-of-statutes-societas-europaea' : "**Amendment of Statutes**"
'removal-company-as-social-landlord-with-removal-date' : "**Removal of a company** as a social landlord on {removal_date}"
'removal-company-as-social-landlord' : "**Removal of a company** as a social landlord"
'notice-appeal-to-remove-company-from-social-landlord-register' : "**Notice of appeal** against a decision to remove a company from the Register of Social Landlords"
'statement-of-affairs' : "**Statement of affairs**"
'change-registered-office-address-limited-liability-partnership-with-date-old-address-new-address' : "**Registered office address changed** from {old_address} to {new_address} on {change_date}"
'change-registered-office-address-limited-liability-partnership-with-date-old-address' : "**Registered office address changed** from {old_address} on {change_date}"
'change-registered-office-address-limited-liability-partnership' : "**Registered office address changed**"
'change-registered-office-address-company-with-date-old-address-new-address' : "**Registered office address changed** from {old_address} to {new_address} on {change_date}"
'change-registered-office-address-company-with-date-old-address' : "**Registered office address changed** from {old_address} on {change_date}"
'change-registered-office-address-company' : "**Registered office address changed**"
'change-sail-address-company-with-old-address-new-address' : "**Register inspection address** has been changed from {old_address} to {new_address}"
'change-sail-address-company-with-new-address' : "**Register inspection address** has been changed to {new_address}"
'change-sail-address-company-with-old-address' : "**Register inspection address** has been changed from {old_address}"
'change-sail-address-company' : "**Register inspection address** has been changed"
'move-registers-to-sail-company-with-new-address' : "**Register(s) moved** to registered inspection location {new_address}"
'move-registers-to-sail-company' : "**Register(s) moved** to registered inspection location"
'move-registers-to-registered-office-company-with-new-address' : "**Register(s) moved** to registered office address {new_address}"
'move-registers-to-registered-office-company' : "**Register(s) moved** to registered office address"
'change-sail-address-limited-liability-partnership-with-old-address-new-address' : "**Location of register of charges** has been changed from {old_address} to {new_address}"
'change-sail-address-limited-liability-partnership-with-new-address' : "**Location of register of charges** has been changed to {new_address}"
'change-sail-address-limited-liability-partnership-with-old-address' : "**Location of register of charges** has been changed from {old_address}"
'change-sail-address-limited-liability-partnership' : "**Location of register of charges** has been changed"
'move-registers-to-sail-limited-liability-partnership-with-new-address' : "**Register(s) moved** to registered inspection location {new_address}"
'move-registers-to-sail-limited-liability-partnership' : "**Register(s) moved** to registered inspection location"
'move-registers-to-registered-office-limited-liability-partnership-with-new-address' : "**Register(s) moved** to registered office address {new_address}"
'move-registers-to-registered-office-limited-liability-partnership' : "**Register(s) moved** to registered office address"
'change-registered-office-addres-overseas-company' : "**Place of business address changed**"
'change-registered-office-situation-limited-liability-partnership' : "**Change the registered office situation**"
'change-registered-office-situation-company-with-old-jurisdiction-new-jurisdiction-date' : "**Change the registered office situation** from {old_jurisdiction} to {new_jurisdiction} on {change_date}"
'change-registered-office-situation-company-with-old-jurisdiction-new-jurisdiction' : "**Change the registered office situation** from {old_jurisdiction} to {new_jurisdiction}"
'change-registered-office-situation-company-with-new-jurisdiction' : "**Change the registered office situation** to {new_jurisdiction}"
'change-sail-address-overseas-company' : "**Location of register of charges has been changed**"
'statement-of-capital' : "Statement of capital on {date}"
'capital-allotment-shares' : "**Statement of capital following an allotment of shares** on {date}"
'capital-alter-shares-consolidation' : "**Consolidation of shares** on {date}"
'capital-alter-shares-consolidation-statement-of-capital' : "**Consolidation of shares** Statement of capital on {date}"
'capital-alter-shares-subdivision' : "**Sub-division of shares** on {date}"
'capital-alter-shares-subdivision-statement-of-capital' : "**Sub-division of shares** Statement of capital on {date}"
'capital-alter-shares-redemption-statement-of-capital' : "**Statement of capital** on {date}"
'capital-alter-shares-redemption' : "**Re-demption of shares** on {date}"
'capital-alter-shares-reconversion' : "**Re-conversion of shares** on {date}"
'capital-alter-shares-reconversion-statement-of-capital' : "**Re-conversion of shares** Statement of capital on {date}"
'capital-alter-shares-consolidation-subdivision-reconversion' : "**Consolidation, sub-division, re-conversion of shares** on {date}"
'capital-alter-shares-consolidation-subdivision-reconversion-statement-of-capital' : "**Consolidation, sub-division, re-conversion of shares.** Statement of capital on {date}"
'capital-alter-shares-consolidation-subdivision' : "**Consolidation and sub-division of shares** on {date}"
'capital-alter-shares-consolidation-subdivision-statement-of-capital' : "**Consolidation and sub-division of shares** Statement of capital on {date}"
'capital-alter-shares-consolidation-reconversion' : "**Consolidation and re-conversion of shares** on {date}"
'capital-alter-shares-consolidation-reconversion-statement-of-capital' : "**Consolidation and re-conversion of shares** Statement of capital on {date}"
'capital-alter-shares-subdivision-reconversion' : "**Sub-division, re-conversion of shares** on {date}"
'capital-alter-shares-subdivision-reconversion-statement-of-capital' : "**Sub-division, re-conversion of shares** Statement of capital on {date}"
'capital-alter-shares' : "**Alter Share Capital**"
'capital-return-purchase-own-shares-treasury-capital-date' : "**Purchase of own shares.** Shares purchased into treasury:"
'capital-return-purchase-own-shares-share-capital-date' : "**Purchase of own shares.** Shares purchased into treasury:"
'capital-return-purchase-own-shares' : "**Purchase of own shares.**"
'capital-return-purchase-own-shares-capital-date' : "**Purchase of own shares.** Capital on {date}"
'capital-sale-or-transfer-treasury-shares-with-date-currency-capital-figure' : "**Sale or transfer of treasury shares.** Treasury capital:"
'capital-sale-or-transfer-treasury-shares-with-date-currency' : "**Sale or transfer of treasury shares.** Treasury capital:"
'capital-sale-or-transfer-treasury-shares-with-date' : "**Sale or transfer of treasury shares.** Treasury capital on {date}"
'capital-sale-or-transfer-treasury-shares' : "**Sale or transfer of treasury shares.** Treasury capital"
'capital-cancellation-treasury-shares-with-date-currency-capital-figure' : "**Statement of capital** on {date}"
'capital-cancellation-treasury-shares-with-date-treasury-capital-figure' : "**Cancellation of treasury shares.** Treasury capital:"
'capital-cancellation-treasury-shares' : "**Cancellation of treasury shares.** Statement of capital"
'capital-cancellation-shares' : "**Cancellation of shares.** Statement of capital on {date}"
'capital-cancellation-shares-by-plc' : "**Cancellation of shares by a PLC.** Statement of capital on {date}"
'capital-name-of-class-of-shares-with-date' : "**Change of share class name or designation** on {date}"
'capital-name-of-class-of-shares' : "**Change of share class name or designation**"
'capital-allotment-new-class-of-shares' : "**Allotment of a new class of shares** by an unlimited company"
'capital-variation-of-rights-attached-to-shares' : "**Particulars of variation of rights** attached to shares"
'capital-new-class-members' : "**New class of members**"
'capital-variation-of-class-rights' : "**Particulars of variation of class rights update**"
'capital-update-to-class-of-members' : "**Update to class of members**"
'capital-redomination-of-shares' : "**Redenomination of shares.** Statement of capital {date}"
'capital-reduction-of-capital-redomination' : "**Reduction of capital following redenomination.** Statement of capital on {date}"
'capital-application-to-court-cancellation-of-special-resolution-approving-redemption-purchase-of-shares-out-of-capital' : "**Application to court** for cancellation of the special resolution approving a redemption or purchase of shares out of capital"
'capital-application-by-company-to-court-cancellation-of-special-resolution-approving-redemption-purchase-of-shares-out-of-capital' : "**Application by the company to court** for cancellation of the special resolution approving a redemption or purchase of shares out of capital"
'capital-statement-directors-reduction-of-capital-following-redomination' : "**Statement of directors** in accordance with reduction of capital following redenomination"
'capital-statement-capital-company-with-date-currency-figure' : "**Statement of capital** on {date}"
'capital-statement-capital-company' : "**Statement of capital**"
'capital-directors-statement-auditors-report' : "**Directors statement and auditors report.** Out of capital"
'change-company-details-by-uk-establishment-overseas-company' : "**Details changed** for a UK establishment - {change_details}"
'change-company-details-by-uk-establishment-overseas-company-with-change-details' : "**Details changed** for a UK establishment - **{branch_number}** {change_type} {change_details},{change_date}"
'change-company-details-overseas-company-with-change-details': "**Details changed** for an overseas company - {change_address}"
'change-company-details-overseas-company' : "**Details changed** for an overseas company - {change_address}"
'scheme-of-arrangement' : "**Scheme of arrangement**"
'notice-of-closure-branch-overseas-company' : "**Notice of closure** of a place of business"
'dissolved-company' : "**Dissolution**"
'gazette-return-of-final-meeting' : "**Gazette** return of final meeting"
'gazette-return-of-final-meeting-processed' : "**Gazette** return of final meeting"
'liquidation-ex' : "**No longer in liquidation**"
'restoration-order-of-court' : "**Restoration** by order of the court"
'order-of-court-restoration-previously-creditors-voluntary-liquidation' : "**Restoration** by order of court - previously in Creditors' Voluntary Liquidation"
'order-of-court-restoration-previously-members-voluntary-liquidation' : "**Restoration** by order of court - previously in Members' Voluntary Liquidation"
'order-of-court-restoration-previously-compulsory-liquidation' : "**Restoration** by order of court - previously in Compulsory Liquidation"
'address-correction' : "**Address** correction"
'dissolved-compulsory-strike-off-suspended' : "**Compulsory strike-off action has been suspended**"
'no-description-available' : 'No description available'
'particulars-of-a-mortgage-charge' : 'Particulars of a mortgage charge'
'default-companies-house-registered-office-address-applied': "**Registered office address changed** to {default_address} on {change_date}"
'order-of-court-registered-office-address-change': "**Registered office address changed** on {change_date} by order of court from {old_address} to {new_address}"
'order-of-court-registered-office-address-change-def': "**Registered office address changed** on {change_date} by order of court to {new_address}"
'court-upheld-registrars-decision-on-registered-office-address': "**Court upheld the registrar's decision** to use Companies House default address as the registered office address"
'notification-of-a-person-with-significant-control' : "**Notification** of {psc_name} as a person with significant control on {notification_date}"
'notification-of-a-super-secure-person-with-significant-control' : "**Notification** of a protected person with significant control"
'change-to-a-person-with-significant-control' : "**Change** of details for {psc_name} as a person with significant control on {change_date}"
'change-to-a-person-with-significant-control-without-name-date' : "**Change** of details for a person with significant control"
'cessation-of-a-person-with-significant-control' : "**Cessation** of {psc_name} as a person with significant control on {cessation_date}"
'cessation-of-a-super-secure-person-with-significant-control' : "**Cessation** of a protected person with significant control"
'cessation-of-a-person-with-significant-control-without-name-date' : "**Cessation** of a person with significant control"
'notification-of-a-person-with-significant-control-statement' : "**Notification** of a person with significant control statement"
'withdrawal-of-a-person-with-significant-control-statement' : "**Withdrawal** of a person with significant control statement on {withdrawal_date}"
'notification-of-a-person-with-significant-control-limited-liability-partnership' : "**Notification** of {psc_name} as a person with significant control on {notification_date}"
'notification-of-a-person-with-significant-control-scottish-limited-partnership' : "**Notification** of {psc_name} as a person with significant control on {notification_date}"
'notification-of-a-person-with-significant-control-scottish-partnership' : "**Notification** of {psc_name} as a person with significant control on {notification_date}"
'notification-of-a-super-secure-person-with-significant-control-limited-liability-partnership' : "**Notification** of a protected person with significant control"
'notification-of-a-person-with-significant-control-without-name-date' : "**Notification** of a person with significant control"
'change-to-a-person-with-significant-control-limited-liability-partnership' : "**Change** of details for {psc_name} as a person with significant control on {change_date}"
'change-to-a-person-with-significant-control-scottish-limited-partnership' : "**Change** of details for {psc_name} as a person with significant control on {change_date}"
'change-to-a-person-with-significant-control-scottish-partnership' : "**Change** of details for {psc_name} as a person with significant control on {change_date}"
'cessation-of-a-person-with-significant-control-limited-liability-partnership' : "**Cessation** of {psc_name} as a person with significant control on {cessation_date}"
'cessation-of-a-person-with-significant-control-scottish-limited-partnership' : "**Cessation** of {psc_name} as a person with significant control on {cessation_date}"
'cessation-of-a-person-with-significant-control-scottish-partnership' : "**Cessation** of {psc_name} as a person with significant control on {cessation_date}"
'cessation-of-a-super-secure-person-with-significant-control-limited-liability-partnership' : "**Cessation** of a protected person with significant control"
'notification-of-a-person-with-significant-control-statement-limited-liability-partnership' : "**Notification** of a person with significant control statement"
'notification-of-a-person-with-significant-control-statement-scottish-limited-partnership' : "**Notification** of a person with significant control statement"
'notification-of-a-person-with-significant-control-statement-scottish-partnership' : "**Notification** of a person with significant control statement"
'withdrawal-of-a-person-with-significant-control-statement-limited-liability-partnership' : "**Withdrawal** of a person with significant control statement on {withdrawal_date}"
'withdrawal-of-a-person-with-significant-control-statement-scottish-limited-partnership' : "**Withdrawal** of a person with significant control statement on {withdrawal_date}"
'withdrawal-of-a-person-with-significant-control-statement-scottish-partnership' : "**Withdrawal** of a person with significant control statement on {withdrawal_date}"