mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-19 21:43:30 -05:00
15 lines
321 B
PHP
15 lines
321 B
PHP
<?php
|
|
|
|
return [
|
|
'post_ad' => [
|
|
'name' => 'Indlæg annonce',
|
|
],
|
|
'login' => 'Log på',
|
|
'register' => 'Tilmeld',
|
|
'continue' => 'Blive ved',
|
|
'reset_password' => 'Nulstille kodeord',
|
|
'email' => 'E-mail',
|
|
'phone' => 'telefon',
|
|
'show_all' => 'Vis alt',
|
|
'hide_all' => 'Gem alt',
|
|
]; |