iframe.php 719 B

123456789101112131415161718192021222324
  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' => 'Fechar',
  14. 'btn_close_active' => 'Fechar Ativo',
  15. 'btn_close_all' => 'Fechar Todos',
  16. 'btn_close_all_other' => 'Fechar Outros',
  17. 'tab_empty' => 'Nenhum separador selecionado!',
  18. 'tab_home' => 'Página Inicial',
  19. 'tab_loading' => 'A carregar separador',
  20. ];