Selaa lähdekoodia

! Also, more resources for likes, including a sprited image, yay!

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 11 vuotta sitten
vanhempi
commit
13e382005c
2 muutettua tiedostoa jossa 9 lisäystä ja 0 poistoa
  1. BIN
      Themes/default/images/likes.png
  2. 9 0
      Themes/default/languages/index.english.php

BIN
Themes/default/images/likes.png


+ 9 - 0
Themes/default/languages/index.english.php

@@ -609,6 +609,15 @@ $txt['notification_disable_board'] = 'Are you sure you wish to disable notificat
 $txt['notification_enable_topic'] = 'Are you sure you wish to enable notification of new replies for this topic?';
 $txt['notification_disable_topic'] = 'Are you sure you wish to disable notification of new replies for this topic?';
 
+$txt['like'] = 'Like';
+$txt['unlike'] = 'Unlike';
+// Translators, if you need to make more strings to suit your language, e.g. $txt['likes_2'] = 'Two people like this', please do so.
+$txt['likes_1'] = '<a href="%1$s">1 person</a> likes this.';
+$txt['likes_n'] = '<a href="%1$s">%2$s people</a> like this.';
+$txt['you_likes_0'] = 'You like this.';
+$txt['you_likes_1'] = 'You and <a href="%1$s">1 other person</a> like this.';
+$txt['you_likes_n'] = 'You and <a href="%1$s">%2$s other people</a> like this.';
+
 $txt['report_to_mod'] = 'Report to moderator';
 
 $txt['unread_topics_visit'] = 'Recent Unread Topics';