Added Form manager Added session messages display Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
130 lines
No EOL
4 KiB
Modelica
130 lines
No EOL
4 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.
|
|
*
|
|
*/
|
|
|
|
|
|
// User menu links
|
|
$lang['qry'] = 'Executer commande SQL';
|
|
|
|
|
|
$lang['Multiverse'] = '<b>XNova</b> Uni';
|
|
|
|
$lang['Overview'] = 'Vue générale';
|
|
$lang['Officiers'] = 'Officiers';
|
|
|
|
$lang['Buildings'] = 'Bâtiments';
|
|
$lang['Research'] = 'Laboratoire';
|
|
$lang['Shipyard'] = 'Chantier spatial';
|
|
$lang['Defense'] = 'Défense';
|
|
|
|
$lang['multi'] = 'Déclaration de multi';
|
|
|
|
$lang['Resources'] = 'Ressources';
|
|
$lang['Imperium'] = 'Empire';
|
|
$lang['Marchand'] = 'Marchand';
|
|
$lang['Annonces'] = 'Petites Annonces';
|
|
$lang['Technology'] = 'Technologies';
|
|
|
|
$lang['Galaxy'] = 'Galaxie';
|
|
$lang['Fleet'] = 'Flotte';
|
|
|
|
$lang['Alliance'] = 'Alliance';
|
|
$lang['Chat'] = 'Chat';
|
|
$lang['Statistics'] = 'Statistiques';
|
|
$lang['Search'] = 'Recherche';
|
|
$lang['blocked'] = 'Piloris';
|
|
$lang['Records'] = 'Records';
|
|
|
|
$lang['Messages'] = 'Messages';
|
|
$lang['Notes'] = 'Notes';
|
|
$lang['Buddylist'] = 'Liste amis';
|
|
|
|
$lang['Board'] = 'Forum';
|
|
$lang['Contact'] = 'Contact';
|
|
$lang['Options'] = 'Options';
|
|
|
|
$lang['Logout'] = 'Déconnexion';
|
|
|
|
$lang['Help'] = 'Aide';
|
|
$lang['Rules'] = 'Règles';
|
|
|
|
// User menu titles
|
|
$lang['devlp'] = 'Développement';
|
|
$lang['navig'] = 'Navigation';
|
|
$lang['observ'] = 'Observatoire';
|
|
$lang['commun'] = 'Communauté';
|
|
$lang['infog'] = 'Informations';
|
|
|
|
// Administrator menu links
|
|
$lang['adm_over'] = 'Vue générale';
|
|
$lang['adm_conf'] = 'Configuration';
|
|
$lang['adm_reset'] = 'Remise à zéro';
|
|
$lang['adm_extcopy'] = 'Copyright étendus';
|
|
|
|
$lang['adm_multi'] = 'Liste multi-comptes';
|
|
$lang['multis_declared'] = 'Multicomptes déclarés';
|
|
|
|
$lang['adm_plrlst'] = 'Liste des joueurs';
|
|
$lang['adm_plrsch'] = 'Chercher un joueur';
|
|
$lang['adm_addres'] = 'Ajout de ressources';
|
|
|
|
$lang['adm_pltlst'] = 'Liste des planètes';
|
|
$lang['adm_actplt'] = 'Planètes actives';
|
|
|
|
$lang['adm_moonlst'] = 'Liste des lunes';
|
|
$lang['adm_addmoon'] = 'Ajout de lunes';
|
|
|
|
$lang['adm_fleet'] = 'Flottes en vol';
|
|
|
|
$lang['adm_ban'] = 'Bannir';
|
|
$lang['adm_unban'] = 'Débannir';
|
|
|
|
$lang['adm_chat'] = 'Administration chat';
|
|
$lang['adm_updpt'] = 'Actualiser points';
|
|
$lang['adm_msg'] = 'Liste des messages';
|
|
$lang['adm_md5'] = 'Outil cryptage';
|
|
$lang['adm_build'] = 'Queue fabrication';
|
|
|
|
$lang['adm_error'] = 'Erreurs';
|
|
$lang['change_pass'] = 'Changer code d\'un joueur';
|
|
$lang['adm_help'] = 'Forum d\'aide';
|
|
$lang['adm_back'] = 'Retour';
|
|
|
|
// Administrator menu titles
|
|
$lang['admin'] = 'Administration';
|
|
$lang['player'] = 'Joueurs';
|
|
$lang['tool'] = 'Pratique';
|
|
|
|
// Informations serveur
|
|
$lang['lm_ifo_serv'] = "Ressources";
|
|
$lang['lm_ifo_game'] = "Jeu";
|
|
$lang['lm_ifo_fleet'] = "Flotte";
|
|
$lang['lm_ifo_queue'] = "Queues";
|
|
|
|
?> |