-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add deployment options #4922
add deployment options #4922
Changes from 22 commits
a560f8c
9640b11
2d419e1
c4cd96c
cf4f166
688dc50
11a8d30
ec89204
262b730
b3150d6
1cfebff
86a483f
9195c91
a106899
ab56dc6
966f32d
5163750
65cf65d
c2fe464
3c6518d
1fad826
c913302
6df8b2f
a1efa21
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -285,6 +285,7 @@ BoardSelectionDialog.UpdateSize=Update Size | |
BoardSelectionDialog.Updating=Updating... | ||
BoardSelectionDialog.ViewGameBoard=Preview Game Map... * | ||
BoardSelectionDialog.ViewGameBoardTooltip=Shows a preview of the game's map.<br> * Note: For generated maps and surprise maps the preview is only a sample<br> and will not be the same as the actual map used. | ||
BoardSelectionDialog.ViewGameBoardButton=refresh preview | ||
|
||
#Game board tooltips | ||
BoardView1.ACTIVATING=ACTIVATING | ||
|
@@ -772,6 +773,8 @@ ChatLounge.notDone=Not Done | |
ChatLounge.PartialRepairs=Partial Repairs | ||
ChatLounge.Player=Player | ||
ChatLounge.Players=Players | ||
ChatLounge.Player0=Player0 | ||
ChatLounge.Blind=Blind | ||
ChatLounge.quickView=Unit Quick View | ||
ChatLounge.OverlapDeploy.title=Must choose exclusive deployment zone | ||
ChatLounge.OverlapDeploy.msg=When using double blind, each player needs to have an exclusive deployment zone. | ||
|
@@ -1430,6 +1433,12 @@ CustomMechDialog.labDeploymentOffset=Deployment Zone Offset: | |
CustomMechDialog.labDeploymentOffsetTip=Deployment Zone Offset, in hexes from corresponding map edge | ||
CustomMechDialog.labDeploymentWidth=Deployment Zone Width: | ||
CustomMechDialog.labDeploymentWidthTip=Deployment Zone width, in hexes | ||
CustomMechDialog.labDeploymentAnyNW=Deployment Any NW corner: | ||
CustomMechDialog.labDeploymentAnySE=Deployment Any SE corner: | ||
CustomMechDialog.BtnDeploymentUseRuler=Use ruler coords | ||
CustomMechDialog.BtnDeploymentUseRulerTip=set the Any NW and SE corners based on the corners of the NW and SE corners the square defined by the map preview ruler | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Capital letter |
||
CustomMechDialog.BtnDeploymentApply=Apply | ||
CustomMechDialog.BtnDeploymentApplyTip=Apply player setting | ||
CustomMechDialog.labDeployShutdown=Shutdown | ||
CustomMechDialog.labDeployProne=Prone | ||
CustomMechDialog.labDeployHullDown=Hull Down | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,10 @@ GameOptionsInfo.option.dumping_from_round.displayableName=first round for ammo d | |
GameOptionsInfo.option.dumping_from_round.description=Number of the round that has to be at least reached before allowing ammo dumps. | ||
GameOptionsInfo.option.set_arty_player_homeedge.displayableName=Automatically set artillery home edge | ||
GameOptionsInfo.option.set_arty_player_homeedge.description=If checked, all of the players' artillery units will have their home edge set to the deployment edge of the player, NW and NE are North, SW and SE are South. \nUnchecked by default. | ||
GameOptionsInfo.option.set_default_team_1.displayableName=Default non-bot players to team 1 | ||
GameOptionsInfo.option.set_default_team_1.description=Unchecked each player is assigned new team | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I feel this is not understandable unless you already know what it does. At least it should start with "When this option is unchecked, " |
||
GameOptionsInfo.option.set_player_deployment_to_player0.displayableName=Non-bot player entities with \"Use Owners*\" deployment set, use Player 0\'s settings, instead of current player\'s settings | ||
GameOptionsInfo.option.set_player_deployment_to_player0.description=Unchecked use current player deployments settings | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ditto |
||
GameOptionsInfo.option.restrict_game_commands.displayableName=Restrict sensitive commands to non-Observers | ||
GameOptionsInfo.option.restrict_game_commands.description=If checked, commands such as /reset and /kick cannot be used by Observers while others are playing. \nUnchecked by default. | ||
GameOptionsInfo.option.disable_local_save.displayableName=Disable local saves when using double blind | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is a button text I feel this needs at least a capital letter as the first