pixelfed/resources/lang/en/profile.php

16 wiersze
695 B
PHP
Czysty Zwykły widok Historia

2018-05-26 22:39:32 +00:00
<?php
return [
2018-08-28 03:07:36 +00:00
'emptyTimeline' => 'This user has no posts yet!',
'emptyFollowers' => 'This user has no followers yet!',
'emptyFollowing' => 'This user is not following anyone yet!',
'emptySaved' => 'You havent saved any post yet!',
'savedWarning' => 'Only you can see what youve saved',
2018-08-24 00:28:16 +00:00
'privateProfileWarning' => 'This Account is Private',
2018-08-28 03:07:36 +00:00
'alreadyFollow' => 'Already follow :username?',
'loginToSeeProfile' => 'to see their photos and videos.',
2018-12-25 06:04:24 +00:00
'status.disabled.header' => 'Profile Unavailable',
'status.disabled.body' => 'Sorry, this profile is not available at the moment. Please try again shortly.',
];