mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°7686 - Update Dutch translations (#657)
This commit is contained in:
@@ -6,12 +6,13 @@
|
||||
* @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: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.',
|
||||
@@ -22,6 +23,6 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'UI:Datatables:Language:Sort:Ascending' => 'Oplopend sorteren',
|
||||
'UI:Datatables:Language:Sort:Descending' => 'Aflopend sorteren',
|
||||
'UI:Datatables:Language:ZeroRecords' => 'Geen resultaten',
|
||||
'UI:Datatables:RowActions:ConfirmationDialog' => 'Action Confirmation~~',
|
||||
'UI:Datatables:RowActions:ConfirmationMessage' => 'Do you confirm action ?~~',
|
||||
'UI:Datatables:RowActions:ConfirmationDialog' => 'Bevestiging actie',
|
||||
'UI:Datatables:RowActions:ConfirmationMessage' => 'Bevestig je deze actie?',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user