znt/module/datatable/lang/fr.php

35 lines
2.1 KiB
PHP

<?php
$lang->datatable = new stdclass();
$lang->datatable->common = 'Tableaux de Données';
$lang->datatable->width = 'Largeur';
$lang->datatable->show = 'Visible';
$lang->datatable->hide = 'Caché';
$lang->datatable->reset = 'Réinitialiser';
$lang->datatable->custom = 'Personnaliser colonnes';
$lang->datatable->customTip = "Cochez les colonnes à afficher et déplacez les pour les mettre dans l'ordre.";
$lang->datatable->switchToTable = 'Basculer vers le Tableau Commun';
$lang->datatable->switchToDatatable = 'Basculer vers le Tableau Avancé';
$lang->datatable->required = 'Obligatoire';
$lang->datatable->confirmReset = 'Restoring to default will clear the relevant settings of the list. Are you sure you want to restore to default?';
$lang->datatable->setGlobal = 'Paramétrage Global';
$lang->datatable->resetGlobal = 'Réinitialisation Globale';
$lang->datatable->confirmSetGlobal = 'After applying it globally, the list of all individuals in the system will default to this rule for display. Are you sure you want to apply it globally?';
$lang->datatable->confirmGlobalReset = 'After restoring to default globally, all individual list settings in the system will be cleared. Are you sure you want to restore to default?';
$lang->datatable->branch = 'Branche';
$lang->datatable->platform = 'Plateforme';
$lang->datatable->moduleSetting = 'Set Module';
$lang->datatable->displaySetting = 'Set list';
$lang->datatable->showModule = 'Montrer les noms des modules dans la page de listes';
$lang->datatable->showBranch = 'Show branches in the list';
$lang->datatable->showAllModule = "Show {$lang->productCommon} modules";
$lang->datatable->showModuleList['0'] = 'N/A';
$lang->datatable->showModuleList['base'] = 'Base Node';
$lang->datatable->showModuleList['end'] = 'End Node';
$lang->datatable->showAllModuleList[0] = 'Cacher';
$lang->datatable->showAllModuleList[1] = 'Montrer';
$lang->datatable->showBranchList[0] = 'Hide';
$lang->datatable->showBranchList[1] = 'Show';