Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/fr/fr.mod_adminmenu.php
<?php
/**
* @version: 2.0
* @package: Elxis CMS
* @subpackage: Elxis Language
* @author: Elxis Team ( http://www.elxis.org )
* @copyright: (C) 2006-2019 Elxis.org. All rights reserved.
* @description: fr-FR (French - Canada France) language for module Search
* @license: Elxis public license http://www.elxis.org/elxis-public-license.html
* @translator: Francis Dionne Canada ( http://www.elxis.org )
*
* ---- THIS FILE MUST BE ENCODED AS UTF-8! ----
*
*****************************************************************************/

defined('_ELXIS_') or die ('Direct access to this location is not allowed.');


$_lang = array();
$_lang['MOD_ADMINMENU_TITLE'] = 'Administration menu';
$_lang['SHOW_ICONS'] = 'Afficher icones';
$_lang['MENUS_MANAGER'] = 'gestion des Menus';
$_lang['EXTENSIONS'] = 'Extensions';
$_lang['INSTALL'] = 'Installer';
$_lang['UPDATE'] = 'Mise à jour';
$_lang['MANAGE_EXT'] = "Gestion %s"; //Manage EXTENSION_TYPE
$_lang['SITE'] = 'Site';
$_lang['BACKUP'] = 'Sauvegarde';
$_lang['ROUTING'] = 'Routage';
$_lang['LOGS'] = 'Connexions';
$_lang['LANGUAGES'] = 'Langues';
$_lang['MEDIA'] = 'Media';
$_lang['TRANSLATOR'] = 'Traduction';
$_lang['USERS'] = 'Utilisateurs';
$_lang['MANAGE_USERS'] = 'Gestion des utilisateurs';
$_lang['USER_GROUPS'] = 'Groupes utilisateurs';
$_lang['ACCESS_MANAGER'] = 'Gestion des accès';
$_lang['MOD_AVAILABLE_ADMIN'] = 'Ce module est disponible uniquement dans l`espace d `administration!';
$_lang['CATEGORIES'] = 'Catégories';
$_lang['ALL_ARTICLES'] = 'Tous les articles';
$_lang['NEW_CATEGORY'] = 'Nouvelles catégories';
$_lang['NEW_ARTICLE'] = 'Nouvel article';
$_lang['EXPAND_COM'] = 'Étendre composant';
$_lang['EXPAND_COM_DESC'] = 'Afficher un sous-menu des composants tiers supportant cette fonction.';
$_lang['EXPAND_CTG'] = 'Étendre catégories';
$_lang['LEVEL_1'] = 'Niveau 1';
$_lang['LEVEL_2'] = 'Niveau 2';
$_lang['AUTONOMOUS_PAGES'] = 'Pages Autonomes';
$_lang['SYSTEM'] = 'Système';
$_lang['PHP_INFO'] = 'PHP information';
$_lang['ELXIS_INFO'] = 'Elxis information';
$_lang['MOD_POSITIONS'] = 'Module positions';
$_lang['FRONTPAGE'] = 'Première page';
$_lang['SYNCHRONIZE'] = 'Synchronisation';
$_lang['MULTISITES'] = 'Multi-sites';
$_lang['BROWSE_EDC'] = 'Parcourir EDC';
//v2.0 - Elxis 5.0
$_lang['CONTROL_PANEL'] = 'Panneau de contrôle';

?>