diff options
author | rubidium <rubidium@openttd.org> | 2011-11-24 19:34:53 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-11-24 19:34:53 +0000 |
commit | 8062c802190b57ac4e139d07602761faaa8ea568 (patch) | |
tree | 840100faab3482d7ff62c08b574f4ed88ab946dc /src/lang | |
parent | 3e1aaa1235850da566b86bd003e99491e32c5569 (diff) | |
download | openttd-8062c802190b57ac4e139d07602761faaa8ea568.tar.xz |
(svn r23322) -Fix: French language used a wrong argument index
Diffstat (limited to 'src/lang')
-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 14275ac83..19aeb1aa8 100644 --- a/src/lang/french.txt +++ b/src/lang/french.txt @@ -2588,8 +2588,8 @@ STR_TOWN_VIEW_CARGO_FOR_TOWNGROWTH_REQUIRED_WINTER :{ORANGE}{STRING STR_TOWN_VIEW_CARGO_FOR_TOWNGROWTH_DELIVERED_GENERAL :{ORANGE}{STRING}{GREEN} livré STR_TOWN_VIEW_CARGO_FOR_TOWNGROWTH_REQUIRED :{ORANGE}{CARGO_TINY} / {CARGO_LONG}{RED} (encore nécessaires) STR_TOWN_VIEW_CARGO_FOR_TOWNGROWTH_DELIVERED :{ORANGE}{CARGO_TINY} / {CARGO_LONG}{GREEN} (livrés) -STR_TOWN_VIEW_TOWN_GROWS_EVERY :{BLACK}La ville croît {P chaque "tous les"} {ORANGE}{COMMA}{BLACK} jour{P "" s} -STR_TOWN_VIEW_TOWN_GROWS_EVERY_FUNDED :{BLACK}La ville croît {P chaque "tous les"} {ORANGE}{COMMA}{BLACK} jour{P "" s} (financé) +STR_TOWN_VIEW_TOWN_GROWS_EVERY :{BLACK}La ville croît {P 0 chaque "tous les"} {ORANGE}{COMMA}{BLACK} jour{P "" s} +STR_TOWN_VIEW_TOWN_GROWS_EVERY_FUNDED :{BLACK}La ville croît {P 0 chaque "tous les"} {ORANGE}{COMMA}{BLACK} jour{P "" s} (financé) STR_TOWN_VIEW_TOWN_GROW_STOPPED :{BLACK}La ville {RED}ne croît pas{BLACK} STR_TOWN_VIEW_NOISE_IN_TOWN :{BLACK}Limite de nuisance pour la ville{NBSP}: {ORANGE}{COMMA}{BLACK} max{NBSP}: {ORANGE}{COMMA} STR_TOWN_VIEW_CENTER_TOOLTIP :{BLACK}Centrer la vue sur la ville. Ctrl-clic pour ouvrir une nouvelle vue sur la ville |