en.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "chat": {
  3. "title": "Invitation from {{Name}}",
  4. "heading": "{{Name}} has invited you to chat",
  5. "button": "Add {{Name}} to contact list",
  6. "":""
  7. },
  8. "muc": {
  9. "title": "Invitation to {{Name}}",
  10. "heading": "You have been invited to {{Name}}",
  11. "button": "Join the chat room {{Name}}",
  12. "":""
  13. },
  14. "register": {
  15. "title": "Invitation to {{server}}",
  16. "heading": "You have been invited to {{server}}",
  17. "button": "Register an account on {{server}}",
  18. "":""
  19. },
  20. "register_name": {
  21. "title": "Invitation to {{server}}",
  22. "heading": "{{Name}}, you have been invited to {{server}}",
  23. "button": "Register as {{name}}@{{server}}",
  24. "":""
  25. },
  26. "ibr": {
  27. "title": "Invitation from {{Name}}",
  28. "heading": "{{Name}} has invited you to chat",
  29. "button": "Chat with {{Name}} on {{server}}",
  30. "":""
  31. },
  32. "clients": "You need to install an XMPP client to access the XMPP network.",
  33. "recommend": "Here are the most commonly used clients for {{os}}:",
  34. "checkfulllist": "See the <a href='https://xmpp.org/software/clients/'>full list</a> of XMPP clients for other platforms and devices.",
  35. "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.",
  36. "":""
  37. }