-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathit.php
More file actions
20 lines (17 loc) · 751 Bytes
/
Copy pathit.php
File metadata and controls
20 lines (17 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
declare(strict_types=1);
/**
* Italian translations.
*/
return [
'app_subtitle' => 'Portale di Gestione File Sicuro',
'login_title' => 'Accedi',
'login_subtitle' => 'Inserisci le tue credenziali FTP per accedere ai tuoi file',
'username_label' => 'Nome utente FTP',
'username_placeholder' => 'Inserisci il tuo nome utente FTP',
'password_label' => 'Password FTP',
'password_placeholder' => 'Inserisci la tua password FTP',
'signin_button' => 'Accedi a FTP',
'security_notice' => 'Le tue credenziali sono crittografate e sicure. Protetto da sicurezza di livello aziendale con protezione CSRF, limitazione della velocità e validazione della sessione.',
'footer_text' => 'Gestione Sicura dei File',
];