mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
16 lines
446 B
PHP
16 lines
446 B
PHP
<?php
|
|
|
|
return [
|
|
'new_profile' => 'Neues Profil',
|
|
'new_adress' => 'Neue Adresse',
|
|
'show' => 'Adresse anzeigen',
|
|
'update_password' => 'Kennwort aktualisieren',
|
|
'update_profile' => 'Profil aktualisieren',
|
|
'delete' => 'Löschen',
|
|
'extend' => 'Erweitern',
|
|
'extend_all' => 'Alle erweitern',
|
|
'edit' => 'Bearbeiten',
|
|
'go_profile' => 'Gehen Sie zu Profildetail',
|
|
'go_user' => 'Gehen Sie zu Benutzerdetails',
|
|
];
|