mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
14 lines
310 B
PHP
14 lines
310 B
PHP
<?php
|
|
|
|
return [
|
|
'post_ad' => [
|
|
'name' => 'Anzeige erstellen',
|
|
],
|
|
'login' => 'Einloggen',
|
|
'register' => 'Registrieren',
|
|
'continue' => 'Fortsetzen',
|
|
'reset_password' => 'Passwort zurücksetzen',
|
|
'email' => 'Email',
|
|
'phone' => 'Telefon',
|
|
'show_all' => 'Zeige alles',
|
|
]; |