blob: 55efe83820c07c41315c4ced38755ac81d7e466b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<multi_floater
legacy_header_height="18"
can_resize="true"
follows="left|bottom"
height="422"
layout="topleft"
min_height="130"
min_width="350"
name="im_floater"
help_topic="im_floater"
save_rect="true"
title="Instant Message"
width="419">
<multi_floater.string
name="only_user_message">
You are the only Resident in this session.
</multi_floater.string>
<multi_floater.string
name="offline_message">
[FIRST] [LAST] is offline.
</multi_floater.string>
<multi_floater.string
name="invite_message">
Click the [BUTTON NAME] button to accept/connect to this voice chat.
</multi_floater.string>
<multi_floater.string
name="muted_message">
You have blocked this Resident. Sending a message will automatically unblock them.
</multi_floater.string>
<multi_floater.string
name="generic_request_error">
Error making request, please try again later.
</multi_floater.string>
<multi_floater.string
name="insufficient_perms_error">
You do not have sufficient permissions.
</multi_floater.string>
<multi_floater.string
name="session_does_not_exist_error">
The session no longer exists
</multi_floater.string>
<multi_floater.string
name="no_ability_error">
You do not have that ability.
</multi_floater.string>
<multi_floater.string
name="not_a_mod_error">
You are not a session moderator.
</multi_floater.string>
<multi_floater.string
name="muted_error">
A group moderator disabled your text chat.
</multi_floater.string>
<multi_floater.string
name="add_session_event">
Unable to add Residents to chat session with [RECIPIENT].
</multi_floater.string>
<multi_floater.string
name="message_session_event">
Unable to send your message to the chat session with [RECIPIENT].
</multi_floater.string>
<multi_floater.string
name="removed_from_group">
You have been removed from the group.
</multi_floater.string>
<multi_floater.string
name="close_on_no_ability">
You no longer have the ability to be in the chat session.
</multi_floater.string>
<tab_container
follows="left|top|right|bottom"
height="406"
layout="topleft"
left="1"
name="Preview Tabs"
tab_position="bottom"
top="16"
width="417" />
</multi_floater>
|