-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathde.php
More file actions
20 lines (17 loc) · 761 Bytes
/
Copy pathde.php
File metadata and controls
20 lines (17 loc) · 761 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);
/**
* German translations.
*/
return [
'app_subtitle' => 'Sicheres Dateiverwaltungsportal',
'login_title' => 'Anmelden',
'login_subtitle' => 'Geben Sie Ihre FTP-Anmeldedaten ein, um auf Ihre Dateien zuzugreifen',
'username_label' => 'FTP-Benutzername',
'username_placeholder' => 'Geben Sie Ihren FTP-Benutzernamen ein',
'password_label' => 'FTP-Passwort',
'password_placeholder' => 'Geben Sie Ihr FTP-Passwort ein',
'signin_button' => 'Bei FTP anmelden',
'security_notice' => 'Ihre Anmeldedaten sind verschlüsselt und sicher. Geschützt durch Sicherheit auf Unternehmensniveau mit CSRF-Schutz, Ratenbegrenzung und Sitzungsvalidierung.',
'footer_text' => 'Sichere Dateiverwaltung',
];