mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
5b8a4dfefd
Closes #60
13 lines
259 B
PHP
13 lines
259 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'viewMyProfile' => 'View my profile',
|
|
'myTimeline' => 'My Timeline',
|
|
'publicTimeline' => 'Public Timeline',
|
|
'remoteFollow' => 'Remote Follow',
|
|
'settings' => 'Settings',
|
|
'admin' => 'Admin',
|
|
'logout' => 'Logout',
|
|
|
|
]; |