11 lines
240 B
PHP
11 lines
240 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'actions' => 'Toiminnot',
|
|
'action' => 'Toiminto',
|
|
'by' => 'Suorittaja',
|
|
'item' => 'Nimike',
|
|
'no_matching_records' => 'No matching records found',
|
|
|
|
);
|