From 43f1a61e8ae19f3cb01d4e4f3abb6711b501fc2f Mon Sep 17 00:00:00 2001 From: Georg Lukas Date: Sun, 1 Jan 2017 22:34:14 +0100 Subject: Initial code commit: WARNING, FUGLY JAVASCRIPT --- lang/en.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 lang/en.json (limited to 'lang') 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 full list of XMPP clients 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.", + "":"" +} -- cgit 1.4.1