profile.php 695 B

123456789101112131415
  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. ];