* 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 .
*
* --> 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['Notes'] = 'Notes';
$lang['Createnote'] = 'Créer une note';
$lang['MakeNewNote'] = 'Créer une nouvelle note';
$lang['Editnote'] = 'Editer note';
$lang['Priority'] = 'Priorité';
$lang['Important'] = 'haute';
$lang['Normal'] = 'normale';
$lang['Unimportant'] = 'basse';
$lang['Subject'] = 'Sujet';
$lang['NoTitle'] = 'Pas de titre';
$lang['NoText'] = 'Pas de texte';
$lang['Date'] = 'Date';
$lang['Size'] = 'Taille';
$lang['Note'] = 'Note';
$lang['characters'] = 'Caracteres';
$lang['Apply'] = 'Accepter';
$lang['Back'] = 'Retour';
$lang['Save'] = 'Sauvegarder';
$lang['Delete'] = 'Supprimer';
$lang['Reset'] = 'Effacer';
//mensajes
$lang['ThereIsNoNote'] = 'Il n\'y a pas de notes';
$lang['NoteUpdated'] = 'La note a été réactualisée, ';
$lang['NoteAdded'] = 'La note s\'est bien créee, ';
$lang['NoteDeleted'] = 'La note a été supprimée, ';
$lang['NoteDeleteds'] = 'Les notes ont été supprimé, ';
// Created by Perberos. All rights reversed (C) 2006
?>