1
0

* show subscription status of comments in frontend and backend

This commit is contained in:
Garvin Hicking
2011-04-11 12:35:40 +00:00
parent c4e35b58fa
commit defb3ff1fd
66 changed files with 222 additions and 19 deletions

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_no.inc.php 2713 2010-12-16 08:51:54Z garvinhicking $
<?php # $Id: serendipity_lang_no.inc.php 2740 2011-03-22 09:14:30Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation (c) by Jo Christian Oterhals <oterhals@gmail.com>
@ -966,3 +966,6 @@
@define('NAV_LINK_URL', 'Enter the full URL of your link');
@define('MODERATE_SELECTED_COMMENTS', 'Accept selected comments');
@define('WEBLOG', 'Weblog');
@define('ACTIVE_COMMENT_SUBSCRIPTION', 'Subscribed');
@define('PENDING_COMMENT_SUBSCRIPTION', 'Pending confirmation');
@define('NO_COMMENT_SUBSCRIPTION', 'Not subscribed');