additional_plugins/serendipity_event_youtube/lang_en.inc.php
2013-08-12 10:27:53 +02:00

21 lines
978 B
PHP

<?php #
/**
* @version
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_YOUTUBE_TITLE', 'Extended Editor Buttons: Youtube etc.');
@define('PLUGIN_EVENT_YOUTUBE_DESC', 'Offers more buttons to the editing screen to implement easy access to HTML/JS snippets like Youtube etc.');
@define('PLUGIN_EVENT_YOUTUBE_BUTTON', 'Youtube');
@define('PLUGIN_EVENT_YOUTUBE_ID', 'Youtube Video-ID (i.e. "mAcwcqOPcHM", can be see in the URL after ?v=)');
@define('PLUGIN_EVENT_YOUTUBE_SERVER', 'Youtube: Server URL');
@define('PLUGIN_EVENT_YOUTUBE_WIDTH', 'Youtube: Video width');
@define('PLUGIN_EVENT_YOUTUBE_HEIGHT', 'Youtube: Video height');
@define('PLUGIN_EVENT_YOUTUBE_REL', 'Youtube: Show related videos?');
@define('PLUGIN_EVENT_YOUTUBE_BORDER', 'Youtube: Use Border?');
@define('PLUGIN_EVENT_YOUTUBE_COLOR1', 'Youtube: Primary color?');
@define('PLUGIN_EVENT_YOUTUBE_COLOR2', 'Youtube: Secondary color?');