forked from thepeacockproject/Peacock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
locale.json
2872 lines (2872 loc) · 227 KB
/
locale.json
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
{
"english": {
"UI_DRP_001": "UI_DRP_001",
"UI_CONTRACT_NEGRONI_TITLE": "The Brothers",
"UI_CONTRACT_NEGRONI_DESC": "The Brothers",
"UI_PEACOCK_KOATS_CONSPIRACY": "The KOats Conspiracy",
"UI_PEACOCK_KOATS_CONSPIRACY1": "The KOats Conspiracy - Level 1",
"UI_PEACOCK_KOATS_CONSPIRACY2": "The KOats Conspiracy - Level 2",
"UI_PEACOCK_KOATS_CONSPIRACY3": "The KOats Conspiracy - Level 3",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ1": "Eliminate Delun Ma",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ1_CONDITION": "Eliminate Delun Ma with Fiber Wire as a Dumpling Cook",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ2": "Eliminate Sam Brownlee",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ2_CONDITION": "Eliminate Sam Brownlee with Fiber Wire as a Street Guard",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ3": "Eliminate Doug Downer",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ3_CONDITION": "Eliminate Doug Downer with Fiber Wire as a Dumpling Cook",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ4": "Eliminate Fa Fu",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ4_CONDITION": "Eliminate Fa Fu with Fiber Wire as a Street Guard",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ5": "Eliminate Hoi Hou",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ5_CONDITION": "Eliminate Hoi Hou with a Sniper Rifle in a Suit",
"UI_PEACOCK_CURRYMAKER_CHAOS": "The CurryMaker Chaos",
"UI_PEACOCK_CURRYMAKER_CHAOS1": "The CurryMaker Chaos - Level 1",
"UI_PEACOCK_CURRYMAKER_CHAOS2": "The CurryMaker Chaos - Level 2",
"UI_PEACOCK_CURRYMAKER_CHAOS3": "The CurryMaker Chaos - Level 3",
"UI_PEACOCK_CURRYMAKER_CHAOS_OBJ1": "Eliminate Tommy JJ Gervais",
"UI_PEACOCK_CURRYMAKER_CHAOS_OBJ2": "Eliminate Yoshifumi Yagawa",
"UI_PEACOCK_CURRYMAKER_CHAOS_OBJ3": "Eliminate Axel George",
"UI_PEACOCK_CURRYMAKER_CHAOS_OBJ4": "Eliminate Heita Ozawa",
"UI_PEACOCK_CURRYMAKER_CHAOS_SAUNA": "Clear out the sauna",
"UI_PEACOCK_CURRYMAKER_CHAOS_SPA": "Clear out the spa",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION": "The Khakiasp Documentation",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION1": "The Khakiasp Documentation - Level 1",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION2": "The Khakiasp Documentation - Level 2",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION3": "The Khakiasp Documentation - Level 3",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_MANIFESTO_TITLE": "Find a Manifesto",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_MANIFESTO_DESC": "Get one of The Maelstrom's manifestos.",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_PICTURE_TITLE": "Find a picture of The Maelstrom",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_PICTURE_DESC": "Find a picture of The Maelstrom.",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ1": "Eliminate Ashok Kartik",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ1_CONDITION": "Eliminate Ashok Kartik with a beak staff",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ2": "Eliminate Nitya Abhilash",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ2_CONDITION": "Eliminate Nitya Abhilash with a beak staff",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ3": "Eliminate Bhavin Sagar",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ3_CONDITION": "Eliminate Bhavin Sagar with a beak staff",
"UI_PEACOCK_YANNINI_YEARNING": "The Yannini Yearning",
"UI_PEACOCK_YANNINI_YEARNING1": "The Yannini Yearning - Level 1",
"UI_PEACOCK_YANNINI_YEARNING2": "The Yannini Yearning - Level 2",
"UI_PEACOCK_YANNINI_YEARNING3": "The Yannini Yearning - Level 3",
"UI_PEACOCK_YANNINI_YEARNING_1945": "Get the 1945 Grand Paladin",
"UI_PEACOCK_YANNINI_YEARNING_1945_DESC": "It's a vintage year! One of five, and very valuable. Go get it.",
"UI_PEACOCK_YANNINI_YEARNING_OBJ1": "Eliminate Montes Castillo",
"UI_PEACOCK_YANNINI_YEARNING_OBJ1_CONDITION": "Eliminate Montes Castillo with a Pistol in a Suit",
"UI_PEACOCK_YANNINI_YEARNING_OBJ2": "Eliminate Chavez Pereira",
"UI_PEACOCK_YANNINI_YEARNING_OBJ2_CONDITION": "Eliminate Chavez Pereira with a Pistol in a Suit",
"UI_PEACOCK_YANNINI_YEARNING_OBJ3": "Eliminate Prospero Romano",
"UI_PEACOCK_YANNINI_YEARNING_OBJ3_CONDITION": "Eliminate Prospero Romano with a Pistol in a Suit",
"UI_PEACOCK_YANNINI_YEARNING_OBJ4": "Eliminate Martin Simone",
"UI_PEACOCK_YANNINI_YEARNING_OBJ4_CONDITION": "Eliminate Martin Simone with a Pistol in a Suit",
"UI_PEACOCK_YANNINI_YEARNING_OBJ5": "Eliminate Estephanie Hernándezawe",
"UI_PEACOCK_YANNINI_YEARNING_OBJ5_CONDITION": "Eliminate Estephanie Hernándezawe with a Pistol in a Suit",
"UI_CAMPAIGN_KILLEVERYONE": "Kill Everyone",
"UI_PEACOCK_NO_WAITER": "No Waiter Start",
"UI_PEACOCK_NO_WAITER_DETAILS": "Waiter start is no longer available.",
"UI_PEACOCK_YANNINI_WHEREAMI": "Less Starting Locations",
"UI_PEACOCK_YANNINI_WHEREAMI_DETAILS": "Less starting locations are available.",
"UI_PEACOCK_SATANTA": "The Jeffrey Consolation",
"UI_PEACOCK_SATANTA1": "The Jeffrey Consolation - Level 1",
"UI_PEACOCK_SATANTA2": "The Jeffrey Consolation - Level 2",
"UI_PEACOCK_SATANTA3": "The Jeffrey Consolation - Level 3",
"UI_PEACOCK_SATANTA_OBJ1_TITLE": "Read Jeff's suicide note",
"UI_PEACOCK_SATANTA_OBJ1_DESC": "Jeff needs to be understood.",
"UI_PEACOCK_SATANTA_OBJ1_LONG": "Jeff is going through a lot. Help him feel understood.",
"UI_PEACOCK_SATANTA_OBJ2_TITLE": "Give Jeff a hug",
"UI_PEACOCK_SATANTA_OBJ2_DESC": "Jeff needs some empathy and compassion.",
"UI_PEACOCK_SATANTA_OBJ2_LONG": "Jeff is going through a lot. Give him a nice hug, but please don't kill him.",
"UI_PEACOCK_SATANTA_GUARDS_PLANNING": "Make Liberation vulnerable",
"UI_PEACOCK_SATANTA_GUARDS_PLANNING_DESC": "Eliminate Brother Akram's guards",
"UI_PEACOCK_SATANTA_GUARDS_PLANNING_DESC2": "Eliminate Brother Akram's guards with Jeff's folding knife",
"UI_PEACOCK_SATANTA_COUPLE": "Eliminate the Couple at the café",
"UI_PEACOCK_SATANTA_COUPLE_DESC": "Jeff needs time to contemplate relationships.",
"UI_PEACOCK_ROCCO": "The McVeigh Ascension",
"UI_PEACOCK_ROCCO1": "The McVeigh Ascension - Level 1",
"UI_PEACOCK_ROCCO2": "The McVeigh Ascension - Level 2",
"UI_PEACOCK_ROCCO3": "The McVeigh Ascension - Level 3",
"UI_PEACOCK_ROCCO_OBJ1_TITLE": "Eliminate Rocco",
"UI_PEACOCK_ROCCO_OBJ1_DESC": "Eliminate Rocco as a Chef",
"UI_PEACOCK_ROCCO_OBJ2_TITLE": "Eliminate Rocco's sister",
"UI_PEACOCK_ROCCO_OBJ2_DESC": "Eliminate Rocco's sister as a Chef",
"UI_PEACOCK_SHANGRILA": "The mendietinha Madness",
"UI_PEACOCK_SHANGRILA1": "The mendietinha Madness - Level 1",
"UI_PEACOCK_SHANGRILA2": "The mendietinha Madness - Level 2",
"UI_PEACOCK_SHANGRILA3": "The mendietinha Madness - Level 3",
"UI_PEACOCK_SHANGRILA_OBJ1": "Eliminate Agent Lowenthal",
"UI_PEACOCK_SHANGRILA_OBJ1_CONDITION": "Eliminate Agent Lowenthal in an explosion accident",
"UI_PEACOCK_SHANGRILA_OBJ2": "Eliminate Wolfram Gwerder with Bartoli Woodsman Hunting Rifle as a Delivery Guy",
"UI_PEACOCK_SHANGRILA_OBJ3": "Eliminate Siegmund Amsel in an explosion accident",
"UI_PEACOCK_SHANGRILA_BIKES": "Destroy 4 Bikes",
"UI_PEACOCK_SHANGRILA_BIKES_DESC": "Let's annoy those pesky bikers.",
"UI_PEACOCK_SHANGRILA_SNIPER": "Retrieve the sniper, don't drop it",
"UI_PEACOCK_SHANGRILA_SNIPER_DESC": "Retrieve the Bartoli Woodsman Hunting Rifle, and don't drop it.",
"UI_PEACOCK_REMAINING": "Targets remaining",
"UI_PEACOCK_PIRATESPROBLEM": "The Pirates Problem",
"UI_PEACOCK_PIRATESPROBLEM1": "The Pirates Problem - Level 1",
"UI_PEACOCK_PIRATESPROBLEM2": "The Pirates Problem - Level 2",
"UI_PEACOCK_PIRATESPROBLEM3": "The Pirates Problem - Level 3",
"UI_PEACOCK_PIRATESPROBLEM_OBJ1": "Eliminate Captain Rutherford",
"UI_PEACOCK_PIRATESPROBLEM_OBJ2": "Eliminate Vishnu De",
"UI_PEACOCK_PIRATESPROBLEM_OBJ3": "Eliminate Rakesh Dyal",
"UI_PEACOCK_PIRATESPROBLEM_OBJ4": "Eliminate Zeng Shen",
"UI_PEACOCK_PIRATESPROBLEM_OBJ5": "Eliminate Harsh Ganesh",
"UI_PEACOCK_PIRATESPROBLEM_OBJ6": "Eliminate Tushar Ramachandran",
"UI_PEACOCK_PIRATESPROBLEM_CALM": "Calm the staff",
"UI_PEACOCK_PIRATESPROBLEM_CALM_DESC": "Pirates have stolen code from the Haven™ servers, and the staff is in panic.\nCalm the staff by pumping a sedative in their ventilation.",
"UI_PEACOCK_PIRATESPROBLEM_ALARM": "Trigger an alarm",
"UI_PEACOCK_PIRATESPROBLEM_ALARM_DESC": "Make sure the issue doesn't escalate.",
"UI_PEACOCK_PIRATESPROBLEM_PIRATES": "Obtain the list of pirates",
"UI_PEACOCK_PIRATESPROBLEM_PIRATES_DESC": "Get the list containing all pirate identities from The Captain.",
"UI_PEACOCK_ROSEBUSH": "The dez Dichotomy",
"UI_PEACOCK_ROSEBUSH1": "The dez Dichotomy - Level 1",
"UI_PEACOCK_ROSEBUSH2": "The dez Dichotomy - Level 2",
"UI_PEACOCK_ROSEBUSH3": "The dez Dichotomy - Level 3",
"UI_PEACOCK_ROSEBUSH_MANSION_GUARDS": "The Mansion Guards",
"UI_PEACOCK_ROSEBUSH_MANSION_GUARDS_DESC": "These rent a cops actually thought they could come inside the Carlisle Manor! You should have seen the look on their face when we told them to stay outside!",
"UI_PEACOCK_ROSEBUSH_MANSION_GUARDS_HUD": "Eliminate two Mansion Guards",
"UI_PEACOCK_ROSEBUSH_MANSION_STAFF": "The Mansion Staff",
"UI_PEACOCK_ROSEBUSH_MANSION_STAFF_DESC": "We just got word two of our guys were taken out. I know these arrogant little assholes are behind it!",
"UI_PEACOCK_ROSEBUSH_MANSION_STAFF_HUD": "Eliminate two Mansion Staff",
"UI_PEACOCK_ROSEBUSH_DISGUISE1": "Teach these low grade grunts a thing or two about class and let them know it's coming from one of us.",
"UI_PEACOCK_ROSEBUSH_DISGUISE2": "We can't just sit around and do nothing Vincent! I'm going in!",
"UI_PEACOCK_ROSEBUSH_FINISH": "Finish it",
"UI_PEACOCK_ROSEBUSH_FINISH_DESC": "It's all out war now.",
"UI_PEACOCK_ROSEBUSH_OBJ1": "Eliminate Vincent Brown as a Mansion Staff",
"UI_PEACOCK_ROSEBUSH_OBJ2": "Eliminate Paul Carter as a Mansion Staff",
"UI_PEACOCK_ROSEBUSH_OBJ3": "Eliminate Lawrence Hunt as a Mansion Guard",
"UI_PEACOCK_ROSEBUSH_OBJ4": "Eliminate Jay Harris as a Mansion Guard",
"UI_PEACOCK_THORNBUSH": "The Dammchicu Disaster",
"UI_PEACOCK_THORNBUSH1": "The Dammchicu Disaster - Level 1",
"UI_PEACOCK_THORNBUSH2": "The Dammchicu Disaster - Level 2",
"UI_PEACOCK_THORNBUSH3": "The Dammchicu Disaster - Level 3",
"UI_PEACOCK_THORNBUSH_OBJ1": "Eliminate Jed West with the Fiber Wire",
"UI_PEACOCK_THORNBUSH_OBJ2": "Pacify Richard Wilson with the Meaty Bone",
"UI_PEACOCK_THORNBUSH_OBJ2_EXT": "Pacify Richard Wilson with the meaty bone 35 seconds after picking it up.",
"UI_PEACOCK_THORNBUSH_OBJ3": "Pick up the Meaty Bone",
"UI_PEACOCK_THORNBUSH_OBJ3_EXT": "Pick up the Meaty Bone within 35 seconds of starting the level.",
"UI_PEACOCK_THORNBUSH_OBJ4": "Eliminate Jose Alvarez with the Fiber Wire",
"UI_PEACOCK_THORNBUSH_OBJ5": "Pacify James Batty with the Cigar Box",
"UI_PEACOCK_HEDGEBUSH": "The Tedious Thievery",
"UI_PEACOCK_HEDGEBUSH1": "The Tedious Thievery - Level 1",
"UI_PEACOCK_HEDGEBUSH2": "The Tedious Thievery - Level 2",
"UI_PEACOCK_HEDGEBUSH3": "The Tedious Thievery - Level 3",
"UI_PEACOCK_HEDGEBUSH_GOLD": "Steal the Gold",
"UI_PEACOCK_HEDGEBUSH_GOLD_DESC": "Steal all the gold from the vault.",
"UI_PEACOCK_HEDGEBUSH_BURGERS": "Steal the Burgers",
"UI_PEACOCK_HEDGEBUSH_BURGERS_DESC": "Steal all the burgers from the bank.",
"UI_PEACOCK_HEDGEBUSH_OBJ1": "Eliminate Frank Winkelman",
"UI_PEACOCK_HEDGEBUSH_OBJ1_CONDITION": "Eliminate Frank Winkelman with a Cheeseburger as the Bank Robber",
"UI_PEACOCK_HEDGEBUSH_OBJ2": "Eliminate Gourd",
"UI_PEACOCK_HEDGEBUSH_OBJ2_CONDITION": "Eliminate Gourd with a Cheeseburger",
"UI_PEACOCK_HEDGEBUSH_OBJ3": "Eliminate Sugar Squirrel",
"UI_PEACOCK_HEDGEBUSH_GOLDREMAINING": "Gold remaining",
"UI_PEACOCK_HEDGEBUSH_BURGERSREMAINING": "Burgers remaining",
"UI_PEACOCK_BLUEBERRYBUSH": "The PurpleKey Peril",
"UI_PEACOCK_BLUEBERRYBUSH1": "The PurpleKey Peril - Level 1",
"UI_PEACOCK_BLUEBERRYBUSH2": "The PurpleKey Peril - Level 2",
"UI_PEACOCK_BLUEBERRYBUSH3": "The PurpleKey Peril - Level 3",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ1": "Eliminate Claudia Di Meo",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ1_CONDITION": "Eliminate Claudia Di Meo in an accident",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ2": "Eliminate Edoardo Pugliesi",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ2_CONDITION": "Eliminate Edoardo Pugliesi in an accident",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ3": "Eliminate Aldo Trentino",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ3_CONDITION": "Eliminate Aldo Trentino in an accident",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ4": "Eliminate Fazio Mennella",
"UI_PEACOCK_GLOBAL_CAMERA_FAIL": "Camera Shy",
"UI_PEACOCK_GLOBAL_CAMERA_FAIL_DESC": "If you are spotted on camera, you fail.",
"UI_PEACOCK_GRAPEBUSH": "The Argentine Acrimony",
"UI_PEACOCK_GRAPEBUSH1": "The Argentine Acrimony - Level 1",
"UI_PEACOCK_GRAPEBUSH2": "The Argentine Acrimony - Level 2",
"UI_PEACOCK_GRAPEBUSH3": "The Argentine Acrimony - Level 3",
"UI_PEACOCK_GRAPEBUSH_FILES": "Get the Leak Report from the Basement Safe",
"UI_PEACOCK_GRAPEBUSH_FILES_DESC": "Get the Leak Report from the Basement Safe.",
"UI_PEACOCK_GRAPEBUSH_OBJ1": "Eliminate Heriberto Romano",
"UI_PEACOCK_GRAPEBUSH_OBJ2": "Eliminate Reno Davide",
"UI_PEACOCK_GRAPEBUSH_OBJ3": "Eliminate Violetta Mendez in an accident",
"UI_PEACOCK_GRAPEBUSH_OBJ4": "Eliminate Montel Beneventi in an explosion or with a cannon",
"UI_PEACOCK_GRAPEBUSH_OBJ5": "[Optional] Eliminate Hira Amala",
"UI_PEACOCK_GRAPEBUSH_OBJ5_DESC": "If you're up for it, eliminate Hira Amala.",
"UI_PEACOCK_SOUTHERN_COMFORT": "The Christmas Calamity",
"UI_PEACOCK_SOUTHERN_COMFORT1": "The Christmas Calamity - Level 1",
"UI_PEACOCK_SOUTHERN_COMFORT2": "The Christmas Calamity - Level 2",
"UI_PEACOCK_SOUTHERN_COMFORT3": "The Christmas Calamity - Level 3",
"UI_PEACOCK_SOUTHERN_COMFORT_XMASGIFT_TITLE": "Neutralize targets",
"UI_PEACOCK_SOUTHERN_COMFORT_XMASGIFT": "Neutralize all targets outlined in-game by pacifying them or killing them with a Christmas-themed weapon.",
"UI_PEACOCK_SOUTHERN_COMFORT_SANTA_TITLE": "Become Santa, stay as Santa",
"UI_PEACOCK_SOUTHERN_COMFORT_SANTA_DESC": "Disguise as Santa 47 and don't change disguise after that.",
"UI_PEACOCK_SOUTHERN_COMFORT_SANTA_OBJ": "Eliminate Santa Klaus",
"UI_PEACOCK_LONGBUSH": "The sleazeball Situation",
"UI_PEACOCK_LONGBUSH1": "The sleazeball Situation - Level 1",
"UI_PEACOCK_LONGBUSH2": "The sleazeball Situation - Level 2",
"UI_PEACOCK_LONGBUSH3": "The sleazeball Situation - Level 3",
"UI_PEACOCK_LONGBUSH_GYM_ACCIDENT": "Gym Accident",
"UI_PEACOCK_LONGBUSH_GYM_ACCIDENT_OBJ1": "Eliminate Arrush Lal while disguised as a Personal Trainer after pacifying them with a Kettlebell",
"UI_PEACOCK_LONGBUSH_GYM_ACCIDENT_OBJ2": "Eliminate Diego de la Torres while disguised as a Personal Trainer after pacifying them with a Kettlebell",
"UI_PEACOCK_LONGBUSH_GYM_ACCIDENT_OBJ3": "Eliminate Bana Malhotra while disguised as a Personal Trainer after pacifying them with a Kettlebell",
"UI_PEACOCK_LONGBUSH_GYM_ACCIDENT_OBJ4": "Eliminate Aravind Goswami while disguised as a Personal Trainer after pacifying them with a Kettlebell",
"UI_PEACOCK_TARGETS_REMAINING": "Targets remaining",
"UI_PEACOCK_TARGETS": "Targets",
"UI_PEACOCK_ELIMINATE_TARGETS": "Eliminate targets",
"UI_PEACOCK_TIME_REMAINING": "Time remaining",
"UI_PEACOCK_POWERED_BY": "Powered by",
"UI_PEACOCK_BRANDING": "The Peacock Project",
"UI_PEACOCK_BRANDING_SHORT": "Peacock",
"UI_PEACOCK_GO_TO_DESTINATION": "Go to Destination",
"UI_PEACOCK_GO_OFFLINE": "Go Offline",
"UI_PEACOCK_CHALLENGES_MIAMI_DOLPHIN_NAME": "Call of the Blue",
"UI_PEACOCK_CHALLENGES_GREEDY_SUPPORT_NAME": "Support is Not Currently Available",
"UI_PEACOCK_CHALLENGES_GREEDY_SUPPORT_DESC": "<li>Kill or pacify, then hide the IT employees.</li><li>Sabotage the Wi-Fi.</li>",
"UI_PEACOCK_ESCALATIONS": "Escalations",
"UI_PEACOCK_ESCALATION_PARIS_DESC": "Peacock Escalation in Paris",
"UI_PEACOCK_ESCALATION_SAPIENZA_DESC": "Peacock Escalation in Sapienza",
"UI_PEACOCK_ESCALATION_HOKKAIDO_DESC": "Peacock Escalation in Hokkaido",
"UI_PEACOCK_ESCALATION_MUMBAI_DESC": "Peacock Escalation in Mumbai",
"UI_PEACOCK_ESCALATION_WHITTLETON_DESC": "Peacock Escalation in Whittleton Creek",
"UI_PEACOCK_ESCALATION_NEWYORK_DESC": "Peacock Escalation in New York",
"UI_PEACOCK_ESCALATION_HAVEN_DESC": "Peacock Escalation in Haven Island",
"UI_PEACOCK_ESCALATION_DARTMOOR_DESC": "Peacock Escalation in Dartmoor",
"UI_PEACOCK_ESCALATION_BERLIN_DESC": "Peacock Escalation in Berlin",
"UI_PEACOCK_ESCALATION_CHONGQING_DESC": "Peacock Escalation in Chongqing",
"UI_PEACOCK_ESCALATION_MENDOZA_DESC": "Peacock Escalation in Mendoza",
"UI_PEACOCK_ESCALATION_AMBROSE_DESC": "Peacock Escalation in Ambrose Island",
"UI_PEACOCK_PONTUS": "The Kukri Convention",
"UI_PEACOCK_PONTUS1": "The Kukri Convention - Level 1",
"UI_PEACOCK_PONTUS2": "The Kukri Convention - Level 2",
"UI_PEACOCK_PONTUS3": "The Kukri Convention - Level 3",
"UI_PEACOCK_PONTUS_OBJ1": "Eliminate Peter Fikes with the Kukri Machete",
"UI_PEACOCK_PONTUS_OBJ2": "Eliminate Orson Mills with the Kukri Machete",
"UI_PEACOCK_PONTUS_OBJ3": "Eliminate Philip Milner",
"UI_PEACOCK_PONTUS_OBJ4": "Eliminate Zackary Pullman with a falling object",
"UI_PEACOCK_KASTURI": "The Personages",
"UI_PEACOCK_KASTURI1": "The Personages - Level 1",
"UI_PEACOCK_KASTURI2": "The Personages - Level 2",
"UI_PEACOCK_KASTURI3": "The Personages - Level 3",
"UI_PEACOCK_KASTURI_COMPLETED_NAME": "Eliminate The Personages",
"UI_PEACOCK_KASTURI_COMPLETED_DESC": "<li>Eliminate all Elusive Targets that are part of The Personages.</li>"
},
"french": {
"UI_DRP_001": "UI_DRP_001",
"UI_CONTRACT_NEGRONI_TITLE": "Les Frères",
"UI_CONTRACT_NEGRONI_DESC": "Les Frères",
"UI_PEACOCK_KOATS_CONSPIRACY": "La Conspiration de KOats",
"UI_PEACOCK_KOATS_CONSPIRACY1": "La Conspiration de KOats - Niveau 1",
"UI_PEACOCK_KOATS_CONSPIRACY2": "La Conspiration de KOats - Niveau 2",
"UI_PEACOCK_KOATS_CONSPIRACY3": "La Conspiration de KOats - Niveau 3",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ1": "Eliminate Delun Ma",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ1_CONDITION": "Éliminez Delun Ma avec la corde de piano déguisé en chef",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ2": "Eliminate Sam Brownlee",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ2_CONDITION": "Éliminez Sam Brownlee avec la corde de piano déguisé en garde de la rue",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ3": "Eliminate Doug Downer",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ3_CONDITION": "Éliminez Doug Downer avec la corde de piano déguisé en chef",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ4": "Eliminate Fa Fu",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ4_CONDITION": "Éliminez Fa Fu avec la corde de piano déguisé en garde de la rue",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ5": "Eliminate Hoi Hou",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ5_CONDITION": "Éliminez Hoi Hou avec un fusil de précision en costume",
"UI_PEACOCK_CURRYMAKER_CHAOS": "Le Chaos de CurryMaker",
"UI_PEACOCK_CURRYMAKER_CHAOS1": "Le Chaos de CurryMaker - Niveau 1",
"UI_PEACOCK_CURRYMAKER_CHAOS2": "Le Chaos de CurryMaker - Niveau 2",
"UI_PEACOCK_CURRYMAKER_CHAOS3": "Le Chaos de CurryMaker - Niveau 3",
"UI_PEACOCK_CURRYMAKER_CHAOS_OBJ1": "Eliminate Tommy JJ Gervais",
"UI_PEACOCK_CURRYMAKER_CHAOS_OBJ2": "Eliminate Yoshifumi Yagawa",
"UI_PEACOCK_CURRYMAKER_CHAOS_OBJ3": "Eliminate Axel George",
"UI_PEACOCK_CURRYMAKER_CHAOS_OBJ4": "Eliminate Heita Ozawa",
"UI_PEACOCK_CURRYMAKER_CHAOS_SAUNA": "Videz la zone du sauna",
"UI_PEACOCK_CURRYMAKER_CHAOS_SPA": "Videz la zone du spa",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION": "La Documentation de Khakiasp",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION1": "La Documentation de Khakiasp - Niveau 1",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION2": "La Documentation de Khakiasp - Niveau 2",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION3": "La Documentation de Khakiasp - Niveau 3",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_MANIFESTO_TITLE": "Trouvez un manifeste",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_MANIFESTO_DESC": "Trouvez un des manifestes du Maelström",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_PICTURE_TITLE": "Trouvez une photo du Maelström",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_PICTURE_DESC": "Trouvez une photo du Maelström",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ1": "Eliminate Ashok Kartik",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ1_CONDITION": "Éliminez Ashok Kartik avec un bâton à bec",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ2": "Eliminate Nitya Abhilash",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ2_CONDITION": "Éliminez Nitya Abhilash avec un bâton à bec",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ3": "Eliminate Bhavin Sagar",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ3_CONDITION": "Éliminez Bhavin Sagar avec un bâton à bec",
"UI_PEACOCK_YANNINI_YEARNING": "Le Désir de Yannini",
"UI_PEACOCK_YANNINI_YEARNING1": "Le Désir de Yannini - Niveau 1",
"UI_PEACOCK_YANNINI_YEARNING2": "Le Désir de Yannini - Niveau 2",
"UI_PEACOCK_YANNINI_YEARNING3": "Le Désir de Yannini - Niveau 3",
"UI_PEACOCK_YANNINI_YEARNING_1945": "Obtenez la bouteille de Grand Paladin 1945",
"UI_PEACOCK_YANNINI_YEARNING_1945_DESC": "C'est un grand millésime ! Le plus cher de l'histoire avec les cinq autres issues de la même caisse. Allez le chercher.",
"UI_PEACOCK_YANNINI_YEARNING_OBJ1": "Eliminate Montes Castillo",
"UI_PEACOCK_YANNINI_YEARNING_OBJ1_CONDITION": "Eliminate Montes Castillo with a Pistol in a Suit",
"UI_PEACOCK_YANNINI_YEARNING_OBJ2": "Eliminate Chavez Pereira",
"UI_PEACOCK_YANNINI_YEARNING_OBJ2_CONDITION": "Eliminate Chavez Pereira with a Pistol in a Suit",
"UI_PEACOCK_YANNINI_YEARNING_OBJ3": "Eliminate Prospero Romano",
"UI_PEACOCK_YANNINI_YEARNING_OBJ3_CONDITION": "Eliminate Prospero Romano with a Pistol in a Suit",
"UI_PEACOCK_YANNINI_YEARNING_OBJ4": "Eliminate Martin Simone",
"UI_PEACOCK_YANNINI_YEARNING_OBJ4_CONDITION": "Eliminate Martin Simone with a Pistol in a Suit",
"UI_PEACOCK_YANNINI_YEARNING_OBJ5": "Eliminate Estephanie Hernándezawe",
"UI_PEACOCK_YANNINI_YEARNING_OBJ5_CONDITION": "Eliminate Estephanie Hernándezawe with a Pistol in a Suit",
"UI_CAMPAIGN_KILLEVERYONE": "Tuez tout le monde",
"UI_PEACOCK_NO_WAITER": "Lieu de départ indisponible",
"UI_PEACOCK_NO_WAITER_DETAILS": "Le lieu de départ de la salle de dégustation n'est plus disponible.",
"UI_PEACOCK_YANNINI_WHEREAMI": "Moins de lieux de départ",
"UI_PEACOCK_YANNINI_WHEREAMI_DETAILS": "Moins de lieux de départ sont disponibles.",
"UI_PEACOCK_SATANTA": "La Consolation de Jeffrey",
"UI_PEACOCK_SATANTA1": "La Consolation de Jeffrey - Niveau 1",
"UI_PEACOCK_SATANTA2": "La Consolation de Jeffrey - Niveau 2",
"UI_PEACOCK_SATANTA3": "La Consolation de Jeffrey - Niveau 3",
"UI_PEACOCK_SATANTA_OBJ1_TITLE": "Lisez la lettre de suicide de Jeff",
"UI_PEACOCK_SATANTA_OBJ1_DESC": "Jeff a besoin d'être compris.",
"UI_PEACOCK_SATANTA_OBJ1_LONG": "Jeff traverse une période difficile. Aidez-le à se sentir compris.",
"UI_PEACOCK_SATANTA_OBJ2_TITLE": "Faites un câlin à Jeff",
"UI_PEACOCK_SATANTA_OBJ2_DESC": "Jeff a besoin d'empathie et de compassion.",
"UI_PEACOCK_SATANTA_OBJ2_LONG": "Jeff traverse une période difficile. Donnez-lui un bon câlin, mais ne le tuez-pas s'il vous plaît.",
"UI_PEACOCK_SATANTA_GUARDS_PLANNING": "Rendez Libération vulnérable",
"UI_PEACOCK_SATANTA_GUARDS_PLANNING_DESC": "Éliminez les gardes de Frère Akram",
"UI_PEACOCK_SATANTA_GUARDS_PLANNING_DESC2": "Éliminez les gardes de Frère Akram avec le couteau pliant de Jeff",
"UI_PEACOCK_SATANTA_COUPLE": "Eliminate the Couple at the café",
"UI_PEACOCK_SATANTA_COUPLE_DESC": "Jeff a besoin de plus de temps pour envisager de nouvelles relations.",
"UI_PEACOCK_ROCCO": "L'Ascension de McVeigh",
"UI_PEACOCK_ROCCO1": "L'Ascension de McVeigh - Niveau 1",
"UI_PEACOCK_ROCCO2": "L'Ascension de McVeigh - Niveau 2",
"UI_PEACOCK_ROCCO3": "L'Ascension de McVeigh - Niveau 3",
"UI_PEACOCK_ROCCO_OBJ1_TITLE": "Éliminez Rocco",
"UI_PEACOCK_ROCCO_OBJ1_DESC": "Éliminez Rocco déguisé en chef",
"UI_PEACOCK_ROCCO_OBJ2_TITLE": "Éliminez la sœur de Rocco",
"UI_PEACOCK_ROCCO_OBJ2_DESC": "Éliminez la sœur de Rocco déguisé en chef",
"UI_PEACOCK_SHANGRILA": "La Folie de mendietinha",
"UI_PEACOCK_SHANGRILA1": "La Folie de mendietinha - Niveau 1",
"UI_PEACOCK_SHANGRILA2": "La Folie de mendietinha - Niveau 2",
"UI_PEACOCK_SHANGRILA3": "La Folie de mendietinha - Niveau 3",
"UI_PEACOCK_SHANGRILA_OBJ1": "Eliminate Agent Lowenthal",
"UI_PEACOCK_SHANGRILA_OBJ1_CONDITION": "Eliminate Agent Lowenthal in an explosion accident",
"UI_PEACOCK_SHANGRILA_OBJ2": "Eliminate Wolfram Gwerder with Bartoli Woodsman Hunting Rifle as a Delivery Guy",
"UI_PEACOCK_SHANGRILA_OBJ3": "Eliminate Siegmund Amsel in an explosion accident",
"UI_PEACOCK_SHANGRILA_BIKES": "Détruisez quatre motos",
"UI_PEACOCK_SHANGRILA_BIKES_DESC": "Allons ennuyer ces fichus motards.",
"UI_PEACOCK_SHANGRILA_SNIPER": "Récupérez le fusil de précision, ne le lâchez pas",
"UI_PEACOCK_SHANGRILA_SNIPER_DESC": "Récupérez le fusil de chasse Bartoli Woodsman Camouflage, et ne le lâchez pas.",
"UI_PEACOCK_REMAINING": "Cibles restantes",
"UI_PEACOCK_PIRATESPROBLEM": "Le Problème des Pirates",
"UI_PEACOCK_PIRATESPROBLEM1": "Le Problème des Pirates - Niveau 1",
"UI_PEACOCK_PIRATESPROBLEM2": "Le Problème des Pirates - Niveau 2",
"UI_PEACOCK_PIRATESPROBLEM3": "Le Problème des Pirates - Niveau 3",
"UI_PEACOCK_PIRATESPROBLEM_OBJ1": "Eliminate Captain Rutherford",
"UI_PEACOCK_PIRATESPROBLEM_OBJ2": "Eliminate Vishnu De",
"UI_PEACOCK_PIRATESPROBLEM_OBJ3": "Eliminate Rakesh Dyal",
"UI_PEACOCK_PIRATESPROBLEM_OBJ4": "Eliminate Zeng Shen",
"UI_PEACOCK_PIRATESPROBLEM_OBJ5": "Eliminate Harsh Ganesh",
"UI_PEACOCK_PIRATESPROBLEM_OBJ6": "Eliminate Tushar Ramachandran",
"UI_PEACOCK_PIRATESPROBLEM_CALM": "Calmez le personnel",
"UI_PEACOCK_PIRATESPROBLEM_CALM_DESC": "Des pirates ont volé du code des serveurs Haven™, et le personnel est en panique.\nCalmez le personnel en mettant du sédatif dans leur ventilation.",
"UI_PEACOCK_PIRATESPROBLEM_ALARM": "Déclenchez une alarme",
"UI_PEACOCK_PIRATESPROBLEM_ALARM_DESC": "Assurez-vous que le problème ne s'aggrave pas.",
"UI_PEACOCK_PIRATESPROBLEM_PIRATES": "Obtenez la liste des pirates",
"UI_PEACOCK_PIRATESPROBLEM_PIRATES_DESC": "Récupérez la liste contenant toutes les identités des pirates du capitaine.",
"UI_PEACOCK_ROSEBUSH": "La Dichotomie de dez",
"UI_PEACOCK_ROSEBUSH1": "La Dichotomie de dez - Niveau 1",
"UI_PEACOCK_ROSEBUSH2": "La Dichotomie de dez - Niveau 2",
"UI_PEACOCK_ROSEBUSH3": "La Dichotomie de dez - Niveau 3",
"UI_PEACOCK_ROSEBUSH_MANSION_GUARDS": "Les gardes du manoir",
"UI_PEACOCK_ROSEBUSH_MANSION_GUARDS_DESC": "Ces flics de location pensaient vraiment qu'ils pouvaient entrer dans le manoir Carlisle ! Vous auriez dû voir leur tête quand on leur a dit de rester dehors !",
"UI_PEACOCK_ROSEBUSH_MANSION_GUARDS_HUD": "Éliminez deux gardes du manoir",
"UI_PEACOCK_ROSEBUSH_MANSION_STAFF": "Les employés du manoir",
"UI_PEACOCK_ROSEBUSH_MANSION_STAFF_DESC": "On vient d'apprendre que deux de nos gars ont été éliminés. Je sais que c'est ces petits connards arrogants qui sont derrière ça !",
"UI_PEACOCK_ROSEBUSH_MANSION_STAFF_HUD": "Éliminez deux employés du manoir",
"UI_PEACOCK_ROSEBUSH_DISGUISE1": "Enseignez à ces garnements une chose ou deux sur la classe sociale, et faites-leur savoir que cela vient de l'un de nous.",
"UI_PEACOCK_ROSEBUSH_DISGUISE2": "On ne peut pas rester assis ici sans rien faire Vincent ! J'y vais !",
"UI_PEACOCK_ROSEBUSH_FINISH": "Finissez-en",
"UI_PEACOCK_ROSEBUSH_FINISH_DESC": "C'est la guerre maintenant.",
"UI_PEACOCK_ROSEBUSH_OBJ1": "Eliminate Vincent Brown as a Mansion Staff",
"UI_PEACOCK_ROSEBUSH_OBJ2": "Eliminate Paul Carter as a Mansion Staff",
"UI_PEACOCK_ROSEBUSH_OBJ3": "Eliminate Lawrence Hunt as a Mansion Guard",
"UI_PEACOCK_ROSEBUSH_OBJ4": "Eliminate Jay Harris as a Mansion Guard",
"UI_PEACOCK_THORNBUSH": "La Catastrophe de Dammchicu",
"UI_PEACOCK_THORNBUSH1": "La Catastrophe de Dammchicu - Niveau 1",
"UI_PEACOCK_THORNBUSH2": "La Catastrophe de Dammchicu - Niveau 2",
"UI_PEACOCK_THORNBUSH3": "La Catastrophe de Dammchicu - Niveau 3",
"UI_PEACOCK_THORNBUSH_OBJ1": "Éliminez Jed West avec la corde de piano",
"UI_PEACOCK_THORNBUSH_OBJ2": "Neutralisez Richard Wilson avec l'os charnu",
"UI_PEACOCK_THORNBUSH_OBJ2_EXT": "Neutralisez Richard Wilson avec l'os charnu 35 secondes après l'avoir récupéré.",
"UI_PEACOCK_THORNBUSH_OBJ3": "Récupérez l'os charnu",
"UI_PEACOCK_THORNBUSH_OBJ3_EXT": "Récupérez l'os charnu dans les 35 secondes suivant le début du niveau.",
"UI_PEACOCK_THORNBUSH_OBJ4": "Éliminez Jose Alvarez avec la corde de piano",
"UI_PEACOCK_THORNBUSH_OBJ5": "Neutralisez James Batty avec la boîte à cigares",
"UI_PEACOCK_HEDGEBUSH": "Le Vol Fastidieux",
"UI_PEACOCK_HEDGEBUSH1": "Le Vol Fastidieux - Niveau 1",
"UI_PEACOCK_HEDGEBUSH2": "Le Vol Fastidieux - Niveau 2",
"UI_PEACOCK_HEDGEBUSH3": "Le Vol Fastidieux - Niveau 3",
"UI_PEACOCK_HEDGEBUSH_GOLD": "Volez les lingots d'or",
"UI_PEACOCK_HEDGEBUSH_GOLD_DESC": "Volez tous les lingots d'or de la chambre-forte.",
"UI_PEACOCK_HEDGEBUSH_BURGERS": "Volez les hamburgers",
"UI_PEACOCK_HEDGEBUSH_BURGERS_DESC": "Volez tous les hamburgers de la banque.",
"UI_PEACOCK_HEDGEBUSH_OBJ1": "Eliminate Frank Winkelman",
"UI_PEACOCK_HEDGEBUSH_OBJ1_CONDITION": "Éliminez Frank Winkelman avec un cheeseburger déguisé en braqueur de banque",
"UI_PEACOCK_HEDGEBUSH_OBJ2": "Eliminate Gourd",
"UI_PEACOCK_HEDGEBUSH_OBJ2_CONDITION": "Éliminez Gourd avec un cheeseburger",
"UI_PEACOCK_HEDGEBUSH_OBJ3": "Eliminate Sugar Squirrel",
"UI_PEACOCK_HEDGEBUSH_GOLDREMAINING": "Lingots d'or restants",
"UI_PEACOCK_HEDGEBUSH_BURGERSREMAINING": "Hamburgers restants",
"UI_PEACOCK_BLUEBERRYBUSH": "Le Péril de PurpleKey",
"UI_PEACOCK_BLUEBERRYBUSH1": "Le Péril de PurpleKey - Niveau 1",
"UI_PEACOCK_BLUEBERRYBUSH2": "Le Péril de PurpleKey - Niveau 2",
"UI_PEACOCK_BLUEBERRYBUSH3": "Le Péril de PurpleKey - Niveau 3",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ1": "Eliminate Claudia Di Meo",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ1_CONDITION": "Éliminez Claudia Di Meo dans un accident",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ2": "Eliminate Edoardo Pugliesi",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ2_CONDITION": "Éliminez Edoardo Pugliesi dans un accident",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ3": "Eliminate Aldo Trentino",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ3_CONDITION": "Éliminez Aldo Trentino dans un accident",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ4": "Eliminate Fazio Mennella",
"UI_PEACOCK_GLOBAL_CAMERA_FAIL": "Caméraphobe",
"UI_PEACOCK_GLOBAL_CAMERA_FAIL_DESC": "Si vous êtes repéré par une caméra, la mission échouera.",
"UI_PEACOCK_GRAPEBUSH": "L'Acrimonie Argentine",
"UI_PEACOCK_GRAPEBUSH1": "L'Acrimonie Argentine - Niveau 1",
"UI_PEACOCK_GRAPEBUSH2": "L'Acrimonie Argentine - Niveau 2",
"UI_PEACOCK_GRAPEBUSH3": "L'Acrimonie Argentine - Niveau 3",
"UI_PEACOCK_GRAPEBUSH_FILES": "Obtenez le rapport sur la fuite de données dans le coffre du sous-sol",
"UI_PEACOCK_GRAPEBUSH_FILES_DESC": "Obtenez le rapport sur la fuite de données dans le coffre du sous-sol.",
"UI_PEACOCK_GRAPEBUSH_OBJ1": "Eliminate Heriberto Romano",
"UI_PEACOCK_GRAPEBUSH_OBJ2": "Eliminate Reno Davide",
"UI_PEACOCK_GRAPEBUSH_OBJ3": "Éliminez Violetta Mendez dans un accident",
"UI_PEACOCK_GRAPEBUSH_OBJ4": "Éliminez Montel Beneventi dans une explosion ou avec un canon",
"UI_PEACOCK_GRAPEBUSH_OBJ4_DESC": "Éliminez Montel Beneventi dans une explosion ou avec un canon.",
"UI_PEACOCK_GRAPEBUSH_OBJ5": "[Optionnel] Éliminez Hira Amala",
"UI_PEACOCK_GRAPEBUSH_OBJ5_DESC": "Si vous êtes partant, éliminez également Hira Amala.",
"UI_PEACOCK_SOUTHERN_COMFORT": "La Calamité de Noël",
"UI_PEACOCK_SOUTHERN_COMFORT1": "La Calamité de Noël - Niveau 1",
"UI_PEACOCK_SOUTHERN_COMFORT2": "La Calamité de Noël - Niveau 2",
"UI_PEACOCK_SOUTHERN_COMFORT3": "La Calamité de Noël - Niveau 3",
"UI_PEACOCK_SOUTHERN_COMFORT_XMASGIFT_TITLE": "Neutralize targets",
"UI_PEACOCK_SOUTHERN_COMFORT_XMASGIFT": "Neutralize all targets outlined in-game by pacifying them or killing them with a Christmas-themed weapon.",
"UI_PEACOCK_SOUTHERN_COMFORT_SANTA_TITLE": "Déguisez-vous en Père Noël 47. Gardez le déguisement",
"UI_PEACOCK_SOUTHERN_COMFORT_SANTA_DESC": "Déguisez-vous en Père Noël 47. Une fois que vous êtes déguisé, ne changez pas de déguisement.",
"UI_PEACOCK_SOUTHERN_COMFORT_SANTA_OBJ": "Eliminate Santa Klaus",
"UI_PEACOCK_LONGBUSH": "La Situation de sleazeball",
"UI_PEACOCK_LONGBUSH1": "La Situation de sleazeball - Niveau 1",
"UI_PEACOCK_LONGBUSH2": "La Situation de sleazeball - Niveau 2",
"UI_PEACOCK_LONGBUSH3": "La Situation de sleazeball - Niveau 3",
"UI_PEACOCK_LONGBUSH_GYM_ACCIDENT": "Accident de gym",
"UI_PEACOCK_LONGBUSH_GYM_ACCIDENT_OBJ1": "Éliminez Arrush Lal déguisé en coach personnel après les avoir neutralisés avec un kettlebell",
"UI_PEACOCK_LONGBUSH_GYM_ACCIDENT_OBJ2": "Éliminez Diego de la Torres déguisé en coach personnel après les avoir neutralisés avec un kettlebell",
"UI_PEACOCK_LONGBUSH_GYM_ACCIDENT_OBJ3": "Éliminez Bana Malhotra déguisé en coach personnel après les avoir neutralisés avec un kettlebell",
"UI_PEACOCK_LONGBUSH_GYM_ACCIDENT_OBJ4": "Éliminez Aravind Goswami déguisé en coach personnel après les avoir neutralisés avec un kettlebell",
"UI_PEACOCK_TARGETS_REMAINING": "Cibles restantes",
"UI_PEACOCK_TARGETS": "Cibles",
"UI_PEACOCK_ELIMINATE_TARGETS": "Éliminez les cibles",
"UI_PEACOCK_TIME_REMAINING": "Temps restant",
"UI_PEACOCK_POWERED_BY": "Propulsé par",
"UI_PEACOCK_BRANDING": "Le Project Peacock",
"UI_PEACOCK_BRANDING_SHORT": "Peacock",
"UI_PEACOCK_GO_TO_DESTINATION": "Aller à destination",
"UI_PEACOCK_GO_OFFLINE": "Aller hors-ligne",
"UI_PEACOCK_CHALLENGES_MIAMI_DOLPHIN_NAME": "L'appel de la mer",
"UI_PEACOCK_CHALLENGES_GREEDY_SUPPORT_NAME": "L'assistance est actuellement indisponible",
"UI_PEACOCK_CHALLENGES_GREEDY_SUPPORT_DESC": "<li>Tuez ou neutralisez, puis cachez les informaticiens.</li><li>Sabotez le Wi-Fi.</li>",
"UI_PEACOCK_ESCALATIONS": "Escalades",
"UI_PEACOCK_ESCALATION_PARIS_DESC": "Escalade Peacock à Paris",
"UI_PEACOCK_ESCALATION_SAPIENZA_DESC": "Escalade Peacock à Sapienza",
"UI_PEACOCK_ESCALATION_HOKKAIDO_DESC": "Escalade Peacock à Hokkaido",
"UI_PEACOCK_ESCALATION_MUMBAI_DESC": "Escalade Peacock à Bombay",
"UI_PEACOCK_ESCALATION_WHITTLETON_DESC": "Escalade Peacock à la Crique de Whittleton",
"UI_PEACOCK_ESCALATION_NEWYORK_DESC": "Escalade Peacock à New York",
"UI_PEACOCK_ESCALATION_HAVEN_DESC": "Escalade Peacock à l'Île Haven",
"UI_PEACOCK_ESCALATION_DARTMOOR_DESC": "Escalade Peacock à Dartmoor",
"UI_PEACOCK_ESCALATION_BERLIN_DESC": "Escalade Peacock à Berlin",
"UI_PEACOCK_ESCALATION_CHONGQING_DESC": "Escalade Peacock à Chongqing",
"UI_PEACOCK_ESCALATION_MENDOZA_DESC": "Escalade Peacock à Mendoza",
"UI_PEACOCK_ESCALATION_AMBROSE_DESC": "Peacock Escalation in Ambrose Island",
"UI_PEACOCK_PONTUS": "The Kukri Convention",
"UI_PEACOCK_PONTUS1": "The Kukri Convention - Level 1",
"UI_PEACOCK_PONTUS2": "The Kukri Convention - Level 2",
"UI_PEACOCK_PONTUS3": "The Kukri Convention - Level 3",
"UI_PEACOCK_PONTUS_OBJ1": "Eliminate Peter Fikes with the Kukri Machete",
"UI_PEACOCK_PONTUS_OBJ2": "Eliminate Orson Mills with the Kukri Machete",
"UI_PEACOCK_PONTUS_OBJ3": "Eliminate Philip Milner",
"UI_PEACOCK_PONTUS_OBJ4": "Eliminate Zackary Pullman with a falling object",
"UI_PEACOCK_KASTURI": "The Personages",
"UI_PEACOCK_KASTURI1": "The Personages - Level 1",
"UI_PEACOCK_KASTURI2": "The Personages - Level 2",
"UI_PEACOCK_KASTURI3": "The Personages - Level 3",
"UI_PEACOCK_KASTURI_COMPLETED_NAME": "Eliminate The Personages",
"UI_PEACOCK_KASTURI_COMPLETED_DESC": "<li>Eliminate all Elusive Targets that are part of The Personages.</li>"
},
"italian": {
"UI_DRP_001": "UI_DRP_001",
"UI_CONTRACT_NEGRONI_TITLE": "The Brothers",
"UI_CONTRACT_NEGRONI_DESC": "The Brothers",
"UI_PEACOCK_KOATS_CONSPIRACY": "The KOats Conspiracy",
"UI_PEACOCK_KOATS_CONSPIRACY1": "The KOats Conspiracy - Level 1",
"UI_PEACOCK_KOATS_CONSPIRACY2": "The KOats Conspiracy - Level 2",
"UI_PEACOCK_KOATS_CONSPIRACY3": "The KOats Conspiracy - Level 3",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ1": "Eliminate Delun Ma",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ1_CONDITION": "Eliminate Delun Ma with Fiber Wire as a Dumpling Cook",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ2": "Eliminate Sam Brownlee",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ2_CONDITION": "Eliminate Sam Brownlee with Fiber Wire as a Street Guard",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ3": "Eliminate Doug Downer",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ3_CONDITION": "Eliminate Doug Downer with Fiber Wire as a Dumpling Cook",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ4": "Eliminate Fa Fu",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ4_CONDITION": "Eliminate Fa Fu with Fiber Wire as a Street Guard",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ5": "Eliminate Hoi Hou",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ5_CONDITION": "Eliminate Hoi Hou with a Sniper Rifle in a Suit",
"UI_PEACOCK_CURRYMAKER_CHAOS": "The CurryMaker Chaos",
"UI_PEACOCK_CURRYMAKER_CHAOS1": "The CurryMaker Chaos - Level 1",
"UI_PEACOCK_CURRYMAKER_CHAOS2": "The CurryMaker Chaos - Level 2",
"UI_PEACOCK_CURRYMAKER_CHAOS3": "The CurryMaker Chaos - Level 3",
"UI_PEACOCK_CURRYMAKER_CHAOS_SAUNA": "Clear out the sauna",
"UI_PEACOCK_CURRYMAKER_CHAOS_SPA": "Clear out the spa",
"UI_PEACOCK_CURRYMAKER_CHAOS_OBJ1": "Eliminate Tommy JJ Gervais",
"UI_PEACOCK_CURRYMAKER_CHAOS_OBJ2": "Eliminate Yoshifumi Yagawa",
"UI_PEACOCK_CURRYMAKER_CHAOS_OBJ3": "Eliminate Axel George",
"UI_PEACOCK_CURRYMAKER_CHAOS_OBJ4": "Eliminate Heita Ozawa",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION": "The Khakiasp Documentation",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION1": "The Khakiasp Documentation - Level 1",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION2": "The Khakiasp Documentation - Level 2",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION3": "The Khakiasp Documentation - Level 3",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_MANIFESTO_TITLE": "Find a Manifesto",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_MANIFESTO_DESC": "Get one of The Maelstrom's manifestos.",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_PICTURE_TITLE": "Find a picture of The Maelstrom",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_PICTURE_DESC": "Find a picture of The Maelstrom.",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ1": "Eliminate Ashok Kartik",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ1_CONDITION": "Eliminate Ashok Kartik with a beak staff",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ2": "Eliminate Nitya Abhilash",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ2_CONDITION": "Eliminate Nitya Abhilash with a beak staff",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ3": "Eliminate Bhavin Sagar",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ3_CONDITION": "Eliminate Bhavin Sagar with a beak staff",
"UI_PEACOCK_YANNINI_YEARNING": "The Yannini Yearning",
"UI_PEACOCK_YANNINI_YEARNING1": "The Yannini Yearning - Level 1",
"UI_PEACOCK_YANNINI_YEARNING2": "The Yannini Yearning - Level 2",
"UI_PEACOCK_YANNINI_YEARNING3": "The Yannini Yearning - Level 3",
"UI_PEACOCK_YANNINI_YEARNING_1945": "Get the 1945 Grand Paladin",
"UI_PEACOCK_YANNINI_YEARNING_1945_DESC": "It's a vintage year! One of five, and very valuable. Go get it.",
"UI_PEACOCK_YANNINI_YEARNING_OBJ1": "Eliminate Montes Castillo",
"UI_PEACOCK_YANNINI_YEARNING_OBJ1_CONDITION": "Eliminate Montes Castillo with a Pistol in a Suit",
"UI_PEACOCK_YANNINI_YEARNING_OBJ2": "Eliminate Chavez Pereira",
"UI_PEACOCK_YANNINI_YEARNING_OBJ2_CONDITION": "Eliminate Chavez Pereira with a Pistol in a Suit",
"UI_PEACOCK_YANNINI_YEARNING_OBJ3": "Eliminate Prospero Romano",
"UI_PEACOCK_YANNINI_YEARNING_OBJ3_CONDITION": "Eliminate Prospero Romano with a Pistol in a Suit",
"UI_PEACOCK_YANNINI_YEARNING_OBJ4": "Eliminate Martin Simone",
"UI_PEACOCK_YANNINI_YEARNING_OBJ4_CONDITION": "Eliminate Martin Simone with a Pistol in a Suit",
"UI_PEACOCK_YANNINI_YEARNING_OBJ5": "Eliminate Estephanie Hernándezawe",
"UI_PEACOCK_YANNINI_YEARNING_OBJ5_CONDITION": "Eliminate Estephanie Hernándezawe with a Pistol in a Suit",
"UI_CAMPAIGN_KILLEVERYONE": "Kill Everyone",
"UI_PEACOCK_NO_WAITER": "No Waiter Start",
"UI_PEACOCK_NO_WAITER_DETAILS": "Waiter start is no longer available.",
"UI_PEACOCK_YANNINI_WHEREAMI": "Less Starting Locations",
"UI_PEACOCK_YANNINI_WHEREAMI_DETAILS": "Less starting locations are available.",
"UI_PEACOCK_SATANTA": "The Jeffrey Consolation",
"UI_PEACOCK_SATANTA1": "The Jeffrey Consolation - Level 1",
"UI_PEACOCK_SATANTA2": "The Jeffrey Consolation - Level 2",
"UI_PEACOCK_SATANTA3": "The Jeffrey Consolation - Level 3",
"UI_PEACOCK_SATANTA_OBJ1_TITLE": "Read Jeff's suicide note",
"UI_PEACOCK_SATANTA_OBJ1_DESC": "Jeff needs to be understood.",
"UI_PEACOCK_SATANTA_OBJ1_LONG": "Jeff is going through a lot. Help him feel understood.",
"UI_PEACOCK_SATANTA_OBJ2_TITLE": "Give Jeff a hug",
"UI_PEACOCK_SATANTA_OBJ2_DESC": "Jeff needs some empathy and compassion.",
"UI_PEACOCK_SATANTA_OBJ2_LONG": "Jeff is going through a lot. Give him a nice hug, but please don't kill him.",
"UI_PEACOCK_SATANTA_GUARDS_PLANNING": "Make Liberation vulnerable",
"UI_PEACOCK_SATANTA_GUARDS_PLANNING_DESC": "Eliminate Brother Akram's guards",
"UI_PEACOCK_SATANTA_GUARDS_PLANNING_DESC2": "Eliminate Brother Akram's guards with Jeff's folding knife",
"UI_PEACOCK_SATANTA_COUPLE": "Eliminate the Couple at the café",
"UI_PEACOCK_SATANTA_COUPLE_DESC": "Jeff needs time to contemplate relationships.",
"UI_PEACOCK_ROCCO": "The McVeigh Ascension",
"UI_PEACOCK_ROCCO1": "The McVeigh Ascension - Level 1",
"UI_PEACOCK_ROCCO2": "The McVeigh Ascension - Level 2",
"UI_PEACOCK_ROCCO3": "The McVeigh Ascension - Level 3",
"UI_PEACOCK_ROCCO_OBJ1_TITLE": "Eliminate Rocco",
"UI_PEACOCK_ROCCO_OBJ1_DESC": "Eliminate Rocco as a Chef",
"UI_PEACOCK_ROCCO_OBJ2_TITLE": "Eliminate Rocco's sister",
"UI_PEACOCK_ROCCO_OBJ2_DESC": "Eliminate Rocco's sister as a Chef",
"UI_PEACOCK_SHANGRILA": "The mendietinha Madness",
"UI_PEACOCK_SHANGRILA1": "The mendietinha Madness - Level 1",
"UI_PEACOCK_SHANGRILA2": "The mendietinha Madness - Level 2",
"UI_PEACOCK_SHANGRILA3": "The mendietinha Madness - Level 3",
"UI_PEACOCK_SHANGRILA_OBJ1": "Eliminate Agent Lowenthal",
"UI_PEACOCK_SHANGRILA_OBJ1_CONDITION": "Eliminate Agent Lowenthal in an explosion accident",
"UI_PEACOCK_SHANGRILA_OBJ2": "Eliminate Wolfram Gwerder with Bartoli Woodsman Hunting Rifle as a Delivery Guy",
"UI_PEACOCK_SHANGRILA_OBJ3": "Eliminate Siegmund Amsel in an explosion accident",
"UI_PEACOCK_SHANGRILA_BIKES": "Destroy 4 Bikes",
"UI_PEACOCK_SHANGRILA_BIKES_DESC": "Let's annoy those pesky bikers.",
"UI_PEACOCK_SHANGRILA_SNIPER": "Retrieve the sniper, don't drop it",
"UI_PEACOCK_SHANGRILA_SNIPER_DESC": "Retrieve the Bartoli Woodsman Hunting Rifle, and don't drop it.",
"UI_PEACOCK_REMAINING": "Targets remaining",
"UI_PEACOCK_PIRATESPROBLEM": "The Pirates Problem",
"UI_PEACOCK_PIRATESPROBLEM1": "The Pirates Problem - Level 1",
"UI_PEACOCK_PIRATESPROBLEM2": "The Pirates Problem - Level 2",
"UI_PEACOCK_PIRATESPROBLEM3": "The Pirates Problem - Level 3",
"UI_PEACOCK_PIRATESPROBLEM_CALM": "Calm the staff",
"UI_PEACOCK_PIRATESPROBLEM_CALM_DESC": "Pirates have stolen code from the Haven™ servers, and the staff is in panic.\nCalm the staff by pumping a sedative in their ventilation.",
"UI_PEACOCK_PIRATESPROBLEM_ALARM": "Trigger an alarm",
"UI_PEACOCK_PIRATESPROBLEM_ALARM_DESC": "Make sure the issue doesn't escalate.",
"UI_PEACOCK_PIRATESPROBLEM_PIRATES": "Obtain the list of pirates",
"UI_PEACOCK_PIRATESPROBLEM_PIRATES_DESC": "Get the list containing all pirate identities from The Captain.",
"UI_PEACOCK_PIRATESPROBLEM_OBJ1": "Eliminate Captain Rutherford",
"UI_PEACOCK_PIRATESPROBLEM_OBJ2": "Eliminate Vishnu De",
"UI_PEACOCK_PIRATESPROBLEM_OBJ3": "Eliminate Rakesh Dyal",
"UI_PEACOCK_PIRATESPROBLEM_OBJ4": "Eliminate Zeng Shen",
"UI_PEACOCK_PIRATESPROBLEM_OBJ5": "Eliminate Harsh Ganesh",
"UI_PEACOCK_PIRATESPROBLEM_OBJ6": "Eliminate Tushar Ramachandran",
"UI_PEACOCK_ROSEBUSH": "The dez Dichotomy",
"UI_PEACOCK_ROSEBUSH1": "The dez Dichotomy - Level 1",
"UI_PEACOCK_ROSEBUSH2": "The dez Dichotomy - Level 2",
"UI_PEACOCK_ROSEBUSH3": "The dez Dichotomy - Level 3",
"UI_PEACOCK_ROSEBUSH_MANSION_GUARDS": "The Mansion Guards",
"UI_PEACOCK_ROSEBUSH_MANSION_GUARDS_DESC": "These rent a cops actually thought they could come inside the Carlisle Manor! You should have seen the look on their face when we told them to stay outside!",
"UI_PEACOCK_ROSEBUSH_MANSION_GUARDS_HUD": "Eliminate two Mansion Guards",
"UI_PEACOCK_ROSEBUSH_MANSION_STAFF": "The Mansion Staff",
"UI_PEACOCK_ROSEBUSH_MANSION_STAFF_DESC": "We just got word two of our guys were taken out. I know these arrogant little assholes are behind it!",
"UI_PEACOCK_ROSEBUSH_MANSION_STAFF_HUD": "Eliminate two Mansion Staff",
"UI_PEACOCK_ROSEBUSH_DISGUISE1": "Teach these low grade grunts a thing or two about class and let them know it's coming from one of us.",
"UI_PEACOCK_ROSEBUSH_DISGUISE2": "We can't just sit around and do nothing Vincent! I'm going in!",
"UI_PEACOCK_ROSEBUSH_FINISH": "Finish it",
"UI_PEACOCK_ROSEBUSH_FINISH_DESC": "It's all out war now.",
"UI_PEACOCK_ROSEBUSH_OBJ1": "Eliminate Vincent Brown as a Mansion Staff",
"UI_PEACOCK_ROSEBUSH_OBJ2": "Eliminate Paul Carter as a Mansion Staff",
"UI_PEACOCK_ROSEBUSH_OBJ3": "Eliminate Lawrence Hunt as a Mansion Guard",
"UI_PEACOCK_ROSEBUSH_OBJ4": "Eliminate Jay Harris as a Mansion Guard",
"UI_PEACOCK_THORNBUSH": "The Dammchicu Disaster",
"UI_PEACOCK_THORNBUSH1": "The Dammchicu Disaster - Level 1",
"UI_PEACOCK_THORNBUSH2": "The Dammchicu Disaster - Level 2",
"UI_PEACOCK_THORNBUSH3": "The Dammchicu Disaster - Level 3",
"UI_PEACOCK_THORNBUSH_OBJ1": "Eliminate Jed West with the Fiber Wire",
"UI_PEACOCK_THORNBUSH_OBJ2": "Pacify Richard Wilson with the Meaty Bone",
"UI_PEACOCK_THORNBUSH_OBJ2_EXT": "Pacify Richard Wilson with the meaty bone 35 seconds after picking it up.",
"UI_PEACOCK_THORNBUSH_OBJ3": "Pick up the Meaty Bone",
"UI_PEACOCK_THORNBUSH_OBJ3_EXT": "Pick up the Meaty Bone within 35 seconds of starting the level.",
"UI_PEACOCK_THORNBUSH_OBJ4": "Eliminate Jose Alvarez with the Fiber Wire",
"UI_PEACOCK_THORNBUSH_OBJ5": "Pacify James Batty with the Cigar Box",
"UI_PEACOCK_HEDGEBUSH": "The Tedious Thievery",
"UI_PEACOCK_HEDGEBUSH1": "The Tedious Thievery - Level 1",
"UI_PEACOCK_HEDGEBUSH2": "The Tedious Thievery - Level 2",
"UI_PEACOCK_HEDGEBUSH3": "The Tedious Thievery - Level 3",
"UI_PEACOCK_HEDGEBUSH_GOLD": "Steal the Gold",
"UI_PEACOCK_HEDGEBUSH_GOLD_DESC": "Steal all the gold from the vault.",
"UI_PEACOCK_HEDGEBUSH_BURGERS": "Steal the Burgers",
"UI_PEACOCK_HEDGEBUSH_BURGERS_DESC": "Steal all the burgers from the bank.",
"UI_PEACOCK_HEDGEBUSH_OBJ1": "Eliminate Frank Winkelman",
"UI_PEACOCK_HEDGEBUSH_OBJ1_CONDITION": "Eliminate Frank Winkelman with a Cheeseburger as the Bank Robber",
"UI_PEACOCK_HEDGEBUSH_OBJ2": "Eliminate Gourd",
"UI_PEACOCK_HEDGEBUSH_OBJ2_CONDITION": "Eliminate Gourd with a Cheeseburger",
"UI_PEACOCK_HEDGEBUSH_OBJ3": "Eliminate Sugar Squirrel",
"UI_PEACOCK_HEDGEBUSH_GOLDREMAINING": "Gold remaining",
"UI_PEACOCK_HEDGEBUSH_BURGERSREMAINING": "Burgers remaining",
"UI_PEACOCK_BLUEBERRYBUSH": "The PurpleKey Peril",
"UI_PEACOCK_BLUEBERRYBUSH1": "The PurpleKey Peril - Level 1",
"UI_PEACOCK_BLUEBERRYBUSH2": "The PurpleKey Peril - Level 2",
"UI_PEACOCK_BLUEBERRYBUSH3": "The PurpleKey Peril - Level 3",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ1": "Eliminate Claudia Di Meo",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ1_CONDITION": "Eliminate Claudia Di Meo in an accident",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ2": "Eliminate Edoardo Pugliesi",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ2_CONDITION": "Eliminate Edoardo Pugliesi in an accident",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ3": "Eliminate Aldo Trentino",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ3_CONDITION": "Eliminate Aldo Trentino in an accident",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ4": "Eliminate Fazio Mennella",
"UI_PEACOCK_GLOBAL_CAMERA_FAIL": "Camera Shy",
"UI_PEACOCK_GLOBAL_CAMERA_FAIL_DESC": "If you are spotted on camera, you fail.",
"UI_PEACOCK_GRAPEBUSH": "The Argentine Acrimony",
"UI_PEACOCK_GRAPEBUSH1": "The Argentine Acrimony - Level 1",
"UI_PEACOCK_GRAPEBUSH2": "The Argentine Acrimony - Level 2",
"UI_PEACOCK_GRAPEBUSH3": "The Argentine Acrimony - Level 3",
"UI_PEACOCK_GRAPEBUSH_FILES": "Get the Leak Report from the Basement Safe",
"UI_PEACOCK_GRAPEBUSH_FILES_DESC": "Get the Leak Report from the Basement Safe.",
"UI_PEACOCK_GRAPEBUSH_OBJ1": "Eliminate Heriberto Romano",
"UI_PEACOCK_GRAPEBUSH_OBJ2": "Eliminate Reno Davide",
"UI_PEACOCK_GRAPEBUSH_OBJ3": "Eliminate Violetta Mendez in an accident",
"UI_PEACOCK_GRAPEBUSH_OBJ4": "Eliminate Montel Beneventi in an explosion or with a cannon",
"UI_PEACOCK_GRAPEBUSH_OBJ5": "[Optional] Eliminate Hira Amala",
"UI_PEACOCK_GRAPEBUSH_OBJ5_DESC": "If you're up for it, eliminate Hira Amala.",
"UI_PEACOCK_SOUTHERN_COMFORT": "The Christmas Calamity",
"UI_PEACOCK_SOUTHERN_COMFORT1": "The Christmas Calamity - Level 1",
"UI_PEACOCK_SOUTHERN_COMFORT2": "The Christmas Calamity - Level 2",
"UI_PEACOCK_SOUTHERN_COMFORT3": "The Christmas Calamity - Level 3",
"UI_PEACOCK_SOUTHERN_COMFORT_XMASGIFT_TITLE": "Neutralize targets",
"UI_PEACOCK_SOUTHERN_COMFORT_XMASGIFT": "Neutralize all targets outlined in-game by pacifying them or killing them with a Christmas-themed weapon.",
"UI_PEACOCK_SOUTHERN_COMFORT_SANTA_TITLE": "Become Santa, stay as Santa",
"UI_PEACOCK_SOUTHERN_COMFORT_SANTA_DESC": "Disguise as Santa 47 and don't change disguise after that.",
"UI_PEACOCK_SOUTHERN_COMFORT_SANTA_OBJ": "Eliminate Santa Klaus",
"UI_PEACOCK_LONGBUSH": "The sleazeball Situation",
"UI_PEACOCK_LONGBUSH1": "The sleazeball Situation - Level 1",
"UI_PEACOCK_LONGBUSH2": "The sleazeball Situation - Level 2",
"UI_PEACOCK_LONGBUSH3": "The sleazeball Situation - Level 3",
"UI_PEACOCK_LONGBUSH_GYM_ACCIDENT": "Gym Accident",
"UI_PEACOCK_LONGBUSH_GYM_ACCIDENT_OBJ1": "Eliminate Arrush Lal while disguised as a Personal Trainer after pacifying them with a Kettlebell",
"UI_PEACOCK_LONGBUSH_GYM_ACCIDENT_OBJ2": "Eliminate Diego de la Torres while disguised as a Personal Trainer after pacifying them with a Kettlebell",
"UI_PEACOCK_LONGBUSH_GYM_ACCIDENT_OBJ3": "Eliminate Bana Malhotra while disguised as a Personal Trainer after pacifying them with a Kettlebell",
"UI_PEACOCK_LONGBUSH_GYM_ACCIDENT_OBJ4": "Eliminate Aravind Goswami while disguised as a Personal Trainer after pacifying them with a Kettlebell",
"UI_PEACOCK_TARGETS_REMAINING": "Targets remaining",
"UI_PEACOCK_TARGETS": "Targets",
"UI_PEACOCK_ELIMINATE_TARGETS": "Eliminate targets",
"UI_PEACOCK_TIME_REMAINING": "Time remaining",
"UI_PEACOCK_POWERED_BY": "Powered by",
"UI_PEACOCK_BRANDING": "The Peacock Project",
"UI_PEACOCK_BRANDING_SHORT": "Peacock",
"UI_PEACOCK_GO_TO_DESTINATION": "Go to Destination",
"UI_PEACOCK_GO_OFFLINE": "Go Offline",
"UI_PEACOCK_CHALLENGES_MIAMI_DOLPHIN_NAME": "Call of the Blue",
"UI_PEACOCK_CHALLENGES_GREEDY_SUPPORT_NAME": "Support is Not Currently Available",
"UI_PEACOCK_CHALLENGES_GREEDY_SUPPORT_DESC": "<li>Kill or pacify, then hide the IT employees.</li><li>Sabotage the Wi-Fi.</li>",
"UI_PEACOCK_ESCALATIONS": "Escalations",
"UI_PEACOCK_ESCALATION_PARIS_DESC": "Peacock Escalation in Paris",
"UI_PEACOCK_ESCALATION_SAPIENZA_DESC": "Peacock Escalation in Sapienza",
"UI_PEACOCK_ESCALATION_HOKKAIDO_DESC": "Peacock Escalation in Hokkaido",
"UI_PEACOCK_ESCALATION_MUMBAI_DESC": "Peacock Escalation in Mumbai",
"UI_PEACOCK_ESCALATION_WHITTLETON_DESC": "Peacock Escalation in Whittleton Creek",
"UI_PEACOCK_ESCALATION_NEWYORK_DESC": "Peacock Escalation in New York",
"UI_PEACOCK_ESCALATION_HAVEN_DESC": "Peacock Escalation in Haven Island",
"UI_PEACOCK_ESCALATION_DARTMOOR_DESC": "Peacock Escalation in Dartmoor",
"UI_PEACOCK_ESCALATION_BERLIN_DESC": "Peacock Escalation in Berlin",
"UI_PEACOCK_ESCALATION_CHONGQING_DESC": "Peacock Escalation in Chongqing",
"UI_PEACOCK_ESCALATION_MENDOZA_DESC": "Peacock Escalation in Mendoza",
"UI_PEACOCK_ESCALATION_AMBROSE_DESC": "Peacock Escalation in Ambrose Island",
"UI_PEACOCK_PONTUS": "The Kukri Convention",
"UI_PEACOCK_PONTUS1": "The Kukri Convention - Level 1",
"UI_PEACOCK_PONTUS2": "The Kukri Convention - Level 2",
"UI_PEACOCK_PONTUS3": "The Kukri Convention - Level 3",
"UI_PEACOCK_PONTUS_OBJ1": "Eliminate Peter Fikes with the Kukri Machete",
"UI_PEACOCK_PONTUS_OBJ2": "Eliminate Orson Mills with the Kukri Machete",
"UI_PEACOCK_PONTUS_OBJ3": "Eliminate Philip Milner",
"UI_PEACOCK_PONTUS_OBJ4": "Eliminate Zackary Pullman with a falling object",
"UI_PEACOCK_KASTURI": "The Personages",
"UI_PEACOCK_KASTURI1": "The Personages - Level 1",
"UI_PEACOCK_KASTURI2": "The Personages - Level 2",
"UI_PEACOCK_KASTURI3": "The Personages - Level 3",
"UI_PEACOCK_KASTURI_COMPLETED_NAME": "Eliminate The Personages",
"UI_PEACOCK_KASTURI_COMPLETED_DESC": "<li>Eliminate all Elusive Targets that are part of The Personages.</li>"
},
"german": {
"UI_DRP_001": "",
"UI_CONTRACT_NEGRONI_TITLE": "Die Brüder",
"UI_CONTRACT_NEGRONI_DESC": "Die Brüder",
"UI_PEACOCK_KOATS_CONSPIRACY": "Die Koats-Verschwörung",
"UI_PEACOCK_KOATS_CONSPIRACY1": "Die Koats-Verschwörung - Stufe 1",
"UI_PEACOCK_KOATS_CONSPIRACY2": "Die Koats-Verschwörung - Stufe 2",
"UI_PEACOCK_KOATS_CONSPIRACY3": "Die Koats-Verschwörung - Stufe 3",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ1": "Eliminate Delun Ma",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ1_CONDITION": "Eliminiere Delun Ma mit der Klaviersaite als Knödelkoch",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ2": "Eliminate Sam Brownlee",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ2_CONDITION": "Eliminiere Sam Brownlee mit der Klaviersaite als Straßenwache",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ3": "Eliminate Doug Downer",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ3_CONDITION": "Eliminiere Doug Downer mit der Klaviersaite als Knödelkoch",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ4": "Eliminate Fa Fu",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ4_CONDITION": "Eliminiere Fa Fu mit der Klaviersaite als Straßenwache",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ5": "Eliminate Hoi Hou",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ5_CONDITION": "Eliminiere Hoi Hou with einem Scharfschützengewehr im Anzug",
"UI_PEACOCK_CURRYMAKER_CHAOS": "Das CurryMaker-Chaos",
"UI_PEACOCK_CURRYMAKER_CHAOS1": "Das CurryMaker-Chaos - Stufe 1",
"UI_PEACOCK_CURRYMAKER_CHAOS2": "Das CurryMaker-Chaos - Stufe 2",
"UI_PEACOCK_CURRYMAKER_CHAOS3": "Das CurryMaker-Chaos - Stufe 3",
"UI_PEACOCK_CURRYMAKER_CHAOS_SAUNA": "Räume die Sauna aus",
"UI_PEACOCK_CURRYMAKER_CHAOS_SPA": "Räume das Spa aus",
"UI_PEACOCK_CURRYMAKER_CHAOS_OBJ1": "Eliminate Tommy JJ Gervais",
"UI_PEACOCK_CURRYMAKER_CHAOS_OBJ2": "Eliminate Yoshifumi Yagawa",
"UI_PEACOCK_CURRYMAKER_CHAOS_OBJ3": "Eliminate Axel George",
"UI_PEACOCK_CURRYMAKER_CHAOS_OBJ4": "Eliminate Heita Ozawa",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION": "Die Khakiasp-Dokumentation",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION1": "Die Khakiasp-Dokumentation - Stufe 1",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION2": "Die Khakiasp-Dokumentation - Stufe 2",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION3": "Die Khakiasp-Dokumentation - Stufe 3",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_MANIFESTO_TITLE": "Finde ein Manifest",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_MANIFESTO_DESC": "Finde eines der Manifeste des Mealstroms.",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_PICTURE_TITLE": "Finde ein Bild des Maelstroms",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_PICTURE_DESC": "Find a picture of The Maelstrom.",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ1": "Eliminate Ashok Kartik",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ1_CONDITION": "Eliminiere Ashok Kartik mit einem Schnabelstab",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ2": "Eliminate Nitya Abhilash",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ2_CONDITION": "Eliminiere Nitya Abhilash mit einem Schnabelstab",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ3": "Eliminate Bhavin Sagar",
"UI_PEACOCK_KHAKIASP_DOCUMENTATION_OBJ3_CONDITION": "Eliminiere Bhavin Sagar mit einem Schnabelstab",
"UI_PEACOCK_YANNINI_YEARNING": "Die Yannini-Sehnsucht",
"UI_PEACOCK_YANNINI_YEARNING1": "Die Yannini-Sehnsucht - Stufe 1",
"UI_PEACOCK_YANNINI_YEARNING2": "Die Yannini-Sehnsucht - Stufe 2",
"UI_PEACOCK_YANNINI_YEARNING3": "Die Yannini-Sehnsucht - Stufe 3",
"UI_PEACOCK_YANNINI_YEARNING_1945": "Besorge den 1945'er Grand Paladin",
"UI_PEACOCK_YANNINI_YEARNING_1945_DESC": "Es ist ein besonderer Jahrgang! Einer von Fünf und sehr wertvoll. Hol ihn dir.",
"UI_PEACOCK_YANNINI_YEARNING_OBJ1": "Eliminate Montes Castillo",
"UI_PEACOCK_YANNINI_YEARNING_OBJ1_CONDITION": "Eliminate Montes Castillo with a Pistol in a Suit",
"UI_PEACOCK_YANNINI_YEARNING_OBJ2": "Eliminate Chavez Pereira",
"UI_PEACOCK_YANNINI_YEARNING_OBJ2_CONDITION": "Eliminate Chavez Pereira with a Pistol in a Suit",
"UI_PEACOCK_YANNINI_YEARNING_OBJ3": "Eliminate Prospero Romano",
"UI_PEACOCK_YANNINI_YEARNING_OBJ3_CONDITION": "Eliminate Prospero Romano with a Pistol in a Suit",
"UI_PEACOCK_YANNINI_YEARNING_OBJ4": "Eliminate Martin Simone",
"UI_PEACOCK_YANNINI_YEARNING_OBJ4_CONDITION": "Eliminate Martin Simone with a Pistol in a Suit",
"UI_PEACOCK_YANNINI_YEARNING_OBJ5": "Eliminate Estephanie Hernándezawe",
"UI_PEACOCK_YANNINI_YEARNING_OBJ5_CONDITION": "Eliminate Estephanie Hernándezawe with a Pistol in a Suit",
"UI_CAMPAIGN_KILLEVERYONE": "Töte jeden",
"UI_PEACOCK_NO_WAITER": "Kein Kellnerstart",
"UI_PEACOCK_NO_WAITER_DETAILS": "Kellnerstart ist nicht länger verfügbar.",
"UI_PEACOCK_YANNINI_WHEREAMI": "Weniger Startorte",
"UI_PEACOCK_YANNINI_WHEREAMI_DETAILS": "Weniger Startorte sind verfügbar.",
"UI_PEACOCK_SATANTA": "Der Jeffrey-Trost",
"UI_PEACOCK_SATANTA1": "Der Jeffrey-Trost - Stufe 1",
"UI_PEACOCK_SATANTA2": "Der Jeffrey-Trost - Stufe 2",
"UI_PEACOCK_SATANTA3": "Der Jeffrey-Trost - Stufe 3",
"UI_PEACOCK_SATANTA_OBJ1_TITLE": "Lies Jeffs Selbstmordnachricht",
"UI_PEACOCK_SATANTA_OBJ1_DESC": "Jeff muss verstanden werden.",
"UI_PEACOCK_SATANTA_OBJ1_LONG": "Jeff macht eine Menge durch. Hilf ihm, sich verstanden zu fühlen.",
"UI_PEACOCK_SATANTA_OBJ2_TITLE": "Gib Jeff eine Umarmung",
"UI_PEACOCK_SATANTA_OBJ2_DESC": "Jess braucht Empathie und Mitgefühl.",
"UI_PEACOCK_SATANTA_OBJ2_LONG": "Jeff macht eine Menge durch. Gib ihm eine nette Umarmung, aber bitte töte ihn nicht.",
"UI_PEACOCK_SATANTA_GUARDS_PLANNING": "Mach Liberation verwundbar",
"UI_PEACOCK_SATANTA_GUARDS_PLANNING_DESC": "Eliminiere Bruder Akram's Aufpasser.",
"UI_PEACOCK_SATANTA_GUARDS_PLANNING_DESC2": "Eliminiere Bruder Akram's Aufpasser mit Jeff's Klappmesser.",
"UI_PEACOCK_SATANTA_COUPLE": "Eliminiere das Pärchen am Café",
"UI_PEACOCK_SATANTA_COUPLE_DESC": "Jeff braucht Zeit, um über Beziehungen nachzudenken.",
"UI_PEACOCK_ROCCO": "Der McVeigh-Aufstieg",
"UI_PEACOCK_ROCCO1": "Der McVeigh-Aufstieg - Stufe 1",
"UI_PEACOCK_ROCCO2": "Der McVeigh-Aufstieg - Stufe 2",
"UI_PEACOCK_ROCCO3": "Der McVeigh-Aufstieg - Stufe 3",
"UI_PEACOCK_ROCCO_OBJ1_TITLE": "Eliminiere Rocco",
"UI_PEACOCK_ROCCO_OBJ1_DESC": "Eliminiere Rocco als Koch",
"UI_PEACOCK_ROCCO_OBJ2_TITLE": "Eliminiere Roccos Schwester",
"UI_PEACOCK_ROCCO_OBJ2_DESC": "Eliminiere Roccos Schwester als Koch",
"UI_PEACOCK_SHANGRILA": "Der Mendietinha-Wahnsinn",
"UI_PEACOCK_SHANGRILA1": "Der Mendietinha-Wahnsinn - Stufe 1",
"UI_PEACOCK_SHANGRILA2": "Der Mendietinha-Wahnsinn - Stufe 2",
"UI_PEACOCK_SHANGRILA3": "Der Mendietinha-Wahnsinn - Stufe 3",
"UI_PEACOCK_SHANGRILA_OBJ1": "Eliminate Agent Lowenthal",
"UI_PEACOCK_SHANGRILA_OBJ1_CONDITION": "Eliminate Agent Lowenthal in an explosion accident",
"UI_PEACOCK_SHANGRILA_OBJ2": "Eliminate Wolfram Gwerder with Bartoli Woodsman Hunting Rifle as a Delivery Guy",
"UI_PEACOCK_SHANGRILA_OBJ3": "Eliminate Siegmund Amsel in an explosion accident",
"UI_PEACOCK_SHANGRILA_BIKES": "Zerstöre 4 Motorräder",
"UI_PEACOCK_SHANGRILA_BIKES_DESC": "Lasst uns diese störenden Biker nerven.",
"UI_PEACOCK_SHANGRILA_SNIPER": "Besorge das Scharfschützengewehr, verliere es nicht",
"UI_PEACOCK_SHANGRILA_SNIPER_DESC": "Besorge das Bartoli Scharfschützengewehr und verliere es nicht.",
"UI_PEACOCK_REMAINING": "Ziele verbleidend",
"UI_PEACOCK_PIRATESPROBLEM": "Das Piraten-Problem",
"UI_PEACOCK_PIRATESPROBLEM1": "Das Piraten-Problem - Stufe 1",
"UI_PEACOCK_PIRATESPROBLEM2": "Das Piraten-Problem - Stufe 2",
"UI_PEACOCK_PIRATESPROBLEM3": "Das Piraten-Problem - Stufe 3",
"UI_PEACOCK_PIRATESPROBLEM_CALM": "Beruhige das Personal",
"UI_PEACOCK_PIRATESPROBLEM_CALM_DESC": "Piraten haben Code von den Haven™ Servern gestohlen und das Personal ist in Aufruhr.\nBeruhige sie indem du Beruhigungsmittel in ihre Lüftung pumpst.",
"UI_PEACOCK_PIRATESPROBLEM_ALARM": "Löse einen Alarm aus",
"UI_PEACOCK_PIRATESPROBLEM_ALARM_DESC": "Stelle sicher das das Problem nicht eskalliert.",
"UI_PEACOCK_PIRATESPROBLEM_PIRATES": "Besorge die Liste der Piraten",
"UI_PEACOCK_PIRATESPROBLEM_PIRATES_DESC": "Besorge die Liste aller Piratenidentitäten des Kapitäns.",
"UI_PEACOCK_PIRATESPROBLEM_OBJ1": "Eliminate Captain Rutherford",
"UI_PEACOCK_PIRATESPROBLEM_OBJ2": "Eliminate Vishnu De",
"UI_PEACOCK_PIRATESPROBLEM_OBJ3": "Eliminate Rakesh Dyal",
"UI_PEACOCK_PIRATESPROBLEM_OBJ4": "Eliminate Zeng Shen",
"UI_PEACOCK_PIRATESPROBLEM_OBJ5": "Eliminate Harsh Ganesh",
"UI_PEACOCK_PIRATESPROBLEM_OBJ6": "Eliminate Tushar Ramachandran",
"UI_PEACOCK_ROSEBUSH": "Die Dez-Trennung",
"UI_PEACOCK_ROSEBUSH1": "Die Dez-Trennung - Stufe 1",
"UI_PEACOCK_ROSEBUSH2": "Die Dez-Trennung - Stufe 2",
"UI_PEACOCK_ROSEBUSH3": "Die Dez-Trennung - Stufe 3",
"UI_PEACOCK_ROSEBUSH_MANSION_GUARDS": "Die Anwesenswachen",
"UI_PEACOCK_ROSEBUSH_MANSION_GUARDS_DESC": "Diese Möchtegerncops dachten tatsächlich sie könnten einfach ins Carlisle Anwesen kommen. Du hättest ihre Gesichter sehen sollen als wir ihnen gesagt haben das die draußen bleiben sollen!",
"UI_PEACOCK_ROSEBUSH_MANSION_GUARDS_HUD": "Eliminiere die 2 Anwesenswachen",
"UI_PEACOCK_ROSEBUSH_MANSION_STAFF": "Die Anwesenswachen",
"UI_PEACOCK_ROSEBUSH_MANSION_STAFF_DESC": "Wir haben gerade mitbekommen das wir zwei unserer Leute verloren haben. Ich weiß das diese arroganten Arschlöcher dahinter stecken!",
"UI_PEACOCK_ROSEBUSH_MANSION_STAFF_HUD": "Eliminiere 2 Anwesenswachen",
"UI_PEACOCK_ROSEBUSH_DISGUISE1": "Zeige diesen niederrangigen Rüpeln eine oder zwei Lektionen über Klasse und lass es sie wissen das es von uns kommt.",
"UI_PEACOCK_ROSEBUSH_DISGUISE2": "Wir können nicht einfach rumsitzen und nichts tun, Vincent, ich geh rein!",
"UI_PEACOCK_ROSEBUSH_FINISH": "Beende es",
"UI_PEACOCK_ROSEBUSH_FINISH_DESC": "Jetzt ist alles Krieg!",
"UI_PEACOCK_ROSEBUSH_OBJ1": "Eliminate Vincent Brown as a Mansion Staff",
"UI_PEACOCK_ROSEBUSH_OBJ2": "Eliminate Paul Carter as a Mansion Staff",
"UI_PEACOCK_ROSEBUSH_OBJ3": "Eliminate Lawrence Hunt as a Mansion Guard",
"UI_PEACOCK_ROSEBUSH_OBJ4": "Eliminate Jay Harris as a Mansion Guard",
"UI_PEACOCK_THORNBUSH": "Die Dammchicu-Katastrophe",
"UI_PEACOCK_THORNBUSH1": "Die Dammchicu-Katastrophe - Stufe 1",
"UI_PEACOCK_THORNBUSH2": "Die Dammchicu-Katastrophe - Stufe 2",
"UI_PEACOCK_THORNBUSH3": "Die Dammchicu-Katastrophe - Stufe 3",
"UI_PEACOCK_THORNBUSH_OBJ1": "Eliminiere Jed West mit der Klaviersaite",
"UI_PEACOCK_THORNBUSH_OBJ2": "Stelle Richard Wilson mit dem fleischigen Knochen ruhig",
"UI_PEACOCK_THORNBUSH_OBJ2_EXT": "Stelle Richard Wilson nach 35 Sekunden ruhig, nachdem du den fleischigen Knochen aufgehoben hast.",
"UI_PEACOCK_THORNBUSH_OBJ3": "Hebe den fleischigen Knochen auf",
"UI_PEACOCK_THORNBUSH_OBJ3_EXT": "Hebe den fleischigen Knochen 35 Sekunden nach Levelbeginn auf.",
"UI_PEACOCK_THORNBUSH_OBJ4": "Eliminiere Jose Alvarez mit der Klaviersaite",
"UI_PEACOCK_THORNBUSH_OBJ5": "Beruhige James Batty mit der Zigarrenbox",
"UI_PEACOCK_HEDGEBUSH": "Der nervtötende Raub",
"UI_PEACOCK_HEDGEBUSH_DESC": "Drei-Stufen Peacock Eskalation in New York",
"UI_PEACOCK_HEDGEBUSH1": "Der nervtötende Raub - Stufe 1",
"UI_PEACOCK_HEDGEBUSH2": "Der nervtötende Raub - Stufe 2",
"UI_PEACOCK_HEDGEBUSH3": "Der nervtötende Raub - Stufe 3",
"UI_PEACOCK_HEDGEBUSH_GOLD": "Stehle das Gold",
"UI_PEACOCK_HEDGEBUSH_GOLD_DESC": "Stehle das komplette Gold aus dem Tresor.",
"UI_PEACOCK_HEDGEBUSH_BURGERS": "Stehle die Burger",
"UI_PEACOCK_HEDGEBUSH_BURGERS_DESC": "Stehle alle Burger aus der Bank.",
"UI_PEACOCK_HEDGEBUSH_OBJ1": "Eliminate Frank Winkelman",
"UI_PEACOCK_HEDGEBUSH_OBJ1_CONDITION": "Eliminiere Frank Winkelman mit einem Cheeseburger als Bankräuber verkleidet",
"UI_PEACOCK_HEDGEBUSH_OBJ2": "Eliminate Gourd",
"UI_PEACOCK_HEDGEBUSH_OBJ2_CONDITION": "Eliminiere Gourd mit einem Cheeseburger",
"UI_PEACOCK_HEDGEBUSH_OBJ3": "Eliminate Sugar Squirrel",
"UI_PEACOCK_HEDGEBUSH_GOLDREMAINING": "Gold verbleibend",
"UI_PEACOCK_HEDGEBUSH_BURGERSREMAINING": "Burger verbleibend",
"UI_PEACOCK_BLUEBERRYBUSH": "Die PurpleKey-Gefahr",
"UI_PEACOCK_BLUEBERRYBUSH_DESC": "Drei-Stufen Peacock Eskalation in Sapienza",
"UI_PEACOCK_BLUEBERRYBUSH1": "Die PurpleKey-Gefahr - Stufe 1",
"UI_PEACOCK_BLUEBERRYBUSH2": "Die PurpleKey-Gefahr - Stufe 2",
"UI_PEACOCK_BLUEBERRYBUSH3": "Die PurpleKey-Gefahr - Stufe 3",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ1": "Eliminate Claudia Di Meo",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ1_CONDITION": "Eliminiere claudia Di Meo durch einen Unfall",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ2": "Eliminate Edoardo Pugliesi",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ2_CONDITION": "Eliminiere Edoardo Pugliesi durch einen Unfall",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ3": "Eliminate Aldo Trentino",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ3_CONDITION": "Eliminiere Aldo Trentino durch einen Unfall",
"UI_PEACOCK_BLUEBERRYBUSH_OBJ4": "Eliminate Fazio Mennella",
"UI_PEACOCK_GLOBAL_CAMERA_FAIL": "Kamerascheu",
"UI_PEACOCK_GLOBAL_CAMERA_FAIL_DESC": "Du scheiterst wenn du von einer Kamera entdeckt wirst.",
"UI_PEACOCK_GRAPEBUSH": "Die Argentine-Bitterkeit",
"UI_PEACOCK_GRAPEBUSH_DESC": "Drei-Stufen Peacock Eskalation in Mendoza",
"UI_PEACOCK_GRAPEBUSH1": "Die Argentine-Bitterkeit - Stufe 1",
"UI_PEACOCK_GRAPEBUSH2": "Die Argentine-Bitterkeit - Stufe 2",
"UI_PEACOCK_GRAPEBUSH3": "Die Argentine-Bitterkeit - Stufe 3",
"UI_PEACOCK_GRAPEBUSH_FILES": "Besorge den Datenleckbericht aus dem Kellertresor",
"UI_PEACOCK_GRAPEBUSH_FILES_DESC": "Besorge den Datenleckbericht aus dem Kellertresor.",
"UI_PEACOCK_GRAPEBUSH_OBJ1": "Eliminate Heriberto Romano",
"UI_PEACOCK_GRAPEBUSH_OBJ2": "Eliminate Reno Davide",
"UI_PEACOCK_GRAPEBUSH_OBJ3": "Eliminiere Violetta Mandez durch einen Unfall",
"UI_PEACOCK_GRAPEBUSH_OBJ4": "Eliminiere Montel Beneventi in einer Explosion oder mit einer Kanone",
"UI_PEACOCK_GRAPEBUSH_OBJ4_DESC": "Eliminiere Montel Beneventi in einer Explosion oder mit einer Kanone.",
"UI_PEACOCK_GRAPEBUSH_OBJ5": "[Optional] Eliminiere Hira Amala",
"UI_PEACOCK_GRAPEBUSH_OBJ5_DESC": "Wenn du dir das zutraust, eliminiere Hira Amala",
"UI_PEACOCK_SOUTHERN_COMFORT": "Das Weihnachts-Unglück",
"UI_PEACOCK_SOUTHERN_COMFORT_DESC": "Drei-Stufen Peacock Eskalation in Paris",
"UI_PEACOCK_SOUTHERN_COMFORT1": "Das Weihnachts-Unglück - Stufe 1",
"UI_PEACOCK_SOUTHERN_COMFORT2": "Das Weihnachts-Unglück - Stufe 2",
"UI_PEACOCK_SOUTHERN_COMFORT3": "Das Weihnachts-Unglück - Stufe 3",
"UI_PEACOCK_SOUTHERN_COMFORT_XMASGIFT_TITLE": "Neutralize targets",
"UI_PEACOCK_SOUTHERN_COMFORT_XMASGIFT": "Neutralize all targets outlined in-game by pacifying them or killing them with a Christmas-themed weapon.",
"UI_PEACOCK_SOUTHERN_COMFORT_SANTA_HUD": "Werde Santa, bleibe Santa",
"UI_PEACOCK_SOUTHERN_COMFORT_SANTA_DESC": "Verkleide dich als Santa 47, wechsle danach deine Verkleidug nicht mehr.",
"UI_PEACOCK_SOUTHERN_COMFORT_SANTA_OBJ": "Eliminate Santa Klaus",
"UI_PEACOCK_LONGBUSH": "Die Sleazeball-Lage",
"UI_PEACOCK_LONGBUSH_DESC": "Drei-Stufen Peacock Eskalation in Insel Haven",
"UI_PEACOCK_LONGBUSH1": "Die Sleazeball-Lage - Stufe 1",
"UI_PEACOCK_LONGBUSH2": "Die Sleazeball-Lage - Stufe 2",
"UI_PEACOCK_LONGBUSH3": "Die Sleazeball-Lage - Stufe 3",
"UI_PEACOCK_LONGBUSH_GYM_ACCIDENT": "Fitnessstudio Unfall",
"UI_PEACOCK_LONGBUSH_GYM_ACCIDENT_OBJ1": "Eliminiere Arrush Lal als persönlicher Trainer verkleidet nachdem du ihn mit einem Trainingsgewicht ruhiggestellt hast",
"UI_PEACOCK_LONGBUSH_GYM_ACCIDENT_OBJ2": "Eliminiere Diego de la Torres als persönlicher Trainer verkleidet nachdem du ihn mit einem Trainingsgewicht ruhiggestellt hast",
"UI_PEACOCK_LONGBUSH_GYM_ACCIDENT_OBJ3": "Eliminiere Bana Malhotra als persönlicher Trainer verkleidet nachdem du ihn mit einem Trainingsgewicht ruhiggestellt hast",
"UI_PEACOCK_LONGBUSH_GYM_ACCIDENT_OBJ4": "Eliminiere Aravind Goswami als persönlicher Trainer verkleidet nachdem du ihn mit einem Trainingsgewicht ruhiggestellt hast",
"UI_PEACOCK_TARGETS_REMAINING": "Ziele verbleibend",
"UI_PEACOCK_TARGETS": "Ziele",
"UI_PEACOCK_ELIMINATE_TARGETS": "Eliminiere Ziele",
"UI_PEACOCK_TIME_REMAINING": "Verbleibende Zeit",
"UI_PEACOCK_POWERED_BY": "Bereitgestellt von",
"UI_PEACOCK_BRANDING": "The Peacock Project",
"UI_PEACOCK_BRANDING_SHORT": "Peacock",
"UI_PEACOCK_GO_TO_DESTINATION": "Gehe zum Zielort",
"UI_PEACOCK_GO_OFFLINE": "Gehe Offline",
"UI_PEACOCK_CHALLENGES_MIAMI_DOLPHIN_NAME": "Der Ruf des Blauen",
"UI_PEACOCK_CHALLENGES_GREEDY_SUPPORT_NAME": "Support momentan nicht verfügbar",
"UI_PEACOCK_CHALLENGES_GREEDY_SUPPORT_DESC": "<li>Töte oder stelle die IT-Mitarbeiter ruhig und verstecke sie anschließend.</li><li>Sabotiere das WLan.</li>",
"UI_PEACOCK_ESCALATIONS": "Eskalationen",
"UI_PEACOCK_ESCALATION_PARIS_DESC": "Peacock Eskalation in Paris",
"UI_PEACOCK_ESCALATION_SAPIENZA_DESC": "Peacock Eskalation in Sapienza",
"UI_PEACOCK_ESCALATION_HOKKAIDO_DESC": "Peacock Eskalation in Hokkaido",
"UI_PEACOCK_ESCALATION_MUMBAI_DESC": "Peacock Eskalation in Mumbai",
"UI_PEACOCK_ESCALATION_WHITTLETON_DESC": "Peacock Eskalation in Whittleton Creek",
"UI_PEACOCK_ESCALATION_NEWYORK_DESC": "Peacock Eskalation in New York",
"UI_PEACOCK_ESCALATION_HAVEN_DESC": "Peacock Eskalation in Insel Haven",
"UI_PEACOCK_ESCALATION_DARTMOOR_DESC": "Peacock Eskalation in Dartmoor",
"UI_PEACOCK_ESCALATION_BERLIN_DESC": "Peacock Eskalation in Berlin",
"UI_PEACOCK_ESCALATION_CHONGQING_DESC": "Peacock Eskalation in Chongqing",
"UI_PEACOCK_ESCALATION_MENDOZA_DESC": "Peacock Eskalation in Mendoza",
"UI_PEACOCK_ESCALATION_AMBROSE_DESC": "Peacock Escalation in Ambrose Island",
"UI_PEACOCK_PONTUS": "The Kukri Convention",
"UI_PEACOCK_PONTUS1": "The Kukri Convention - Level 1",
"UI_PEACOCK_PONTUS2": "The Kukri Convention - Level 2",
"UI_PEACOCK_PONTUS3": "The Kukri Convention - Level 3",
"UI_PEACOCK_PONTUS_OBJ1": "Eliminate Peter Fikes with the Kukri Machete",
"UI_PEACOCK_PONTUS_OBJ2": "Eliminate Orson Mills with the Kukri Machete",
"UI_PEACOCK_PONTUS_OBJ3": "Eliminate Philip Milner",
"UI_PEACOCK_PONTUS_OBJ4": "Eliminate Zackary Pullman with a falling object",
"UI_PEACOCK_KASTURI": "The Personages",
"UI_PEACOCK_KASTURI1": "The Personages - Level 1",
"UI_PEACOCK_KASTURI2": "The Personages - Level 2",
"UI_PEACOCK_KASTURI3": "The Personages - Level 3",
"UI_PEACOCK_KASTURI_COMPLETED_NAME": "Eliminate The Personages",
"UI_PEACOCK_KASTURI_COMPLETED_DESC": "<li>Eliminate all Elusive Targets that are part of The Personages.</li>"
},
"spanish": {
"UI_DRP_001": "UI_DRP_001",
"UI_CONTRACT_NEGRONI_TITLE": "Los Hermanos",
"UI_CONTRACT_NEGRONI_DESC": "Los Hermanos",
"UI_PEACOCK_KOATS_CONSPIRACY": "La Conspiración de KOats",
"UI_PEACOCK_KOATS_CONSPIRACY1": "La Conspiración de KOats - Nivel 1",
"UI_PEACOCK_KOATS_CONSPIRACY2": "La Conspiración de KOats - Nivel 2",
"UI_PEACOCK_KOATS_CONSPIRACY3": "La Conspiración de KOats - Nivel 3",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ1": "Eliminate Delun Ma",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ1_CONDITION": "Elimina a Delun Ma con el Cable de Fibra como Cocinero de Dumplings",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ2": "Eliminate Sam Brownlee",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ2_CONDITION": "Elimina Sam Brownlee con el Cable de Fibra como Guardia Callejero",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ3": "Eliminate Doug Downer",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ3_CONDITION": "Elimina Doug Downer con el Cable de Fibra como Cocinero de Dumplings",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ4": "Eliminate Fa Fu",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ4_CONDITION": "Elimina con el Cable de Fibra como Guardia Callejero",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ5": "Eliminate Hoi Hou",
"UI_PEACOCK_KOATS_CONSPIRACY_OBJ5_CONDITION": "Elimina Hoi Hou con un Rifle Francotirador con el Traje",
"UI_PEACOCK_CURRYMAKER_CHAOS": "El Caos de CurryMaker",
"UI_PEACOCK_CURRYMAKER_CHAOS1": "El Caos de CurryMaker - Nivel 1",
"UI_PEACOCK_CURRYMAKER_CHAOS2": "El Caos de CurryMaker - Nivel 2",
"UI_PEACOCK_CURRYMAKER_CHAOS3": "El Caos de CurryMaker - Nivel 3",
"UI_PEACOCK_CURRYMAKER_CHAOS_SAUNA": "Limpia de gente el sauna",
"UI_PEACOCK_CURRYMAKER_CHAOS_SPA": "Limpia de gente el Spa",