Source for file user.php
Documentation is available at user.php
* Zikula Application Framework
* @copyright (c) 2002, Zikula Development Team
* @link http://www.zikula.org
* @version $Id: user.php 24342 2008-06-06 12:03:14Z markwest $
* @license GNU/GPL - http://www.gnu.org/copyleft/gpl.html
* @package Zikula_Value_Addons
define('_FEEDS_AVAILABLECATEGORIES', 'Choose a category to see the Feeds that belongs to it');
define('_FEEDS_AVAILABLEFEEDS', 'Available feeds');
define('_FEEDS_BYAUTHOR', 'by %author%');
define('_FEEDS_CATEGORY', 'Category: %title%');
define('_FEEDS_FEEDSINCATEGORY', 'The Feeds of this category are as follows:');
define('_FEEDS_FEEDSLIST', 'Feeds List');
define('_FEEDS_READMORE', 'Read more....');
define('_FEEDS_VIEW', 'View News Feeds');
define('_FEEDS_WELCOME', 'Welcome to the Feeds of %sitename%');
|