33 lines
1.6 KiB
PHP
33 lines
1.6 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 = 'Voulez-vous restaurer les paramétres par défaut ?';
|
|
$lang->datatable->setGlobal = 'Paramétrage Global';
|
|
$lang->datatable->resetGlobal = 'Réinitialisation Globale';
|
|
|
|
$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';
|