XMPP invitation landing page, without javascript
Diffstat (limited to 'lang/en.json')
| -rw-r--r-- | lang/en.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lang/en.json b/lang/en.json new file mode 100644 index 0000000..41d7305 --- /dev/null +++ b/lang/en.json @@ -0,0 +1,21 @@ +{ + "chat": { + "title": "Invitation from {{name}}", + "heading": "{{name}} has invited you to chat", + "intro": "Add {{name}} to your contact list by clicking the following link:", + "button": "Add {{name}}", + "":"" + }, + "muc": { + "title": "Invitation to {{name}}", + "heading": "You have been invited to {{name}}", + "intro": "Join the chat room {{name}} by clicking the following link:", + "button": "Join {{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.", + "":"" +} |