openclassify/addons/default/visiosoft/profile-module/resources/lang/de/button.php
Fatih Alp 278d059407
New Crowdin updates (#869)
* New translations validation.php (Arabic)
* New translations validation.php (Spanish)
* New translations validation.php (French)
* New translations validation.php (Romanian)
* New translations validation.php (Hindi)
* New translations validation.php (Bengali)
* New translations validation.php (German)
* New translations validation.php (Arabic)
* New translations validation.php (Greek)
* New translations validation.php (Romanian)
* New translations validation.php (Spanish)
* New translations validation.php (French
* New translations validation.php (Portuguese)
2020-12-21 19:08:49 +03:00

22 lines
687 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',
'extend_unpublished' => 'Unveröffentlicht verlängern',
'edit' => 'Bearbeiten',
'go_profile' => 'Gehen Sie zu Profildetail',
'go_user' => 'Gehen Sie zu Benutzerdetails',
'personal' => 'persönlich',
'corporate' => 'Corporate',
'export' => 'Export',
'new_education' => 'Neue Bildung',
'new_education_part' => 'Neuer Bildungsteil',
];