small lang update

This commit is contained in:
Garvin Hicking 2012-01-29 00:24:16 +01:00
parent 88c52bfa20
commit 382854392c
3 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,7 @@
# $Id$
1.33: Small lang update
1.32:
* Added check for s9y >= 1.6 for the itunes meta compatibility

View file

@ -94,7 +94,7 @@
Additional to that the plugin adds the media files to the RSS feed in this way a RSS reader can interpret them as podcasts. (Keyword: Enclosure Tags).');
@define('PLUGIN_PODCAST_USAGE_RSS', '
To get RSS feeds of only specific filetypes, you can access/advertise a feed with a URL like http://' . $serendipity['baseURL'] . '/rss.php?version=2.0&podcast_format=ogg.
To get RSS feeds of only specific filetypes, you can access/advertise a feed with a URL like ' . $serendipity['baseURL'] . '/rss.php?version=2.0&podcast_format=ogg.
This will only put files with an "ogg" extension inside a feed. You can specify multiple formats separated by ",".
');
@ -109,7 +109,7 @@ This will only put files with an "ogg" extension inside a feed. You can specify
'In the archive you\'ll find the files flvplayer.swf and swfobject.js. Plesae copy them into the subdirectory player of this plugin. If the archive only contains "mediaplayer.*" files, please rename them to "flvplayer.*"</p>');
@define('PLUGIN_PODCAST_ITUNES', 'iTunes XML markup');
@define('PLUGIN_PODCAST_ITUNES_DESC', 'Enter the XML that is put into your RSS-Feed to be shown within iTunes. Requires Serendipity 1.6 and above to work.');
@define('PLUGIN_PODCAST_ITUNES_DESC', 'Enter the XML that is put into your RSS-Feed to be shown within iTunes (see https://www.apple.com/itunes/podcasts/specs.html). Requires Serendipity 1.6 and above to work.');
@define('PLUGIN_PODCAST_MERGEMULTI', 'Merge multiple HTML5 player elements');
@define('PLUGIN_PODCAST_DOWNLOADLINK', 'Always add download link');

View file

@ -14,7 +14,7 @@ if (file_exists($probelang)) {
include_once dirname(__FILE__) . '/lang_en.inc.php';
include_once dirname(__FILE__) . '/podcast_player.php';
@define("SERENDIPITY_EVENT_PODCAST_VERSION", "1.32");
@define("SERENDIPITY_EVENT_PODCAST_VERSION", "1.33");
class serendipity_event_podcast extends serendipity_event {
/**