diff options
| author | Georg Lukas <georg@op-co.de> | 2017-01-01 22:34:14 +0100 |
|---|---|---|
| committer | Georg Lukas <georg@op-co.de> | 2017-01-01 22:34:14 +0100 |
| commit | 43f1a61e8ae19f3cb01d4e4f3abb6711b501fc2f (patch) | |
| tree | c8b6d7983f109155a3aada9b70ec458b4438250a /lang | |
| parent | 2b27c5048f1de4a5e9e5194acf311711373356cd (diff) | |
| download | php-xmpp-invitation-43f1a61e8ae19f3cb01d4e4f3abb6711b501fc2f.tar.gz | |
Initial code commit: WARNING, FUGLY JAVASCRIPT
Diffstat (limited to 'lang')
| -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.", + "":"" +} |
