<?php
// ----------------------------------------------------------------------
// Copyright (c) 2007 by Tammy Keefer
// Also Like Module developed for eFiction 3.0
// // http://efiction.hugosnebula.com/
// ----------------------------------------------------------------------
// LICENSE
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License (GPL)
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// To read the license please visit http://www.gnu.org/copyleft/gpl.html
// ----------------------------------------------------------------------
if(!defined("_CHARSET")) exit( );
define("_SE_FAVOF", "This story is a favorite of %d members.");
define("_SE_ALSOLIKE", "Members who liked %1\$s also liked <a href='"._BASEDIR."browse.php?type=alsolike&sid=%2\$d'>%3\$d other stories</a>.");
define("_SE_BROWSE", "Members who liked %s also liked these stories.");
define("_THEEND", "The End.");
define("_THEENDMAYBE", "To Be Continued...");
define("_AUTHORCOUNT", "%s is the author of %d other stories.");
define("_AL_BROWSE", "Members who liked %s also liked");
define("_SE_INSERIES", "This story is part of the series, %s.");
define("_SE_SERIES_PREVST", "The previous story in the series is %s.");
define("_SE_SERIES_NEXTST", "The next story in the series is %s.");
define("_SE_SERIES_PREVSE", "The previous series of stories in this series is %s.");
define("_SE_SERIES_NEXTSE", "The next series of stories in this series is %s.");
?>