Blame view

resources/lang/it-IT/notifications.php 317 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
  <?php
  
  return [
  
      'whoops'              => 'Whoops!',
      'hello'               => 'Ciao!',
      'salutation'          => 'Saluti,<br> : company_name',
      'subcopy'             => 'Se stai avendo problemi cliccando il ":testo" pulsante, copiare e incollare l\'URL qui sotto nel tuo browser web: [:url](:url)',
  
  ];