diff options
author | rubidium <rubidium@openttd.org> | 2009-07-19 16:57:04 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-07-19 16:57:04 +0000 |
commit | 21921441d0648955b1f9bb51975607cc06060fbe (patch) | |
tree | d048f07d2c3f40e4edc032376a9efe8fbc9cd3e9 /src/lang/french.txt | |
parent | 42e1bdacbc700fe9b5c0ef6c7298efda182bef1d (diff) | |
download | openttd-21921441d0648955b1f9bb51975607cc06060fbe.tar.xz |
(svn r16881) -Codechange: fix some naming inconsistencies w.r.t. strings used in the vehicle list GUIs.
Diffstat (limited to 'src/lang/french.txt')
-rw-r--r-- | src/lang/french.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lang/french.txt b/src/lang/french.txt index e5e39ef39..8478b0ce2 100644 --- a/src/lang/french.txt +++ b/src/lang/french.txt @@ -1197,7 +1197,7 @@ STR_WAYPOINT :{WHITE}Point de STR_WAYPOINT_GRAPHICS_TIP :{BLACK}Choisir le type de point de contrôle STR_WAYPOINT_VIEWPORT :{WHITE}{WAYPOINT} -STR_WAYPOINT_VIEWPORT_LIST :{WHITE}{WAYPOINT} - {COMMA} Train{P "" s} +STR_WAYPOINT_VIEWPORT_LIST_TRAIN :{WHITE}{WAYPOINT} - {COMMA} Train{P "" s} STR_WAYPOINT_VIEWPORT_TINY :{TINYFONT}{WHITE}{WAYPOINT} STR_WAYPOINT_RAW :{WAYPOINT} STR_EDIT_WAYPOINT_NAME :{WHITE}Modifier nom du point de contrôle @@ -2718,7 +2718,7 @@ STR_DEPOT_TRAIN_NEW_VEHICLES_BUTTON :{BLACK}Nouveaux STR_DEPOT_NO_ENGINE :{BLACK}- STR_ERROR_TRAIN_TOO_LONG :{WHITE}Train trop long STR_ERROR_TRAINS_CAN_ONLY_BE_ALTERED_INSIDE_A_DEPOT :{WHITE}Les trains peuvent être manipulés qu'une fois stoppés au dépôt -STR_VEHICLE_LIST_CAPTION_TRAINS :{WHITE}{COMPANY} - {COMMA} Train{P "" s} +STR_VEHICLE_LIST_TRAIN_CAPTION :{WHITE}{COMPANY} - {COMMA} Train{P "" s} STR_BUILD_VEHICLE_TRAIN_RAIL_CAPTION :{WHITE}Nouveaux véhicules ferroviaires STR_BUILD_VEHICLE_TRAIN_ELRAIL_CAPTION :{WHITE}Nouveaux véhicules ferroviaires électriques |