GUACAMOLE-78: Render the usernames of anonymous users differently.

This commit is contained in:
Michael Jumper
2016-08-12 20:05:33 -07:00
parent 42cd4dca5d
commit 21f184f42e
8 changed files with 131 additions and 4 deletions

View File

@@ -42,6 +42,7 @@
"INFO_ACTIVE_USER_COUNT" : "Currently in use by {USERS} {USERS, plural, one{user} other{users}}.",
"TEXT_ANONYMOUS_USER" : "Anonymous",
"TEXT_HISTORY_DURATION" : "{VALUE} {UNIT, select, second{{VALUE, plural, one{second} other{seconds}}} minute{{VALUE, plural, one{minute} other{minutes}}} hour{{VALUE, plural, one{hour} other{hours}}} day{{VALUE, plural, one{day} other{days}}} other{}}"
},
@@ -166,6 +167,12 @@
},
"LIST" : {
"TEXT_ANONYMOUS_USER" : "Anonymous"
},
"LOGIN": {
"ACTION_ACKNOWLEDGE" : "@:APP.ACTION_ACKNOWLEDGE",