diff options
author | Bernard Teo <bernard.14916@gmail.com> | 2019-01-11 16:50:38 +0800 |
---|---|---|
committer | Patric Stout <github@truebrain.nl> | 2020-12-21 23:15:53 +0100 |
commit | e59c400ca6e56605dd8660630246982f23a16b0a (patch) | |
tree | 43ba3c93dfa79fc5ed0e1719862c4ba773b58a9d /src/lang | |
parent | 584df548f1bdfa27482aa995d151542abe4f0bca (diff) | |
download | openttd-e59c400ca6e56605dd8660630246982f23a16b0a.tar.xz |
Feature: Option to group vehicle lists by shared orders
This applies to all kinds of vehicle lists, as well as the "vehicle groups" window.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 6d11d2d76..2b96f1931 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -315,6 +315,15 @@ STR_SORT_BY_CARGO_CAPACITY :Cargo capacity STR_SORT_BY_RANGE :Range STR_SORT_BY_POPULATION :Population STR_SORT_BY_RATING :Rating +STR_SORT_BY_NUM_VEHICLES :Number of vehicles +STR_SORT_BY_TOTAL_PROFIT_LAST_YEAR :Total profit last year +STR_SORT_BY_TOTAL_PROFIT_THIS_YEAR :Total profit this year +STR_SORT_BY_AVERAGE_PROFIT_LAST_YEAR :Average profit last year +STR_SORT_BY_AVERAGE_PROFIT_THIS_YEAR :Average profit this year + +# Group by options for vehicle list +STR_GROUP_BY_NONE :None +STR_GROUP_BY_SHARED_ORDERS :Shared orders # Tooltips for the main toolbar STR_TOOLBAR_TOOLTIP_PAUSE_GAME :{BLACK}Pause game |