Add loading image from external server
Signed-off-by: Mateusz Gapski <mateuszx.gapski@intel.com>
Change-Id: Ie9793b25fdee0f438d64aafe0978d75025800cb8
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 85e2a3a..f3eb3e2 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -636,11 +636,21 @@
},
"pageVirtualMedia": {
"configureConnection": "Configure Connection",
+ "defaultDeviceName": "Virtual media device",
+ "start": "Start",
+ "stop": "Stop",
"virtualMediaSubTitleFirst": "Save image in a web browser",
"virtualMediaSubTitleSecond": "Load image from external server",
- "defaultDeviceName": "Virtual media device",
+ "modal": {
+ "password": "Password",
+ "serverUri": "External server URI",
+ "title": "Legacy mode configuration",
+ "username": "Username"
+ },
"toast": {
+ "errorMounting": "Error mounting",
"errorReadingFile": "Error reading file. Closing server.",
+ "errorUnmounting": "Error unmounting",
"serverRunning": "Server running",
"serverClosedSuccessfully": "Server closed successfully",
"serverClosedWithErrors": "Server closed with errors"