en.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "connectdialog": {
  3. "title": "Connect to Server",
  4. "address": "Address",
  5. "port": "Port",
  6. "username": "Username",
  7. "password": "Password",
  8. "tokens": "Tokens",
  9. "remove": "Remove",
  10. "add": "Add",
  11. "cancel": "Cancel",
  12. "connect": "Connect",
  13. "error": {
  14. "title": "Failed to connect",
  15. "reason": {
  16. "refused": "The connection has been refused.",
  17. "version": "The server uses an incompatible version.",
  18. "username": "Your user name was rejected. Maybe try a different one?",
  19. "userpassword": "The given password is incorrect.\nThe user name you have chosen requires a special one.",
  20. "serverpassword": "The given password is incorrect.",
  21. "username_in_use": "The user name you have chosen is already in use.",
  22. "full": "The server is full.",
  23. "clientcert": "The server requires you to provide a client certificate which is not supported by this web application.",
  24. "server": "The server reports:"
  25. },
  26. "retry": "Retry",
  27. "cancel": "Cancel"
  28. }
  29. },
  30. "joindialog": {
  31. "title": "Mumble Voice Conference",
  32. "connect": "Join Conference"
  33. },
  34. "usercontextmenu": {
  35. "mute": "Mute",
  36. "deafen": "Deafen",
  37. "priority_speaker": "Priority Speaker",
  38. "local_mute": "Local Mute",
  39. "ignore_messages": "Ignore Messages",
  40. "view_comment": "View Comment",
  41. "change_comment": "Change Comment",
  42. "reset_comment": "Reset Comment",
  43. "view_avatar": "View Avatar",
  44. "change_avatar": "Change Avatar",
  45. "reset_avatar": "Reset Avatar",
  46. "send_message": "Send Message",
  47. "information": "Information",
  48. "self_mute": "Self Mute",
  49. "self_deafen": "Self Deafen",
  50. "add_friend": "Add Friend",
  51. "remove_friend": "Remove Friend"
  52. },
  53. "channelcontextmenu": {
  54. "join": "Join Channel",
  55. "add": "Add",
  56. "edit": "Edit",
  57. "remove": "Remove",
  58. "link": "Link",
  59. "unlink": "Unlink",
  60. "unlink_all": "Unlink All",
  61. "copy_mumble_url": "Copy Mumble URL",
  62. "copy_mumble_web_url": "Copy Mumble-Web URL",
  63. "send_message": "Send Message"
  64. }
  65. }