HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/work.naniguide.com/Modules/LanguagePack/Languages/modules/RestAPI/it/app.php
<?php 
return [
  'menu' => [
    'restAPISettings' => 'Impostazione API Resto',
  ],
  'fcmKey' => 'Chiave FCM',
  'applicationSetting' => 'Impostazioni dell\'applicazione',
  'androidRestAPISettings' => 'Impostazione notifica push',
  'iosRestAPISettings' => 'Impostazione notifica push IOS',
  'testAndroidPushNotification' => 'Prova la notifica push Android',
  'testIOSPushNotification' => 'Prova la notifica push IOS',
  'sendTestPushNotification' => 'Invia notifica di prova',
  'devices' => 'Dispositivi',
  'title' => 'Titolo',
  'message' => 'Messaggio',
  'selectDevice' => 'Seleziona dispositivo',
  'notificationSentSuccessfully' => 'Notifica push inviata con successo',
  'noRegisterDeviceFound' => 'Nessun dispositivo registrato trovato',
  'howToSetIosPush' => 'Documentazione sulle notifiche push IOS',
  'howToSetAndroidPush' => 'Documentazione sulle notifiche push Android',
];