1
0

* Added ability to rename "feeds" in teh syndication plugin and

add a big image on top (onli)
This commit is contained in:
Garvin Hicking
2008-12-18 10:55:57 +00:00
parent 2ec6288154
commit 054dfb65c9
65 changed files with 454 additions and 29 deletions

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_is.inc.php 2378 2008-11-21 12:20:07Z garvinhicking $
<?php # $Id: serendipity_lang_is.inc.php 2384 2008-11-26 12:33:29Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation by Örn Arnarson <orn@arnarson.net>
@ -936,3 +936,9 @@
@define('PLUGIN_DOCUMENTATION', 'Documentation');
@define('PLUGIN_DOCUMENTATION_LOCAL', 'Local Documentation');
@define('PLUGIN_DOCUMENTATION_CHANGELOG', 'Version history');
@define('SYNDICATION_PLUGIN_BIGIMG', 'Big Image');
@define('SYNDICATION_PLUGIN_BIGIMG_DESC', 'Display a (big) image at the top of the feeds in sidebar, enter full or absolute URL to image file.');
@define('SYNDICATION_PLUGIN_FEEDNAME', 'Displayed name for "feed"');
@define('SYNDICATION_PLUGIN_FEEDNAME_DESC', 'Enter an optional custom name for the feeds (defaults to "feed" when empty)');
@define('SYNDICATION_PLUGIN_COMMENTNAME', 'Displayed name for "comment" feed');
@define('SYNDICATION_PLUGIN_COMMENTNAME_DESC', 'Enter an optional custom name for the comment feed');