Added Form manager Added session messages display Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
57 lines
No EOL
2.1 KiB
Modelica
57 lines
No EOL
2.1 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['mlst_title'] = "Liste des messages";
|
|
$lang['mlst_mess_del'] = "Effacement du message";
|
|
$lang['mlst_hdr_page'] = "Page";
|
|
$lang['mlst_hdr_title'] = " ) des messages :";
|
|
$lang['mlst_hdr_prev'] = "[ <- ]";
|
|
$lang['mlst_hdr_next'] = "[ -> ]";
|
|
$lang['mlst_hdr_id'] = "ID";
|
|
$lang['mlst_hdr_type'] = "Type";
|
|
$lang['mlst_hdr_time'] = "Heure";
|
|
$lang['mlst_hdr_from'] = "De";
|
|
$lang['mlst_hdr_to'] = "Pour";
|
|
$lang['mlst_hdr_text'] = "Contenu";
|
|
$lang['mlst_hdr_action'] = "Sel.";
|
|
$lang['mlst_del_mess'] = "Effacer";
|
|
$lang['mlst_bt_delsel'] = "Effacer Selection";
|
|
$lang['mlst_bt_deldate'] = "Effacer depuis";
|
|
$lang['mlst_hdr_delfrom'] = "Effacer depuis";
|
|
$lang['mlst_mess_typ__0'] = "Espionnage";
|
|
$lang['mlst_mess_typ__1'] = "Joueur";
|
|
$lang['mlst_mess_typ__2'] = "Alliance";
|
|
$lang['mlst_mess_typ__3'] = "Attaque";
|
|
$lang['mlst_mess_typ__4'] = "Exploitation";
|
|
$lang['mlst_mess_typ__5'] = "Transport";
|
|
$lang['mlst_mess_typ_15'] = "Expeditions";
|
|
$lang['mlst_mess_typ_99'] = "Liste Batiment";
|
|
|
|
?> |