芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/www/cepali/lang/en/media.php
. /** * Language strings for media embedding. * @package core * @subpackage media * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['audioextensions'] = 'Audio: {$a}'; $string['defaultwidth'] = 'Default width'; $string['defaultwidthdesc'] = 'Media player width if a width is not specified and the actual media file width cannot be determined by the player.'; $string['defaultheight'] = 'Default height'; $string['defaultheightdesc'] = 'Media player height if a height is not specified and the actual media file height cannot be determined by the player.'; $string['extensions'] = 'Extensions: {$a}'; $string['managemediaplayers'] = 'Manage media players'; $string['mediaformats'] = 'Available players'; $string['mediaformats_desc'] = 'When players are enabled, media files can be embedded using the multimedia plugins filter (if enabled) or using a file or URL resource. When not enabled, these formats are not embedded and users can download or follow links to these resources. Where two players support the same format, enabling both increases compatibility across different devices such as mobile phones. It is possible to increase compatibility further by providing multiple files in different formats for a single audio or video clip.'; $string['privacy:metadata'] = 'Media embedding does not store any personal data.'; $string['supports'] = 'Supports'; $string['videoextensions'] = 'Video: {$a}';