You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

main.json 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "contactlist": "CONTACT LIST",
  3. "connectionsettings": "Connection Settings",
  4. "poweredby": "powered by",
  5. "downloadlogs": "Download logs",
  6. "welcomepage":{
  7. "go": "GO",
  8. "roomname": "Enter room name",
  9. "disable": "Don't show this page next time I enter",
  10. "feature1": {
  11. "title": "Simple to use",
  12. "content": "No downloads required. __app__ works directly within your browser. Simply share your conference URL with others to get started."
  13. },
  14. "feature2": {
  15. "title": "Low bandwidth",
  16. "content": "Multi-party video conferences work with as little as 128Kbps. Screen-sharing and audio-only conferences are possible with far less."
  17. },
  18. "feature3": {
  19. "title": "Open source",
  20. "content": "__app__ is licensed under MIT. You are free to download, use, modify, and share them as per these licenses."
  21. },
  22. "feature4": {
  23. "title": "Unlimited users",
  24. "content": "There are no artificial restrictions on the number of users or conference participants. Server power and bandwidth are the only limiting factors."
  25. },
  26. "feature5": {
  27. "title": "Screen sharing",
  28. "content": "It's easy to share your screen with others. __app__ is ideal for on-line presentations, lectures, and tech support sessions."
  29. },
  30. "feature6": {
  31. "title": "Secure rooms",
  32. "content": "Need some privacy? __app__ conference rooms can be secured with a password in order to exclude unwanted guests and prevent interruptions."
  33. },
  34. "feature7": {
  35. "title": "Shared notes",
  36. "content": "__app__ features Etherpad, a real-time collaborative text editor that's great for meeting minutes, writing articles, and more."
  37. },
  38. "feature8": {
  39. "title": "Usage statistics",
  40. "content": "Learn about your users through easy integration with Piwik, Google Analytics, and other usage monitoring and statistics systems."
  41. }
  42. },
  43. "toolbar": {
  44. "mute": "Mute / Unmute",
  45. "videomute": "Start / stop camera",
  46. "authenticate": "Authenticate",
  47. "record": "Record",
  48. "lock": "Lock / unlock room",
  49. "invite": "Invite others",
  50. "chat": "Open / close chat",
  51. "prezi": "Share Prezi",
  52. "etherpad": "Shared document",
  53. "sharescreen": "Share screen",
  54. "fullscreen": "Enter / Exit Full Screen",
  55. "sip": "Call SIP number",
  56. "Settings": "Settings",
  57. "hangup": "Hang Up"
  58. },
  59. "bottomtoolbar": {
  60. "chat": "Open / close chat",
  61. "filmstrip": "Open / close contact list",
  62. "contactlist": "Show / hide film strip"
  63. },
  64. "chat":{
  65. "nickname": {
  66. "title": "Enter a nickname in the box below",
  67. "popover": "Choose a nickname"
  68. },
  69. "messagebox": "Enter text..."
  70. },
  71. "settings":
  72. {
  73. "title": "SETTINGS",
  74. "update": "Update",
  75. "name": "Name"
  76. },
  77. "videothumbnail":
  78. {
  79. "editnickname": "Click to edit your<br/>display name",
  80. "moderator": "The owner of<br/>this conference",
  81. "videomute": "Participant has<br/>stopped the camera.",
  82. "mute": "Participant is muted",
  83. "kick": "Kick out",
  84. "muted": "Muted",
  85. "domute": "Mute"
  86. },
  87. "connectionindicator":
  88. {
  89. "bitrate": "Bitrate:",
  90. "packetloss": "Packet loss: ",
  91. "resolution": "Resolution:",
  92. "less": "Show less",
  93. "more": "Show more",
  94. "address": "Address:",
  95. "remoteports": "Remote ports:",
  96. "localports": "Local ports:",
  97. "remoteport": "Remote port:",
  98. "localport": "Local port:",
  99. "localaddress": "Local address: ",
  100. "localaddresses": "Local addresses: ",
  101. "remoteaddress": "Remote address: ",
  102. "remoteaddresses": "Remote addresses: ",
  103. "transport": "Transport: ",
  104. "bandwidth": "Estimated bandwidth:",
  105. "na": "Come back here for connection information once the conference starts"
  106. },
  107. "notify": {
  108. "disconnected": "disconnected",
  109. "moderator": "Moderator rights granted !",
  110. "connected": "connected"
  111. }
  112. }