From 6005959c37acf42042be7281521d1f37ff56e677 Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 9 Jul 2010 04:48:16 +0000 Subject: Added ecml help for web service embeds. git-svn-id: http://code.elgg.org/elgg/trunk@6668 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/ecml/languages/en.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'mod/ecml/languages') diff --git a/mod/ecml/languages/en.php b/mod/ecml/languages/en.php index dfe6b3f50..41172f2fd 100644 --- a/mod/ecml/languages/en.php +++ b/mod/ecml/languages/en.php @@ -17,18 +17,38 @@ $english = array( 'ecml:views:annotation_generic_comment' => 'Comments', // keywords + 'ecml:keywords:googlemaps' => 'Google Maps', 'ecml:keywords:googlemaps:desc' => 'Embed a Google Map.', 'ecml:keywords:googlemaps:usage' => '[googlemaps src="URL"] Use the link code from Google Maps as the src.', + 'ecml:keywords:slideshare' => 'Slide Share', 'ecml:keywords:slideshare:desc' => 'Embed a Slideshare slide.', 'ecml:keywords:slideshare:usage' => '[slideshare id="slideshare_id"] Use the Wordpress.com embed code.', + 'ecml:keywords:vimeo' => 'Vimeo', 'ecml:keywords:vimeo:desc' => 'Embed a Vimeo video.', 'ecml:keywords:videmo:usage' => '[videmo src="URL"] Use a standard Vimeo URL as the source.', + 'ecml:keywords:youtube' => 'YouTube', 'ecml:keywords:youtube:desc' => 'Embed a YouTube video.', 'ecml:keywords:youtube:usage' => '[youtube src="URL"] Use a standard YouTube URL as the source.', + 'ecml:keywords:blip.tv' => 'blip.tv', + 'ecml:keywords:blip.tv:desc' => 'Embed a blip.tv video.', + 'ecml:keywords:blip.tv:usage' => '[blip.tv ID] use the Wordpress.com embed code.', + + 'ecml:keywords:dailymotion' => 'Daily Motion', + 'ecml:keywords:dailymotion:desc' => 'Embed a Daily Motion video.', + 'ecml:keywords:dailymotion:usage' => '[dailymotion src="URL"] Use a standard Daily Motion URL as the source.', + + 'ecml:keywords:livevideo' => 'Live Video', + 'ecml:keywords:livevideo:desc' => 'Embed a Live Video video.', + 'ecml:keywords:livevideo:usage' => '[livevideo src="URL"] Use a standard livevideo URL as the source.', + + 'ecml:keywords:redlasso' => 'Red Lasso', + 'ecml:keywords:redlasso:desc' => 'Embed a Red Lasso video.', + 'ecml:keywords:redlasso:usage' => '[redlasso id="URL"] Use the Wordpress.com embed code.', + // keyword help 'ecml:keywords_title' => 'Keywords', 'ecml:keywords_instructions' => @@ -65,6 +85,10 @@ grid below. 'ecml:admin:cannot_save_permissions' => 'Cannot save ECML permissions!', 'ecml:admin:restricted' => 'Restricted', + // embed support + 'ecml:embed:web_services' => 'Web Services', + 'ecml:embed:instructions' => 'Select a service for instructions on how to get embed code or paste the code in directly.', + ); -- cgit v1.2.3