mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUACAMOLE-78: Render the usernames of anonymous users differently.
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user