forked from Treeofsavior/EnglishTranslation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUI.tsv
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 437.
1771 lines (1771 loc) · 79.1 KB
/
UI.tsv
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
UI_20150317_000001 {@st41b}Learn Attributes{nl}from the Masters of each class.{/}
UI_20150317_000002 {@st43}Attribute List {/}
UI_20150317_000003 {@st59}Close the Attribute List {/}
UI_20150317_000004 {@st43}Learn Attributes{/}
UI_20150317_000005 {@st59}Close Attributes window{/}
UI_20150317_000006 {@st41b}Funds{/}
UI_20150317_000007 My Achievements
UI_20150317_000008 Server Ranking
UI_20150317_000009 {@st59}An unexpected event is available.{/}
UI_20150317_000010 {@st59}There is a new Help message{/}
UI_20150317_000011 {@st41}Are you sure you want to craft this type of arrow?{/}
UI_20150317_000012 {@st41b}Once{/}
UI_20150317_000013 {@st41b}All{/}
UI_20150317_000014 {@St41b}Pause{/}
UI_20150317_000015 {@St43}Adventure Log{/}
UI_20150317_000016 {@St43}Auction House{/}
UI_20150317_000017 {@St59}Close the Auction House{/}
UI_20150317_000018 {@St41b}Items Sold : ×%s, Items Unsold : ×%s{/}
UI_20150317_000019 {@St43}{s22}Item Auction{/}
UI_20150317_000020 {@st59}Close Quest Information{/}
UI_20150317_000021 Abe days rest
UI_20150317_000022 {@St41b}Remaining Time
UI_20150317_000023 3 hours 16 minutes
UI_20150317_000024 {@St41b}Starting Price
UI_20150317_000025 {@St41b}Bids
UI_20150317_000026 {@St41b}Current Price
UI_20150317_000027 {@St41b}Bidding Price
UI_20150317_000028 {@St41b}Minimum Bid Price from {@st57}%s{@st41b}silver{/}
UI_20150317_000029 {@St41b}Bid{/}
UI_20150317_000030 {@St43b}Buy Now!{nl}{img icon_item_silver 20 20}{@st57}%s{/}
UI_20150317_000031 {@St44}Permission Settings{/}
UI_20150317_000032 {@St45}Name:%s{/}
UI_20150317_000033 {@St45}Party Warehouse{/}
UI_20150317_000034 {@St49}None
UI_20150317_000035 {@St49}Store
UI_20150317_000036 {@St49}Retrieve
UI_20150317_000037 {@St45}Survey{/}
UI_20150317_000038 {@St49}Create
UI_20150317_000039 {@St49}Delete
UI_20150317_000040 {@St44}Save{/}
UI_20150317_000041 {@St44}Cancel{/}
UI_20150317_000042 {@St43}{s22}Hair Shop{/}
UI_20150317_000043 {@st59}Previous Hairstyle{/}
UI_20150317_000044 {@St59}Next Hairstyle{/}
UI_20150317_000045 {@st41b} Change {s18} (100 iCoins required) {/}
UI_20150317_000046 {@St59}Change to selected hairstyle.{/}
UI_20150317_000047 {@St41}Cancel
UI_20150317_000048 {@st43}Black Market{/}
UI_20150317_000049 Name of Book
UI_20150317_000050 {@St59}Stop reading{/}
UI_20150317_000051 {@st59}Previous Page{/}
UI_20150317_000052 {@st59}Next Page{/}
UI_20150317_000053 {@st47}%s appeared!
UI_20150317_000054 {@st43}Score{/}
UI_20150317_000055 Damage Received
UI_20150317_000056 Technique Bonus
UI_20150317_000057 Evasion Bonus
UI_20150317_000058 Clear Time
UI_20150317_000059 Total Score
UI_20150317_000060 {@st42}Elapsed Time
UI_20150317_000061 10 minutes
UI_20150317_000062 10 seconds
UI_20150317_000063 {@st44}Complete
UI_20150317_000064 {@st59}Close Vending Machine{/}
UI_20150317_000065 {@st43}Buff Vending Machine
UI_20150317_000066 Vending Machine Name
UI_20150317_000067 {@st43}Register
UI_20150317_000068 {@st43}Cancel
UI_20150317_000069 Buff Vending Machine
UI_20150317_000070 {@st59}Close the Buff Vending Machine.
UI_20150317_000071 {@st59}Buff Vending Machine{nl} - You can pay silver to receive buffs from another player.
UI_20150317_000072 Carriage Menu
UI_20150317_000073 {ol}{s22}Disembark{/}
UI_20150317_000074 Casting
UI_20150317_000075 {@st43}Game Settings{/}
UI_20150317_000076 {@st64}Use the arrow keys to select the cell!
UI_20150317_000077 {@st43}Advancement Information {/}
UI_20150317_000078 {@st43}Select Class
UI_20150317_000079 Psychokinesist
UI_20150317_000080 {@st42}%s circle {/}
UI_20150317_000081 How many circles
UI_20150317_000082 Displays a brief description of the class.
UI_20150317_000083 {@st41b}Attack {@sti7}%s{/}
UI_20150317_000084 {@st41b}Support {@sti7}%s{/}
UI_20150317_000085 {@st41b}Difficulty{@sti7}%s{/}
UI_20150317_000086 {@st59}Close the Class Information window{/}
UI_20150317_000087 Advancement Alarm
UI_20150317_000088 {@st43} Advancement
UI_20150317_000089 {@sti7}{s14} Character {/}
UI_20150317_000090 {@sti8}{s14} Class {/}
UI_20150317_000091 {@st44}Chat{/}
UI_20150317_000092 To. WWWWWWWW and 1 other
UI_20150317_000093 General: /s chat {nl} Shout: /y chat {nl} Party: /p chat{nl} Whisper: /w character's username chat
UI_20150317_000094 {@st41}All Chat{/}
UI_20150317_000095 {@59}Quit{/}
UI_20150317_000096 {@59}Invite{/}
UI_20150317_000097 {@st59}All{/}
UI_20150317_000098 {@st59}Normal (/s chat){/}
UI_20150317_000099 {@st59}Shout (/y chat){/}
UI_20150317_000100 {@st59}Party (/p chat){/}
UI_20150317_000101 {@st59}Whisper (/w team name chat){/}
UI_20150317_000102 {@st59}Adjust Chat Window{/}
UI_20150317_000103 {@st43}{s22}Chat Macro{/}
UI_20150317_000104 {@st43}Macro{/}
UI_20150317_000105 {@st59b}Macro {nl} {@st59s} - How to use: {nl} 1. Drag the gesture icon to any gesture slots at the bottom. {nl} 2. Write your phrase and save. {nl} 3. Use the shortcut key to simultaneously use the phrase and make the gesture. {/}
UI_20150317_000106 {@st59}Close Macro{/}
UI_20150317_000107 {@st41b}Save {/}
UI_20150317_000108 {@st59}Save your changes{/}
UI_20150317_000109 {@st41b}Cancel {/}
UI_20150317_000110 {@st59}Cancel your changes{/}
UI_20150317_000111 {@st42}Chat Settings
UI_20150317_000112 {@st42}Transparency
UI_20150317_000113 Show chat balloon
UI_20150317_000114 Show shouts on top
UI_20150317_000115 {@st43}Cheat List{/}
UI_20150317_000116 {@st42b}Item{/}
UI_20150317_000117 {@st42b}Monster{/}
UI_20150317_000118 {@st42b}Move map{/}
UI_20150317_000119 {@st42b}Combat Order{/}
UI_20150317_000120 {@st41b}Close{/}
UI_20150317_000121 {s16}{b}Create items by clicking on the Create button or double-click.
UI_20150317_000122 {s16}{b}ea
UI_20150317_000123 {s16}{b}Lv.
UI_20150317_000124 {@st41b}Search{/}
UI_20150317_000125 {s16}{b}Summon monsters by clicking on the Create button or double-click.
UI_20150317_000126 {s16}{b}ea
UI_20150317_000127 {s16}{b}Select a desired area.
UI_20150317_000128 {s18}{b}View Minimap{/}
UI_20150317_000129 {@st41b}Tool List{/}
UI_20150317_000130 {@st59b}Collection {nl} {@st59s} - Purchase the Collection Deck to add collectible items to your collection. {nl} - The collection hotkey will be enabled when you use the Collection Deck Item. {nl} {/}
UI_20150317_000131 {@st59}Close Collection Information{/}
UI_20150317_000132 {@st43}Collection{/}
UI_20150317_000133 {@st43}Color Spray{/}
UI_20150317_000134 {@st49}Color Spray{/}
UI_20150317_000135 {@st49}Color{/}
UI_20150317_000136 {@st49}Remaining{/}
UI_20150317_000137 {@st49}Brush{/}
UI_20150317_000138 {@st49}{a END_EDIT_SPRAY}Draw{/}{/}
UI_20150317_000139 {@st49}{a SAVE_EDIT_SPRAY}Save{/}{/}
UI_20150317_000140 {@st49}{a LOAD_EDIT_SPRAY}Import{/}{/}
UI_20150317_000141 {@st49}Close{/}
UI_20150317_000142 {@st43} Companion Adoption
UI_20150317_000143 {@st59} Enter the name of your newly adopted companion {/}
UI_20150317_000144 {@st41b}Name{/}
UI_20150317_000145 {@st41b}Price %s{/}
UI_20150317_000146 {@st59}Close the Companion Adoption window {/}
UI_20150317_000147 {@st41b}Adopt
UI_20150317_000148 {@st59}Confirm adoption {/}
UI_20150317_000149 {@st43}Companion Shop
UI_20150317_000150 {@st59}Close the Companion Shop{/}
UI_20150317_000151 {@st43}Other Character Info{/}{@st42}
UI_20150317_000152 {@st59}Close the Character Information{/}
UI_20150317_000153 {@st41b}Information
UI_20150317_000154 {@st41b}Record
UI_20150317_000155 Team Name
UI_20150317_000156 Character Name
UI_20150317_000157 Rank {#Ffff00}%s{/} %s Level {#ffff00}%s{/}
UI_20150317_000158 Warrior
UI_20150317_000159 Adventure Index {#ffff00}%s{/} (Rank{#ffff00}%s{/}/%s)
UI_20150317_000160 Adventure Index {#ffff00}%s{/} ({#ffff00}Unranked{/})
UI_20150317_000161 Total Achievements : {#ffff00}%s{/}
UI_20150317_000162 Settings
UI_20150317_000163 Clear the tab title to delete the tab.
UI_20150317_000164 {@st49}All{/}
UI_20150317_000165 {@st49}System{/}
UI_20150317_000166 {@st49}Talk{/}
UI_20150317_000167 {@st49}Combat{/}
UI_20150317_000168 {@st49}Item{/}
UI_20150317_000169 {@st43}Credits{/}
UI_20150317_000170 {@st43}Lock Target settings {/}
UI_20150317_000171 NPC Name
UI_20150317_000172 Compare
UI_20150317_000173 Illustration
UI_20150317_000174 Select a conversation
UI_20150317_000175 Text Help
UI_20150317_000176 {@st41}Item Crafting{/}
UI_20150317_000177 {@st45tw2}Crafting the item...
UI_20150317_000178 %r seconds
UI_20150317_000179 {@st41}Cancel{/}
UI_20150317_000180 {@st45tw2}Quantity{/}
UI_20150317_000181 {@st45tw2}Do you want to craft this item?
UI_20150317_000182 {@st41}Confirm{/}
UI_20150317_000183 Quest Information
UI_20150317_000184 {@st59}Cancel Trade{/}
UI_20150317_000185 {@st43}Personal Trade{/}
UI_20150317_000186 My Trading List
UI_20150317_000187 Silver : %s
UI_20150317_000188 Enter
UI_20150317_000189 {@st41}Accept
UI_20150317_000190 {@st41}Confirm
UI_20150317_000191 Other Player's(%s) Trading List
UI_20150317_000192 Other Player's Name
UI_20150317_000193 {s18}{ol} {gr gradation1}Field Event{/}
UI_20150317_000194 {s20}{ol}Defeat the Vubbe Tribe! Would you like to join?
UI_20150317_000195 {s20}{ol}%s Would you like to join?
UI_20150317_000196 {s20}{ol}Participants : (1/5)
UI_20150317_000197 {s20}{ol}Participants : (%s/%s)
UI_20150317_000198 {s20}{ol}The game will begin after 1 second.
UI_20150317_000199 {s20}{ol}The game will begin after %s seconds.
UI_20150317_000200 Do not show this anymore for today.
UI_20150317_000201 Do not show Field Events.
UI_20150317_000202 Join Game
UI_20150317_000203 Start a game with other players.
UI_20150317_000204 Decline game invite.
UI_20150317_000205 Spray Presets
UI_20150317_000206 {@st49}Select{/}
UI_20150317_000207 {@st49}Cancel{/}
UI_20150317_000208 {@st49}Delete{/}
UI_20150317_000209 Enter a file name to save.
UI_20150317_000210 {@st43}Friends
UI_20150317_000211 {@st59}Close Friends List{/}
UI_20150317_000212 {@st59b}Friend{nl}{@st59s} - Become friends with other players in the game. {nl} - You can check the status on your friends through the Friends List tab. {nl} - In the Manage tab, you can invite, decline or block your friends. {/}
UI_20150317_000213 {@st41b}Show online friends{/}
UI_20150317_000214 {@st41b}List
UI_20150317_000215 {@st41b}Manage
UI_20150317_000216 {@st41b}Send Friend Request
UI_20150317_000217 {@st41b}Block
UI_20150317_000218 {@st59}Search{/}
UI_20150317_000219 {@st44}Guild{/}
UI_20150317_000220 Guild
UI_20150317_000221 List
UI_20150317_000222 News
UI_20150317_000223 Guild Mission
UI_20150317_000224 Members Online
UI_20150317_000225 {@st44}Create Guild{/}
UI_20150317_000226 {@st42}Create{/}
UI_20150317_000227 {@st42}Close{/}
UI_20150317_000228 {@st42}All{/}
UI_20150317_000229 {@st42}Today's Rankings{/}
UI_20150317_000230 {@st42}Weekly Rankings{/}
UI_20150317_000231 {@st56}Rank {/}
UI_20150317_000232 {@st56}Points{/}
UI_20150317_000233 {@st56}Class{/}
UI_20150317_000234 {@st56}Name {/}
UI_20150317_000235 Previous Page
UI_20150317_000236 Next Page
UI_20150317_000237 {@st42}Search ID{/}
UI_20150317_000238 Enter the ID to search
UI_20150317_000239 Close the Hall of Fame
UI_20150317_000240 Enter the ID to search
UI_20150317_000241 {@st59} Stamina {/}
UI_20150317_000242 {@st43}Help List{/}
UI_20150317_000243 {@st59}Close the Help List window{/}
UI_20150317_000244 {@st59b}Help List{nl}{@st59s} - If you need help with something, you can always read the Help Topics. {nl} - Select a topic to view more information about it. {/}
UI_20150317_000245 {@st43}{s22}Help{/}
UI_20150317_000246 {@st47_b}{b}Help Topics{/}
UI_20150317_000247 {@st42b}Simple Help Contents{/}
UI_20150317_000248 {@st59}View details{/}
UI_20150317_000249 Please enter a quantity
UI_20150317_000250 {@st59}Enter the contents{/}
UI_20150317_000251 {@st41b}Confirm
UI_20150317_000252 {@st59}Confirm {/}
UI_20150317_000253 {@st41b}Close
UI_20150317_000254 {@st59}Cancel {/}
UI_20150317_000255 {@st43}Warp{/}
UI_20150317_000256 {@st59}Close Warp Window{/}
UI_20150317_000257 {@st59b}Warp{nl}{@st59s} - Allows you to quickly travel to regions you have already visited. {nl} - Feature is activated when two or more warp points are available. {nl} {/}
UI_20150317_000258 {@st41}Current Location : %s{/}
UI_20150317_000259 {@st43}{s22}Warp{/}
UI_20150317_000260 {@st41b}Do you want to move to this area?{/}
UI_20150317_000261 What about Saul ray
UI_20150317_000262 Coin Consumed : 0
UI_20150317_000263 Intro
UI_20150317_000264 {@st43}Inventory{/}
UI_20150317_000265 {@st59}Close Inventory{/}
UI_20150317_000266 {@st59b}Equipment {nl} {@st59s}- Hairstyle/Costume: Equipment to change a characters appearance. {nl} - Weapon: Can equip one-handed or two-handed weapons {nl} (sub-weapon/shield can be equipped with a one-handed weapon) {nl} - Armor: Top, Pants, Gloves, Shoes. {nl} - Accessories: Can equip 1 Necklace and 2 Bracelets. {nl} {/}
UI_20150317_000267 {@st59}Hairstyle Costume 1{/}
UI_20150317_000268 {@st59}Hairstyle Costume 2{/}
UI_20150317_000269 {@st59}Necklace{/}
UI_20150317_000270 {@st59}Costume{/}
UI_20150317_000271 {@st59}Top{/}
UI_20150317_000272 {@st59}Gloves{/}
UI_20150317_000273 {@st59}Pants{/}
UI_20150317_000274 {@st59}Shoes{/}
UI_20150317_000275 {@st59}Left Hand{/}
UI_20150317_000276 {@st59}Right Hand{/}
UI_20150317_000277 {@st59}Bracelet 1{/}
UI_20150317_000278 {@st59}Bracelet 2{/}
UI_20150317_000279 {@st59}Armband{/}
UI_20150317_000280 {@st59}Search for the keyword{/}
UI_20150317_000281 Weight
UI_20150317_000282 {@st43}Equipment Buff{/}
UI_20150317_000283 {@st59}Close the Item Repair UI{/}
UI_20150317_000284 {@st42}Available for Buff
UI_20150317_000285 {@st42}Consume{/}
UI_20150317_000286 {@st42}Run
UI_20150317_000287 {@st42}Target Item{/}
UI_20150317_000288 Ring 1 {@st59} {/}
UI_20150317_000289 {@st43}Item Crafting{/}
UI_20150317_000290 {@st42b}Show only craftable items{/}
UI_20150317_000291 {@st59}Close Item Crafting {/}
UI_20150317_000292 {@st43}{s22}Split Item
UI_20150317_000293 {@st59}Enter a quantity{/}
UI_20150317_000294 Monster HP Bar
UI_20150317_000295 {@st44}Item Set acquired{/}
UI_20150317_000296 Keyboard Warrior
UI_20150317_000297 Kill
UI_20150317_000298 99 minutes 99 seconds
UI_20150317_000299 38000 points
UI_20150317_000300 Enhanced Speed Potion
UI_20150317_000301 {@st41}OK {/}
UI_20150317_000302 ${@st59b} Adventure Journal {nl}{@st59s}- Your game progress is recorded in the Adventure Journal. {nl} - You can progress your Adventure Index through contents such as: obtaining items, hunting monsters, crafting and map exploration.{nl} Adventure Index : The total of all your indexes. {nl} Growth : 5 points per character level and class level {nl} Items : Equipment : grade X 10 points, Books : 10 points, Others : 1 point {nl} Monsters : 10 points per monster (50 points for Boss Monsters) {nl} Maps : 1 point per 10% explored {nl} Quests : 1 point per quest {nl} Achievements : Varies by achievement {nl} Crafting : 10 points {nl} Collection : 5 points for a deck and 45 points when it is completed {nl} - You can receive special rewards from an NPC in town depending on your Adventure Index. {/}
UI_20150317_000303 {@sti7}{s22}{ds}Achievements{/}
UI_20150317_000304 {@st42b}{#22FF22} Top 10% / %s Points{/}
UI_20150317_000305 {@st42b} Average / %s Points {/}
UI_20150317_000306 1st / %s Points
UI_20150317_000307 Rank %s
UI_20150317_000308 %s Points
UI_20150317_000309 Profession
UI_20150317_000310 Team
UI_20150317_000311 {@st59}Close Adventure Journal{/}
UI_20150317_000312 {@st43}Adventure Journal Ranking{/}
UI_20150317_000313 {@st43}{s22}Rank
UI_20150317_000314 {@st43}{s22}Name
UI_20150317_000315 {@st43}{s22}Score
UI_20150317_000316 {@st41}Details{/}
UI_20150317_000317 {@st43}Start Crafting{/}
UI_20150317_000318 {@st59}Start item crafting.{/}
UI_20150317_000319 {@st44}Keypad{/}
UI_20150317_000320 {@st42}Time limit
UI_20150317_000321 {@st56}Kill{/}
UI_20150317_000322 {@st56}Overkill{/}
UI_20150317_000323 {@st56}Shot{/}
UI_20150317_000324 {@st56}Dead{/}
UI_20150317_000325 Spell Power
UI_20150317_000326 Defense
UI_20150317_000327 Magic Resistance
UI_20150317_000328 Critical Rate
UI_20150317_000329 {@st43}Sockets{/}
UI_20150317_000330 {@st59}Close the Socket Management{/}
UI_20150317_000331 Please insert your items
UI_20150317_000332 Potential
UI_20150317_000333 Additional socket cost : {#ff9933}%s{/}{nl}Gem extraction cost : {#ff9933}%s{/}
UI_20150317_000334 {@st41b}Add Socket
UI_20150317_000335 {@st41b}Extract Gem
UI_20150317_000336 {@st41}Craft{/}
UI_20150317_000337 {@st41}%s %s ea
UI_20150317_000338 Area Map
UI_20150317_000339 Area Explored : 95.5%
UI_20150317_000340 {@st45tw}Area Explored %s% {/}
UI_20150317_000341 {@st59}Close the map (M){/}
UI_20150317_000342 {@st41}Map{/}
UI_20150317_000343 Shift(clear), Ctrl(mid fill)
UI_20150317_000344 {ol}Title
UI_20150317_000345 {@st41}Add{/}
UI_20150317_000346 {@st41}Delete{/}
UI_20150317_000347 {@st41}Save{/}
UI_20150317_000348 {@st41}Auto{/}
UI_20150317_000349 {@st41}Reset{/}
UI_20150317_000350 {@st59}Set quantity.{/}
UI_20150317_000351 {ol}Group
UI_20150317_000352 {ol}Message
UI_20150317_000353 {ol}Sound
UI_20150317_000354 {@st41}Create Minimap{/}
UI_20150317_000355 {@st55}Area Map
UI_20150317_000356 {@st43}{s22}Market{/}
UI_20150317_000357 {@st43}{s24}Market{/}
UI_20150317_000358 {@st42b}Filter{/}
UI_20150317_000359 {@st42b}Type{/}
UI_20150317_000360 {@st42b}Req. Lv{/}
UI_20150317_000361 {@st42b}Enhance Lv{/}
UI_20150317_000362 {@st42b}Name
UI_20150317_000363 {@st41b}Item Cabinet%s
UI_20150317_000364 {@st41b}Sell
UI_20150317_000365 {@st41b}Search
UI_20150317_000366 {@st59}Close the Market window{/}
UI_20150317_000367 {@st42b}Sort
UI_20150317_000368 {@st41b}Items for Sale
UI_20150317_000369 {@st43}{s22}Item Cabinet
UI_20150317_000370 {@st41b}Receive All
UI_20150317_000371 {@st41b} Receive
UI_20150317_000372 {@st43}{s22}Sell
UI_20150317_000373 {@st42b}Quantity
UI_20150317_000374 {@st42b}Price
UI_20150317_000375 {@st42b}Hide Seller's Name{/}
UI_20150317_000376 {@st41b}Add
UI_20150317_000377 Siege Coin
UI_20150317_000378 Someone killed someone
UI_20150317_000379 {@st43}Minigames{/}
UI_20150317_000380 {@st49}Fire Catapult{/}
UI_20150317_000381 {@st44}Control directions{/}
UI_20150317_000382 {@st44}Fire{/}
UI_20150317_000383 Minigame
UI_20150317_000384 {s18}{ol}{gr gradation1}Hide and seek minigame{/}
UI_20150317_000385 {s16}Would you like to join the mini-game?
UI_20150317_000386 {s16}Participants : (0/5)
UI_20150317_000387 {s16}Participants : (%s /%s)
UI_20150317_000388 {s16}The game starts after 1 second.
UI_20150317_000389 {s16}The game starts after %s seconds.
UI_20150317_000390 {@st59}Zoom in{/}
UI_20150317_000391 {@st59}Zoom out{/}
UI_20150317_000392 {@st59}Map (M){/}
UI_20150317_000393 {@st42b} Area Map
UI_20150317_000394 {@st44}Item Synthesizer{/}
UI_20150317_000395 {s16}{#FFcc66}{ol}Please select the item you want to create{/}{/}
UI_20150317_000396 {s16}{#FFcc66}{ol}Drag the ingredients to the slots
UI_20150317_000397 {@st42}Create{/}
UI_20150317_000398 {@st42} Cancel {/}
UI_20150317_000399 Information of %s
UI_20150317_000400 Kepa or ...
UI_20150317_000401 {@st41}{Details}
UI_20150317_000402 {s20}{#050505}Monster Description Monster Description Monster Description Monster Description
UI_20150317_000403 {@st41} Kill {/}
UI_20150317_000404 {@st41} Overkill {/}
UI_20150317_000405 {@st41} Normal Kill {/}
UI_20150317_000406 {@st41} Area {/}
UI_20150317_000407 {@st41} Item {/}
UI_20150317_000408 {@st41} Achievement {/}
UI_20150317_000409 Object
UI_20150317_000410 {@st43}Necronomicon{/}
UI_20150317_000411 {@st59}Close Necronomicon UI{/}
UI_20150317_000412 {@st59}I am too lazy to think.{/}
UI_20150317_000413 Summoning Item : {#ffcc33}%s{/}
UI_20150317_000414 Undead Harpy
UI_20150317_000415 Skill : %s
UI_20150317_000416 Skill 1, Skill 2
UI_20150317_000417 Fragments needed : %s
UI_20150317_000418 Beast 60 / Insect 20/ Mutant 10
UI_20150317_000419 Number of fragments
UI_20150317_000420 Parts 1
UI_20150317_000421 Parts 2
UI_20150317_000422 Parts 3
UI_20150317_000423 Congratulations! Your level has increased.
UI_20150317_000424 Item Alarm
UI_20150317_000425 {@st64}Details{/}
UI_20150317_000426 How to Play
UI_20150317_000427 {@st42b} Move once with each of the keys{/}
UI_20150317_000428 {@st42b} Use a basic attack{/}
UI_20150317_000429 {@st42b} Jump up{/}
UI_20150317_000430 {@st42b}Use two keys together to move diagonally{/}
UI_20150317_000431 Fog Map Tool
UI_20150317_000432 Tool for killing monsters
UI_20150317_000433 Tool for making minimap
UI_20150317_000434 Dialogue tool
UI_20150317_000435 {@st43}GM Settings{/}
UI_20150317_000436 {@st59}Close Party Information{/}
UI_20150317_000437 {@st59b}Party Information{nl}{@st59s} - Click on the "Create Party" button at the bottom to create a party. {nl} - Right-click on other players to send a party invite. {nl} - Changes can be made to the party through the Settings tab. {nl} - Set up specific conditions to search for party members from the Public Party list. {/}
UI_20150317_000438 {@st43}Party Information{/}
UI_20150317_000439 {@st41b}Members{/}
UI_20150317_000440 {@st41b}Party Event {/}
UI_20150317_000441 {@st41b}Settings{/}
UI_20150317_000442 {@st41}Members{/}
UI_20150317_000443 {@st41}Conditions for joining party
UI_20150317_000444 {@st41b}Public
UI_20150317_000445 {@st41b}Private
UI_20150317_000446 Required Level ~
UI_20150317_000447 {@st41}Item Priority
UI_20150317_000448 {@st41b}Individual Loot
UI_20150317_000449 {@st41b}Round Robin
UI_20150317_000450 {@st41b}Random
UI_20150317_000451 {@st41}EXP Priority
UI_20150317_000452 {@st41b}Individual EXP
UI_20150317_000453 {@st41b}Equal EXP
UI_20150317_000454 {@st41b}By Level
UI_20150317_000455 {@st41}Quest Sharing
UI_20150317_000456 {@st41b}Enabled
UI_20150317_000457 {@st41b}Disabled
UI_20150317_000458 {@st41b}Create Party
UI_20150317_000459 {@st43}Public Party List {/}
UI_20150317_000460 ${@st59b}Public Party List{nl}{@st59s} - Search for parties you want to join. {nl} - Ticking "Use Search" uses your search conditions to help find desirable parties. {/}
UI_20150317_000461 {@st59}Close Party List{/}
UI_20150317_000462 Use Search
UI_20150317_000463 Quest Sharing
UI_20150317_000464 EXP Priority
UI_20150317_000465 Item Priority
UI_20150317_000466 {@st43}Invite
UI_20150317_000467 {@st41b}Invite{/}
UI_20150317_000468 {s18}{ol}{gr gradation1}Logout PC rules{/}
UI_20150317_000469 {ol}Conditions for applying rules
UI_20150317_000470 {ol}Action for applying rules
UI_20150317_000471 Enter a name for the rule
UI_20150317_000472 {Gr gradation1}Registration{/}
UI_20150317_000473 Register Rules
UI_20150317_000474 {Gr gradation1}Cancel{/}
UI_20150317_000475 Cancel Action
UI_20150317_000476 {@st43}Companion Info
UI_20150317_000477 {@st59b} Companion Info{nl}{@st59s} - You can set your Companion to Active or in Rest Mode using the button below. {nl} - The attributes and equipped items of your Companion can be customized. {/}
UI_20150317_000478 {@st59}Close Companion Info{/}
UI_20150317_000479 {@st41b}Name : {@sti9}%s{/}
UI_20150317_000480 {@sti9}%s{@st41b}Closeness : {@sti9}%s {@st41b}Level{/}
UI_20150317_000481 {@st41b}EXP{/}
UI_20150317_000482 {@st41b}Stamina{/}
UI_20150317_000483 {@st41b}Closeness{/}
UI_20150317_000484 {@st41b}Attributes and Information
UI_20150317_000485 {@st43}Companion{/}
UI_20150317_000486 {@st59b}Companion{nl}{@st59s} - Click on an item in the list to view more information. {/}
UI_20150317_000487 {@st59}Close Companion{/}
UI_20150317_000488 {@st59}Close Help window{/}
UI_20150317_000489 {@st59}Help{nl} - View detailed information and tips. {nl} - View other topics from the Help List{/}
UI_20150317_000490 {@st43}Help{/}
UI_20150317_000491 Help Topics
UI_20150317_000492 {ol}{#AAAA00}{s16}Elapsed Time : %s
UI_20150317_000493 {@st43}Poison Pot{/}
UI_20150317_000494 {@st59}Close Poison Pot UI{/}
UI_20150317_000495 {@st59}Need to write{/}
UI_20150317_000496 The amount of poison: %s
UI_20150317_000497 Items that can be used to Craft poison
UI_20150317_000498 Select All
UI_20150317_000499 Click again to unselect all
UI_20150317_000500 Crafting
UI_20150317_000501 shuffle shuffle mix and shuffle
UI_20150317_000502 {@st43}Category{/}
UI_20150317_000503 {@st43}Me{/}
UI_20150317_000504 {@st43}Object{/}
UI_20150317_000505 {@st43}Level{/}
UI_20150317_000506 {@st43}Funds{/}
UI_20150317_000507 {@st43}Rate{/}
UI_20150317_000508 {@st43}PvP Win rate{/}
UI_20150317_000509 {@st59}Close{/}
UI_20150317_000510 {@sti5}Total Purchase Amount: %s{/}
UI_20150317_000511 {@sti5}Total Amount : %s{/}
UI_20150317_000512 {@st41b} Purchase
UI_20150317_000513 {@st43} Gained materials for a craftable item!
UI_20150317_000514 {@st43}Magnum Opus{/}
UI_20150317_000515 {@st41}Delete All
UI_20150317_000516 {@st42}Pension object {@stx1}(%s required){/}
UI_20150317_000517 {@st41}Combination
UI_20150317_000518 {@st43}Quest{/}
UI_20150317_000519 ${@st59b}Quests{nl}{@st59s} - When you are on a new quest, it will be added to the quest tracker. {nl} - A main quest is displayed in yellow color, while a subquest is displayed in blue. {nl} - The arrow on the character's foot leads to the location of your quest. {nl} - If you completed a quest, a 'Return' icon is displayed on the quest tracker. {nl} (Teleports you to the Quest NPC using the Backspace key or a mouse-click) {nl} - Add or remove quests in the quest tracker by ticking or unticking the box in front of the quest name. {/}
UI_20150317_000520 {@st41b}In Progress{/}
UI_20150317_000521 {@st41b}Abandon{/}
UI_20150317_000522 {@st43}{s22}Quest Information{/}
UI_20150317_000523 Mission Complete
UI_20150317_000524 {@st41}Complete{/}
UI_20150317_000525 Mission Progress Info
UI_20150317_000526 {s18}{ol}Quest Information
UI_20150317_000527 {S16}Remaining time
UI_20150317_000528 Use quest item
UI_20150317_000529 Quest Hint
UI_20150317_000530 {@st41}OK{/}
UI_20150317_000531 {@st43}{s22}Quest Completed{/}
UI_20150317_000532 {@st41b}Complete {/}
UI_20150317_000533 {@st41}Accept{/}
UI_20150317_000534 {@st41}Decline{/}
UI_20150317_000535 {@st44}Go Back{/}
UI_20150317_000536 Which quest would you like to go back to?
UI_20150317_000537 {@st41b}Quest class name{/}
UI_20150317_000538 {@st59}Expand slot {/}
UI_20150317_000539 {@st59}Reduce slot{/}
UI_20150317_000540 {@st59}Summon Companion.{/}
UI_20150317_000541 {@st44}Menu{/}
UI_20150317_000542 {@st60}Character Selection{/}
UI_20150317_000543 {@st60}Logout{/}
UI_20150317_000544 {@st60}Exit Game{/}
UI_20150317_000545 {@st60}Game Settings{/}
UI_20150317_000546 {@st60}Go Back{/}
UI_20150317_000547 {@st41}Skip Tutorial{/}
UI_20150317_000548 {@st41}Character Selection{/}
UI_20150317_000549 {@st41}Logout{/}
UI_20150317_000550 {@st41}Exit game{/}
UI_20150317_000551 {@st41}Go Back{/}
UI_20150317_000552 {@st43}{s22}Gather Raid!
UI_20150317_000553 {@st41b}Monsters are approaching the outskirts of the town castle. Only you can solve this problem.
UI_20150317_000554 {@st43}{s22}Game Settings{/}
UI_20150317_000555 {@sti7}Searching parties for raid...{/}
UI_20150317_000556 {@st41b}Cancel participation
UI_20150317_000557 {@st41b}I'll try to solve it!
UI_20150317_000558 {@st41b}I don't think I can help this time...
UI_20150317_000559 {@sti7}{s24}Select Raid Rewards{/}
UI_20150317_000560 {@st42b}Remaining time {@st43}%s{@st42b} seconds{/}
UI_20150317_000561 {@st41b}Increase the number of selections
UI_20150317_000562 {@43b}{s22} No. of times selectable : {@st43}%s{/}
UI_20150317_000563 shadow_box tentativeremoval
UI_20150317_000564 {@st43}Ranking{/}
UI_20150317_000565 {@st59}Close Rankings Window{/}
UI_20150317_000566 {@st41}Monster Kill Top 100{/}
UI_20150317_000567 {@st41}Damage Top 100{/}
UI_20150317_000568 {@st41}Money Money Top 100{/}
UI_20150317_000569 {@st41}Level Up Top 100{/}
UI_20150317_000570 {@st41b}Menu{/}
UI_20150317_000571 {@st43}{s22}Enhance Item{/}
UI_20150317_000572 {@st41b}Selected Item
UI_20150317_000573 {@st41b}Anvil
UI_20150317_000574 {@st41}{s20}Anvil Hit Count :{@st43} %s
UI_20150317_000575 {@st41} {s20}Price : %s
UI_20150317_000576 {@st41b}Enhance{/}
UI_20150317_000577 {@st59}Start Item Enhancement{/}
UI_20150317_000578 {@st59}Close Item Enhancement{/}
UI_20150317_000579 {@st41b} Would you like to enhance the {@sti9}×%s{/} selected items?{/}
UI_20150317_000580 {@st43}Enhance
UI_20150317_000581 {@st44}Enhance Item{/}
UI_20150317_000582 {S24}{b}{#000000}Enhancement completed!
UI_20150317_000583 {@st41}Enhance again{/}
UI_20150317_000584 {@st41}Close{/}
UI_20150317_000585 {s18}{ol}{gr gradation1}Repair Equipment{/}
UI_20150317_000586 Equipped Equipment
UI_20150317_000587 Carried Equipment
UI_20150317_000588 {Gr gradation1}Select All{/}
UI_20150317_000589 Select All
UI_20150317_000590 {Gr gradation1}Repair{/}
UI_20150317_000591 {@st43}Repair{/}
UI_20150317_000592 List of items for repair
UI_20150317_000593 {@st41b}Repair Cost{/}
UI_20150317_000594 {@st41b}After Repair{/}
UI_20150317_000595 {@st41b}Repair Equipment{/}
UI_20150317_000596 Repair the selected equipment.
UI_20150317_000597 {@st59}Close Item Repair{/}
UI_20150317_000598 {@st43}Repair Item{/}
UI_20150317_000599 {@st41}List of items for Repair{/}
UI_20150317_000600 {@st44}Item Repair{/}
UI_20150317_000601 {@st42}Repair{/}
UI_20150317_000602 {@st59}Repair as current settings{/}
UI_20150317_000603 {@st59}Do not repair{/}
UI_20150317_000604 {@st44}Resume{/}
UI_20150317_000605 {@st41b}You have become {/}{s20}{#cc6600}{ol} incapable of combat{/}{@st41b}{/}
UI_20150317_000606 {@st41b}Respawn from the nearest Revival Point{/}
UI_20150317_000607 {@st41b}Respawn here (requires %s iCoins) {/}
UI_20150317_000608 {@st41b}Return to field{/}
UI_20150317_000609 {@st41b}Abandon quest and restart{/}
UI_20150317_000610 {@st41b}Try again{/}
UI_20150317_000611 Sanctuary of Resurrection (70031)
UI_20150317_000612 This item is required.
UI_20150317_000613 Rest Quickslot
UI_20150317_000614 {@st43}Dialog box{/}
UI_20150317_000615 Temporary Name
UI_20150317_000616 {@st41b} {s18} Your inventory lacks space.
UI_20150317_000617 You cannot obtain the item because your inventory is full{nl}Make sure you have enough space in your inventory.
UI_20150317_000618 {@st44}Item Set acquired!{/}
UI_20150317_000619 Please select an item
UI_20150317_000620 {@st59b} shop {nl} {@st59s} - If you want to bulk purchase an item number, then right-click input {nl} - Use the mouse double right-click the item you want to sell quantity {/}
UI_20150317_000621 {@st59}Close Shop{/}
UI_20150317_000622 {@st59}First Page{/}
UI_20150317_000623 {@st59}Next Page{/}
UI_20150317_000624 {@st59}Last Page{/}
UI_20150317_000625 {@st41b}Reset{/}
UI_20150317_000626 {@st59}Reset Shopping Cart{/}
UI_20150317_000627 {@st41b}Confirm{/}
UI_20150317_000628 {@st59}Confirm Transaction{/}
UI_20150317_000629 {@st43}Shop{/}
UI_20150317_000630 {@st41b}Items Purchased{/}
UI_20150317_000631 {@st41b}Items Sold{/}
UI_20150317_000632 {@st41b}Price{/}
UI_20150317_000633 {@st41b}Balance{/}
UI_20150317_000634 {@st41b}My Sold Items{/}
UI_20150317_000635 {@st41}Empty slots{/}
UI_20150317_000636 {@st43}Total{/}
UI_20150317_000637 {@st41}Settle Transaction{/}
UI_20150317_000638 {@st41}After Transaction{/}
UI_20150317_000639 {@st41}Items purchased{/}
UI_20150317_000640 {@sti1c}Simony
UI_20150317_000641 {@st41}Crafting Skills
UI_20150317_000642 {@st42}Level %s{/}
UI_20150317_000643 Crafting costs
UI_20150317_000644 Crafting Qty
UI_20150317_000645 Approximately %s seconds consumed
UI_20150317_000646 {@st41}Create
UI_20150317_000647 ${@st43}Skills & Attributes{/}
UI_20150317_000648 ${@st59}Close Classes & Skills{/}
UI_20150317_000649 ${@st59b}Classes{nl}{@st59s}- You can learn new skills by growing the Circle of your class. {nl} - You can choose from 3 available classes to advance to from your 1st to 2nd advancement. {nl} - You can advance to the same class up to 3 times. {nl} - You cannot change back to your previous class once you advanced to another class. {nl} - You have to consume all your Skill Points to be able to advance. {nl} - You can choose the same class.{nl}{@st59b}Skills{nl}{@st59s} - You can increase the rank of each skill up to level 5.{nl} - Attributes learned from your Masters can be seen below your skills. {/}
UI_20150317_000650 {@st41b}Apply{/}
UI_20150317_000651 {@st59}Apply{/}
UI_20150317_000652 Cleric
UI_20150317_000653 {@st59}Cancel{/}
UI_20150317_000654 Learning {#ff4400}%s (level %s){/}...
UI_20150317_000655 Psychohassle
UI_20150317_000656 %s mins left
UI_20150317_000657 {@st43}Pose{/}
UI_20150317_000658 {@st59}Close Pose{/}
UI_20150317_000659 {@st41}Board{/}
UI_20150317_000660 {@st41}Trade{/}
UI_20150317_000661 {@st41}Social Functions{/}
UI_20150317_000662 {@st41b}Write{/}
UI_20150317_000663 {@st41}Register{/}
UI_20150317_000664 {@st59}Register post{/}
UI_20150317_000665 {@st41}Start MyPage{/}
UI_20150317_000666 {@st59}Publish MyPage{/}
UI_20150317_000667 {@st59}Write greetings{/}
UI_20150317_000668 {@st41b}1. Menu{/}
UI_20150317_000669 {@st41}Visit{/}
UI_20150317_000670 {@st59}Visit MyPage{/}
UI_20150317_000671 {@st41}Sell{/}
UI_20150317_000672 {@st59}Sell item{/}
UI_20150317_000673 {@st43}Living{/}
UI_20150317_000674 {@st59}Close living{/}
UI_20150317_000675 {@st41}View all{/}
UI_20150317_000676 {@st41}Create Map{/}
UI_20150317_000677 {@st41}%s/min (%s in hand){/}
UI_20150317_000678 Keyboard Warrior
UI_20150317_000679 {@st42}%s{/}{@st42_yellow}Level{/}
UI_20150317_000680 {@st41_yellow}Employment Time
UI_20150317_000681 {@st43}Graffiti{/}
UI_20150317_000682 {@st59}Close Spray{/}
UI_20150317_000683 {@st41b}Tip : Draw a picture in the frame below{/}
UI_20150317_000684 {@st41b}Colors{/}
UI_20150317_000685 {@st41b}Quantity{/}
UI_20150317_000686 {@st41b}Brush{/}
UI_20150317_000687 {@st43}Draw{/}
UI_20150317_000688 {@st59}Draw the completed picture on the ground.{/}
UI_20150317_000689 {@st41b}{a SAVE_EDIT_SPRAY}Save{/}{/}
UI_20150317_000690 {@st59}Save drawings{/}
UI_20150317_000691 {@st41b}{a LOAD_EDIT_SPRAY}Load{/}{/}
UI_20150317_000692 {@st59}Load pictures that you drew.{/}
UI_20150317_000693 {@st59}Selected color 1{/}
UI_20150317_000694 {@st59}Selected color 2{/}
UI_20150317_000695 {@st59}Color List{/}
UI_20150317_000696 {@st59}Selected Brush{/}
UI_20150317_000697 {@st59}Brush 1{/}
UI_20150317_000698 {@st59}Brush 2{/}
UI_20150317_000699 {@st59}Brush 3{/}
UI_20150317_000700 {@st59}Brush 4{/}
UI_20150317_000701 {@st59}Brush 5{/}
UI_20150317_000702 {@st59}Brush 6{/}
UI_20150317_000703 {@st49}People who like this{/}
UI_20150317_000704 {s20}{#050505}Describe whatever
UI_20150317_000705 {@st41} All {/}
UI_20150317_000706 {@st41} Party {/}
UI_20150317_000707 {@st41} Monster {/}
UI_20150317_000708 {@st41b}{#f0dcaa}Remaining Status Points ▶ {@st46}%s
UI_20150317_000709 {@st59b}My Information{nl}{@st59s}- Status : By leveling up, you can earn points that you can use to enhance the 5 abilities to become more powerful. {nl}- Information : This is information about your character based on your current status and equipment. {nl}- Title : Titles can be earned by accomplishing achievements. {nl} {/}
UI_20150317_000710 {@st41b}Info{/}
UI_20150317_000711 {@st41b}Title{/}
UI_20150317_000712 Show Class
UI_20150317_000713 Show Character Name
UI_20150317_000714 {@st59}Change Character Name{/}
UI_20150317_000715 {@st41b}Apply
UI_20150317_000716 {@st59}Apply{/}
UI_20150317_000717 {@st41b}Cancel
UI_20150317_000718 {@st59}Cancel{/}
UI_20150317_000719 PC Name
UI_20150317_000720 {@st41_yellow}Level: {@st41}%s{/}
UI_20150317_000721 {@st41_yellow}Mercenary Skills
UI_20150317_000722 {@st43}Attack Effects{/}
UI_20150317_000723 {@st43}Defense Effects{/}
UI_20150317_000724 {@st43}Stat{/}
UI_20150317_000725 systemmenu_vertical tentative removal
UI_20150317_000726 {@st59}Character Information (F1){/}
UI_20150317_000727 {@st59}Inventory (F2){/}
UI_20150317_000728 ${@st59}Classes & Skills (F3){/}
UI_20150317_000729 {@st59}Adventure Journal (F4){/}
UI_20150317_000730 {@st59}Quest (F5){/}
UI_20150317_000731 {@st59}Party (F6){/}
UI_20150317_000732 {@st59}Friend (F7){/}
UI_20150317_000733 {@st59}Macro (F8) {/}
UI_20150317_000734 {@st59}Companion (F9) {/}
UI_20150317_000735 {@st59}Help (F10) {/}
UI_20150317_000736 {@st59}System Menu (Esc){/}
UI_20150317_000737 {@st59}Necronomicon{/}
UI_20150317_000738 Help(F1)
UI_20150317_000739 Contents
UI_20150317_000740 View Details
UI_20150317_000741 {@st43}Game Settings{/}
UI_20150317_000742 {@st43}Game{/}
UI_20150317_000743 {@st41b}Show acquired EXP{/}
UI_20150317_000744 {@st41b}Show Character Name{/}
UI_20150317_000745 {@st41b}Show Team Name only{/}
UI_20150317_000746 {@st41b}Show Quest Guide{/}
UI_20150317_000747 {@st43}Resolution{/}
UI_20150317_000748 {@st43}Graphics{/}
UI_20150317_000749 {@st41b}Full Screen{/}
UI_20150317_000750 {@st41b}Windowed Mode{/}
UI_20150317_000751 {@st43}Sound{/}
UI_20150317_000752 {@st41b}Sound Effects Volume (%s){/}
UI_20150317_000753 {@st41b}BGM Volume (%s){/}
UI_20150317_000754 {@st41b}Volume (%s){/}
UI_20150317_000755 {@st43}{b}Select Language{/}
UI_20150317_000756 {@st59}Close Settings{/}
UI_20150317_000757 Lowest-mode {@st41b} {/}
UI_20150317_000758 {@st41b}View{/}
UI_20150317_000759 {@st59}Credits{/}
UI_20150317_000760 Target buff window
UI_20150317_000761 {@st46}IMC's picture
UI_20150317_000762 {@st46}%s's picture
UI_20150317_000763 {@st46}Like
UI_20150317_000764 {@st46}Report
UI_20150317_000765 {@st46}Use preservatives
UI_20150317_000766 {@st46}Remove Picture
UI_20150317_000767 Snow Hallucination
UI_20150317_000768 Bouquet
UI_20150317_000769 {@st41} Gifts
UI_20150317_000770 Please enter a quantity.
UI_20150317_000771 {@st53b}%s Wins %s Loss
UI_20150317_000772 {@st42}Today's Schedule
UI_20150317_000773 {@st53}To Start :
UI_20150317_000774 {@st53b}Gifts received : ×%s
UI_20150317_000775 {@st43b}Send gift to %s{/}
UI_20150317_000776 {@st55_a}Next game
UI_20150317_000777 {@st53}- Click on the name to spectate{nl}- Right-click to send a gift
UI_20150317_000778 My character as camera
UI_20150317_000779 {@st55_a}Congratulations!
UI_20150317_000780 {@st42}Switch Camera
UI_20150317_000781 {@st44}Adventure Journal{/}
UI_20150317_000782 {@st59}Change view settings{/}
UI_20150317_000783 {@st41} Statistics {/}
UI_20150317_000784 {@st41}Crafting {/}
UI_20150317_000785 {@st41} Hunt {/}
UI_20150317_000786 {@st41} Help {/}
UI_20150317_000787 {@st44}Wiki page{/}
UI_20150317_000788 {@st42}Information{/}
UI_20150317_000789 {@st42}Details{/}
UI_20150317_000790 {@st42}Combat{/}
UI_20150317_000791 {@st42}Acquire{/}
UI_20150317_000792 {@st59}Close page{/}
UI_20150317_000793 {@st43}Battlefield
UI_20150317_000794 {@st59}Close Battlefield.
UI_20150317_000795 (Bronze 3)
UI_20150317_000796 {@sti8}Points to earn today : {nl}%s{/}
UI_20150317_000797 {@st41}Point Shop
UI_20150317_000798 {@st41}Rankings
UI_20150317_000799 {@st42}Battlefield schedule
UI_20150317_000800 {@st42}Recent Records
UI_20150317_000801 {@st41}Receive EXP
UI_20150317_000802 {@st41}PvP Page
UI_20150317_000803 {@st41}Search
UI_20150317_000804 {@st43}Battlefield Rankings
UI_20150317_000805 {@st59}Close Battlefield rankings
UI_20150317_000806 {@st56}Skill Name{/}
UI_20150317_000807 {@st41}Check coordinates{/}
UI_20150317_000808 {@st41}Find{/}
UI_20150317_000809 {@st42b}Manage monster regen{/}
UI_20150317_000810 {@st42b}Monster List{/}
UI_20150317_000811 {@st42b}Create UI{/}
UI_20150317_000812 {@st42b}Map Fog{/}
UI_20150317_000813 {@st42b}Create Map{/}
UI_20150317_000814 {@st42b}Create Minimap{/}
UI_20150317_000815 {@st42b}Dialog {/}
UI_20150317_000816 {@st42b}Change Quest Rewards{/}
UI_20150317_000817 {@st42b}Group regen{/}
UI_20150317_000818 {@st42b}Set map location{/}
UI_20150317_000819 {@st42b}Skills map{/}
UI_20150317_000820 {@st42b}List of events{/}
UI_20150317_000821 {@st42b}Check coordinates{/}
UI_20150317_000822 {@st42b} Check XAC, texture path{/}
UI_20150317_000823 {@st42b}Performance ON/OFF{/}
UI_20150317_000824 Dialogue list
UI_20150317_000825 Search
UI_20150317_000826 {@st41}Preview{/}
UI_20150317_000827 {@st41}Off{/}
UI_20150317_000828 {@st41}Remove{/}
UI_20150317_000829 {@st41}Save all{/}
UI_20150317_000830 {@st41}Apply picture{/}
UI_20150317_000831 {#FFFFFF}{ds}Select Event
UI_20150317_000832 {#FFFFFF}{ds}Edit Event
UI_20150317_000833 {ol}List
UI_20150317_000834 The name of the group to save
UI_20150317_000835 {@st42}Create New{/}
UI_20150317_000836 {@st41}Group regen{/}
UI_20150317_000837 {@st59}Enter monster name to search{/}
UI_20150317_000838 {@st59}Enter group name to save{/}
UI_20150317_000839 {@st41}New group{/}
UI_20150317_000840 Filtering
UI_20150317_000841 {@st59}Enter filter{/}
UI_20150317_000842 {ol}Property Value
UI_20150317_000843 Class List
UI_20150317_000844 Apply to XML
UI_20150317_000845 {#FFFFFF}{ds}Log
UI_20150317_000846 {#FFFFFF}{ds}View all properties
UI_20150317_000847 Enter search word
UI_20150317_000848 All attribute values
UI_20150317_000849 {ol}Name
UI_20150317_000850 {ol}Value
UI_20150317_000851 $Rogue
UI_20150317_000852 {ol}Revision
UI_20150317_000853 ${ol}Rogue
UI_20150317_000854 Class list
UI_20150317_000855 XML Conversion
UI_20150317_000856 {ol}Class name
UI_20150317_000857 {ol}Property Name
UI_20150317_000858 {ol}Changed value
UI_20150317_000859 {ol}Apply
UI_20150317_000860 Open Folder
UI_20150317_000861 Check All
UI_20150317_000862 History
UI_20150317_000863 Rollback Value
UI_20150317_000864 {ol}Select item
UI_20150317_000865 Enter the name you want to search
UI_20150317_000866 {@st42} OK {/}
UI_20150317_000867 {@st41}Create UI{/}
UI_20150317_000868 {ol}Frame
UI_20150317_000869 {@st41}Frame{/}
UI_20150317_000870 {@st41}Button{/}
UI_20150317_000871 {@st41}Text{/}
UI_20150317_000872 {@st42b}Normal{img btn_close}
UI_20150317_000873 {@st42b}Auction{img btn_close}
UI_20150317_000874 {@st41}Set map location{/}
UI_20150317_000875 {@st41}Rename{/}
UI_20150317_000876 {@st59}Enter the words you want to filter{/}
UI_20150317_000877 {@st41}Create{/}
UI_20150317_000878 {@st56}XML save{/}
UI_20150317_000879 {@st56}Reset{/}
UI_20150317_000880 {@st56}Attribute{/}
UI_20150317_000881 {@st56}Value{/}
UI_20150317_000882 {@st42}Content{/}
UI_20150317_000883 {@st41}Undo{/}
UI_20150317_000884 {@st41}Save all{/}
UI_20150317_000885 {@st41}XML Open{/}
UI_20150317_000886 {@st42b}Fixed Skill : 0{/}
UI_20150317_000887 {@st42b}Fixed skill : %s{/}
UI_20150317_000888 {@st42b}Mouse homing{/}
UI_20150317_000889 {@st42b}Skill name{/}
UI_20150317_000890 {@st41}Monster list{/}
UI_20150317_000891 {@st41}Performance Manager{/}
UI_20150317_000892 {ol}Select Quest
UI_20150317_000893 Enter quest name to search
UI_20150317_000894 {ol}Select map
UI_20150317_000895 Enter map name to search
UI_20150317_000896 {@st42}Current map{/}
UI_20150317_000897 {ol}Map name
UI_20150317_000898 {ol}Coordinates
UI_20150317_000899 {@st41}Change quest rewards{/}
UI_20150317_000900 {@st59}Enter quest to search{/}
UI_20150317_000901 {@st59}Enter the item to search for{/}
UI_20150317_000902 {@st42}EXP
UI_20150317_000903 {ol}Basic rewards
UI_20150317_000904 {ol}Quantity
UI_20150317_000905 {ol}Additional rewards
UI_20150317_000906 {@st45}Frequently used cheats
UI_20150317_000907 {@st41}Skills map{/}
UI_20150317_000908 {@st42}Ability{/}
UI_20150317_000909 {@st42}Warrior{/}
UI_20150317_000910 {@st42}Wizard{/}
UI_20150317_000911 {@st42}Archer{/}
UI_20150317_000912 {@st42}Monk{/}
UI_20150317_000913 {@st42}Sorcerer{/}
UI_20150317_000914 {@st41}Skill{/}
UI_20150317_000915 {@st59}Xml load{/}
UI_20150317_000916 {@st41}Load{/}
UI_20150317_000917 {@st59}Save as xml{/}
UI_20150317_000918 {@st59}Reset Open Skill map{/}
UI_20150317_000919 {@st41}Reset{/}
UI_20150317_000920 {@st59}Reset all Skill maps{/}
UI_20150317_000921 {@st41}Reset All{/}
UI_20150317_000922 {S18}Remove script
UI_20150317_000923 {S18}String argument
UI_20150317_000924 {s18}string 1 argument
UI_20150317_000925 {s18}string 2 argument
UI_20150317_000926 {s18}Max skill level
UI_20150317_000927 {@st59}Remove script type box{/}
UI_20150317_000928 {@st59}Remove script argument{/}
UI_20150317_000929 {@st59}Max skill level{/}
UI_20150317_000930 {@st59}Save Property{/}
UI_20150317_000931 {@st41}Save Property{/}
UI_20150317_000932 {@st44}UI List{/}
UI_20150317_000933 {ds}Addon List
UI_20150317_000934 {ds}Fixed frame list
UI_20150317_000935 {@st42}UI list{/}
UI_20150317_000936 {@st59}show UI List{/}
UI_20150317_000937 {@st42}Adjust location{/}
UI_20150317_000938 {@st59}Adjust location{/}
UI_20150317_000939 {@st42}Edit Property{/}
UI_20150317_000940 {@st59}Edit property{/}
UI_20150317_000941 {@st42}Save{/}
UI_20150317_000942 {@st59}Save{/}
UI_20150317_000943 {@st44}Edit UI properties{/}
UI_20150317_000944 {@St59}Character Selection{/}
UI_20150317_000945 {@St59}Logout{/}
UI_20150317_000946 {@St59}Settings{/}
UI_20150317_000947 {@St59}Quit{/}
UI_20150317_000948 {@st43}Lodge Settings{/}
UI_20150317_000949 {@st59}Close Lodge Settings{/}
UI_20150317_000950 {@St42_b}{s18}{#f5c384}Team Name{/}
UI_20150317_000951 {@st59}Enter Team name {/}
UI_20150317_000952 {@st59}Save Team Name{/}
UI_20150317_000953 Provisional Delete
UI_20150317_000954 {@St59}Close Decorate Lodge{/}
UI_20150317_000955 {@St43}Barrack Decorating{/}
UI_20150317_000956 {@St41b}Theme{/}
UI_20150317_000957 {@St41b}Item Arrangement{/}
UI_20150317_000958 {@St41b}Name
UI_20150317_000959 {@St41b}Price
UI_20150317_000960 {@St41b}State
UI_20150317_000961 {@St44}New Character{/}
UI_20150317_000962 {@St41b}{s22}Select Character Class{/}
UI_20150317_000963 {@St41b}Go Back{/}
UI_20150317_000964 {@St59}Go back to your Lodge without creating a character
UI_20150317_000965 Change Character
UI_20150317_000966 {@St41}Character{/}
UI_20150317_000967 {@St59}Rotate to clockwise{/}
UI_20150317_000968 {@St59}Rotate to counterclockwise{/}
UI_20150317_000969 {@St43b}Character Rotation{/}
UI_20150317_000970 {@st43}Character Name{/}
UI_20150317_000971 Enter a name for {@st59} {/}
UI_20150317_000972 {@St43b}Choose Gender{/}
UI_20150317_000973 {@St59}Female{/}
UI_20150317_000974 {@St59}Male{/}
UI_20150317_000975 {@st43b}Choose Hairstyle{/}
UI_20150317_000976 {@st59}Hairstyle1{/}
UI_20150317_000977 {@st59}Hairstyle2{/}
UI_20150317_000978 {@St59}Hairstyle3{/}
UI_20150317_000979 {@st59}Hairstyle4{/}
UI_20150317_000980 {@st59}Hairstyle5{/}
UI_20150317_000981 {@st59}Hairstyle6{/}
UI_20150317_000982 {@st59}Hairstyle7{/}
UI_20150317_000983 {@st59}Hairstyle8{/}
UI_20150317_000984 {@st59}Hairstyle9{/}
UI_20150317_000985 {@st59}Hairstyle10{/}
UI_20150317_000986 {@St43b}Class Select{/}
UI_20150317_000987 {@st59}Swordsman{/}
UI_20150317_000988 {@st59}Wizard{/}
UI_20150317_000989 {@st59}Archer{/}
UI_20150317_000990 {@st59}Cleric{/}
UI_20150317_000991 {@St41b}Visit Barrack {/}
UI_20150317_000992 {@St59}Visit the Barrack of another player.{/}
UI_20150317_000993 {@St41b}Logout{/}
UI_20150317_000994 {@St59}Move to login screen{/}
UI_20150317_000995 {@St41b}Exit Game{/}
UI_20150317_000996 {@St59}Exit Tree of Savior{/}
UI_20150317_000997 {@st41b}Select Channel{/}
UI_20150317_000998 {@st43}Enter{/}
UI_20150317_000999 {@St59}Start the game with the selected character{/}
UI_20150317_001000 {@St43}{s26}Team Name{/}