mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
16 lines
297 B
PHP
Executable file
16 lines
297 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
|
|
'actions' => 'Acties',
|
|
'add' => 'Toevoegen',
|
|
'cancel' => 'Annuleren',
|
|
'delete' => 'Verwijder',
|
|
'edit' => 'Bewerk',
|
|
'restore' => 'Herstel',
|
|
'request' => 'Aanvraag',
|
|
'submit' => 'Verzenden',
|
|
'upload' => 'Verstuur',
|
|
|
|
);
|