12 lines
162 B
PHP
Executable File
12 lines
162 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'edit' => 'Upravit',
|
|
'delete' => 'Smazat',
|
|
'restore' => 'Obnovit',
|
|
'actions' => 'Akce',
|
|
'submit' => 'Odeslat',
|
|
|
|
);
|