notification.php 306 B

1234567891011
  1. <?php
  2. return [
  3. 'likedPhoto' => 'le gustó tu foto.',
  4. 'likedComment' => 'le gustó tu comentario.',
  5. 'startedFollowingYou' => 'empezó a seguirte.',
  6. 'commented' => 'comentó tu foto.',
  7. 'mentionedYou' => 'te mencionó.',
  8. 'shared' => 'compartió tu foto.',
  9. ];