additional_plugins/serendipity_event_youtube/lang_en.inc.php

21 lines
1 KiB
PHP
Raw Normal View History

<?php #
2011-12-13 12:29:05 +01:00
/**
2013-08-12 10:27:53 +02:00
* @version
2011-12-13 12:29:05 +01:00
* @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');
2018-09-11 09:59:07 +02:00
@define('PLUGIN_EVENT_YOUTUBE_ID', 'Youtube Video-ID (i.e. "mAcwcqOPcHM", can be seen in the URL after ?v=)');
2011-12-13 12:29:05 +01:00
@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?');
2018-09-11 09:59:07 +02:00
@define('PLUGIN_EVENT_YOUTUBE_IFRAME', 'Youtube: Use iframe+html5 instead of flash?');