Added Form manager Added session messages display Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
133 lines
No EOL
5.6 KiB
Modelica
133 lines
No EOL
5.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['Galaxy'] = 'Galaxie';
|
|
$lang['Solar_system'] = 'Système Solaire';
|
|
$lang['Afficher'] = "Afficher";
|
|
$lang['Show'] = 'Voir';
|
|
$lang['vacation_shortcut'] = "v";
|
|
$lang['banned_shortcut'] = "b";
|
|
$lang['inactif_7_shortcut'] = "i";
|
|
$lang['inactif_28_shortcut'] = "I";
|
|
$lang['strong_player_shortcut'] = "f";
|
|
$lang['weak_player_shortcut'] = "d";
|
|
|
|
$lang['Legend'] = 'Légende';
|
|
$lang['Strong_player'] = 'Joueur fort';
|
|
$lang['Weak_player'] = 'Joueur faible (débutant)';
|
|
$lang['Way_vacation'] = 'Mode vancances';
|
|
$lang['Pendent_user'] = 'Bloqué';
|
|
$lang['Inactive_7_days'] = 'Inactif +7';
|
|
$lang['Inactive_28_days'] = 'Inactif +28';
|
|
|
|
$lang['Solar_system_at'] = 'Système Solaire à';
|
|
|
|
$lang['Pos'] = 'Pos';
|
|
$lang['Planet'] = 'Planète';
|
|
$lang['Name'] = 'Nom (Activité)';
|
|
$lang['Moon'] = 'Lune';
|
|
$lang['Debris'] = 'Débris';
|
|
$lang['caracters'] = "Caractéristiques";
|
|
$lang['diameter'] = "Diamètre";
|
|
$lang['temperature'] = "Tempèrature";
|
|
$lang['Player'] = 'Joueur (Status)';
|
|
$lang['Place'] = 'Place';
|
|
$lang['State'] = 'Status';
|
|
$lang['Alliance'] = 'Alliance';
|
|
$lang['Actions'] = 'Actions';
|
|
//info tips (galaxy_row_ally)
|
|
$lang['AllyInfoText'] = 'Alliance %n';//%n = ally_name ; %r = ally_rank ; %m = ally_members ;
|
|
$lang['Planets_count'] = '( Planete Habitées: %n (s) )';
|
|
//Sackando la flota
|
|
$lang['Sending_fleet'] = 'Envoie de Flotte';
|
|
$lang['Sent_fleet'] = 'Flotte Envoyee';
|
|
$lang['Obtaining_data'] = 'En attente de Donnee';
|
|
//Errores en sackando
|
|
$lang['an_error_has_happened_while_it_was_sent'] = 'Une erreur est survenue';
|
|
$lang['error_there_is_no_moon'] = 'Aucune Lune dans le coin';
|
|
$lang['error_the_player_is_under_the_protection_of_beginners'] = 'Protection des noobs';
|
|
$lang['error_the_player_is_too_strong'] = 'Suicidaire es tu ?';
|
|
$lang['error_the_player_is_in_way_vacation'] = 'En vacance avec sa planete';
|
|
$lang['error_only_x_available_probes_sending'] = 'Pas assez de sonde';
|
|
$lang['error_there_are_no_available_probes_of_spying'] = 'Aucune sonde';
|
|
$lang['error_you_cannot_send_any_more_fleets'] = 'Slot de Flotte tous pris';
|
|
$lang['error_you_do_not_have_sufficient_deuterium'] = 'Pas assez de Deuterium';
|
|
$lang['There_is_not_planet'] = 'Aucune Planete';
|
|
$lang['error_there_is_no_sufficient_fuel'] = 'Pas assez de carburant';
|
|
$lang['multialarm'] = 'Alarme';
|
|
|
|
$lang['gm_all'] = "Tout";
|
|
$lang['gm_launch'] = "Lancement de missiles sur";
|
|
$lang['gm_send'] = "Envoyer";
|
|
$lang['gm_target'] = "Cible:";
|
|
$lang['gm_restmi'] = "Nombre de missiles (<b>%d</b> restant):";
|
|
$lang['gl_espionner'] = "Espionner";
|
|
$lang['gl_mipattack'] = "Attaque avec missiles interplanetaires";
|
|
$lang['gl_with'] = "avec";
|
|
$lang['gl_membre'] = "Membre";
|
|
$lang['gl_ally_internal'] = "Site de alliance";
|
|
$lang['gl_ally_web'] = "Site web de alliance";
|
|
$lang['gl_sendmess'] = "Ecrire un message";
|
|
$lang['gl_buddy'] = "Liste d amis";
|
|
$lang['gl_buddyreq'] = "Demander a être amis";
|
|
$lang['gl_stats'] = "Statistiques";
|
|
$lang['gl_planet'] = "Planète";
|
|
$lang['gl_destroyedplanet'] = "Planète détruite";
|
|
$lang['gl_phalanx'] = "Phalange";
|
|
$lang['gl_ressource'] = "Ressources";
|
|
$lang['gl_action'] = "Action";
|
|
$lang['gs_c601'] = "Erreur, Aucune planete.";
|
|
$lang['gs_c602'] = "Erreur, Donnees hors de l'Univers connu";
|
|
$lang['gs_c603'] = "Erreur, Le joueur ne peut etre attaque a cause de la protection des joueurs tres faibles.";
|
|
$lang['gs_c604'] = "Erreur, Le joueur ne peut etre attaque il est bien trop fort pour vous.";
|
|
$lang['gs_c605'] = "Erreur, Le joueur est en mode vacance";
|
|
$lang['gs_c610a'] = "Erreur, avec ";
|
|
$lang['gs_c610b'] = " sondes. Vous n'avez pas assez de sondes";
|
|
$lang['gs_c611'] = "Erreur, Vous n'avez pas de vaisseaux disponibles.";
|
|
$lang['gs_c612'] = "Erreur, Pas assez de slots de flotte.";
|
|
$lang['gs_c613'] = "Erreur, Pas assez de deuterium disponible.";
|
|
$lang['gs_c616'] = "Erreur, Multialarm!";
|
|
$lang['gs_c618'] = "Erreur, Vous essayez visiblement de vous attaquer vous meme!";
|
|
$lang['gs_c619'] = "Erreur, Vous n'etes pas de taille!";
|
|
$lang['gs_sending'] = "Envois de";
|
|
$lang['gs_to'] = "vers";
|
|
$lang['Sending'] = 'Envoie';
|
|
|
|
$lang['gf_cntmone'] = "Planètes conquises";
|
|
$lang['gf_cntmnone'] = "Aucune Planète peuplée.";
|
|
$lang['gf_cntmsome'] = "Planètes peuplées.";
|
|
$lang['gf_mi_title'] = "Missiles Interplanètaires";
|
|
$lang['gf_fleetslt'] = "Slots de Flottes utilisé";
|
|
$lang['gf_rc_title'] = "Recycleur Disponibles";
|
|
$lang['gf_sp_title'] = "Sondes D'espionnage Disponibles";
|
|
$lang['gf_unknowsp'] = "Espaces infinis";
|
|
|
|
// Created by Perberos. All rights reversed (C) 2006
|
|
?> |