account-widget.php 151B

12345678910111213141516
  1. <?php
  2. return [
  3. 'actions' => [
  4. 'logout' => [
  5. 'label' => 'Odhlásit se',
  6. ],
  7. ],
  8. 'welcome' => 'Vítejte',
  9. ];