en.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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 {{name}}",
  16. "heading": "You have been invited to create an account on {{name}}",
  17. "button": "Register on {{name}}",
  18. "":""
  19. },
  20. "create": {
  21. "title": "Create XMPP link",
  22. "heading": "Create an XMPP link",
  23. "desc": "Use this to create a quick friendly XMPP link you can share with people. Enter or paste an XMPP URI or JID below to begin.",
  24. "button": "Generate link",
  25. "input": "JID or URI:",
  26. "is_muc": "This is a group chat",
  27. "link_heading": "Your link",
  28. "":""
  29. },
  30. "clients": "You need to install an XMPP client to access the XMPP network.",
  31. "recommend": "Here are the most commonly used clients for your platform:",
  32. "checkfulllist": "See the <a href='https://xmpp.org/software/clients/'>full list</a> of XMPP clients for other platforms and devices.",
  33. "xmppis": "XMPP is a provider-independent kind of instant messaging where a wide selection of clients and servers allows you to participate.",
  34. "action-copy": "Copy to clipboard",
  35. "copy-success": "Copied!",
  36. "copy-failure": "Failed to copy to clipboard",
  37. "":""
  38. }