Allow a bunch more dialogs to be localized
This commit is contained in:
parent
abc78769ec
commit
ddbe10c291
3 changed files with 173 additions and 44 deletions
43
loc/en.json
43
loc/en.json
|
@ -8,6 +8,47 @@
|
|||
"connectdialog.remove": "Remove",
|
||||
"connectdialog.add": "Add",
|
||||
"connectdialog.cancel": "Cancel",
|
||||
"connectdialog.connect": "Connect"
|
||||
"connectdialog.connect": "Connect",
|
||||
"connectdialog.error.title": "Failed to connect",
|
||||
"connectdialog.error.reason.refused": "The connection has been refused.",
|
||||
"connectdialog.error.reason.version": "The server uses an incompatible version.",
|
||||
"connectdialog.error.reason.username": "Your user name was rejected. Maybe try a different one?",
|
||||
"connectdialog.error.reason.userpassword": "The given password is incorrect.\nThe user name you have chosen requires a special one.",
|
||||
"connectdialog.error.reason.serverpassword": "The given password is incorrect.",
|
||||
"connectdialog.error.reason.username_in_use": "The user name you have chosen is already in use.",
|
||||
"connectdialog.error.reason.full": "The server is full.",
|
||||
"connectdialog.error.reason.clientcert": "The server requires you to provide a client certificate which is not supported by this web application.",
|
||||
"connectdialog.error.reason.server": "The server reports:",
|
||||
"connectdialog.error.retry": "Retry",
|
||||
"connectdialog.error.cancel": "Cancel",
|
||||
"joindialog.title": "Mumble Voice Conference",
|
||||
"joindialog.connect": "Join Conference",
|
||||
"usercontextmenu.mute": "Mute",
|
||||
"usercontextmenu.deafen": "Deafen",
|
||||
"usercontextmenu.priority_speaker": "Priority Speaker",
|
||||
"usercontextmenu.local_mute": "Local Mute",
|
||||
"usercontextmenu.ignore_messages": "Ignore Messages",
|
||||
"usercontextmenu.view_comment": "View Comment",
|
||||
"usercontextmenu.change_comment": "Change Comment",
|
||||
"usercontextmenu.reset_comment": "Reset Comment",
|
||||
"usercontextmenu.view_avatar": "View Avatar",
|
||||
"usercontextmenu.change_avatar": "Change Avatar",
|
||||
"usercontextmenu.reset_avatar": "Reset Avatar",
|
||||
"usercontextmenu.send_message": "Send Message",
|
||||
"usercontextmenu.information": "Information",
|
||||
"usercontextmenu.self_mute": "Self Mute",
|
||||
"usercontextmenu.self_deafen": "Self Deafen",
|
||||
"usercontextmenu.add_friend": "Add Friend",
|
||||
"usercontextmenu.remove_friend": "Remove Friend",
|
||||
"channelcontextmenu.join": "Join Channel",
|
||||
"channelcontextmenu.add": "Add",
|
||||
"channelcontextmenu.edit": "Edit",
|
||||
"channelcontextmenu.remove": "Remove",
|
||||
"channelcontextmenu.link": "Link",
|
||||
"channelcontextmenu.unlink": "Unlink",
|
||||
"channelcontextmenu.unlink_all": "Unlink All",
|
||||
"channelcontextmenu.copy_mumble_url": "Copy Mumble URL",
|
||||
"channelcontextmenu.copy_mumble_web_url": "Copy Mumble-Web URL",
|
||||
"channelcontextmenu.send_message": "Send Message"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue