mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
🌐 Dictionaries update
This commit is contained in:
@@ -9,19 +9,19 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('FR FR', 'French', 'Français', [
|
||||
'UI:Datatables:Column:RowActions:Description' => '',
|
||||
'UI:Datatables:Column:RowActions:Label' => '',
|
||||
'UI:Datatables:Language:DisplayLength:All' => 'Tous',
|
||||
'UI:Datatables:Language:EmptyTable' => 'Pas de résultat',
|
||||
'UI:Datatables:Language:Error' => 'Erreur lors du chargement des données',
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'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:LengthMenu' => '_MENU_ par page',
|
||||
'UI:Datatables:Language:Processing' => 'Patientez ...',
|
||||
'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:Language:ZeroRecords' => 'Pas de résultat',
|
||||
'UI:Datatables:Column:RowActions:Label' => '',
|
||||
'UI:Datatables:Column:RowActions:Description' => '',
|
||||
'UI:Datatables:RowActions:ConfirmationDialog' => 'Confirmation',
|
||||
'UI:Datatables:RowActions:ConfirmationMessage' => 'Confirmez-vous cette action ?',
|
||||
]);
|
||||
));
|
||||
Reference in New Issue
Block a user