GUAC-963: Add back and disconnect buttons.

This commit is contained in:
Michael Jumper
2014-12-29 21:24:37 -08:00
parent 17f272689b
commit 42f360a02b
4 changed files with 36 additions and 13 deletions

View File

@@ -17,9 +17,11 @@
"CLIENT" : {
"ACTION_RECONNECT" : "Reconnect",
"ACTION_ACKNOWLEDGE" : "@:APP.ACTION_ACKNOWLEDGE",
"ACTION_SAVE_FILE" : "@:APP.ACTION_SAVE",
"ACTION_RECONNECT" : "Reconnect",
"ACTION_ACKNOWLEDGE" : "@:APP.ACTION_ACKNOWLEDGE",
"ACTION_DISCONNECT" : "Disconnect",
"ACTION_NAVIGATE_BACK" : "@:APP.ACTION_NAVIGATE_BACK",
"ACTION_SAVE_FILE" : "@:APP.ACTION_SAVE",
"DIALOG_HEADER_CONNECTING" : "Connecting",
"DIALOG_HEADER_CONNECTION_ERROR" : "Connection Error",