Viewing file: french.php (2.82 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/********************************************************************************
- MemHT Portal -
Copyright (C) 2007-2008 by Miltenovik Manojlo
http://www.memht.com
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 2 of the License, or
(at your opinion) 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/> (GPLv2)
or write to the Free Software Foundation, Inc., 51 Franklin Street,
Fifth Floor, Boston, MA02110-1301, USA.
********************************************************************************/
define("_AM_GENERAL_", "Général");
define("_AM_SITE_HOME_", "Accueil site");
define("_AM_ADMIN_MAIN_", "Admin principale");
define("_AM_LOGOUT_", "Déconnexion");
define("_AM_SYSTEM_", "Système");
define("_AM_ADMINISTRATORS_", "Administrateurs");
define("_AM_AGGREGATOR_", "Aggregator");
define("_AM_ARGUMENTS_", "Arguments");
define("_AM_BANNERS_", "Bannières");
define("_AM_BLOCKS_", "Blocs");
define("_AM_CENSOR_LIST_", "list des Censeur");
define("_AM_COMMENTS_", "Commentaires");
define("_AM_CONFIGURATION_", "Configuration");
define("_AM_DATABASE_", "Base de données");
define("_AM_GROUPS_", "Groupes");
define("_AM_MESSAGES_", "Messages");
define("_AM_NAVIGATOR_", "Navigator");
define("_AM_NEWSLETTER_", "Lettre d'information");
define("_AM_ADDONS_", "Addons");
define("_AM_USERS_", "Utilisateurs");
define("_AM_CONTENT_", "Contenu");
define("_AM_CONTENT_LANGUAGES_", "Langues du contenu");
define("_AM_ARTICLES_", "Articles");
define("_AM_BLOG_", "Blog");
define("_AM_DOWNLOADS_", "Téléchargements");
define("_AM_FAQ_", "F.A.Q.");
define("_AM_FORUMS_", "Forums");
define("_AM_GALLERY_", "Galerie");
define("_AM_GUIDES_", "Guides");
define("_AM_MYLINKS_", "MyLinks");
define("_AM_MYPAGES_", "MyPages");
define("_AM_NEWS_", "News");
define("_AM_SURVEYS_", "Surveys");
define("_AM_INSTALLED_ADDONS_", "Addons Installé");
define("_AM_SECURITY_", "Sécurité");
define("_AM_SHOW_BANNED_", "Voir interdits");
define("_AM_BAN_IP_", "IP interdit");
define("_AM_TRACKED_IPS_", "Suivis des IP");
define("_AM_FIND_IP_", "Trouvez IP");
define("_AM_STATISTICS_", "Statistiques");
define("_AM_IGNORE_", "Ignorer");
define("_AM_SPIDER_IP_RANGES_", "Spider IP ranges");
define("_AM_HELP_", "Aider");
define("_AM_CHECK_FOR_UPDATES_", "Vérifier les mises à jour");
?>
|