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

16 lines
290 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
'actions' => 'Handlinger',
'add' => 'Tilføj Ny',
'cancel' => 'Annuller',
'delete' => 'Slet',
'edit' => 'Rediger',
'restore' => 'Gendan',
'request' => 'Anmodning',
'submit' => 'Send',
'upload' => 'Upload',
);