notification.php 675 B

12345678910111213
  1. <?php
  2. return [
  3. 'likedPhoto' => 'έδειξε προτίμηση στη φωτογραφία σου.', //'preferred your photo'
  4. //'likedPhoto' => 'αγάπησε τη φωτογραφία σου.', //'loved your photo' (this is too much, we don't use 'love' like that)
  5. //'likedPhoto' => 'έκανε like στη φωτογραφία σου.', //'did a like on your photo' (this sounds cheesy)
  6. //In greek "like" is only passive (i.e. you can say "Your photo was liked by user" but not "user liked your photo").
  7. // So we either can use "loved", use the english word ("performed a 'like' on your photo"), or (the one I chose) say
  8. // "user preferred your photo"
  9. ];