mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
20 lines
407 B
PHP
20 lines
407 B
PHP
<?php
|
|
|
|
return [
|
|
'latest_ads' => 'Latest Ads',
|
|
'show_all' => [
|
|
'name' => 'Show All',
|
|
],
|
|
'login' => [
|
|
'name' => 'Login',
|
|
],
|
|
'logout' => [
|
|
'name' => 'Logout',
|
|
],
|
|
'profile' => 'Profile',
|
|
'email' => 'Email Address',
|
|
'password' => 'Password',
|
|
'display_name' => 'Display Name',
|
|
'username' => 'Username',
|
|
'remember_me' => 'Remember Me',
|
|
]; |