Show the server map pool in the client map chooser.
Maps that aren't installed are queried from the resource center.
This commit is contained in:
@@ -350,6 +350,7 @@ label-update-notice-b = Download the latest version from www.openra.net
|
||||
## map-chooser.yaml
|
||||
label-mapchooser-panel-title = Choose Map
|
||||
button-mapchooser-panel-system-maps-tab = Official Maps
|
||||
button-mapchooser-panel-remote-maps-tab = Server Maps
|
||||
button-mapchooser-panel-user-maps-tab = Custom Maps
|
||||
label-filter-order-controls-desc = Filter:
|
||||
label-filter-order-controls-desc-joiner = in
|
||||
|
||||
@@ -500,6 +500,16 @@ label-map-size-huge = (Huge)
|
||||
label-map-size-large = (Large)
|
||||
label-map-size-medium = (Medium)
|
||||
label-map-size-small = (Small)
|
||||
label-map-searching-count =
|
||||
{ $count ->
|
||||
[one] Searching the OpenRA Resource Center for { $count } map...
|
||||
*[other] Searching the OpenRA Resource Center for { $count } maps...
|
||||
}
|
||||
label-map-unavailable-count =
|
||||
{ $count ->
|
||||
[one] { $count } map was not found on the OpenRA Resource Center
|
||||
*[other] { $count } maps were not found on the OpenRA Resource Center
|
||||
}
|
||||
|
||||
notification-map-deletion-failed = Failed to delete map '{ $map }'. See the debug.log file for details.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user