mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
16 lines
297 B
PHP
Executable file
16 lines
297 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
|
|
'actions' => 'Toiminnot',
|
|
'add' => 'Lisää uusi',
|
|
'cancel' => 'Peruuta',
|
|
'delete' => 'Poista',
|
|
'edit' => 'Muokkaa',
|
|
'restore' => 'Palauta',
|
|
'request' => 'Request',
|
|
'submit' => 'Lähetä',
|
|
'upload' => 'Lähetä',
|
|
|
|
);
|