oms-Profile/Theme/Backend/Lang/de.lang.php
Dennis Eichhorn 7760fe8307
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:06 +00:00

51 lines
1.6 KiB
PHP

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.2
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Profile' => [
'Account' => 'Konto',
'Activity' => 'Aktivität',
'Address' => 'Adresse',
'Birthday' => 'Geburtstag',
'Contact' => 'Kontakt',
'CreateProfile' => 'Profil erstellen',
'Email' => 'Email',
'IMG_alt_user' => 'Nutzerbild',
'LastLogin' => 'Letzte Anmeldung',
'Localization' => 'Lokalisierung',
'Name' => 'Name',
'NewPassword' => 'Neues Passwort',
'NoAddressSpecified' => 'Keine Adresse angegeben',
'NoContactSpecified' => 'Kein Kontakt angegeben.',
'OldPassword' => 'Altest Passwort',
'Password' => 'Passwort',
'Profile' => 'Profil',
'ProfileImage' => 'Profilbild',
'Profiles' => 'Profile',
'Registered' => 'Eingetragen',
'RepeatPassword' => 'Wiederhole Passwort',
'Status' => 'Status',
'Visibility' => 'Sichtweite',
':aType1' => 'Heim',
':aType2' => 'Geschäft',
':aType3' => 'Versand',
':aType4' => 'Billing',
':aType5' => 'Arbeiten',
':aType6' => 'Vertrag',
':aType7' => 'Andere',
':cType1' => 'Telefon',
':cType2' => 'Fax',
':cType3' => 'Webseite',
':cType4' => 'Email',
]];