Editor selection refactor pt1
This commit is contained in:
@@ -72,32 +72,41 @@ label-tiles-bg-categories = Filter:
|
||||
label-actors-bg-search = Search:
|
||||
label-actors-bg-categories = Filter:
|
||||
label-actors-bg-owners = Owner:
|
||||
label-area-selection = Area Selection
|
||||
label-copy-filters = Copy Filters
|
||||
label-filter-terrain = Terrain
|
||||
label-filter-resources = Resources
|
||||
label-filter-actors = Actors
|
||||
button-selection-cancel = Cancel
|
||||
label-show-tile-grid = Show Tile Grid
|
||||
label-show-buildable-area = Show Buildable Area
|
||||
|
||||
button-map-editor-tab-container-tiles =
|
||||
.label = Tiles
|
||||
.tooltip = Tiles
|
||||
|
||||
button-map-editor-tab-container-overlays =
|
||||
.label = Overlays
|
||||
.tooltip = Overlays
|
||||
|
||||
button-map-editor-tab-container-actors =
|
||||
.label = Actors
|
||||
.tooltip = Actors
|
||||
|
||||
button-map-editor-tab-container-tools =
|
||||
.tooltip = Tools
|
||||
|
||||
button-map-editor-tab-container-history =
|
||||
.label = History
|
||||
.tooltip = History
|
||||
|
||||
button-editor-world-root-options =
|
||||
.label = Menu
|
||||
.tooltip = Menu
|
||||
|
||||
button-editor-world-root-copypaste =
|
||||
.label = Copy/Paste
|
||||
button-editor-world-root-copy =
|
||||
.label = Copy
|
||||
.tooltip = Copy
|
||||
|
||||
dropdownbutton-editor-world-root-copyfilter-button = Copy Filters
|
||||
button-editor-world-root-paste =
|
||||
.label = Paste
|
||||
.tooltip = Paste
|
||||
|
||||
button-editor-world-root-undo =
|
||||
.label = Undo
|
||||
@@ -107,7 +116,6 @@ button-editor-world-root-redo =
|
||||
.label = Redo
|
||||
.tooltip = Redo last step
|
||||
|
||||
dropdownbutton-editor-world-root-overlay-button = Overlays
|
||||
button-select-categories-buttons-all = All
|
||||
button-select-categories-buttons-none = None
|
||||
|
||||
|
||||
@@ -805,6 +805,9 @@ notification-copied-tiles =
|
||||
}
|
||||
|
||||
## EditorDefaultBrush
|
||||
notification-selected-area = Selected area { $x },{ $y } ({ $width },{ $height })
|
||||
notification-selected-actor = Selected actor { $id }
|
||||
notification-cleared-selection = Cleared selection
|
||||
notification-removed-actor = Removed { $name } ({ $id })
|
||||
notification-removed-resource = Removed { $type }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user