12 lines
170 B
PHP
Executable File
12 lines
170 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'edit' => 'Ändra',
|
|
'delete' => 'Radera',
|
|
'restore' => 'Återställ',
|
|
'actions' => 'Åtgärder',
|
|
'submit' => 'Skicka',
|
|
|
|
);
|