New person_single message for only one person in a room
This commit is contained in:
parent
6ae2183385
commit
1d355b0271
|
@ -104,7 +104,8 @@ define({
|
||||||
server: {
|
server: {
|
||||||
person_joined: 'A person joined this room.',
|
person_joined: 'A person joined this room.',
|
||||||
person_left: 'A person left this room.',
|
person_left: 'A person left this room.',
|
||||||
person_count: 'There is {payload} person(s) in this room, including you.',
|
person_count: 'There are {payload} people in this room, including you.',
|
||||||
|
person_single: 'You are the only person in this room.',
|
||||||
command_failed: 'Server command failed, you\'re probably trying to du something bogus.',
|
command_failed: 'Server command failed, you\'re probably trying to du something bogus.',
|
||||||
bogus: 'Received a bogus message from server.'
|
bogus: 'Received a bogus message from server.'
|
||||||
},
|
},
|
||||||
|
@ -112,4 +113,4 @@ define({
|
||||||
client: {
|
client: {
|
||||||
title: 'Cryptalk - Offline'
|
title: 'Cryptalk - Offline'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue