iframe.php 712 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' => 'Chiudi',
  14. 'btn_close_active' => 'Chiudi scheda',
  15. 'btn_close_all' => 'Chiudi tutto',
  16. 'btn_close_all_other' => 'Chiudi tutto il resto',
  17. 'tab_empty' => 'Nessuna scheda selezionata!',
  18. 'tab_home' => 'Home',
  19. 'tab_loading' => 'Caricamento scheda',
  20. ];