1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-09 05:40:44 +02:00

Bugtracker #4766 - Correct 'new' icon of new forum threads; thanks MikeNL

This commit is contained in:
nlstart
2010-07-20 16:49:06 +00:00
parent 13e810c457
commit e7872767ff
2 changed files with 75 additions and 6 deletions

View File

@@ -24,6 +24,13 @@ define("NFPM_L13", "Update New Forum Posts Settings");
define("NFPM_L14", "New Forum Posts settings updated.");
define("NFPM_L15", "Check to display latest forum posts.<br />Default is latest topics.");
define('NFPM_L16', '[user deleted]');
define('NFPM_L17', 'New Posts on Popular Thread');
define('NFPM_L18', 'New Posts');
define('NFPM_L19', 'No New Posts on Popular Thread');
define('NFPM_L20', 'No New Posts');
define('NFPM_L21', 'Sticky Thread');
define('NFPM_L22', 'Closed Sticky Thread');
define('NFPM_L23', 'Announcement');
define('NFPM_L24', 'Closed Thread');
?>