| Línea 13... |
Línea 13... |
| 13 |
//
|
13 |
//
|
| 14 |
// You should have received a copy of the GNU General Public License
|
14 |
// You should have received a copy of the GNU General Public License
|
| 15 |
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
15 |
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
| Línea 16... |
Línea 16... |
| 16 |
|
16 |
|
| 17 |
/**
|
17 |
/**
|
| 18 |
* Plugin strings are defined here.
|
18 |
* Strings for component 'mod_h5pactivity', language 'en'.
|
| 19 |
*
|
19 |
*
|
| 20 |
* @package mod_h5pactivity
|
20 |
* @package mod_h5pactivity
|
| 21 |
* @category string
|
21 |
* @category string
|
| 22 |
* @copyright 2020 Ferran Recio <ferran@moodle.com>
|
22 |
* @copyright 2020 Ferran Recio <ferran@moodle.com>
|
| Línea 56... |
Línea 56... |
| 56 |
$string['choice'] = 'Choice';
|
56 |
$string['choice'] = 'Choice';
|
| 57 |
$string['completion'] = 'Completion';
|
57 |
$string['completion'] = 'Completion';
|
| 58 |
$string['contentbank'] = 'More information about the content bank';
|
58 |
$string['contentbank'] = 'More information about the content bank';
|
| 59 |
$string['contentbank_help'] = 'In the content bank you can create and store content using several authoring tools, including an integrated H5P creator.';
|
59 |
$string['contentbank_help'] = 'In the content bank you can create and store content using several authoring tools, including an integrated H5P creator.';
|
| 60 |
$string['correct_answer'] = 'Correct answer';
|
60 |
$string['correct_answer'] = 'Correct answer';
|
| 61 |
$string['deleteallattempts'] = 'Delete all H5P attempts';
|
61 |
$string['deleteallattempts'] = 'All H5P attempts';
|
| 62 |
$string['displayexport'] = 'Allow download';
|
62 |
$string['displayexport'] = 'Allow download';
|
| 63 |
$string['displayembed'] = 'Embed button';
|
63 |
$string['displayembed'] = 'Embed button';
|
| 64 |
$string['displaycopyright'] = 'Copyright button';
|
64 |
$string['displaycopyright'] = 'Copyright button';
|
| 65 |
$string['dnduploadh5pactivity'] = 'Add an H5P activity';
|
65 |
$string['dnduploadh5pactivity'] = 'Add an H5P activity';
|
| 66 |
$string['duration'] = 'Duration';
|
66 |
$string['duration'] = 'Duration';
|
| Línea 147... |
Línea 147... |
| 147 |
$string['true'] = 'True';
|
147 |
$string['true'] = 'True';
|
| 148 |
$string['usecontentbank'] = 'Use the <a href="{$a}" target="_blank">content bank (opens in new window)</a> to manage your H5P files';
|
148 |
$string['usecontentbank'] = 'Use the <a href="{$a}" target="_blank">content bank (opens in new window)</a> to manage your H5P files';
|
| 149 |
$string['view'] = 'View';
|
149 |
$string['view'] = 'View';
|
| 150 |
$string['viewattempts'] = 'View attempts ({$a})';
|
150 |
$string['viewattempts'] = 'View attempts ({$a})';
|
| 151 |
$string['view_report'] = 'View report';
|
151 |
$string['view_report'] = 'View report';
|
| 152 |
|
- |
|
| 153 |
// Deprecated since Moodle 4.4.
|
- |
|
| 154 |
$string['grade_h5p'] = 'Grade: {$a}';
|
- |
|