mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
29 lines
1.0 KiB
PHP
29 lines
1.0 KiB
PHP
<?php
|
|
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('FR FR', 'French', 'Français', [
|
|
'UI:Datatables:Language:Processing' => 'Patientez ...',
|
|
'UI:Datatables:Language:LengthMenu' => '_MENU_ par page',
|
|
'UI:Datatables:Language:ZeroRecords' => 'Pas de résultat',
|
|
'UI:Datatables:Language:Info' => '_TOTAL_ élément(s)',
|
|
'UI:Datatables:Language:InfoEmpty' => 'Pas d\'information',
|
|
'UI:Datatables:Language:EmptyTable' => 'Pas de résultat',
|
|
'UI:Datatables:Language:Error' => 'Erreur lors du chargement des données',
|
|
'UI:Datatables:Language:DisplayLength:All' => 'Tous',
|
|
'UI:Datatables:Language:Sort:Ascending' => 'tri croissant',
|
|
'UI:Datatables:Language:Sort:Descending' => 'tri décroissant',
|
|
'UI:Datatables:Column:RowActions:Label' => '',
|
|
'UI:Datatables:Column:RowActions:Description' => '',
|
|
'UI:Datatables:RowActions:ConfirmationDialog' => 'Confirmation',
|
|
'UI:Datatables:RowActions:ConfirmationMessage' => 'Confirmez-vous cette action ?',
|
|
]);
|