Skip to content
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 an advanced search for boards to the lobby #6196

Merged
merged 17 commits into from
Nov 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions megamek/i18n/megamek/client/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,19 @@ AdvancedOptions.KeyRepeatRate.name=Key Repeat Rate
AdvancedOptions.KeyRepeatRate.tooltip= Sets how frequently a key is repeated, if a keybind has the isRepeatable flag set.
AdvancedOptions.ShowFPS.name=Show drawtime

AdvancedSearchMapDialog.boardTableCount=Count:
AdvancedSearchMapDialog.boardTableModel.name=Name
AdvancedSearchMapDialog.boardTableModel.size=Size
AdvancedSearchMapDialog.boardTagsAllCheckBox=All
AdvancedSearchMapDialog.filterBoardPaths=Board Paths
AdvancedSearchMapDialog.filterBoardTags=Board Tags
AdvancedSearchMapDialog.filterName=Name:
AdvancedSearchMapDialog.filterRangeEnd.tooltip=end range, blank acts as wildcard
AdvancedSearchMapDialog.filterRangeHeight=Height:
AdvancedSearchMapDialog.filterRangeStart.tooltip=start range, blank acts as wildcard
AdvancedSearchMapDialog.filterRangeWidth=Width:
AdvancedSearchMapDialog.title=Advanced Search

#Board Editor
BoardEditor.BridgeBuildingElevError=Bridge/Building Elevation is an offset from the surface of a hex and hence must be a positive value!
BoardEditor.OpenFileError=Could not open file {0}.
Expand Down
Loading
Loading