cmn.php 519 B

1234567891011121314
  1. <?php
  2. return array(
  3. 'embed:embed' => '內嵌',
  4. 'embed:media' => '內嵌內容',
  5. 'embed:instructions' => '在任何檔案上按一下以將它內嵌到您的內容。',
  6. 'embed:upload' => '上傳媒體',
  7. 'embed:upload_type' => '上傳類型:',
  8. // messages
  9. 'embed:no_upload_content' => '沒有上傳內容!',
  10. 'embed:no_section_content' => '找不到任何項目。',
  11. 'embed:no_sections' => '找不到任何支援的內嵌外掛程式。請向站臺管理者要求啟用具內嵌支援的外掛程式。',
  12. );