summaryrefslogtreecommitdiff
path: root/src/lang/english_AU.txt
diff options
context:
space:
mode:
authortranslators <translators@openttd.org>2013-06-11 17:45:54 +0000
committertranslators <translators@openttd.org>2013-06-11 17:45:54 +0000
commit040562909bc14f2b3870e6ac3cd0722714d0a32d (patch)
tree40e49785a8450b8e1abefc54ac17486c550114a6 /src/lang/english_AU.txt
parentbfdc7fe558d3835297b2ebb757fc99c5c8815629 (diff)
downloadopenttd-040562909bc14f2b3870e6ac3cd0722714d0a32d.tar.xz
(svn r25393) -Update from WebTranslator v3.0:
dutch - 32 changes by habell english_AU - 37 changes by mrtux english_US - 2 changes by Rubidium german - 2 changes by Jogio italian - 6 changes by lorenzodv korean - 1 changes by junho2813 russian - 6 changes by Lone_Wolf gaelic - 28 changes by GunChleoc swedish - 3 changes by Zuu
Diffstat (limited to 'src/lang/english_AU.txt')
-rw-r--r--src/lang/english_AU.txt39
1 files changed, 38 insertions, 1 deletions
diff --git a/src/lang/english_AU.txt b/src/lang/english_AU.txt
index e5e900476..a37abf7cf 100644
--- a/src/lang/english_AU.txt
+++ b/src/lang/english_AU.txt
@@ -221,6 +221,7 @@ STR_LIST_FILTER_TITLE :{BLACK}Filter s
STR_LIST_FILTER_OSKTITLE :{BLACK}Enter filter string
STR_LIST_FILTER_TOOLTIP :{BLACK}Enter a keyword to filter the list for
+STR_TOOLTIP_GROUP_ORDER :{BLACK}Select grouping order
STR_TOOLTIP_SORT_ORDER :{BLACK}Select sorting order (descending/ascending)
STR_TOOLTIP_SORT_CRITERIA :{BLACK}Select sorting criteria
STR_TOOLTIP_FILTER_CRITERIA :{BLACK}Select filtering criteria
@@ -303,6 +304,8 @@ STR_TOOLBAR_TOOLTIP_DISPLAY_SUBSIDIES :{BLACK}Display
STR_TOOLBAR_TOOLTIP_DISPLAY_LIST_OF_COMPANY_STATIONS :{BLACK}Display list of company's stations
STR_TOOLBAR_TOOLTIP_DISPLAY_COMPANY_FINANCES :{BLACK}Display company finances information
STR_TOOLBAR_TOOLTIP_DISPLAY_COMPANY_GENERAL :{BLACK}Display general company information
+STR_TOOLBAR_TOOLTIP_DISPLAY_STORY_BOOK :{BLACK}Display story book
+STR_TOOLBAR_TOOLTIP_DISPLAY_GOALS_LIST :{BLACK}Display goal list
STR_TOOLBAR_TOOLTIP_DISPLAY_GRAPHS :{BLACK}Display graphs
STR_TOOLBAR_TOOLTIP_DISPLAY_COMPANY_LEAGUE :{BLACK}Display company league table
STR_TOOLBAR_TOOLTIP_FUND_CONSTRUCTION_OF_NEW :{BLACK}Fund construction of new industry or list all industries
@@ -1560,12 +1563,20 @@ STR_CONFIG_SETTING_CITY_SIZE_MULTIPLIER_HELPTEXT :Average size of
STR_CONFIG_SETTING_MODIFIED_ROAD_REBUILD :Remove absurd road-elements during the road construction: {STRING}
STR_CONFIG_SETTING_MODIFIED_ROAD_REBUILD_HELPTEXT :Remove dead road ends during funded road reconstruction
+STR_CONFIG_SETTING_LINKGRAPH_ACCURACY_HELPTEXT :The higher you set this the more CPU time the calculation of the link graph will take. If it takes too long you may notice lag. If you set it to a low value, however, the distribution will be inaccurate, and you may notice cargo not being sent to the places you expect it to go.
+STR_CONFIG_SETTING_DEMAND_DISTANCE :Effect of distance on demands: {STRING}
+STR_CONFIG_SETTING_DEMAND_DISTANCE_HELPTEXT :If you set this to a value higher than 0, the distance between the origin station A of some cargo and a possible destination B will have an effect on the amount of cargo sent from A to B. The further away B is from A the less cargo will be sent. The higher you set it, the less cargo will be sent to far away stations and the more cargo will be sent to near stations.
+STR_CONFIG_SETTING_DEMAND_SIZE :Amount of returning cargo for symmetric mode: {STRING}
+STR_CONFIG_SETTING_DEMAND_SIZE_HELPTEXT :Setting this to less than 100% makes the symmetric distribution behave more like the asymmetric one. Less cargo will be forcibly sent back if a certain amount is sent to a station. If you set it to 0% the symmetric distribution behaves just like the asymmetric one.
+STR_CONFIG_SETTING_SHORT_PATH_SATURATION :Saturation of short paths before using capacious paths: {STRING}
+STR_CONFIG_SETTING_SHORT_PATH_SATURATION_HELPTEXT :Frequently there are multiple paths between two given stations. Cargodist will saturate the shortest path first, then use the second shortest path until that is saturated and so on. Saturation is determined by an estimation of capacity and planned usage. Once it has saturated all paths, if there is still demand left, it will overload all paths, prefering the ones with high capacity. Most of the time the algorithm will not estimate the capacity accurately, though. This setting allows you to specify up to which percentage a shorter path must be saturated in the first pass before choosing the next longer one. Set it to less than 100% to avoid overcrowded stations in case of overestimated capacity.
STR_CONFIG_SETTING_GUI :{ORANGE}Interface
STR_CONFIG_SETTING_CONSTRUCTION :{ORANGE}Construction
STR_CONFIG_SETTING_VEHICLES :{ORANGE}Vehicles
STR_CONFIG_SETTING_STATIONS :{ORANGE}Stations
STR_CONFIG_SETTING_ECONOMY :{ORANGE}Economy
+STR_CONFIG_SETTING_LINKGRAPH :{ORANGE}Cargo Distribution
STR_CONFIG_SETTING_AI :{ORANGE}Competitors
STR_CONFIG_SETTING_DISPLAY_OPTIONS :{ORANGE}Display options
STR_CONFIG_SETTING_INTERACTION :{ORANGE}Interaction
@@ -2903,9 +2914,12 @@ STR_LOCAL_AUTHORITY_ACTION_TOOLTIP_EXCLUSIVE_TRANSPORT :{YELLOW}Buy 1 y
STR_LOCAL_AUTHORITY_ACTION_TOOLTIP_BRIBE :{YELLOW}Bribe the local authority to increase your rating, at the risk of a severe penalty if caught.{}Cost: {CURRENCY_LONG}
# Goal window
+STR_GOALS_CAPTION :{WHITE}{COMPANY} Goals
+STR_GOALS_SPECTATOR_CAPTION :{WHITE}Global Goals
STR_GOALS_GLOBAL_TITLE :{BLACK}Global goals:
STR_GOALS_TEXT :{ORANGE}{STRING}
STR_GOALS_NONE :{ORANGE}- None -
+STR_GOALS_SPECTATOR_NONE :{ORANGE}- Not applicable -
STR_GOALS_PROGRESS :{ORANGE}{STRING}
STR_GOALS_PROGRESS_COMPLETE :{GREEN}{STRING}
STR_GOALS_COMPANY_TITLE :{BLACK}Company goals:
@@ -2947,6 +2961,7 @@ STR_SUBSIDIES_SUBSIDISED_FROM_TO :{ORANGE}{STRING
STR_SUBSIDIES_TOOLTIP_CLICK_ON_SERVICE_TO_CENTER :{BLACK}Click on service to centre main view on industry/town. Ctrl+Click opens a new viewport on industry/town location
# Story book window
+STR_STORY_BOOK_SPECTATOR_CAPTION :{WHITE}Global Story Book
# Station list window
STR_STATION_LIST_TOOLTIP :{BLACK}Station names - click on name to centre main view on station. Ctrl+Click opens a new viewport on station location
@@ -2978,7 +2993,28 @@ STR_STATION_VIEW_RATINGS_TOOLTIP :{BLACK}Show sta
STR_STATION_VIEW_SUPPLY_RATINGS_TITLE :{BLACK}Monthly supply and local rating:
STR_STATION_VIEW_CARGO_SUPPLY_RATING :{WHITE}{STRING}: {YELLOW}{COMMA} / {STRING} ({COMMA}%)
-
+STR_STATION_VIEW_GROUP :{BLACK}Group by
+STR_STATION_VIEW_WAITING_STATION :Station: Waiting
+STR_STATION_VIEW_WAITING_AMOUNT :Amount: Waiting
+STR_STATION_VIEW_PLANNED_STATION :Station: Planned
+STR_STATION_VIEW_PLANNED_AMOUNT :Amount: Planned
+STR_STATION_VIEW_FROM :{YELLOW}{CARGO_SHORT} from {STATION}
+STR_STATION_VIEW_VIA :{YELLOW}{CARGO_SHORT} via {STATION}
+STR_STATION_VIEW_TO :{YELLOW}{CARGO_SHORT} to {STATION}
+STR_STATION_VIEW_FROM_ANY :{RED}{CARGO_SHORT} from unknown station
+STR_STATION_VIEW_TO_ANY :{RED}{CARGO_SHORT} to any station
+STR_STATION_VIEW_VIA_ANY :{RED}{CARGO_SHORT} via any station
+STR_STATION_VIEW_FROM_HERE :{GREEN}{CARGO_SHORT} from this station
+STR_STATION_VIEW_VIA_HERE :{GREEN}{CARGO_SHORT} stopping at this station
+STR_STATION_VIEW_TO_HERE :{GREEN}{CARGO_SHORT} to this station
+STR_STATION_VIEW_NONSTOP :{YELLOW}{CARGO_SHORT} non-stop
+
+STR_STATION_VIEW_GROUP_S_V_D :Source-Via-Destination
+STR_STATION_VIEW_GROUP_S_D_V :Source-Destination-Via
+STR_STATION_VIEW_GROUP_V_S_D :Via-Source-Destination
+STR_STATION_VIEW_GROUP_V_D_S :Via-Destination-Source
+STR_STATION_VIEW_GROUP_D_S_V :Destination-Source-Via
+STR_STATION_VIEW_GROUP_D_V_S :Destination-Via-Source
############ range for rating starts
STR_CARGO_RATING_APPALLING :Appalling
@@ -3726,6 +3762,7 @@ STR_TIMETABLE_STATUS_NOT_STARTED :{BLACK}This tim
STR_TIMETABLE_STATUS_START_AT :{BLACK}This timetable will start at {STRING}
STR_TIMETABLE_STARTING_DATE :{BLACK}Start date
+STR_TIMETABLE_STARTING_DATE_TOOLTIP :{BLACK}Select a date as starting point of this timetable. Ctrl+Click sets the starting point of this timetable and distributes all vehicles sharing this order evenly based on their relative order, if the order is completely timetabled
STR_TIMETABLE_CHANGE_TIME :{BLACK}Change Time
STR_TIMETABLE_WAIT_TIME_TOOLTIP :{BLACK}Change the amount of time that the highlighted order should take