Added Form manager Added session messages display Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
153 lines
No EOL
6.6 KiB
Modelica
153 lines
No EOL
6.6 KiB
Modelica
<?php
|
|
/**
|
|
* This file is part of Wootook
|
|
*
|
|
* @license http://www.gnu.org/licenses/gpl-3.0.txt
|
|
* @see http://www.wootook.com/
|
|
*
|
|
* Copyright (c) 2009-2011, XNova Support Team <http://www.xnova-ng.org>
|
|
* All rights reserved.
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
* --> NOTICE <--
|
|
* This file is part of the core development branch, changing its contents will
|
|
* make you unable to use the automatic updates manager. Please refer to the
|
|
* documentation for further information about customizing XNova.
|
|
*
|
|
*/
|
|
|
|
$lang['fl_title'] = "Flottes";
|
|
$lang['fl_expttl'] = "Expéditions";
|
|
$lang['fl_id'] = "N°";
|
|
$lang['fl_mission'] = "Mission";
|
|
$lang['fl_count'] = "Nombre";
|
|
$lang['fl_from'] = "Départ";
|
|
$lang['fl_start_t'] = "Heure d'envoi";
|
|
$lang['fl_dest'] = "Objectif";
|
|
$lang['fl_dest_t'] = "Heure d'arrivée<br>(cible)";
|
|
$lang['fl_back_t'] = "Heure d'arrivée<br>(retour)";
|
|
$lang['fl_back_in'] = "Retour Dans";
|
|
$lang['fl_order'] = "Ordre";
|
|
$lang['fl_get_to'] = "(A)";
|
|
$lang['fl_get_to_ttl'] = "Aller";
|
|
$lang['fl_back_to'] = "(R)";
|
|
$lang['fl_back_to_ttl'] = "Retour";
|
|
$lang['fl_associate'] = "Associer";
|
|
$lang['fl_noslotfree'] = "Tous les slots de flottes sont utilisés!";
|
|
$lang['fl_notback'] = "La flotte n'est pas revenue !";
|
|
$lang['fl_onlyyours'] = "Vous ne pouvez rappeler que vos flottes !";
|
|
$lang['fl_isback'] = "La flotte est revenue !";
|
|
$lang['fl_sback'] = "Retour";
|
|
$lang['fl_error'] = "Erreur";
|
|
$lang['fl_new_miss'] = "Nouvelle mission : choisissez les vaisseaux";
|
|
$lang['fl_fleet_typ'] = "Type de vaisseau";
|
|
$lang['fl_fleet_disp'] = "Disponible";
|
|
$lang['fl_noplanetrow'] = "Un probleme interne est survenu !";
|
|
$lang['fl_fleetspeed'] = "Vitesse : ";
|
|
$lang['fl_selmax'] = "max";
|
|
$lang['fl_sur'] = "sur";
|
|
$lang['fl_continue'] = "Continuer";
|
|
$lang['fl_noships'] = "Pas de vaisseaux";
|
|
$lang['fl_unselectall'] = "Aucun vaisseau";
|
|
$lang['fl_selectall'] = "Tous les vaisseaux";
|
|
|
|
// floten1.php
|
|
$lang['fl_floten1_ttl'] = "Envoyer la flotte";
|
|
$lang['fl_noenought'] = "Pas assez de vaisseaux disponibles !";
|
|
$lang['fl_speed'] = "Vitesse";
|
|
$lang['fl_planet'] = "Planète";
|
|
$lang['fl_ruins'] = "Débris";
|
|
$lang['fl_moon'] = "Lune";
|
|
$lang['fl_dist'] = "Distance";
|
|
$lang['fl_fltime'] = "Durée (un trajet)";
|
|
$lang['fl_time_go'] = "Heure d'arrivée (aller)";
|
|
$lang['fl_time_back'] = "Heure d'arrivée (retour)";
|
|
$lang['fl_deute_need'] = "Consommation de carburant";
|
|
$lang['fl_speed_max'] = "Vitesse max.";
|
|
$lang['fl_max_load'] = "Capacité de chargement";
|
|
$lang['fl_shortcut'] = "Raccourcis";
|
|
$lang['fl_shortlnk'] = "(Ajouter / Editer)";
|
|
$lang['fl_shrtcup1'] = "(P)";
|
|
$lang['fl_shrtcup2'] = "(D)";
|
|
$lang['fl_shrtcup3'] = "(L)";
|
|
$lang['fl_noshortc'] = "Pas de raccourcis";
|
|
$lang['fl_myplanets'] = "Mes planetes";
|
|
$lang['fl_nocolonies'] = "Pas de Colonie";
|
|
$lang['fl_grattack'] = "Attaques groupées";
|
|
|
|
// floten2.php
|
|
$lang['fl_ressources'] = "Ressources";
|
|
$lang['fl_allressources'] = "Toutes les ressources";
|
|
$lang['fl_space_left'] = "Restant";
|
|
|
|
// floten3.php
|
|
$lang['fl_fleet_err'] = "Erreur de flotte !";
|
|
$lang['fl_fleet_err_pl'] = "Erreur de Planète de Destination !";
|
|
$lang['fl_ownpl_err'] = "Action impossible !";
|
|
$lang['fl_unknow_target'] = "Action impossible !";
|
|
$lang['fl_used_target'] = "Action impossible !";
|
|
$lang['fl_bad_mission'] = "Mission non valide !";
|
|
$lang['fl_vacation_ttl'] = "Mode vacance";
|
|
$lang['fl_vacation_pla'] = "Le joueur est en mode vacance !";
|
|
$lang['fl_noob_title'] = "Protection du débutant";
|
|
$lang['fl_noob_mess_n'] = "Le joueur est trop faible !";
|
|
$lang['fl_noenoughtgoods'] = "Trop peu de ressources pour le transport!";
|
|
$lang['fl_bad_planet01'] = "Cette planète est peuplée !";
|
|
$lang['fl_bad_planet02'] = "Cette planète est déjà; occupée !";
|
|
$lang['fl_dont_stay_here'] = "Vous ne pouvez pas stationner la flotte chez un ennemi !";
|
|
$lang['fl_no_allydeposit'] = "Pas de depot d'alliance !";
|
|
$lang['fl_no_self_attack'] = "Il est impossible de s'attaquer soi même !";
|
|
$lang['fl_no_self_spy'] = "Il est impossible de s'espionner soi même !";
|
|
$lang['fl_only_stay_at_home'] = "Vous ne pouvez pas stationner la flotte ailleurs que chez vous !";
|
|
$lang['fl_cheat_speed'] = "Tentative de tricherie sur la vitesse des flotes !";
|
|
$lang['fl_cheat_origine'] = "Tentative de tricherie sur la planète de départ !";
|
|
$lang['fl_limit_planet'] = "<li>Mauvaise planète !</li>";
|
|
$lang['fl_limit_system'] = "<li>Mauvais Systeme !</li>";
|
|
$lang['fl_limit_galaxy'] = "<li>Mauvaise Galaxie !</li>";
|
|
$lang['fl_no_planet_type'] = "Mauvaise destination !";
|
|
$lang['fl_no_fleetarray'] = "Mauvaise table de flotte !";
|
|
$lang['fl_noressources'] = "Vous n'avez pas assez de ressources. Consommation de Deut : ";
|
|
$lang['fl_nostoragespa'] = "Vous n'avez pas assez d'espace de chargement! Disponible ";
|
|
$lang['fl_fleet_send'] = "Flottes Envoyées";
|
|
$lang['fl_expe_warning'] = "Attention ! Les expéditions sont des missions risquées, il n'est pas recommandé d'utiliser cette fonction pour ghoster votre flotte !";
|
|
$lang['fl_expe_staytime'] = "Temps de stationnement";
|
|
$lang['fl_expe_hours'] = " heure(s)";
|
|
$lang['fl_expe_notech'] = "Vous ne possédez pas la technologie Expédition !";
|
|
$lang['fl_expe_max'] = "Vous ne pouvez pas envoyer plus de flottes en Expédition !";
|
|
$lang['fl_adm_attak'] = "Vous êtes sur le point de raider une colonie d'administration ... Votre flotte pourrait être détruite en représaille â cette attaque ... êtes vous certains de voulloir continuer cette action ?";
|
|
$lang['fl_warning'] = "Attention";
|
|
|
|
$lang['res']['fleet'] = array(
|
|
//Naves
|
|
202 => "Petit transporteur",
|
|
203 => "Grand transporteur",
|
|
204 => "Chasseur léger",
|
|
205 => "Chasseur lourd",
|
|
206 => "Croiseur",
|
|
207 => "Vaisseau de bataille",
|
|
208 => "Vaisseau de colonisation",
|
|
209 => "Recycleur",
|
|
210 => "Sonde espionnage",
|
|
211 => "Bombardier",
|
|
212 => "Satellite solaire",
|
|
213 => "Destructeur",
|
|
214 => "étoile de la mort",
|
|
215 => "Traqueur",
|
|
216 => "Supernova",
|
|
);
|
|
|
|
|
|
// Created by Ichigo. All rights reversed (C) 2006
|
|
?> |