mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations button.php (German)
This commit is contained in:
parent
e1bed197eb
commit
2d6eb7d6f2
@ -1,7 +1,15 @@
|
||||
<?php
|
||||
|
||||
return[
|
||||
"new_profile" =>"Neues Profil",
|
||||
"new_adress" =>"Neue Adresse",
|
||||
"show" =>"Adresse anzeigen"
|
||||
];
|
||||
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',
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user