en.php 482 B

1234567891011121314
  1. <?php
  2. return array(
  3. 'embed:embed' => 'Embed',
  4. 'embed:media' => 'Embed content',
  5. 'embed:instructions' => 'Click on any file to embed it into your content.',
  6. 'embed:upload' => 'Upload media',
  7. 'embed:upload_type' => 'Upload type: ',
  8. // messages
  9. 'embed:no_upload_content' => 'No upload content!',
  10. 'embed:no_section_content' => 'No items found.',
  11. 'embed:no_sections' => 'No supported embed plugins found. Ask the site administrator to enabled a plugin with embed support.',
  12. );