diff options
Diffstat (limited to 'mod/embed/languages/en.php')
| -rw-r--r-- | mod/embed/languages/en.php | 22 | 
1 files changed, 0 insertions, 22 deletions
| diff --git a/mod/embed/languages/en.php b/mod/embed/languages/en.php deleted file mode 100644 index 287d34ca1..000000000 --- a/mod/embed/languages/en.php +++ /dev/null @@ -1,22 +0,0 @@ -<?php -/** - * Embed English language strings - * - */ - -$english = array( -	'media:insert' => 'Embed content', -	'embed:embed' => 'Embed', -	'embed:media' => 'Embed content', -	'embed:instructions' => 'Click on any file to embed it into your content.', -	'embed:upload' => 'Upload media', -	'embed:upload_type' => 'Upload type: ', - -	// messages -	'embed:no_upload_content' => 'No upload content!', -	'embed:no_section_content' => 'No items found.', - -	'embed:no_sections' => 'No supported embed plugins found. Ask the site administrator to enabled a plugin with embed support.', -); - -add_translation("en", $english);
\ No newline at end of file | 
