aboutsummaryrefslogtreecommitdiff
path: root/src/lang/en.json
blob: 9aaa7785d7870b6a8fef666f85d4b8dc6fe89410 (plain)
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
{
	"cli.help.help": "shows this help message",
	"cli.help.debug": "opens the dev/debug tools",
	"cli.help.version": "outputs version info",
	"cli.help.cli": "forces the CLI to enable",
	"cli.help.update": "updates Northstar from your set game path",
	"cli.help.setpath": "sets your game path",

	"cli.setpath.noarg": "No argument provided for --setpath",

	"cli.update.current": "Current version:",
	"cli.update.downloading": "Downloading:",
	"cli.update.checking": "Checking for updates...",
	"cli.update.downloaddone": "Download done! Extracting...",
	"cli.update.finished": "Installation/Update finished!",
	"cli.update.uptodate": "Latest version (%s) is already installed, skipping update.",

	"cli.launch.linuxerror": "Launching the game is not currently supported on Linux",

	"gui.welcome": "Welcome to Viper!",
	"gui.exit": "Exit",
	"gui.update": "Update",
	"gui.setpath": "Game Path",

	"gui.launch": "Launch",
	"gui.launchvanilla": "Vanilla",
	"gui.launchnorthstar": "Northstar",

	"gui.selectpath": "Please select the path!",
	"gui.missinggamepath": "Game path is not set!",


	"general.launching": "Launching",
	"general.missingpath": "Game path is not set!"
}