-
-
Notifications
You must be signed in to change notification settings - Fork 557
/
english.lang
103 lines (91 loc) · 2.25 KB
/
english.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
#
# FXGL - JavaFX Game Library. The MIT License (MIT).
# Copyright (c) AlmasB ([email protected]).
# See LICENSE for details.
#
#
# Dialog text
#
dialog.exitGame = Exit the game?
dialog.yes = YES
dialog.no = NO
dialog.ok = OK
dialog.cancel = CANCEL
#
# Menu text
#
menu.language = LANGUAGE
menu.continue = CONTINUE
menu.resume = RESUME
menu.newGame = NEW GAME
menu.save = SAVE
menu.load = LOAD
menu.extra = EXTRA
menu.online = ONLINE
menu.video = VIDEO
menu.audio = AUDIO
menu.credits = CREDITS
menu.options = OPTIONS
menu.logout = LOGOUT
menu.exit = EXIT
menu.mainMenu = MAIN MENU
menu.restore = RESTORE
menu.gameplay = GAMEPLAY
menu.controls = CONTROLS
menu.trophies = TROPHIES
menu.feedback = FEEDBACK
menu.back = BACK
menu.delete = DELETE
menu.difficulty = DIFFICULTY
menu.playtime = PLAYTIME
menu.music.volume = Music Volume
menu.sound.volume = Sound Volume
menu.fullscreen = Fullscreen
menu.fixRatio = Fix Ratio
menu.settingsRestore = Settings will be restored to default
menu.exitMainMenu = Exit to Main menu?
menu.logOut = Log out?
menu.unsavedProgress = Unsaved progress will be lost!
menu.chooseFeedback = Choose your feedback method
menu.pressAnyKey = PRESS ANY KEY
menu.loadSave = Load save
menu.loading = Loading
menu.loadingSaveFiles = Loading save files
menu.loadingLast = Loading last save file
menu.deleteSave = Delete save
menu.deleting = Deleting
menu.overwrite = Overwrite save
menu.enterSaveName = Enter save file name
menu.savingData = Saving data
#
# Multiplayer text
#
multiplayer.new = NEW
multiplayer.select = SELECT
multiplayer.options = Multiplayer Options
multiplayer.connect = Connect...
multiplayer.connecting = Connecting to Game
multiplayer.host = Host
multiplayer.hosting = Hosting Game
multiplayer.enterIp = Enter Server IP
#
# Profile text
#
profile.profile = Profile
profile.selectOrCreate = Select profile or create new
profile.loadingProfile = Loading profile
profile.loadingProfiles = Loading profiles
profile.deletingProfile = Deleting profile
profile.corrupted = Profile is corrupted
profile.new = New profile
#
# Development text
#
dev.screenshotSaved = Screenshot saved
dev.screenshotFailed = Screenshot failed
#
# Achievement text
#
achievement.achievement = Achievement
achievement.progress = Progress
achievement.receive = You got an achievement!