mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -06:00
New translations field.php (German)
This commit is contained in:
parent
38b3b9b625
commit
0d11350a83
@ -104,10 +104,6 @@ return [
|
|||||||
'name' => 'Nutzer'
|
'name' => 'Nutzer'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*Menu Button*/
|
/*Menu Button*/
|
||||||
'profile' => [
|
'profile' => [
|
||||||
'name' => 'Profil'
|
'name' => 'Profil'
|
||||||
@ -198,7 +194,6 @@ return [
|
|||||||
'name' => 'Meine Verkäufe'
|
'name' => 'Meine Verkäufe'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
/* Right Dock*/
|
/* Right Dock*/
|
||||||
'right_secure_trading_subject' => [
|
'right_secure_trading_subject' => [
|
||||||
'name' => 'Sicherer Handel'
|
'name' => 'Sicherer Handel'
|
||||||
@ -367,7 +362,6 @@ return [
|
|||||||
'name' => 'Einstellungen',
|
'name' => 'Einstellungen',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
'corporate_settings' => [
|
'corporate_settings' => [
|
||||||
'name' => 'Unternehmenseinstellungen',
|
'name' => 'Unternehmenseinstellungen',
|
||||||
],
|
],
|
||||||
@ -447,4 +441,11 @@ return [
|
|||||||
'tax_number' => [
|
'tax_number' => [
|
||||||
'name' => 'Tax Number'
|
'name' => 'Tax Number'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
// Profile page
|
||||||
|
'my_profile' => 'My Profile',
|
||||||
|
'edit_profile' => 'Edit Profile',
|
||||||
|
'edit_details' => 'Edit Details',
|
||||||
|
'update' => 'Update',
|
||||||
|
'change_password' => 'Change Password',
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user