Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/fr/fr.com_languages.php
<?php
/**
* @version: 4.0
* @package: Elxis CMS
* @subpackage: Elxis Language
* @author: Elxis Team ( http://www.elxis.org )
* @copyright: (C) 2006-2012 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['LANGUAGES_MANAGER'] = 'Gestion de langue';
$_lang['INSTALLED_LANGS'] = 'Langues installées';
$_lang['FLAG'] = 'Drapeau';
$_lang['IDENTIFIER'] = 'Identifier';
$_lang['REGION'] = 'Région';
$_lang['DIRECTION'] = 'Direction';
$_lang['NAME_LOCAL'] = 'Nom local';
$_lang['NAME_ENGLISH'] = 'Nom anglais';
$_lang['FILES'] = 'Fichiers';
$_lang['DB_TRANSLATIONS'] = 'DB traductions';
$_lang['COMPARE_FILES'] = 'Comparer des fichiers';
$_lang['LANG_FILES_COMP'] = 'Langue fichiers de comparaison';
$_lang['SELECT_LEAST2'] = 'Vous devez sélectionner au moins 2 langues!';
$_lang['COMPARE_UPTO6'] = 'Vous pouvez comparer jusqu`à 6 langues!';
$_lang['MAIN_LANG_FILE'] = 'Fichier de langue principale';
$_lang['NO_FILES_COMPARE'] = 'Aucun fichier trouvé pour comparer!';
$_lang['NO_LANGS_COMPARE'] = 'Aucune langue sélectionnée pour comparer!';
$_lang['LAST_MOD'] = 'Dernière modificaiton';
$_lang['FILE_SIZE'] = 'Taille du fichier';
$_lang['INVALID_LANG'] = 'Langue invalide!';
$_lang['INVALID_LANG_FILE'] = 'Fichier de langue invalide!';
$_lang['LANG_TOOLS'] = 'Langue outils';
$_lang['CHECK_TRANS'] = 'Vérificaiton de la traduction';
$_lang['CHECK_TRANS_DESC'] = 'Faire une vérification en comparant les traductions d`un même fichier en 2 langues.';
$_lang['SEL_LANGS_COMPARE'] = 'S.V.P. selectionner 2 différente langues à comparer.';
$_lang['SEL_LANG_FILE'] = 'S.V.P. selectionner un fichier de langue!';
$_lang['LANG_STRING'] = 'Langue string';
$_lang['CHECK'] = 'Vérification';
$_lang['FILE_NEXIST'] = 'Le fichier %s n`exite pas!';
$_lang['INFORMATION'] = 'Information';

?>