16 lines
151 B
PHP
16 lines
151 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'actions' => [
|
|
|
|
'logout' => [
|
|
'label' => 'Odhlásit se',
|
|
],
|
|
|
|
],
|
|
|
|
'welcome' => 'Vítejte',
|
|
|
|
];
|