mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-12 15:58:40 +00:00
51 lines
1.6 KiB
PHP
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',
|
|
]];
|