diff options
Diffstat (limited to 'src/lang/en.json')
-rw-r--r-- | src/lang/en.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index bf147ab..c6a4946 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -102,6 +102,8 @@ "installed_mod": "Installed mod!", "drag_n_drop": "Drag and drop a mod to install", "confirm_dependencies": "This package has dependencies, shown below, clicking \"Ok\" will install the package and the dependencies.\n\n", + "cant_find_specific": "Can't find mod %s-%s!", + "cant_find_version": "Can't find version %s of mod %s-%s!", "confirm_plugins": { "title": "The following package has native plugins:", @@ -282,6 +284,8 @@ }, "viper": { + "already_running": "Viper is already running", + "menu": { "main": "Viper", "release": "Release Notes", |