diff options
| author | Zach DeCook <zachdecook@librem.one> | 2022-06-06 19:52:36 +0000 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2022-06-06 19:52:36 +0000 |
| commit | dd106c063b84060dd158cd5d3b79f4ac3a15eecc (patch) | |
| tree | 5e565f79f6be7e96a81ed4a92456243e5f328bc3 /lang/en.json | |
| parent | 7c1b0f6ec2733ba82a89c1488618ec77d8a16067 (diff) | |
| download | php-xmpp-invitation-dd106c063b84060dd158cd5d3b79f4ac3a15eecc.tar.gz | |
URIs: Add register URIs
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.", |
