diff options
Diffstat (limited to 'backend/locales/en-US.json')
| -rw-r--r-- | backend/locales/en-US.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/backend/locales/en-US.json b/backend/locales/en-US.json index 1898b29b..94e1ed3d 100644 --- a/backend/locales/en-US.json +++ b/backend/locales/en-US.json @@ -231,6 +231,15 @@ "store_testing_warning": { "desc": "You can use this store channel to test bleeding-edge plugin versions. Be sure to leave feedback on GitHub so the plugin can be updated for all users.", "label": "Welcome to the Testing Store Channel" + }, + "download_progress_info": { + "start": "Initializing", + "open_zip": "Opening zip file", + "download_zip": "Downloading plugin", + "increment_count": "Incrementing download count", + "parse_zip": "Parsing zip file", + "uninstalling_previous": "Uninstalling previous copy", + "installing_plugin": "Installing plugin" } }, "StoreSelect": { |
