-
Notifications
You must be signed in to change notification settings - Fork 0
/
locallang_db.xml
30 lines (30 loc) · 1.65 KB
/
locallang_db.xml
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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3locallang>
<meta type="array">
<type>database</type>
<description>Language labels for database tables/fields belonging to extension 'supportchat'</description>
</meta>
<data type="array">
<languageKey index="default" type="array">
<label index="tx_supportchat_chats">Chats</label>
<label index="tx_supportchat_chats.be_user">BE User</label>
<label index="tx_supportchat_chats.session">Session ID</label>
<label index="tx_supportchat_chats.active">Active</label>
<label index="tx_supportchat_chats.language_uid">Language Uid</label>
<label index="tx_supportchat_chats.last_row_uid">Last Row Uid</label>
<label index="tx_supportchat_messages">Messages</label>
<label index="tx_supportchat_messages.chat_pid">Chat Pid</label>
<label index="tx_supportchat_messages.name">Name</label>
<label index="tx_supportchat_messages.message">Message</label>
<label index="tt_content.list_type_pi1">Support Chat</label>
<label index="tx_supportchat_internal_messages.chat">Chat</label>
<label index="tx_supportchat_internal_messages.from_be_user">From BE-User</label>
<label index="tx_supportchat_internal_messages.to_be_user">To BE-User</label>
<label index="tx_supportchat_internal_messages.message">Message</label>
<label index="tx_supportchat_internal_messages.active">Active</label>
<label index="tx_supportchat_internal_messages">Internal - Messages</label>
<label index="tx_supportchat_internal_messages.to_do">To Do (toAssume:Assume the Chat to another BE-User)</label>
<label index="tx_supportchat_chats.surfer_ip">Surfer IP</label>
</languageKey>
</data>
</T3locallang>