blob: fee153a59eced977b2cc852299ab0157b609bca4 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<multi_floater bottom="-690" can_close="true" can_drag_on_left="false" can_minimize="true"
can_resize="true" enabled="true" follows="left|bottom" height="422"
hidden="false" left="294" min_height="130" min_width="350"
mouse_opaque="true" name="im_floater" rect_control="FloaterIMRect"
title="Instant Message" width="419">
<tab_container border="false" bottom="-422" enabled="true" follows="left|top|right|bottom"
height="406" hidden="false" left="1" mouse_opaque="false"
name="Preview Tabs" tab_position="bottom" width="417" />
<string name="only_user_message">
You are the only user in this session.
</string>
<string name="offline_message">
[FIRST] [LAST] is offline.
</string>
<string name="generic_request_error">
Error making request, please try again later.
</string>
<string name="insufficient_perms_error">
You do not have sufficient permissions.
</string>
<string name="user_no_help">
The requested user is no longer in the help session.
</string>
<string name="add_session_event">
adding agents to chat session with
</string>
<string name="message_session_event">
messaging chat session with
</string>
<string name="teleport_session_event">
teleporting to creator of
</string>
<string name="removed_from_group">
You have been removed from the group.
</string>
<string name="invite_message">
Click the [BUTTON NAME] button to accept/connect to this voice chat.
</string>
</multi_floater>
|