aboutsummaryrefslogtreecommitdiff
path: root/src/lang/en.json
blob: 2003bee305e7420801505f3325d9c9c091c6f59c (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
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
{
	"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.help.updatevp": "updates Viper itself, if supported.",
	"cli.help.installmod": "installs a mod, folder or zip",
	"cli.help.removemod": "removes a mod",
	"cli.help.togglemod": "toggles a mod",

	"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",

	"cli.mods.failed": "Failed to install mod!",
	"cli.mods.removed": "Successfully removed mod!",
	"cli.mods.toggled": "Successfully toggled mod",
	"cli.mods.installed": "Successfully installed mod!",
	"cli.mods.cantfind": "Can't find a mod with that name!",
	"cli.mods.notamod": "Selected folder/file is not a mod",
	"cli.mods.toggledall": "Successfully toggled all mods",
	"cli.mods.improperjson": "%s's mod.json has formatting errors",

	"gui.welcome": "Welcome to Viper!",
	"gui.versions.viper": "Viper version",
	"gui.versions.northstar": "Northstar version",
	"gui.exit": "Exit",
	"gui.update": "Update",
	"gui.setpath": "Game Path",

	"gui.mods": "Mods",
	"gui.mods.count": "Mods Installed:",
	"gui.mods.disabledtag": "Disabled",
	"gui.mods.install": "Install Mod",
	"gui.mods.toggle": "Toggle Mod",
	"gui.mods.toggleall": "Toggle All",
	"gui.mods.remove": "Remove Mod",
	"gui.mods.removeall": "Remove All",
	"gui.mods.nothingselected": "You've not selected a mod.",
	"gui.mods.removeall.confirm": "Removing all mods will usually require you to reinstall Northstar, are you sure?",
	"gui.mods.notamod": "Not a mod!",
	"gui.mods.extracting": "Extracting mod...",
	"gui.mods.installing": "Installing mod...",
	"gui.mods.installedmod": "Installed mod!",

	"gui.update.downloading": "Downloading...",
	"gui.update.extracting": "Extracting update...",
	"gui.update.finished": "Done! Ready to play!",
	"gui.update.uptodate": "Already up to date!",
	"gui.update.available": "A new update for Viper is available, do you want to restart and apply it?",

	"gui.nsupdate.gaming.title": "Northstar update available!",
	"gui.nsupdate.gaming.body": "An update for Northstar is available.\nYou can force its installation after closing the game.",

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

	"gui.selectpath": "Please select the path!",
	"gui.gamepath.must": "The game path must be set to start Viper.",
	"gui.gamepath.wrong": "This folder is not a valid game path.",


	"general.launching": "Launching",
	"general.mods.enabled": "Enabled mods:",
	"general.mods.disabled": "Disabled mods:",
	"general.mods.installed": "Installed mods:",
	"general.missingpath": "Game path is not set!",
	"general.notinstalled": "Northstar is not installed!"
}