snipe-it/resources/lang/da/button.php

16 lines
531 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-05-16 21:54:13 -07:00
'actions' => 'Handlinger',
'add' => 'Tilføj Ny',
'cancel' => 'Annuller',
2016-08-25 17:43:07 -07:00
'checkin_and_delete' => 'Tjek ind og slet bruger',
2016-05-16 21:54:13 -07:00
'delete' => 'Slet',
'edit' => 'Rediger',
'restore' => 'Gendan',
'request' => 'Anmodning',
'submit' => 'Send',
'upload' => 'Upload',
2017-10-17 18:52:20 -07:00
'select_file' => 'Vælg fil ...',
2016-03-25 01:18:05 -07:00
);