notification.php 409 B

12345678910
  1. <?php
  2. return [
  3. 'likedPhoto' => 'a aimé votre publication.',
  4. 'likedComment' => 'a aimé votre commentaire.',
  5. 'startedFollowingYou' => 'a commencé à vous suivre.',
  6. 'commented' => 'a commenté votre publication.',
  7. 'mentionedYou' => 'vous a mentionné.',
  8. 'shared' => 'a partagé votre publication.',
  9. ];