mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 07:01:21 +00:00
GUAC-932: Fully-working connection editor. Initial migration of users and connection groups to own edit pages. Add support for CSS classes on notification actions.
This commit is contained in:
@@ -43,6 +43,10 @@
|
||||
"cancel" : "Cancel",
|
||||
"save" : "Save",
|
||||
"delete" : "Delete",
|
||||
"confirmDelete" : {
|
||||
"title" : "Delete Connection",
|
||||
"text" : "Connections cannot be restored after they have been deleted. Are you sure you want to delete this connection?"
|
||||
},
|
||||
"protocol" : "Protocol:",
|
||||
"root" : "ROOT",
|
||||
"location" : "Location:",
|
||||
@@ -87,6 +91,12 @@
|
||||
"createConnectionGroup" : "Create new connection groups:",
|
||||
"connections" : "Connections:"
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"title" : "Error",
|
||||
"action": {
|
||||
"acknowledge" : "OK"
|
||||
}
|
||||
}
|
||||
},
|
||||
"protocol": {
|
||||
|
Reference in New Issue
Block a user