Actualización

This commit is contained in:
Xes
2025-04-10 12:36:07 +02:00
parent 1da7c3f3b9
commit 4aff98e77b
3147 changed files with 320647 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
<?php
$strings['plugin_title'] = "H5P";
$strings['plugin_comment'] = "Create H5P contents. Open README.md for installation instructions.";
$strings['tool_enable'] = "Enable plugin";
$strings['TypeContent'] = "Type of content";
$strings['Use'] = "Use";
$strings['Term'] = "Term";
$strings['Definition'] = "Definition";
$strings['Text'] = "Text";
$strings['h5p_title_help'] = "Used for searching, reports and copyright information";
$strings['h5p_descr_help'] = "Description of the Game";
$strings['h5p_wordsmatch_help'] = "Comma Separated list of words. Special Characters, White Spaces and Numbers Not allowed";
$strings['h5p_wordsmatch_load'] = "one,two,three";
$strings['h5p_wordsmatch_tutor'] = "Find the words from the grid";
$strings['h5p_wordsmatch_term_a'] = "Words to find";
$strings['h5p_dragthewords_help'] = "Droppable words are added with an asterisk (*) in front and behind the correct word/phrase.";
$strings['h5p_dragthewords_load'] = "Jean de La *Fontaine*, né le 8 juillet 1621 à *Chateau-Thierry* et mort le 13 avril 1695 à *Paris*, est un *poète* français de grande renommée";
$strings['h5p_dragthewords_tutor'] = "Drag the words into the correct boxes";
$strings['h5p_dragthewords_term_a'] = "Text";
$strings['h5p_dialogcard_help'] = "Cards can be used as a drill to help learners memorize words, expressions or sentences. ";
$strings['h5p_dialogcard_load'] = "FACE";
$strings['h5p_dialogcard_tutor'] = "You can turn the cards. t";
$strings['h5p_dialogcard_term_a'] = "Cards : ";
$strings['h5p_markthewords_help'] = "Correct words are marked with asterisks (*) before and after the word.";
$strings['h5p_markthewords_load'] = "The correct words are marked like this: *correctword*, an asterisk is written like this: *correctword*.";
$strings['h5p_markthewords_tutor'] = "Select the correct words";
$strings['h5p_markthewords_term_a'] = "Text";
$strings['h5p_guesstheanswer_help'] = "Correct words are marked with asterisks (*) before and after the word.";
$strings['h5p_guesstheanswer_load'] = "The correct words are marked like this: *correctword*, an asterisk is written like this: *correctword*.";
$strings['h5p_guesstheanswer_tutor'] = "Select the correct words";
$strings['h5p_guesstheanswer_term_a'] = "Text";
$strings['h5p_guesstheanswer_term_b'] = "Image";
$strings['h5p_guesstheanswer_term_c'] = "Solution";