diff options
Diffstat (limited to 'mod/embed/languages')
-rw-r--r-- | mod/embed/languages/en.php | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/mod/embed/languages/en.php b/mod/embed/languages/en.php index c92c5efad..9d2bbc09c 100644 --- a/mod/embed/languages/en.php +++ b/mod/embed/languages/en.php @@ -1,18 +1,13 @@ <?php +/** + * Embed English language strings + * + * @var unknown_type + */ +$english = array( + 'media:insert' => 'Embed media', + 'embed:instructions' => 'Click on any file to embed it into your content.', + 'embed:media' => 'Embed media', +); - $english = array( - - 'media:insert' => 'Embed media', - - 'embed:instructions' => 'Click on any file to embed it into your content.', - - 'embed:media' => 'Embed media', - 'upload:media' => 'Upload media', - - 'embed:file:required' => 'No file upload facilities were found. The system administrator may need to upload the file plugin or similar.', - - ); - - add_translation("en",$english); - -?>
\ No newline at end of file +add_translation("en", $english);
\ No newline at end of file |