iframe.php 773 B

1234567891011121314151617181920212223
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | IFrame Mode Language Lines
  6. |--------------------------------------------------------------------------
  7. |
  8. | The following language lines are used by the AdminLTE IFrame mode blade
  9. | layout. You are free to modify these language lines according to your
  10. | application's requirements.
  11. |
  12. */
  13. 'btn_close' => 'بستن',
  14. 'btn_close_active' => 'بستن فعال',
  15. 'btn_close_all' => 'بستن همه',
  16. 'btn_close_all_other' => 'بستن همه چیز دیگر',
  17. 'tab_empty' => 'هیچ تب ای انتخاب نشده است',
  18. 'tab_home' => 'خانه',
  19. 'tab_loading' => 'تب در حال بارگیری است',
  20. ];