<?php
$t_colonie['err'][0] = "You can't go out without boats...";
$t_colonie['err'][1] = "You made a mistake";
$t_colonie['err'][2] = "The selected ships does not have enough places for your units.";
$t_colonie['err'][3] = "The selected ships does not have enough cargo for your resources.";
$t_colonie['err'][4] = "The selected ships does not have enough places for your siege units.";
$t_colonie['err'][5] = "Insufficient food for this travel";
$t_colonie['err'][6] = "The address is invalid";
$t_colonie['ok'][0] = "Your fleet is gone toward your colony";
$t_colonie['ok'][1] = "at";
$t_colonie['ok'][2] = "It will be on your island in";
$t_colonie['ok_misc'][0] = ", and your boats will be back here in";
$t_colonie['ok_misc'][1] = ", and your boats will remain at its shipyard.";
$t_colonie['ok'][3] = "Your units have brought with them, for their travel,";
$t_colonie['ok'][4] = "units of food.";
$t_colonie['ok'][5] = "You can view the status in the general view.";
$t_colonie['info'][0] = "step 1";
$t_colonie['info'][1] = "Ships selection";
$t_colonie['info'][2] = "[Choose a number]";
$t_colonie['info'][3] = "Unit places";
$t_colonie['info'][4] = "Siege places";
$t_colonie['info'][5] = "Total Cargo";
$t_colonie['info'][6] = "Resources selection";
$t_colonie['info'][7] = "Units selection";
$t_colonie['info'][8] = "Consumption per <br />hour of travel :";
$t_colonie['info'][9] = "Informations";
$t_colonie['info'][10] = "step 2";
$t_colonie['info'][11] = "Select an Island";
$t_colonie['info'][12] = "distance";
$t_colonie['info'][13] = "squares";
$t_colonie['info'][14] = "Ask your boats to return here after their travel";
$t_colonie['js'][0] = "Total places";
$t_colonie['js'][1] = "Total Siege";
$t_colonie['js'][2] = "Used places";
$t_colonie['js'][3] = "Filled cargo";
$t_colonie['js'][4] = "Used siege";
$t_colonie['js'][5] = "per hour";
$t_colonie['ajax'][0] = "[Poseidon]";
$t_colonie['ajax'][1] = "Initial speed";
$t_colonie['ajax'][2] = "Navigation";
$t_colonie['ajax'][3] = "min/square";
$t_colonie['ajax'][4] = "Destination";
$t_colonie['ajax'][5] = "Adress";
$t_colonie['ajax'][6] = "Time to go";
$t_colonie['ajax'][7] = "Consumption";
$t_colonie['ajax'][8] = "Final speed";
$t_colonie['ajax'][9] = "Travel";
?>