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 haven’t saved any post yet!',
|
|
|
|
|
'savedWarning' => 'Only you can see what you’ve 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.',
|
2023-12-16 12:30:52 +00:00
|
|
|
|
|
2023-12-17 00:04:16 +00:00
|
|
|
|
'block.domain.max' => 'Max limit of domain blocks reached! You can only block :max domains at a time. Ask your admin to adjust this limit.',
|
|
|
|
|
|
|
|
|
|
'mutedAccounts' => 'Muted Accounts',
|
|
|
|
|
'blockedAccounts' => 'Blocked Accounts',
|
|
|
|
|
'blockedDomains' => 'Blocked Domains',
|
2018-06-09 05:45:06 +00:00
|
|
|
|
];
|