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": "If this link does not work, you need to install and configure an XMPP client, and visit this page again afterwards.",
"recommend": "On Android we recommend one of:",
"checkfulllist": "Check the <a href='http://xmpp.org/software/clients.html'>full list of XMPP clients</a> for other platforms.",
"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.",
"":""
}
|