mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
8 lines
253 B
PHP
8 lines
253 B
PHP
<?php
|
||
|
||
return [
|
||
'emptyTimeline' => 'This user has no posts yet!',
|
||
'emptyFollowers' => 'This user has no followers yet!',
|
||
'emptyFollowing' => 'This user is not following anyone yet!',
|
||
'savedWarning' => 'Only you can see what you’ve saved',
|
||
];
|