12 lines
168 B
PHP
Executable File
12 lines
168 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'edit' => 'Muokkaa',
|
|
'delete' => 'Poista',
|
|
'restore' => 'Palauta',
|
|
'actions' => 'Toiminnot',
|
|
'submit' => 'Lähetä',
|
|
|
|
);
|