. /** * Strings for component 'repository_youtube', language 'en', branch 'MOODLE_20_STABLE' * * @package repository_youtube * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['apierror'] = '{$a}'; $string['apikey'] = 'API key'; $string['information'] = 'Get a Google API key for your Moodle site.'; $string['pluginname'] = 'YouTube videos'; $string['search'] = 'Search videos'; $string['youtube:view'] = 'Use YouTube in file picker'; $string['configplugin'] = 'YouTube repository type configuration'; $string['sortby'] = 'Sort By'; $string['sortpublished'] = 'Date Published'; $string['sortrating'] = 'Rating'; $string['sortrelevance'] = 'Relevance'; $string['sortviewcount'] = 'View Count';