2010-05-01 05:05:55 +00:00
< ? 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
*/
2010-05-27 07:09:55 +00:00
$string [ 'activities' ] = 'Activities' ;
2010-05-26 05:06:02 +00:00
$string [ 'add' ] = 'Add' ;
2010-09-17 02:23:50 +00:00
$string [ 'addtocommunityblock' ] = 'Add to block' ;
2010-05-01 05:05:55 +00:00
$string [ 'addcommunitycourse' ] = 'Add community course' ;
2010-06-21 06:02:36 +00:00
$string [ 'additionalcoursedesc' ] = ' { $a -> lang } Creator : { $a -> creatorname } - Publisher : { $a -> publishername } - Subject : { $a -> subject }
2010-07-12 07:30:08 +00:00
- Audience : { $a -> audience } - Educational level : { $a -> educationallevel } - License : { $a -> license } ' ;
2010-05-01 05:05:55 +00:00
$string [ 'addcourse' ] = 'Search' ;
2010-05-20 03:37:03 +00:00
$string [ 'audience' ] = 'Designed for' ;
$string [ 'audience_help' ] = 'What kind of course are you looking for? As well as traditional courses intended for students, you might search for communities of Educators or Moodle Administrators' ;
2010-05-27 07:09:55 +00:00
$string [ 'blocks' ] = 'Blocks' ;
2010-05-14 07:04:17 +00:00
$string [ 'cannotselecttopsubject' ] = 'Cannot select a top subject level' ;
2010-09-08 08:48:10 +00:00
$string [ 'comments' ] = 'Comments ({$a})' ;
$string [ 'contentinfo' ] = 'Subject: {$a->subject} - Audience: {$a->audience} - Educational level: {$a->educationallevel}' ;
2010-05-06 05:43:00 +00:00
$string [ 'contributors' ] = ' - Contributors: {$a}' ;
2010-05-01 05:05:55 +00:00
$string [ 'coursedesc' ] = 'Description' ;
$string [ 'courselang' ] = 'Language' ;
$string [ 'coursename' ] = 'Name' ;
2010-06-02 06:18:00 +00:00
$string [ 'courses' ] = 'Courses' ;
2010-07-15 05:58:24 +00:00
$string [ 'coverage' ] = 'Tags: {$a}' ;
2010-07-26 06:58:55 +00:00
$string [ 'donotrestore' ] = 'No' ;
$string [ 'dorestore' ] = 'Yes' ;
2010-05-01 05:05:55 +00:00
$string [ 'download' ] = 'Download' ;
2010-05-20 03:37:03 +00:00
$string [ 'downloadable' ] = 'courses I can download' ;
2010-07-26 06:58:55 +00:00
$string [ 'downloadconfirmed' ] = 'The backup has been saved in your private files {$a}' ;
2010-05-01 05:05:55 +00:00
$string [ 'downloadtemplate' ] = 'Create course from template' ;
2010-05-20 03:37:03 +00:00
$string [ 'educationallevel' ] = 'Educational level' ;
$string [ 'educationallevel_help' ] = 'What educational level are you searching for? In the case of communities of educators, this level describes the level they are teaching.' ;
$string [ 'enroldownload' ] = 'Find' ;
$string [ 'enroldownload_help' ] = ' Some courses listed in the selected hub are being advertised so that people can come and participate in them on the original site .
Others are course templates provided for you to download and use on your own Moodle site . ' ;
$string [ 'enrollable' ] = 'courses I can enrol in' ;
2010-06-21 09:00:41 +00:00
$string [ 'errorcourselisting' ] = 'An error occured when retrieving the course listing from the selected hub, please try again later. ({$a})' ;
$string [ 'errorhublisting' ] = 'An error occured when retrieving the hub listing from Moodle.org, please try again later. ({$a})' ;
2010-09-08 08:48:10 +00:00
$string [ 'fileinfo' ] = 'Language: {$a->lang} - License: {$a->license} - Time updated: {$a->timeupdated}' ;
2010-05-01 05:05:55 +00:00
$string [ 'hub' ] = 'hub' ;
2010-06-02 06:18:00 +00:00
$string [ 'hubnottrusted' ] = 'Not trusted' ;
$string [ 'hubtrusted' ] = 'This hub is trusted by Moodle.org' ;
2010-05-20 03:37:03 +00:00
$string [ 'keywords' ] = 'Keywords' ;
$string [ 'keywords_help' ] = 'You can search for courses containing specific text in the name, description and other fields of the database.' ;
2010-06-21 06:02:36 +00:00
$string [ 'langdesc' ] = 'Language: {$a} - ' ;
2010-05-20 03:37:03 +00:00
$string [ 'language' ] = 'Language' ;
$string [ 'language_help' ] = 'You can search for courses written in a specific language.' ;
$string [ 'licence' ] = 'License' ;
$string [ 'licence_help' ] = 'You can search for courses that are licensed in a particular way.' ;
2010-06-02 06:18:00 +00:00
$string [ 'moredetails' ] = 'More details' ;
2010-05-01 05:05:55 +00:00
$string [ 'mycommunities' ] = 'My communities:' ;
2010-09-21 07:44:21 +00:00
$string [ 'next' ] = 'Next >>>' ;
2010-09-08 08:48:10 +00:00
$string [ 'nocomments' ] = 'No comments' ;
2010-05-01 05:05:55 +00:00
$string [ 'nocourse' ] = 'No courses found' ;
2010-09-08 08:48:10 +00:00
$string [ 'noratings' ] = 'No ratings' ;
2010-05-01 05:05:55 +00:00
$string [ 'operation' ] = 'Operation' ;
2010-09-20 07:43:31 +00:00
$string [ 'orderby' ] = 'Sort by' ;
$string [ 'orderby_help' ] = 'The order the search results are displayed.' ;
$string [ 'orderbynewest' ] = 'Newest' ;
2010-09-30 09:58:16 +00:00
$string [ 'orderbyeldest' ] = 'Oldest' ;
2010-09-20 07:43:31 +00:00
$string [ 'orderbyname' ] = 'Name' ;
$string [ 'orderbypublisher' ] = 'Publisher' ;
2010-09-23 06:25:46 +00:00
$string [ 'orderbyratingaverage' ] = 'Rating' ;
2010-09-17 10:33:52 +00:00
$string [ 'outcomes' ] = 'Outcomes: {$a}' ;
2010-05-01 05:05:55 +00:00
$string [ 'pluginname' ] = 'Community' ;
2010-09-17 02:23:50 +00:00
$string [ 'rateandcomment' ] = 'Rate and comment' ;
2010-09-08 08:48:10 +00:00
$string [ 'rating' ] = 'Rating' ;
2010-05-31 06:10:15 +00:00
$string [ 'removecommunitycourse' ] = 'Remove community course' ;
2010-07-26 06:58:55 +00:00
$string [ 'restorecourse' ] = 'Restore course' ;
$string [ 'restorecourseinfo' ] = 'Restore the course?' ;
2010-05-31 06:10:15 +00:00
$string [ 'screenshots' ] = 'Screenshots' ;
2010-05-01 05:05:55 +00:00
$string [ 'search' ] = 'Search' ;
2010-05-20 03:37:03 +00:00
$string [ 'searchcommunitycourse' ] = 'Search community course' ;
$string [ 'searchcourse' ] = 'Search community course' ;
$string [ 'selecthub' ] = 'Select hub' ;
$string [ 'selecthub_help' ] = 'Select hub where to search the courses.' ;
2010-06-02 06:18:00 +00:00
$string [ 'sites' ] = 'Sites' ;
2010-05-20 03:37:03 +00:00
$string [ 'subject' ] = 'Subject' ;
$string [ 'subject_help' ] = 'To narrow your search to courses about a particular subject, choose one from this list.' ;
2010-09-08 08:48:10 +00:00
$string [ 'userinfo' ] = 'Creator: {$a->creatorname} - Publisher: {$a->publishername}' ;
$string [ 'visitdemo' ] = 'Visit demo' ;
$string [ 'visitsite' ] = 'Visit site' ;