forked from bartwe/StaxelTranslations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen_GB.lang
3166 lines (3070 loc) · 198 KB
/
en_GB.lang
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
language.code=en-GB
language=English
achievements.achievementUnlocked=Achievement unlocked: {0-achievement}!
catalogue.buy=Buy:
catalogue.clear=Clear
//test
catalogue.notEnoughMoney=Not enough money!
catalogue.notSellable=This item cannot be sold!
catalogue.performSale=Sell
catalogue.sell=Sell:
catalogue.total=Total
characterDesigner.accept=Accept
characterDesigner.accessories=Accessories
characterDesigner.cancel=Cancel
characterDesigner.eyes=Eyes
characterDesigner.gender=Gender
characterDesigner.hair=Hair
characterDesigner.hat=Hat
characterDesigner.info=Make yourself pretty and stuff
characterDesigner.name=Name
characterDesigner.next=Next
characterDesigner.none=None
characterDesigner.personality=Personality
characterDesigner.presets=Presets
characterDesigner.random=Random
characterDesigner.shirt=Shirt
characterDesigner.shoes=Shoes
characterDesigner.skinColour=Skin
characterDesigner.species=Species
characterDesigner.subcategory.dress=Dress
characterDesigner.subcategory.glasses=Glasses
characterDesigner.subcategory.hat=Hat
characterDesigner.subcategory.hitops=Hi-Tops
characterDesigner.subcategory.hoodie=Hoodie
characterDesigner.subcategory.jeans=Jeans
characterDesigner.subcategory.long=Long
characterDesigner.subcategory.longsleeve=Longsleeve
characterDesigner.subcategory.medium=Medium
characterDesigner.subcategory.sandals=Sandals
characterDesigner.subcategory.short=Short
characterDesigner.subcategory.shorts=Shorts
characterDesigner.subcategory.straptop=Straptop
characterDesigner.subcategory.trainers=Trainers
characterDesigner.subcategory.tshirt=T-Shirt
characterDesigner.subcategory.vest=Vest
characterDesigner.title=Character Creation
characterDesigner.trousers=Bottoms
commands.advanceTime.description=advanceTime amount(0.0-1.0)
commands.advanceTime.enterFloat=Enter a float by which to advance time. 1.0 is a full day
commands.advanceTime.mustBeNumber=failed: arg(1) must be a number. Floating points OK
commands.advanceTime.success=Advancing time by {0-time}...
commands.ban.description=ban playerName (optional)reason
commands.ban.failure=Unable to ban {0-player}: player is an admin or already banned.
commands.ban.success={0-player} has been banned from the server.
commands.bla.description=bla
commands.bla.success=Moved to a new location in debug region: {0-region}
commands.cameraCapture.description=cameraCapture
commands.cameraCapture.success=Captured player camera
commands.cameraLoad.description=cameraCapture savedCameraFilePath
commands.cameraLoad.success=Loaded player camera from file: {0-filename}
commands.cameraPlay.description=cameraPlay (optional)duration(0.0-1.0) (optional)loop(true/false) (optional)savedCameraFilePath
commands.cameraPlay.success=Playing back player camera
commands.cameraReset.description=cameraReset
commands.cameraReset.success=Reset player camera
commands.cameraSave.description=cameraSave cameraSaveFilePath
commands.cameraSave.success=Saved player camera to file: {0-filename}
commands.cameraStop.description=cameraStop
commands.cameraStop.success=Stopped camera mode
commands.creative.description=creative (optional)playerName (optional)startCreativeMode(true/false)
commands.creative.success=Temporarily switched creative mode for {0-user} to {1-creative}
commands.currentTime.description=currentTime
commands.currentTime.success=The day is {0-day} and phase is {1:G2-phase}.
commands.demoMode.description=demoMode (optional)on(true/false)
commands.demoMode.success=Switched server demo mode to {0-demoMode}
commands.describeItem.description=describeitem (optional)playerName
commands.describeItem.success=Item description: {0-itemDesc}
commands.entityInfo.description=entityInfo entityID
commands.entityInfo.entityNumber=You need to include an EntityID!
commands.entityInfo.mustBeNumber=Invalid EntityID!
commands.entityInfo.noSuchEntity=There is no such entity on the server
commands.entityInfo.success=Entity data: {0-data}
commands.flyMode.description=fly (optional)playerName (optional)startFlying(true/false)
commands.flyMode.success=Switched flying mode to: {0-flymode}
commands.giveallrecipes.description=Give all recipes (optional)playerName
commands.giveallrecipes.success=Done!
commands.givePetals.description=givepetals playerName amount
commands.givePetals.invalidNumber=Petal amount needs to be a positive number
commands.givePetals.success=Gave {0-player} {1-amount} petals
commands.help.altDescription=? (optional)commandName
commands.help.commandNotFound=Command not found: '{0-command}'
commands.help.description=help (optional)commandName
commands.help.success=Command list (() brackets denote possible values):
commands.inspect.success=
commands.invalidArgs=invalid args
commands.kick.description=kick playerName
commands.kick.failure=Unable to kick {0-player}: player is an admin or not online.
commands.kick.success={0-player} has been ejected from the server.
commands.model.description=model (optional)playerName (optional)modelFileName
commands.model.notFound=Could not switch to character model '{0-model}' not found in assets.
commands.model.success=Switched character model to: {0-model}
commands.mute.description=mute playerName (optional[default 60])lengthInMinutes
commands.mute.failure=Unable to mute {0-player}: player is an admin.
commands.mute.invalidTime=Invalid time (should be in whole minutes)
commands.mute.success={0-player} has been silenced.
commands.noClip.description=noclip (optional)playerName (optional)startNoclip(true/false)
commands.noClip.success=Switched noclip mode to: {0-noclip}
commands.noRights={0-user} does not have the correct rights to use this command
commands.noSuchPlayer=No such player '{0-player}'
commands.notAPlayer=Not a player entity.
commands.plantGrowth.description=plantgrowth
commands.plantGrowth.noPlant=Not a plant.
commands.plantGrowth.success=Plant {0-plant} at stage {1-stage}
commands.playerEntityNotFound=Player Entity not found
commands.players.description=players
commands.players.success=Players: {0-playerlist}
commands.position.description=position (optional)playerName
commands.position.failed=Failed to find player
commands.position.success=Position: {0-position}, Heading: {1-heading}
commands.rain.success=
commands.reload.description=reload
commands.reload.success=Reload requested.
commands.resetPlayer.description=resetplayer
commands.resetPlayer.success=Reset successful.
commands.serverCreative.description=creativeMode (optional)on(true/false)
commands.serverCreative.success=Switched server creative mode to {0-creative} (persistent)
commands.spawnCoins.description=spawncoins playerName petalAmount
commands.spawnCoins.success=Spawned {0-amount} petals in coins for {1-player}
commands.spawnItem.description=spawnitem playerName item(kind/specification{})
commands.spawnItem.notFound=Item not found.
commands.spawnItem.success=Spawn item successful.
commands.spawnMaterial.description=spawnmaterial playerName materialCode
commands.spawnMaterial.notFound=Material kind not found.
commands.spawnMaterial.success=Spawn material successful
commands.spawnTile.description=spawntile playerName tileCode
commands.spawnTile.notFound=Tile kind not found.
commands.spawnTile.success=Spawn tile successful.
commands.sun.success=
commands.teleport.description=teleport (optional)playerName location({0,0,0})
commands.teleport.distance={0-position} is too far to teleport
commands.teleport.fail=Failed to parse position {0-position}
commands.teleport.success=Teleport successful.
commands.teleportPlayer.description=tp movingPlayerName destinationPlayerName
commands.textToSpeech.success=
commands.tileAt.description=tileAt (optional)location({0,0,0})
commands.tileAt.failParse=Failed to parse position {0-position}
commands.tileAt.notFound=Tile not found
commands.tileAt.success=Tile code: {0-tilecode} at {1-position}
commands.traceStart.description=
commands.traceStart.success=
commands.traceStop.description=
commands.traceStop.success=
commands.unban.description=unban playerName
commands.unban.failure=Unable to unban {0-player}: player was not banned.
commands.unban.success={0-player} has been unbanned from the server.
commands.unknown=Unknown command :'{0-command}'
commands.unknownError=Unknown error.
commands.unmute.description=unmute playerName
commands.unmute.failure=Unable to unmute {0-player}: player is not muted.
commands.unmute.success={0-player} has regained the ability to speak.
commands.unrecognised=Unrecognised command :'{0-command}'
controllerHints.hotkeys=Item Hotkeys
controllerHints.inventory=Inventory
controllerHints.materialPick=Material Quick-Pick
controllerHints.movement=Movement
controllerHints.placeAndRotate=Place and Rotate
crafting.action.keyword.bake=Bake
crafting.action.keyword.boil=Boil
crafting.action.keyword.combine=
crafting.action.keyword.cut=Cut
crafting.action.keyword.fry=
crafting.action.keyword.mix=Mix
crafting.action.task.listedItems={0-itemOne}, {1-itemTwo}
crafting.action.task.multiItem={0-keyword} {1-listedItems} and {2-lastListedItem}
crafting.action.task.multiples={0-count}x {1-item}
crafting.action.task.oneItem={0-keyword} {1-item}
crafting.notifications.failedCraft=That wasn't a recipe, Oops!
crafting.recipeComplete=You completed the recipe for {0-item}!
credits.13lueWolf.description=Helped out with the Staxel interface.
credits.amos.description=He helped out a bunch with the programming of the game.
credits.back=Back to main menu
credits.bartwe.description=He is the lead developer, responsible for the coding and general awesomeness behind the game. He streams often so feel free to join him on twitch and ask some questions! Yep, he used to work on Starbound.
credits.beth.description=She was always on hand to help out with additional coding and bug fixes.
credits.curtis.description=He is a talented musician who has been creating lush soundtracks to help immerse you into the Staxel universe.
credits.demanRisu.description=Helped out with writing all sorts.
credits.moocowtg.description=A faceless entity between realms; only exists when you’re not looking. In its spare time, programs.
credits.moomba.description=He is a programmer who writes music and fiction in his spare time. His cat writes approximately half of his code.
credits.razzleberryFox.description=Razz is a 3D artist working closely with Steampunkstein to bring you guys cute furniture sets and anything else she can come up with.
credits.sledra.description=Job title is Project Manager, in charge of making sure people actually make a game I suppose?
credits.solatrus.description=He has contributed some lovely soundtracks for Staxel.
credits.steampunkstein.description=He is the artist. He has worked hard to produce all the in game models, and make the game as visually appealing as possible.
credits.teaGadd.description=He is Staxel’s PR and community manager, additionally acts as Staxel’s Chief Lacky and helps out with the game design.
credits.terrorcell.description=He is another programmer. Likes include: programming.
dayNight.hintNightTransition=It's starting to get dark...
debug.MissingNotification=MissingNotification: {0-notificationCode}
error.back=Back
error.serverOffline=The Staxel.net server appears to be offline. Please try again later.
error.sorry=SORRY!
escapeMenu.back=Back to Game
escapeMenu.characterDesigner=Character Designer
escapeMenu.controlHints=Control Hints
escapeMenu.desktopExit=Exit to Desktop
escapeMenu.mainMenu=Go to Main Menu
escapeMenu.options=Options
escapeMenu.returnHome=Return Home
fishing.gotAway=It got away!
fishing.hooked=Something is on the hook!
fishing.success1=GOT IT!
fishing.success2=SUCCESS!
fishing.success3=YES!
hintText.bed=Press (space) or (a) to leave bed
hintText.cantPlantHere=Plants won't grow here
hintText.chair=Press (space) or (a) to leave chair
hintText.charge=Charge: {0:P1-chargeLevel}, Right Click or Left Trigger to Cancel
hintText.checkPlantGrowth={0:P0-growth}
hintText.checkPlantGrowth.fruited=It's ready for harvesting
hintText.checkPlantGrowth.growing=It's growing healthily
hintText.checkPlantGrowth.seed=The seeds are growing
hintText.checkPlantGrowth.wilted=It's not looking healthy
hintText.checkPlantGrowth.withered=It's heading to the big garden in the sky
hintText.inventoryFull=Inventory Full
hintText.inventorySpaceNeeded=Need at least {0-count} slots in inventory
hintText.kind=Kind: {0-itemCode}
hintText.lightTurnOn=The light will turn on after a few seconds
hintText.needTilledTile=Try planting on tilled soil
hintText.notEnoughSpaceToPlant=This plant needs more space to grow
hintText.oneSlotNeeded=Need at least 1 slot in inventory
hintText.recipeKnown=You already know this recipe
hintText.recipeLearnt=You successfully learnt the recipe for {0-recipe}!
loading.bundles=Downloading bundle assets
loading.skip=Skip
multiplayerMenu.back=Back to main menu
multiplayerMenu.joinServer=Join Server
multiplayerMenu.serverIP=Server IP:
multiplayerMenu.serverList=Server List
options=Options
options.admin=Admin
options.admin.debug=Debug
options.admin.debug.cameraMode=Camera Mode (ESC to exit)
options.admin.debug.creativeMode=Creative Mode
options.admin.debug.flyMode=Fly Mode
options.admin.debug.noClipMode=No Clip Mode
options.admin.debug.showNames=Show name tags
options.admin.debug.wireframeMode=Wireframe Mode
options.admin.description=Adminy stuff
options.audio=Audio
options.audio.description=Set audio options here
options.backButton=(X)
options.gameplay=Gameplay
options.gameplay.controller=Controller
options.gameplay.controller.enableController=Enable Controller Input
options.gameplay.controller.flipY=Flip Y Axis
options.gameplay.controller.leftThumbCurve=Left Thumb Curve:
options.gameplay.controller.leftThumbDeadzone=Left Thumb Deadzone:
options.gameplay.controller.rightThumbCurve=Right Thumb Curve:
options.gameplay.controller.rightThumbDeadzone=Right Thumb Deadzone:
options.gameplay.controller.rightThumbVelocity=Right Thumb Velocity:
options.gameplay.description=Set gameplay options here
options.gameplay.input=Input
options.gameplay.input.enableRepeat=Enable Repeating
options.gameplay.keyboard=Keyboard
options.gameplay.mouse=Mouse
options.gameplay.mouse.flipWheelDirection=Flip Wheel Direction
options.gameplay.mouse.flipY=Flip Y Axis
options.gameplay.mouse.mouseVelocity=Mouse Velocity:
options.gameplay.other=Other
options.gameplay.other.activeAchievement=Active Achievement Tracker
options.gameplay.other.chatTimestamps=Chat Timestamps
options.gameplay.other.leftHandedMode=Left Handed Mode
options.gameplay.other.showClock=Show Clock
options.gameplay.other.showCraftingKeywordTags=Crafting Keyword Tags
options.general=General
options.general.audio=Audio
options.general.audio.ambience=Ambience:
options.general.audio.master=Master:
options.general.audio.music=Music:
options.general.audio.sound=Sound:
options.general.graphics=Graphics
options.general.graphics.advanced=Advanced
options.general.graphics.autoDetect=Auto detect graphics settings
options.general.graphics.bloom=Bloom
options.general.graphics.cameraDistance=Camera Distance:
options.general.graphics.fatQuads=Fat Quads
options.general.graphics.fieldOfView=Field Of View:
options.general.graphics.fullscreen=Fullscreen
options.general.graphics.halfResolution=Half Resolution
options.general.graphics.high=High
options.general.graphics.increasedViewRange=Increased View Range
options.general.graphics.lod=LOD
options.general.graphics.low=Low
options.general.graphics.medianFilter=MedianFilter (Requires Bloom)
options.general.graphics.medium=Medium
options.general.graphics.MultiSampling=Multi Sampling
options.general.graphics.reducedViewRange=Reduced View Range
options.general.graphics.shadows=Shadows
options.general.graphics.showGridCursor=Show Grid Cursor
options.general.graphics.superLow=Super Low
options.general.graphics.superSampling=Super Sampling
options.general.graphics.ultra=Ultra
options.general.graphics.WeatherParticles=Weather Particles
options.general.language=Language
options.misc=Misc
options.misc.reset=Reset
options.misc.resetCurrent=Reset Current Changes
options.misc.resetToDefault=Reset to Default Settings
options.network=Network
options.network.preferences=Preferences
options.video=Video
options.video.description=Set video options here
playerList.ban=Ban
playerList.kick=Kick
playerList.mute=Mute
playerList.playerCount=Players Online:
playerList.teleportTo=Teleport To
recipeBook.grouping.desserts=Desserts
recipeBook.grouping.fencing=Fencing
recipeBook.grouping.flooring=Flooring
recipeBook.grouping.mainCourses=Main Courses
recipeBook.grouping.roofing=Roofing
recipeBook.grouping.starters=Starters
recipeBook.grouping.walling=Walling
recipeBook.ingredients=Ingredients
recipeBook.noRecipes=No recipes
recipeBook.process=Process
server.notifyPlayerMuted=You have been muted for {0-time} minutes.
server.playerJoin={0-player} has joined the server
server.playerLeave={0-player} has left the server
server.youAreMuted=You are currently muted and your messages will not be received by other players.
server.youAreUnmuted=You have been unmuted.
serverBrowser.back=Back to main menu
serverBrowser.noServers=No servers or master server unreachable
serverBrowser.online=Online:
serverBrowser.serverName=Server name:
shippingCatalogue.cancelAll=Cancel all
shippingCatalogue.expedite=Expedite
shippingCatalogue.order=Order now
shippingCatalogue.refund=You have been refunded {0-amount} petals
shippingCatalogue.viewOrders.description=Check and cancel pending orders here
shippingDock.Claimed=You have claimed this shipping station!
singleplayer.cancel=Cancel
singleplayer.creative=Creative
singleplayer.creativeMode=Creative Mode
singleplayer.launch=Launch
singleplayer.nameAlreadyExists=Storage with this name already exists
singleplayer.nameTooShort=Name to short (min 3 characters)
singleplayer.newWorld=New World
singleplayer.serverName=Name
singleplayer.singleplayer=Single Player
singleplayer.village=Village
startMenu.credits=Credits
startMenu.exit=Exit
startMenu.multiPlayer=Multi Player
startMenu.options=Options
startMenu.serverList=Server List
startMenu.singlePlayer=Single Player
staxel.accessories.characters.accessories.animalhats.BlackFrogHat=Black Frog Hat
staxel.accessories.characters.accessories.animalhats.FrogHat=Frog Hat
staxel.accessories.characters.accessories.animalhats.YellowFrogHat=Yellow Frog Hat
staxel.accessories.characters.accessories.cathats.CatHatStars.description=
staxel.accessories.characters.accessories.cathats.CatHatStars.name=Starry-Eyed Cat Hat
staxel.accessories.characters.accessories.cathats.DarkPinkCatHat=Pink Cat Hat
staxel.accessories.characters.accessories.cathats.DarkPurpleCatHat=Purple Cat Hat
staxel.accessories.characters.accessories.generic.normalhair.OriginalHair=Original
staxel.accessories.characters.accessories.generic.normalhair.PonytailHairBlueBowtie=Ponytail & Bowtie
staxel.accessories.characters.accessories.generic.normalhair.ponytails.JensHair=Jen's Hair
staxel.accessories.characters.accessories.generic.normalhair.ShortHairYellowHaiclips=Short & Hairclips
staxel.accessories.characters.accessories.glasses.AEmpty.description=
staxel.accessories.characters.accessories.glasses.AEmpty.name=Frame A
staxel.accessories.characters.accessories.glasses.AGlass.description=
staxel.accessories.characters.accessories.glasses.AGlass.name=Glasses A
staxel.accessories.characters.accessories.glasses.ASun.description=
staxel.accessories.characters.accessories.glasses.ASun.name=Sunglasses A
staxel.accessories.characters.accessories.glasses.BEmpty.description=
staxel.accessories.characters.accessories.glasses.BEmpty.name=Frame B
staxel.accessories.characters.accessories.glasses.BGlass.description=
staxel.accessories.characters.accessories.glasses.BGlass.name=Glasses B
staxel.accessories.characters.accessories.glasses.BSun.description=
staxel.accessories.characters.accessories.glasses.BSun.name=Sunglasses B
staxel.accessories.characters.accessories.glasses.CEmpty.description=
staxel.accessories.characters.accessories.glasses.CEmpty.name=Frame C
staxel.accessories.characters.accessories.glasses.CGlass.description=
staxel.accessories.characters.accessories.glasses.CGlass.name=Glasses C
staxel.accessories.characters.accessories.glasses.CSun.description=
staxel.accessories.characters.accessories.glasses.CSun.name=Sunglasses C
staxel.accessories.characters.accessories.halloween.pumpkinhat.PumpkinHat=Pumpkin Hat
staxel.accessories.characters.accessories.hats.Headphones.description=
staxel.accessories.characters.accessories.hats.Headphones.name=Headphones
staxel.accessories.characters.accessories.monkeyhats.BlueMonkeyHat=Blue Monkey Hat
staxel.accessories.characters.accessories.monkeyhats.OrangeMonkeyHat=Orange Monkey Hat
staxel.accessories.characters.accessories.monkeyhats.PinkMonkeyHat=Pink Monkey Hat
staxel.accessories.characters.accessories.tiaras.GoldTiara=Gold Tiara
staxel.accessories.characters.accessories.tiaras.SilverTiara=Silver Tiara
staxel.accessories.devavatars.bartwe.BartweHair=Bartwe Hair
staxel.accessories.devavatars.bartwe.BartweHoodie.description=
staxel.accessories.devavatars.bartwe.BartweHoodie.name=Bartwe Hoodie
staxel.accessories.devavatars.bartwe.BartweShirt.description=
staxel.accessories.devavatars.bartwe.BartweShirt.name=Bartwe Shirt
staxel.accessories.devavatars.bartwe.BartweShoes.description=
staxel.accessories.devavatars.bartwe.BartweShoes.name=Bartwe Shoes
staxel.accessories.devavatars.bartwe.BartweTrousers.description=
staxel.accessories.devavatars.bartwe.BartweTrousers.name=Bartwe Trousers
staxel.accessories.devavatars.callum.CallumHair=Callum Hair
staxel.accessories.devavatars.callum.CallumShirt.description=
staxel.accessories.devavatars.callum.CallumShirt.name=Callum Shirt
staxel.accessories.devavatars.callum.CallumShoes.description=
staxel.accessories.devavatars.callum.CallumShoes.name=Callum Shoes
staxel.accessories.devavatars.callum.CallumTrousers.description=
staxel.accessories.devavatars.callum.CallumTrousers.name=Callum Trousers
staxel.accessories.devavatars.damon.DamonHair=Damon Hair
staxel.accessories.devavatars.damon.DamonShirt.description=
staxel.accessories.devavatars.damon.DamonShirt.name=Damon Shirt
staxel.accessories.devavatars.damon.DamonShoes.description=
staxel.accessories.devavatars.damon.DamonShoes.name=Damon Shoes
staxel.accessories.devavatars.damon.DamonTrousers.description=
staxel.accessories.devavatars.damon.DamonTrousers.name=Damon Trousers
staxel.accessories.devavatars.joe.JoeHair=Joe Hair
staxel.accessories.devavatars.joe.JoeShirt.description=
staxel.accessories.devavatars.joe.JoeShirt.name=Joe Shirt
staxel.accessories.devavatars.joe.JoeShoes.description=
staxel.accessories.devavatars.joe.JoeShoes.name=Joe Shoes
staxel.accessories.devavatars.joe.JoeTrousers.description=
staxel.accessories.devavatars.joe.JoeTrousers.name=Joe Trousers
staxel.accessories.devavatars.moocow.MoocowHair=Moocow Hair
staxel.accessories.devavatars.moocow.MoocowShirt.description=
staxel.accessories.devavatars.moocow.MoocowShirt.name=Moocow Shirt
staxel.accessories.devavatars.moocow.MoocowShoes.description=
staxel.accessories.devavatars.moocow.MoocowShoes.name=Moocow Shoes
staxel.accessories.devavatars.moocow.MoocowTrousers.description=
staxel.accessories.devavatars.moocow.MoocowTrousers.name=Moocow Trousers
staxel.accessories.devavatars.razz.RazzHair=Razz Hair
staxel.accessories.devavatars.razz.RazzShirt.description=
staxel.accessories.devavatars.razz.RazzShirt.name=Razz Shirt
staxel.accessories.devavatars.razz.RazzShoes.description=
staxel.accessories.devavatars.razz.RazzShoes.name=Razz Shoes
staxel.accessories.devavatars.razz.RazzTrousers.description=
staxel.accessories.devavatars.razz.RazzTrousers.name=Razz Trousers
staxel.accessories.devavatars.sledra.SledraHair=Sledra Hair
staxel.accessories.devavatars.sledra.SledraShirt.description=
staxel.accessories.devavatars.sledra.SledraShirt.name=Sledra Shirt
staxel.accessories.devavatars.sledra.SledraShoes.description=
staxel.accessories.devavatars.sledra.SledraShoes.name=Sledra Shoes
staxel.accessories.devavatars.sledra.SledraTrousers.description=
staxel.accessories.devavatars.sledra.SledraTrousers.name=Sledra Trousers
staxel.accessories.devavatars.stein.SteinHair=Stein Hair
staxel.accessories.devavatars.stein.SteinShirt.description=
staxel.accessories.devavatars.stein.SteinShirt.name=Stein Shirt
staxel.accessories.devavatars.stein.SteinShoes.description=
staxel.accessories.devavatars.stein.SteinShoes.name=Stein Shoes
staxel.accessories.devavatars.stein.SteinTrousers.description=
staxel.accessories.devavatars.stein.SteinTrousers.name=Stein Trousers
staxel.accessories.devavatars.teagadd.TeagaddShirt.description=
staxel.accessories.devavatars.teagadd.TeagaddShirt.name=Teagadd Shirt
staxel.accessories.devavatars.teagadd.TeagaddShoes.description=
staxel.accessories.devavatars.teagadd.TeagaddShoes.name=Teagadd Shoes
staxel.accessories.devavatars.teagadd.TeagaddTrousers.description=
staxel.accessories.devavatars.teagadd.TeagaddTrousers.name=Teagadd Trousers
staxel.accessories.eyes.colourfulKawaii=Colourful Kawaii
staxel.accessories.eyes.dark=Dark
staxel.accessories.eyes.darkEyelashes=Dark with Eyelashes
staxel.accessories.eyes.darkKawaii=Dark Kawaii
staxel.accessories.eyes.gradient=Gradient
staxel.accessories.eyes.gradientEyelashes=Gradient with Eyelashes
staxel.accessories.eyes.grumpy=Grumpy
staxel.accessories.eyes.kawaii=Kawaii
staxel.accessories.eyes.kawaiiEyelashes=Kawaii with Eyelashes
staxel.accessories.eyes.normal=Standard
staxel.accessories.eyes.normalEyelashes=Standard with Eyelashes
staxel.accessories.eyes.serious=Serious
staxel.accessories.eyes.seriousEyelashes=Serious with Eyelashes
staxel.accessories.eyes.seriousWide=Serious-Wide
staxel.accessories.eyes.seriousWideEyelashes=Serious-Wide with Eyelashes
staxel.accessories.eyes.sideways=Sideways
staxel.accessories.eyes.sidewaysEyelashes=Sideways with Eyelashes
staxel.accessories.eyes.small=Small
staxel.accessories.eyes.smallEyelashes=Small with Eyelashes
staxel.accessories.eyes.squint=Squint
staxel.accessories.eyes.thickEyelashes=Thick with Eyelashes
staxel.accessories.eyes.wise=Wise
staxel.accessories.generic.cooking.TempBlueHair=Temp Hair
staxel.accessories.generic.cooking.TempBlueShirt.description=
staxel.accessories.generic.cooking.TempBlueShirt.name=Temp Shirt
staxel.accessories.generic.cooking.TempBlueShoes.description=
staxel.accessories.generic.cooking.TempBlueShoes.name=Temp Shoes
staxel.accessories.generic.cooking.TempBlueTrousers.description=
staxel.accessories.generic.cooking.TempBlueTrousers.name=Temp Trousers
staxel.accessories.hairstyles.female.long.curlyhairbands.CurlyYellowHairbands=Curly with Hairbands
staxel.accessories.hairstyles.female.long.floppypigtails.FloppyPigtails=Twintails
staxel.accessories.hairstyles.female.medium.catGirl=Neko
staxel.accessories.hairstyles.male.short.Male_NormalShort=Normal Short
staxel.accessories.hairstyles.male.short.ShortEmoFringe=Short Emo
staxel.accessories.helmets.mecha.Mecha_Classic=Classic Mecha
staxel.accessories.helmets.mecha.Mecha_EG4D=EG4D
staxel.accessories.helmets.mecha.Mecha_L0V3=L0V3
staxel.accessories.helmets.mecha.Mecha_P=P
staxel.accessories.helmets.mecha.Mecha_Red=Mecha Red
staxel.accessories.helmets.mecha.Mecha_XYellow=Mecha Yellow
staxel.accessories.princessdresses.ruffly.RufflyDress.description=
staxel.accessories.princessdresses.ruffly.RufflyDress.name=Ruffly Dress
staxel.accessories.shirts.catshirts.CatShirt.description=
staxel.accessories.shirts.catshirts.CatShirt.name=
staxel.accessories.shirts.catshirts.Female_CatShirt.description=
staxel.accessories.shirts.catshirts.Female_CatShirt.name=Cat Shirt
staxel.accessories.shirts.catshirts.Male_CatShirt.description=
staxel.accessories.shirts.catshirts.Male_CatShirt.name=Cat Shirt
staxel.accessories.shirts.hoodies.femaleWhiteHoodie.description=
staxel.accessories.shirts.hoodies.femaleWhiteHoodie.name=Hoodie
staxel.accessories.shirts.hoodies.maleWhiteHoodie.description=
staxel.accessories.shirts.hoodies.maleWhiteHoodie.name=Hoodie
staxel.accessories.shirts.hoodies.WhiteHoodie.name=
staxel.accessories.shirts.splatshirts.FemaleSplatShirt.description=
staxel.accessories.shirts.splatshirts.FemaleSplatShirt.name=Splat Shirt
staxel.accessories.shirts.splatshirts.MaleSplatShirt.description=
staxel.accessories.shirts.splatshirts.MaleSplatShirt.name=Splat Shirt
staxel.accessories.shirts.splatshirts.SplatShirt.name=
staxel.accessories.shoes.blackneon.BlackNeonTrainers.description=
staxel.accessories.shoes.blackneon.BlackNeonTrainers.name=Neon Trainers
staxel.accessories.shoes.colouredtrainers.ColouredTrainers.description=
staxel.accessories.shoes.colouredtrainers.ColouredTrainers.name=Coloured Trainers
staxel.accessories.shoes.hitops.baseHitops.description=
staxel.accessories.shoes.hitops.baseHitops.name=Hitops
staxel.accessories.shortjeans.shortjeans_black.description=
staxel.accessories.shortjeans.shortjeans_black.name=Black Short Jeans
staxel.accessories.shortjeans.shortjeans_darkblue.description=
staxel.accessories.shortjeans.shortjeans_darkblue.name=Dark Short Jeans
staxel.accessories.shortjeans.shortjeans_fadedblue.description=
staxel.accessories.shortjeans.shortjeans_fadedblue.name=Faded Short Jeans
staxel.accessories.shorts.baseShorts.description=
staxel.accessories.shorts.baseShorts.name=Shorts
staxel.accessories.straptops.straptop.description=
staxel.accessories.straptops.straptop.name=Straptop
staxel.accessory.none=None
staxel.achievement.CatchFish.description=Unleash your inner angler and reel in a nice catch
staxel.achievement.CatchFish.name=Catch a fish
staxel.achievement.EquipTool.description=Take a tool from the shelf
staxel.achievement.EquipTool.name=Equip a tool
staxel.achievement.HarvestCrop.description=It's harvest time! Bring in the bounty!
staxel.achievement.HarvestCrop.name=Harvest a crop
staxel.achievement.MakeJam.description=Follow a recipe to make some delicious jam
staxel.achievement.MakeJam.name=Make jam
staxel.achievement.OrderItem.description=Place an order for any item in the shipping catalogue
staxel.achievement.OrderItem.name=Order an item
staxel.achievement.PlaceFurniture.description=
staxel.achievement.PlaceFurniture.name=Place furniture
staxel.achievement.PlantCrop.description=Plant a seed in tilled soil
staxel.achievement.PlantCrop.name=Plant a seed
staxel.achievement.SellItem.description=Sell one of your freshly harvested crops via the shipping station
staxel.achievement.SellItem.name=Sell a crop
staxel.achievement.WaterCrop.description=Use the watering can to water a crop
staxel.achievement.WaterCrop.name=Water a crop
staxel.achievements.descriptions.OrderItem.text=Orders placed for {0-item}
staxel.achievements.descriptions.PlaceItem.text={0-item} placed
staxel.achievements.descriptions.PlantItem.text={0-item} planted
staxel.achievements.descriptions.SellItem.text=Sales of {0-item}
staxel.achievements.WaterCrop.text=crops watered
staxel.apiary.calmWorkers=Ouch! The bees need to be calmed down
staxel.apiary.fullWorkers=This apiary has enough bees
staxel.apiary.hasQueen=This apiary already has a queen
staxel.apiary.needsCollector=Need to put the honey in a jar
staxel.apiary.needsQueen=This apiary needs a queen bee
staxel.apiary.needsWorkers=This apiary needs bees
staxel.apiary.state.collection=Honey is available and the bees are calm
staxel.apiary.state.none=This apiary is empty
staxel.apiary.state.producing=The bees are making honey: {0-days} days remaining
staxel.apiary.state.rallying=The queen is rallying bees: {0-bees}/{1-total} bees
staxel.apiary.state.waiting=Honey is available but the bees are grumpy
staxel.bush.BlackberryBush.description=A bush that grows delicious blackberries.
staxel.bush.BlackberryBush.name=Blackberry Bush Seed
staxel.bush.BlueberryBush.description=A bush that grows delicious blueberries.
staxel.bush.BlueberryBush.name=Blueberry Bush Seed
staxel.bush.GoldenberryBush.description=A bush that grows delicious goldenberries.
staxel.bush.GoldenberryBush.name=Goldenberry Bush Seed
staxel.bush.RaspberryBush.description=A bush that grows delicious raspberries.
staxel.bush.RaspberryBush.name=Raspberry Bush Seed
staxel.category.Accessory=Accessory
staxel.category.advertisement=Advertisement
staxel.category.all=All
staxel.category.Allium=Allium
staxel.category.animal=Animal
staxel.category.any=Anything
staxel.category.apiary=Apiary
staxel.category.apple=Apple
staxel.category.arch=Arch
staxel.category.arched=Arched
staxel.category.archway=Archway
staxel.category.area=Area
staxel.category.armchair=Armchair
staxel.category.axe=Axe
staxel.category.aztec=Aztec
staxel.category.baking=Baking
staxel.category.bakingstation=Baking Station
staxel.category.ball=Ball
staxel.category.Banana=Banana
staxel.category.banner=Banner
staxel.category.bark=Bark
staxel.category.barrel=Barrel
staxel.category.basic=Basic
staxel.category.basket=Basket
staxel.category.bathroom=Bathroom
staxel.category.beach=Beach
staxel.category.beam=Beam
staxel.category.bed=Bed
staxel.category.bedside=Bedside
staxel.category.bee=Bee
staxel.category.beehive=Beehive
staxel.category.bees=Bees
staxel.category.beet=Beet
staxel.category.beetle=Beetle
staxel.category.bench=Bench
staxel.category.billboard=Billboard
staxel.category.bin=Bin
staxel.category.birthday=Birthday
staxel.category.black=Black
staxel.category.blackberries=Blackberries
staxel.category.blackberry=Blackberry
staxel.category.blanket=Blanket
staxel.category.blinds=Blinds
staxel.category.block=Block
staxel.category.blue=Blue
staxel.category.blueberries=Blueberries
staxel.category.blueberry=Blueberry
staxel.category.board=Board
staxel.category.bobblehead=Bobblehead
staxel.category.boilable=Boilable
staxel.category.boiling=Boiling
staxel.category.bowl=Bowl
staxel.category.box=Box
staxel.category.bread=Bread
staxel.category.brick=Brick
staxel.category.bricks=Bricks
staxel.category.bridge=Bridge
staxel.category.broken=Broken
staxel.category.brown=Brown
staxel.category.bucket=Bucket
staxel.category.bug=Bug
staxel.category.building=Building
staxel.category.bunk=Bunk
staxel.category.bureau=Bureau
staxel.category.burnt=Burnt
staxel.category.bush=Bush
staxel.category.bushy=Bushy
staxel.category.butter=Butter
staxel.category.cabbage=Cabbage
staxel.category.cabinet=Cabinet
staxel.category.cake=Cake
staxel.category.camp=Camp
staxel.category.campfire=Campfire
staxel.category.camping=Camping
staxel.category.can=Can
staxel.category.candle=Candle
staxel.category.candy=Candy
staxel.category.cane=Cane
staxel.category.cardboard=Cardboard
staxel.category.carpet=Carpet
staxel.category.carrot=Carrot
staxel.category.carrots=Carrots
staxel.category.cask=Cask
staxel.category.catching=Catching
staxel.category.ceiling=Ceiling
staxel.category.chair=Chair
staxel.category.checkers=Checkers
staxel.category.cheese=Cheese
staxel.category.cherries=Cherries
staxel.category.cherry=Cherry
staxel.category.chest=Chest
staxel.category.chicken=Chicken
staxel.category.chimeny=Chimney
staxel.category.chimney=Chimney
staxel.category.chip=Chip
staxel.category.chips=Chips
staxel.category.chocolate=Chocolate
staxel.category.choppable=Choppable
staxel.category.chopped=Chopped
staxel.category.chopping=Chopping
staxel.category.christmas=Christmas
staxel.category.circle=Circle
staxel.category.clay=Clay
staxel.category.closet=Closet
staxel.category.clothing=Clothing
staxel.category.cobblestone=Cobblestone
staxel.category.cobweb=Cobweb
staxel.category.Cocoa=Cocoa
staxel.category.coconut=Coconut
staxel.category.coffee=Coffee
staxel.category.consumable=Consumable
staxel.category.container=Container
staxel.category.contemporary=Contemporary
staxel.category.cookies=Cookies
staxel.category.cooking=Cooking
staxel.category.cooler=
staxel.category.coop=Coop
staxel.category.corn=Corn
staxel.category.corner=Corner
staxel.category.couch=Couch
staxel.category.counter=Counter
staxel.category.countertop=Countertop
staxel.category.cow=Cow
staxel.category.crafting=Crafting
staxel.category.craftingStation=Crafting Station
staxel.category.crate=Crate
staxel.category.cream=Cream
staxel.category.credenza=Credenza
staxel.category.creepy=Creepy
staxel.category.crisps=Crisps
staxel.category.crop=Crop
staxel.category.cucumber=Cucumber
staxel.category.cupboard=Cupboard
staxel.category.cut=Cut
staxel.category.dark=Dark
staxel.category.davenport=Davenport
staxel.category.dead=Dead
staxel.category.deck=Deck
staxel.category.decoration=Decoration
staxel.category.Delphinium=Delphinium
staxel.category.desk=Desk
staxel.category.dessert=Dessert
staxel.category.diced=Diced
staxel.category.dining=Dining
staxel.category.dinner=Dinner
staxel.category.dirt=Dirt
staxel.category.dog=Dog
staxel.category.dogs=Dogs
staxel.category.door=Door
staxel.category.double=Double
staxel.category.dragonfruit=Dragon Fruit
staxel.category.drawers=Drawers
staxel.category.dresser=Dresser
staxel.category.dressing=Dressing
staxel.category.drink=Drink
staxel.category.drum=Drum
staxel.category.dry=Dry
staxel.category.dungeon=Dungeon
staxel.category.Edge=Edge
staxel.category.edible=Edible
staxel.category.egg=Egg
staxel.category.eggplant=Eggplant
staxel.category.emote=Emote
staxel.category.empty=Empty
staxel.category.end=End
staxel.category.fairy=Fairy
staxel.category.fantasy=Fantasy
staxel.category.farm=Farm
staxel.category.farmAnimals=Livestock
staxel.category.feed=Feed
staxel.category.feeding=Feeding
staxel.category.fence=Fence
staxel.category.festival=Festival
staxel.category.fire=Fire
staxel.category.fish=Fish
staxel.category.fishing=Fishing
staxel.category.flat=Flat
staxel.category.floor=Floor
staxel.category.flooring=Flooring
staxel.category.flour=Flour
staxel.category.flower=Flower
staxel.category.fluff=Fluff
staxel.category.food=Food
staxel.category.foot=Foot
staxel.category.fountain=Fountain
staxel.category.frame=Frame
staxel.category.freezer=Freezer
staxel.category.fridge=Fridge
staxel.category.fruit=Fruit
staxel.category.frying=Frying
staxel.category.full=Full
staxel.category.fungai=Fungai
staxel.category.furniture=Furniture
staxel.category.futon=Futon
staxel.category.garbage=Garbage
staxel.category.gate=Gate
staxel.category.gatherable=Gatherable
staxel.category.gift=Gift
staxel.category.gingerbread=Gingerbread
staxel.category.glow=Glow
staxel.category.glowing=Glowing
staxel.category.gold=Gold
staxel.category.goldenberries=Goldenberries
staxel.category.goldenberry=Goldenberry
staxel.category.gollem=Gollem
staxel.category.grain=Grain
staxel.category.grass=Grass
staxel.category.grave=Grave
staxel.category.gravestone=Gravestone
staxel.category.green=Green
staxel.category.grey=Grey
staxel.category.grid=Grid
staxel.category.grilled=Grilled
staxel.category.groovy=Groovy
staxel.category.growable=Growable
staxel.category.hammer=Hammer
staxel.category.hamper=Hamper
staxel.category.handsaw=Handsaw
staxel.category.harvested=
staxel.category.Hat=Hat
staxel.category.head=Head
staxel.category.headstone=Headstone
staxel.category.hedge=Hedge
staxel.category.hen=Hen
staxel.category.high=High
staxel.category.hive=Hive
staxel.category.hoe=Hoe
staxel.category.home=Home
staxel.category.honey=Honey
staxel.category.hot=Hot
staxel.category.hotdogs=Hotdogs
staxel.category.house=House
staxel.category.iced=Iced
staxel.category.icing=Icing
staxel.category.indoor=Indoor
staxel.category.inn=Inn
staxel.category.item=Item
staxel.category.ivy=Ivy
staxel.category.jack=Jack
staxel.category.jam=Jam
staxel.category.jar=Jar
staxel.category.juice=Juice
staxel.category.keg=Keg
staxel.category.king=King
staxel.category.kitchen=Kitchen
staxel.category.kiwi=Kiwi
staxel.category.knife=Knife
staxel.category.lamp=Lamp
staxel.category.lantern=Lantern
staxel.category.large=Large
staxel.category.lavender=Lavender
staxel.category.leaves=Leaves
staxel.category.lemon=Lemon
staxel.category.lettuce=Lettuce
staxel.category.light=Light
staxel.category.lighthouse=Lighthouse
staxel.category.lighting=Lighting
staxel.category.lightsource=Lightsource
staxel.category.lily=Lily
staxel.category.lime=Lime
staxel.category.litter=Litter
staxel.category.lollipop=Lollipop
staxel.category.long=Long
staxel.category.loose=Loose
staxel.category.loot=Loot
staxel.category.love=Love
staxel.category.loveseat=Loveseat
staxel.category.low=Low
staxel.category.magenta=Magenta
staxel.category.magic=Magic
staxel.category.mail=Mail
staxel.category.mailbox=Mailbox
staxel.category.main=Main
staxel.category.maize=Maize
staxel.category.mango=Mango
staxel.category.market=Market
staxel.category.marmalade=
staxel.category.metal=Metal
staxel.category.middle=Middle
staxel.category.milk=Milk
staxel.category.milker=Milker
staxel.category.mirror=Mirror
staxel.category.misc=Misc
staxel.category.mixable=Mixable
staxel.category.mixing=Mixing
staxel.category.money=Money
staxel.category.moss=Moss
staxel.category.mossy=Mossy
staxel.category.moving=Moving
staxel.category.muffin=Muffin
staxel.category.muffins=Muffins
staxel.category.mushroom=Mushroom
staxel.category.natural=Natural
staxel.category.net=Net
staxel.category.nightstand=Nightstand
staxel.category.oat=Oat
staxel.category.oats=Oats
staxel.category.onion=Onion
staxel.category.orange=Orange
staxel.category.oven=Oven
staxel.category.packet=Packet
staxel.category.packing=Packing
staxel.category.pad=Pad
staxel.category.painted=Painted
staxel.category.pan=Pan
staxel.category.pantry=Pantry
staxel.category.parasol=
staxel.category.parent=Parent
staxel.category.party=Party
staxel.category.pastel=Pastel
staxel.category.path=Path
staxel.category.peach=Peach
staxel.category.pear=Pear
staxel.category.peppermint=Peppermint
staxel.category.pickaxe=Pickaxe
staxel.category.picket=Picket
staxel.category.picnic=Picnic
staxel.category.pie=Pie
staxel.category.pile=Pile
staxel.category.pillar=Pillar
staxel.category.pink=Pink
staxel.category.pink2=Pink2
staxel.category.pipe=Pipe
staxel.category.pitcher=Pitcher
staxel.category.plain=Plain
staxel.category.planks=Planks
staxel.category.plant=Plant
staxel.category.plate=Plate
staxel.category.pole=Pole
staxel.category.post=Post
staxel.category.poster=Poster
staxel.category.pot=Pot
staxel.category.potato=Potato
staxel.category.potted=Potted
staxel.category.poultry=Poultry
staxel.category.powder=Powder
staxel.category.present=Present
staxel.category.processed=Processed
staxel.category.produce=Produce
staxel.category.pumpkin=Pumpkin
staxel.category.punch=Punch
staxel.category.purple=Purple
staxel.category.queen=Queen
staxel.category.rail=Rail
staxel.category.railing=Railing
staxel.category.rainbow=Rainbow
staxel.category.ramp=Ramp
staxel.category.ranch=Ranch
staxel.category.raspberries=Raspberries
staxel.category.raspberry=Raspberry
staxel.category.raw=Raw
staxel.category.reapable=Reapable
staxel.category.recipe=Recipe
staxel.category.red=Red
staxel.category.refrigerator=Refrigerator
staxel.category.resource=Resource
staxel.category.right=Right
staxel.category.rock=Rock
staxel.category.rod=Rod
staxel.category.roof=Roof
staxel.category.roofing=Roofing
staxel.category.room=Room
staxel.category.rose=Rose
staxel.category.rough=Rough
staxel.category.round=Round
staxel.category.rune=Rune
staxel.category.sale=Sale
staxel.category.salt=Salt
staxel.category.sand=Sand
staxel.category.sandwich=Sandwich
staxel.category.sauce=
staxel.category.sausages=Sausages
staxel.category.saw=Saw
staxel.category.scarecrow=Scarecrow
staxel.category.scythe=Scythe