This commit is contained in:
acognet
2021-08-16 09:55:40 +02:00
parent 12c2929f1d
commit 2899c82ef2
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ Dict::Add('EN US', 'English', 'English', array(
'UI:Datatables:Language:Info' => '_TOTAL_ item(s)',
'UI:Datatables:Language:InfoEmpty' => 'No information',
'UI:Datatables:Language:EmptyTable' => 'No data available in this table',
'UI::Datatables:Language:Error' => 'An error occured while running the query',
'UI:Datatables:Language:Error' => 'An error occured while running the query',
'UI:Datatables:Language:DisplayLength:All' => 'All',
'UI:Datatables:Language:Sort:Ascending' => 'enable for an ascending sort',
'UI:Datatables:Language:Sort:Descending' => 'enable for a descending sort',

View File

@@ -24,7 +24,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
'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: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',

View File

@@ -28,7 +28,7 @@ var oTable{{ sListIDForVarSuffix }} = $('#{{ oUIBlock.GetId() }}').DataTable({
infoEmpty: "{{ 'UI:Datatables:Language:InfoEmpty'|dict_s }}",
infoFiltered: "({{ 'UI:Datatables:Language:InfoFiltered'|dict_s }})",
emptyTable: "{{ 'UI:Datatables:Language:EmptyTable'|dict_s }}",
errorMessage: "{{ 'UI::Datatables:Language:Error'|dict_s }}",
errorMessage: "{{ 'UI:Datatables:Language:Error'|dict_s }}",
buttonOk: "{{ 'UI:Button:Ok'|dict_s }}",
paginate: {
first: "<i class=\"fas fa-angle-double-left\"></i>",