diff options
author | celestar <celestar@openttd.org> | 2006-05-11 10:33:58 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2006-05-11 10:33:58 +0000 |
commit | b5dd3ddbd576bfa8dcb86c86634d36ece7893394 (patch) | |
tree | 95ea258355086eae6b3df6fc5bd9bee882e5a293 /lang | |
parent | 795fedfc3156e51ba3497ca07e5e50f4b9e28344 (diff) | |
download | openttd-b5dd3ddbd576bfa8dcb86c86634d36ece7893394.tar.xz |
(svn r4822) -Feature: Station List View can now be sorted and filtered (by waiting cargo type and facilities)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/english.txt b/lang/english.txt index 9f8f3fab4..3d29dbdc0 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -146,6 +146,8 @@ STR_ABBREV_TOFFEE :{TINYFONT}TF STR_ABBREV_BATTERIES :{TINYFONT}BA STR_ABBREV_PLASTIC :{TINYFONT}PL STR_ABBREV_FIZZY_DRINKS :{TINYFONT}FZ +STR_ABBREV_NONE :{TINYFONT}NO +STR_ABBREV_ALL :{TINYFONT}ALL STR_00AE :{WHITE}{DATE_SHORT} STR_00AF :{WHITE}{DATE_LONG} STR_00B0_MAP :{WHITE}Map - {STRING} @@ -377,6 +379,9 @@ STR_SORT_BY_TOTAL_CAPACITY_PER_CARGOTYPE :Total capacity STR_SORT_BY_MAX_SPEED :Maximum speed STR_SORT_BY_MODEL :Model STR_SORT_BY_VALUE :Value +STR_SORT_BY_FACILITY :Station type +STR_SORT_BY_WAITING :Waiting cargo value +STR_SORT_BY_RATING_MAX :Cargo rating ############ range for months starts STR_0162_JAN :Jan @@ -1714,6 +1719,7 @@ STR_306A_BUOY_IN_THE_WAY :{WHITE}...buoy STR_306B_HELIPORT :{BLACK}Heliport STR_306C_STATION_TOO_SPREAD_OUT :{WHITE}...station too spread out STR_306D_NONUNIFORM_STATIONS_DISALLOWED :{WHITE}...nonuniform stations disabled +STR_USE_CTRL_TO_SELECT_MORE :{BLACK}Hold down CTRL to select more than one item STR_UNDEFINED :(undefined string) STR_STAT_CLASS_DFLT :Default station @@ -2782,6 +2788,7 @@ STR_CURRENCY_PREVIEW :{LTBLUE}Preview STR_CURRENCY_CHANGE_PARAMETER :{BLACK}Change custom currency parameter STR_TRAIN :{BLACK}{TRAIN} +STR_BUS :{BLACK}{BUS} STR_LORRY :{BLACK}{LORRY} STR_PLANE :{BLACK}{PLANE} STR_SHIP :{BLACK}{SHIP} |