🌐 Dictionaries update

This commit is contained in:
Timothee
2025-02-07 15:36:58 +01:00
parent 14346e0895
commit e93d909a38
894 changed files with 107458 additions and 78345 deletions

View File

@@ -6,23 +6,22 @@
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
* @author Thomas Casteleyn <thomas.casteleyn@super-visions.com>
*/
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'UI:Datatables:Column:RowActions:Description' => '',
'UI:Datatables:Column:RowActions:Label' => '',
'UI:Datatables:Language:DisplayLength:All' => 'Alles',
'UI:Datatables:Language:EmptyTable' => 'Geen data in deze tabel',
'UI:Datatables:Language:Error' => 'Er was een fout bij het uitvoeren van de query.',
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'UI:Datatables:Language:Processing' => 'Even geduld…',
'UI:Datatables:Language:LengthMenu' => '_MENU_ per pagina',
'UI:Datatables:Language:ZeroRecords' => 'Geen resultaten',
'UI:Datatables:Language:Info' => '_TOTAL_ item(s)',
'UI:Datatables:Language:InfoEmpty' => 'Geen informatie',
'UI:Datatables:Language:LengthMenu' => '_MENU_ per pagina',
'UI:Datatables:Language:Processing' => 'Even geduld…',
'UI:Datatables:Language:EmptyTable' => 'Geen data in deze tabel',
'UI:Datatables:Language:Error' => 'Er was een fout bij het uitvoeren van de query.',
'UI:Datatables:Language:DisplayLength:All' => 'Alles',
'UI:Datatables:Language:Sort:Ascending' => 'Oplopend sorteren',
'UI:Datatables:Language:Sort:Descending' => 'Aflopend sorteren',
'UI:Datatables:Language:ZeroRecords' => 'Geen resultaten',
'UI:Datatables:Column:RowActions:Label' => '',
'UI:Datatables:Column:RowActions:Description' => '',
'UI:Datatables:RowActions:ConfirmationDialog' => 'Bevestiging actie',
'UI:Datatables:RowActions:ConfirmationMessage' => 'Bevestig je deze actie?',
]);
));