diff options
author | 0neGal <mail@0negal.com> | 2023-09-16 03:09:15 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2023-09-16 03:09:15 +0200 |
commit | 1c405a64400b16414559dc48250b946722f0108a (patch) | |
tree | 6a2f26c0ce1ab9d9935382ecb4d649068fb1d0e5 /src/lang/en.json | |
parent | b125018808b43fac9f5c81d7e7b07ec92eef30fc (diff) | |
download | Viper-1c405a64400b16414559dc48250b946722f0108a.tar.gz Viper-1c405a64400b16414559dc48250b946722f0108a.zip |
handle gamepaths with missing read/write perms
We now show an alert if the gamepath is detected to be missing
read/write perms, both when selecting the gamepath initially, when it
gets auto detected, but also after it's selected, passively.
Diffstat (limited to 'src/lang/en.json')
-rw-r--r-- | src/lang/en.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index cf314ad..67e7aa9 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -194,7 +194,10 @@ "gamepath": { "must": "The game path must be set to start Viper.", "wrong": "This folder is not a valid game path.", - "lost": "Gamepath no longer exists/can't be found!\n\nMake sure your drive is mounted properly, or if you moved your game location that you update the game path.\n\nViper may not work properly until next restart!" + "lost": "Gamepath no longer exists/can't be found!\n\nMake sure your drive is mounted properly, or if you moved your game location that you update the game path.\n\nViper may not work properly until next restart!", + "lost_perms": "Your user seems to have lost permissions to create and or read files in the selected gamepath, please select a gamepath or gain access to read and write to the folder:\n\n", + "found_missing_perms": "Automatically found a valid gamepath, however your user doesn't have permissions to create and or read files in it, please manually select a different gamepath or gain access to read and write to the folder:\n\n", + "missing_perms": "Your user doesn't have permissions to create and or read files in the selected gamepath, please select a different gamepath or gain access to read and write to the folder:\n\n" }, "toast": { |