mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-23 15:27:40 -05:00
15 lines
331 B
PHP
15 lines
331 B
PHP
<?php
|
|
|
|
return [
|
|
'post_ad' => [
|
|
'name' => 'Legg ut annonse',
|
|
],
|
|
'login' => 'Logg Inn',
|
|
'register' => 'Registrere',
|
|
'continue' => 'Fortsette',
|
|
'reset_password' => 'Tilbakestille passord',
|
|
'email' => 'E-post',
|
|
'phone' => 'Telefon',
|
|
'show_all' => 'Vis alt',
|
|
'hide_all' => 'Gjem alle',
|
|
]; |