From bb554eb4efee47240977ab79f8f4503af4cb5ddb Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Sat, 22 Nov 2014 10:59:14 +1300 Subject: [PATCH] MDL-48335 phpdoc: cleaned up @package in lang files --- lang/en/access.php | 3 +-- lang/en/admin.php | 3 +-- lang/en/auth.php | 3 +-- lang/en/backup.php | 3 +-- lang/en/badges.php | 3 +-- lang/en/block.php | 3 +-- lang/en/blog.php | 4 +--- lang/en/bulkusers.php | 1 - lang/en/cache.php | 2 +- lang/en/calendar.php | 3 +-- lang/en/cohort.php | 3 +-- lang/en/completion.php | 1 - lang/en/countries.php | 3 +-- lang/en/currencies.php | 3 +-- lang/en/dbtransfer.php | 4 ++-- lang/en/debug.php | 3 +-- lang/en/editor.php | 3 +-- lang/en/edufields.php | 36 +++++++++++++++--------------------- lang/en/enrol.php | 3 +-- lang/en/error.php | 3 +-- lang/en/filters.php | 3 +-- lang/en/form.php | 8 ++++---- lang/en/grades.php | 3 +-- lang/en/grading.php | 3 +-- lang/en/group.php | 3 +-- lang/en/hub.php | 3 +-- lang/en/imscc.php | 8 ++++---- lang/en/install.php | 3 +-- lang/en/iso6392.php | 8 ++++---- lang/en/langconfig.php | 3 +-- lang/en/license.php | 3 +-- lang/en/mathslib.php | 3 +-- lang/en/message.php | 3 +-- lang/en/mimetypes.php | 3 +-- lang/en/mnet.php | 3 +-- lang/en/moodle.php | 3 +-- lang/en/my.php | 24 ++++++++++++++++++++++-- lang/en/notes.php | 8 ++++---- lang/en/pagetype.php | 3 +-- lang/en/pix.php | 8 ++++---- lang/en/plagiarism.php | 23 +++++++++++++++++++++++ lang/en/portfolio.php | 3 +-- lang/en/question.php | 2 +- lang/en/rating.php | 3 +-- lang/en/repository.php | 3 +-- lang/en/role.php | 3 +-- lang/en/search.php | 3 +-- lang/en/table.php | 3 +-- lang/en/tag.php | 3 +-- lang/en/timezones.php | 8 ++++---- lang/en/userkey.php | 3 +-- lang/en/webservice.php | 3 +-- 52 files changed, 126 insertions(+), 130 deletions(-) diff --git a/lang/en/access.php b/lang/en/access.php index ee81afc8a35..6e8789ee219 100644 --- a/lang/en/access.php +++ b/lang/en/access.php @@ -1,5 +1,4 @@ . // -// // -/////////////////////////////////////////////////////////////////////////// +// 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 . /** * * Strings describing subject classification (Codes are from ASCED 2001) * - * @package moodle + * @package core * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/lang/en/enrol.php b/lang/en/enrol.php index 91fbf4ebe05..23da526972a 100644 --- a/lang/en/enrol.php +++ b/lang/en/enrol.php @@ -1,5 +1,4 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later diff --git a/lang/en/group.php b/lang/en/group.php index 63f3bb61685..14060bb8b7c 100644 --- a/lang/en/group.php +++ b/lang/en/group.php @@ -1,5 +1,4 @@ . - /** * * Hub related strings * - * @package hub + * @package core_hub * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/lang/en/imscc.php b/lang/en/imscc.php index e2f09645bdb..20ef87f6cc2 100644 --- a/lang/en/imscc.php +++ b/lang/en/imscc.php @@ -1,5 +1,4 @@ . +/** + * Strings used by My Moodle pages. + * + * @package core + * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ $string['mymoodle'] = 'My home'; $string['nocourses'] = 'No course information to show.'; diff --git a/lang/en/notes.php b/lang/en/notes.php index 48aab571b6f..95f909bf56d 100644 --- a/lang/en/notes.php +++ b/lang/en/notes.php @@ -1,5 +1,4 @@ . + +/** + * Strings used by the plagiarism component + * + * @package core_plagiarism + * @copyright 2010 Dan Marsden + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + $string['availableplugins'] = 'Available plugins'; $string['configplagiarismplugins'] = 'Please choose the plagiarism plugin you would like to configure'; $string['enableplagiarism'] ='Enable plagiarism plugins'; diff --git a/lang/en/portfolio.php b/lang/en/portfolio.php index edd7cc441c4..b9f013fa2ee 100644 --- a/lang/en/portfolio.php +++ b/lang/en/portfolio.php @@ -1,5 +1,4 @@