11 lines
232 B
PHP
11 lines
232 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'actions' => 'Handlinger',
|
|
'action' => 'Handling',
|
|
'by' => 'Av',
|
|
'item' => 'Enhet',
|
|
'no_matching_records' => 'No matching records found',
|
|
|
|
);
|