XMPP invitation landing page, without javascript
Diffstat (limited to 'lang/en.json')
| -rw-r--r-- | lang/en.json | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/lang/en.json b/lang/en.json index 34ba4f8..e5e0677 100644 --- a/lang/en.json +++ b/lang/en.json @@ -1,14 +1,26 @@ { "chat": { - "title": "Invitation from {{name}}", - "heading": "{{name}} has invited you to chat", - "button": "Add {{name}} to contact list", + "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}}", + "title": "Invitation to {{Name}}", + "heading": "You have been invited to {{Name}}", + "button": "Join the chat room {{Name}}", + "":"" + }, + "register": { + "title": "Invitation to {{server}}", + "heading": "You have been invited to {{server}}", + "button": "Register an account on {{server}}", + "":"" + }, + "register_name": { + "title": "Invitation to {{server}}", + "heading": "{{Name}}, you have been invited to {{server}}", + "button": "Register as {{name}}@{{server}}", "":"" }, "clients": "You need to install an XMPP client to access the XMPP network.", |