3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-12 03:21:39 +00:00
Files
snipe-it/resources/lang/fi/button.php

16 lines
297 B
PHP

<?php
return array(
'actions' => 'Toiminnot',
'add' => 'Lisää uusi',
'cancel' => 'Peruuta',
'delete' => 'Poista',
'edit' => 'Muokkaa',
'restore' => 'Palauta',
'request' => 'Request',
'submit' => 'Lähetä',
'upload' => 'Lähetä',
);