Github user necouchman commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/217#discussion_r159142620
--- Diff: guacamole/src/main/webapp/translations/it.json ---
@@ -543,9 +543,13 @@
"FIELD_PLACEHOLDER_FILTER" : "@:APP.FIELD_PLACEHOLDER_FILTER",
+ "FORMAT_DATE" : "@:APP.FORMAT_DATE_TIME_PRECISE",
+
"HELP_USERS" : "Click or tap on a user below to manage that user.
Depending on your access level, users can be added and deleted, and their
passwords can be changed.",
- "SECTION_HEADER_USERS" : "Utenti"
+ "SECTION_HEADER_USERS" : "Utenti",
+
+ "TABLE_HEADER_USERNAME" : "Username"
--- End diff --
Okay, we'll go with that for now.
---