profile.php 995 B

123456789101112131415161718192021
  1. <?php
  2. return [
  3. 'emptyTimeline' => 'This user has no posts yet!',
  4. 'emptyFollowers' => 'This user has no followers yet!',
  5. 'emptyFollowing' => 'This user is not following anyone yet!',
  6. 'emptySaved' => 'You haven’t saved any post yet!',
  7. 'savedWarning' => 'Only you can see what you’ve saved',
  8. 'privateProfileWarning' => 'This Account is Private',
  9. 'alreadyFollow' => 'Already follow :username?',
  10. 'loginToSeeProfile' => 'to see their photos and videos.',
  11. 'status.disabled.header' => 'Profile Unavailable',
  12. 'status.disabled.body' => 'Sorry, this profile is not available at the moment. Please try again shortly.',
  13. '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.',
  14. 'mutedAccounts' => 'Muted Accounts',
  15. 'blockedAccounts' => 'Blocked Accounts',
  16. 'blockedDomains' => 'Blocked Domains',
  17. ];