mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
hub MDL-19309 new site registration form + course publication + community block
This commit is contained in:
parent
7b4c6d34b8
commit
07ab0c80ec
36 changed files with 3208 additions and 21 deletions
44
blocks/community/lang/en/block_community.php
Normal file
44
blocks/community/lang/en/block_community.php
Normal file
|
@ -0,0 +1,44 @@
|
|||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// Moodle is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* Strings for component 'block_community', language 'en', branch 'MOODLE_20_STABLE'
|
||||
*
|
||||
* @package block_community
|
||||
* @author Jerome Mouneyrac <jerome@mouneyrac.com>
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['addcommunitycourse'] = 'Add community course';
|
||||
$string['additionalcoursedesc'] = 'Contributors: {$a->contributornames} - Coverage: {$a->coverage} - Creator: {$a->creatorname} - Publisher: {$a->publishername} - Subject: {$a->subject}
|
||||
- Audience: {$a->audience} - Educational level: {$a->educationallevel}';
|
||||
$string['addcourse'] = 'Search';
|
||||
$string['coursedesc'] = 'Description';
|
||||
$string['courselang'] = 'Language';
|
||||
$string['coursename'] = 'Name';
|
||||
$string['download'] = 'Download';
|
||||
$string['downloadable'] = 'Downloadable';
|
||||
$string['downloadtemplate'] = 'Create course from template';
|
||||
$string['enrollable'] = 'Enrollable';
|
||||
$string['hub'] = 'hub';
|
||||
$string['mycommunities'] = 'My communities:';
|
||||
$string['nocourse'] = 'No courses found';
|
||||
$string['operation'] = 'Operation';
|
||||
$string['pluginname'] = 'Community';
|
||||
$string['search'] = 'Search';
|
||||
$string['searchcourse'] = 'Search community course';
|
Loading…
Add table
Add a link
Reference in a new issue