account-widget.php 164B

12345678910111213141516
  1. <?php
  2. return [
  3. 'actions' => [
  4. 'logout' => [
  5. 'label' => 'تسجيل الخروج',
  6. ],
  7. ],
  8. 'welcome' => 'مرحبا',
  9. ];