1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"chat": {
"title": "Invitation from {{name}}",
"heading": "{{name}} has invited you to chat",
"button": "Add {{name}} to contact list",
"":""
},
"muc": {
"title": "Invitation to {{name}}",
"heading": "You have been invited to {{name}}",
"button": "Join the chat room {{name}}",
"":""
},
"clients": "You need to install an XMPP client to access the XMPP network.",
"recommend": "Here are the most commonly used clients for your platform:",
"checkfulllist": "See the <a href='https://xmpp.org/software/clients/'>full list</a> of XMPP clients for other platforms and devices.",
"xmppis": "XMPP is a provider independent form of instant messaging. You can pick from many different clients and have a free choice of server operators to participate.",
"":""
}
|