// 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/>.
$string['modulename']='H5P';
$string['modulename_help']='H5P-aktiviteetin avulla voit luoda interaktiivisia sisältöjä, kuten interaktiivisia videoita, kysymyssarjoja, vedä ja pudota -kysymyksiä, monivalintakysymyksiä, interaktiivisia esityksiä ja paljon muuta.
Sen lisäksi, että sillä voi luoda monipuolista sisältöä, H5P mahdollistaa H5P-tiedostojen tuonnin ja viennin sekä sisällön tehokkaan uudelleenkäytön ja jakamisen.
Käyttäjien vuorovaikutuksia ja tuloksia seurataan xAPI-ohjelmalla ja ne näkyvät arvioinneissa.
Voit lisätä vuorovaikutteisen H5P-sisällön luomalla uutta sisältöä tai lataamalla muiden tekemiä H5P-tiedostoja H5P-yhteensopivilta sivustoilta.';
$string['disablehubdescription']="It's strongly encouraged to keep this option enabled. The H5P Hub provides an easy interface for getting new content types and keeping existing content types up to date. In the future, it will also make it easier to share and reuse content. If this option is disabled you'll have to install and update content types through file upload forms.";
$string['empty']='Tyhjä';
$string['reveal']='Näytä';
$string['hide']='Piilota';
$string['sitekey']='Site Key';
$string['sitekeydescription']='The site key is a secret that uniquely identifies this site with the Hub.';
$string['sendusagestatistics_help']='Usage statistics numbers will automatically be reported to help the developers better understand how H5P is used and to determine potential areas of improvement. Read more about which <a {$a}>data is collected on h5p.org</a>.';
$string['enablesavecontentstate_help']='Automatically save the current state of interactive content for each user. This means that the user may pick up where he left off.';
$string['contentstatefrequency']='Save content state frequency';
$string['contentstatefrequency_help']='In seconds, how often do you wish the user to auto save their progress. Increase this number if you\'re having issues with many ajax requests';
$string['enabledlrscontenttypes_help']='Makes it possible to use content types that rely upon a Learning Record Store to function properly, like the Questionnaire content type.';
// Admin menu.
$string['contenttypecacheheader']='Content Type Cache';
$string['settings']='H5P Asetukset';
$string['libraries']='H5P sisältökirjastot';
// Content type cache section.
$string['ctcacheconnectionfailed']="Couldn't communicate with the H5P Hub. Please try again later.";
$string['ctcachenolibraries']='No content types were received from the H5P Hub. Please try again later.';
$string['ctcachesuccess']='Library cache was successfully updated!';
$string['ctcachebuttonlabel']='Update content type cache';
$string['ctcacheneverupdated']='Ei koskaan';
$string['ctcachetaskname']='Update content type cache';
$string['ctcachedescription']='Making sure the content type cache is up to date will ensure that you can view, download and use the latest libraries. This is different from updating the libraries themselves.';
$string['disablefileextensioncheckwarning']="Warning! Disabling the file extension check may have security implications as it allows for uploading of php files. That in turn could make it possible for attackers to execute malicious code on your site. Please make sure you know exactly what you're uploading.";
$string['missingcontentuserdata']='Error: Could not find content user data';
$string['olduploadoldcontent']="You're trying to upload content of an older version of H5P. Please upgrade the content on the server it originated from and try to upload again or turn on the H5P Hub to have this server upgrade it for your automaticall.";
$string['anunexpectedsave']='Something unexpected happened. We were unable to save this content.';
$string['maximumgrade']='Maksimiarvosana';
$string['maximumgradeerror']='Please enter a valid positive integer as the max points available for this activity';
// Capabilities.
$string['hvp:view']='See and interact with H5P activities';
$string['hvp:addinstance']='Create new H5P activites';
$string['nocontent']='Could not find or parse the content.json file';
$string['librarydirectoryerror']='Library directory name must match machineName or machineName-majorVersion.minorVersion (from library.json). (Directory: {$a->%directoryName} , machineName: {$a->%machineName}, majorVersion: {$a->%majorVersion}, minorVersion: {$a->%minorVersion})';
$string['missingcontentfolder']='A valid content folder is missing';
$string['invalidmainjson']='A valid main h5p.json file is missing';
$string['missinguploadpermissions']="Note that the libraries may exist in the file you uploaded, but you're not allowed to upload new libraries. Contact the site administrator about this.";
$string['missinglibraryjson']='Could not find library.json file with valid json format for library {$a->%name}';
$string['invalidsemanticsjson']='Invalid semantics.json file has been included in the library {$a->%name}';
$string['invalidlanguagefile']='Invalid language file {$a->%file} in library {$a->%library}';
$string['invalidlanguagefile2']='Invalid language file {$a->%languageFile} has been included in the library {$a->%name}';
$string['missinglibraryfile']='The file "{$a->%file}" is missing from library: "{$a->%name}"';
$string['missingcoreversion']='The system was unable to install the <em>{$a->%component}</em> component from the package, it requires a newer version of the H5P plugin. This site is currently running version {$a->%current}, whereas the required version is {$a->%required} or higher. You should consider upgrading and then try again.';
$string['invalidlibrarydataboolean']='Invalid data provided for {$a->%property} in {$a->%library}. Boolean expected.';
$string['invalidlibrarydata']='Invalid data provided for {$a->%property} in {$a->%library}';
$string['invalidlibraryproperty']='Can\'t read the property {$a->%property} in {$a->%library}';
$string['missinglibraryproperty']='The required property {$a->%property} is missing from {$a->%library}';
$string['invalidlibraryoption']='Illegal option {$a->%option} in {$a->%library}';
$string['addedandupdatedss']='Added {$a->%new} new H5P library and updated {$a->%old} old one.';
$string['addedandupdatedsp']='Added {$a->%new} new H5P library and updated {$a->%old} old ones.';
$string['addedandupdatedps']='Added {$a->%new} new H5P libraries and updated {$a->%old} old one.';
$string['addedandupdatedpp']='Added {$a->%new} new H5P libraries and updated {$a->%old} old ones.';
$string['addednewlibrary']='Added {$a->%new} new H5P library.';
$string['addednewlibraries']='Added {$a->%new} new H5P libraries.';
$string['missingdependency']='Missing dependency {$a->@dep} required by {$a->@lib}.';
$string['invalidstring']='Provided string is not valid according to regexp in semantics. (value: \"{$a->%value}\", regexp: \"{$a->%regexp}\")';
$string['invalidfile']='File "{$a->%filename}" not allowed. Only files with the following extensions are allowed: {$a->%files-allowed}.';
$string['invalidmultiselectoption']='Invalid selected option in multi-select.';
$string['invalidselectoption']='Invalid selected option in select.';
$string['invalidsemanticstype']='H5P internal error: unknown content type "{$a->@type}" in semantics. Removing content!';
$string['unabletocreatedir']='Unable to create directory.';
$string['unabletogetfieldtype']='Unable to get field type.';
$string['filetypenotallowed']='File type isn\'t allowed.';
$string['invalidfieldtype']='Invalid field type.';
$string['invalidimageformat']='Invalid image file format. Use jpg, png or gif.';
$string['filenotimage']='File is not an image.';
$string['invalidaudioformat']='Invalid audio file format. Use mp3 or wav.';
$string['invalidvideoformat']='Invalid video file format. Use mp4 or webm.';
$string['couldnotsave']='Could not save file.';
$string['couldnotcopy']='Could not copy file.';
$string['librarynotselected']='You must select a content type.';
// Welcome messages.
$string['welcomeheader']='Welcome to the world of H5P!';
$string['welcomegettingstarted']='To get started with H5P and Moodle take a look at our <a {$a->moodle_tutorial}>tutorial</a> and check out the <a {$a->example_content}>example content</a> at H5P.org for inspiration.';
$string['welcomecommunity']='We hope you will enjoy H5P and get engaged in our growing community through our <a {$a->forums}>forums</a>.';
$string['welcomecontactus']='If you have any feedback, don\'t hesitate to <a {$a}>contact us</a>. We take feedback very seriously and are dedicated to making H5P better every day!';
$string['missingmbstring']='The mbstring PHP extension is not loaded. H5P need this to function properly';
$string['wrongversion']='The version of the H5P library {$a->%machineName} used in this content is not valid. Content contains {$a->%contentLibrary}, but it should be {$a->%semanticsLibrary}.';
$string['invalidlibrarynamed']='The H5P library {$a->%library} used in the content is not valid';
// Setup errors.
$string['oldphpversion']='Your PHP version is outdated. H5P requires version 5.2 to function properly. Version 5.6 or later is recommended.';
$string['maxuploadsizetoosmall']='Your PHP max upload size is quite small. With your current setup, you may not upload files larger than {$a->%number} MB. This might be a problem when trying to upload H5Ps, images and videos. Please consider to increase it to more than 5MB.';
$string['maxpostsizetoosmall']='Your PHP max post size is quite small. With your current setup, you may not upload files larger than {$a->%number} MB. This might be a problem when trying to upload H5Ps, images and videos. Please consider to increase it to more than 5MB';
$string['sslnotenabled']='Your server does not have SSL enabled. SSL should be enabled to ensure a secure connection with the H5P hub.';
$string['hubcommunicationdisabled']='H5P hub communication has been disabled because one or more H5P requirements failed.';
$string['reviseserversetupandretry']='When you have revised your server setup you may re-enable H5P hub communication in H5P Settings.';
$string['disablehubconfirmationmsg']='Do you still want to enable the hub ?';
$string['nowriteaccess']='A problem with the server write access was detected. Please make sure that your server can write to your data folder.';
$string['uploadsizelargerthanpostsize']='Your PHP max upload size is bigger than your max post size. This is known to cause issues in some installations.';
$string['sitecouldnotberegistered']='Site could not be registered with the hub. Please contact your site administrator.';
$string['hubisdisableduploadlibraries']='The H5P Hub has been disabled until this problem can be resolved. You may still upload libraries through the "H5P Libraries" page.';
$string['successfullyregisteredwithhub']='Your site was successfully registered with the H5P Hub.';
$string['sitekeyregistered']='You have been provided a unique key that identifies you with the Hub when receiving new updates. The key is available for viewing in the "H5P Settings" page.';
// Ajax messages.
$string['hubisdisabled']='The hub is disabled. You can re-enable it in the H5P settings.';
$string['invalidh5ppost']='Could not get posted H5P.';
$string['filenotfoundonserver']='File not found on server. Check file upload settings.';
$string['failedtodownloadh5p']='Failed to download the requested H5P.';
$string['postmessagerequired']='A post message is required to access the given endpoint';
$string['authorcommentsdescription']='Comments for the editor of the content (This text will not be published as a part of copyright info)';
// Embed.
$string['embedloginfailed']='You do not have access to this content. Try logging in.';
// Privacy.
$string['privacy:metadata:core_files']='The H5P activity stores files which have been uploaded as part of H5P content.';
$string['privacy:metadata:core_grades']='The H5P activity stores grades of users that have answered H5P content.';
$string['privacy:metadata:hvp_content_user_data']='Describes the current state that content is in for a user. Used to restore content to a previous state.';
$string['privacy:metadata:hvp_content_user_data:id']='The ID of the content user data relationship.';
$string['privacy:metadata:hvp_content_user_data:user_id']='The ID of the user that the data belongs to.';
$string['privacy:metadata:hvp_content_user_data:hvp_id']='The ID of the H5P content that the data belongs to.';
$string['privacy:metadata:hvp_content_user_data:sub_content_id']='Sub-content of H5P, 0 if this is not sub-content.';
$string['privacy:metadata:hvp_content_user_data:data_id']='Data type identifier.';
$string['privacy:metadata:hvp_content_user_data:data']='User data that was stored.';
$string['privacy:metadata:hvp_content_user_data:preloaded']='Flag determining if data should be pre-loaded into content.';
$string['privacy:metadata:hvp_content_user_data:delete_on_content_change']='Flag determining if data should be deleted when content changes.';
$string['privacy:metadata:hvp_events']='Keeps track of logged H5P events.';
$string['privacy:metadata:hvp_events:id']='The unique ID of the event.';
$string['privacy:metadata:hvp_events:user_id']='The ID of the user that performed the action.';
$string['privacy:metadata:hvp_events:created_at']='The time that the event was created.';
$string['privacy:metadata:hvp_events:type']='The type of event.';
$string['privacy:metadata:hvp_events:sub_type']='The sub-type of event, or action of event.';
$string['privacy:metadata:hvp_events:content_id']='The content ID that the action was performed on, 0 if new or no content.';
$string['privacy:metadata:hvp_events:content_title']='Title of the content.';
$string['privacy:metadata:hvp_events:library_name']='The library the event affected.';
$string['privacy:metadata:hvp_events:library_version']='The library version the event affected.';
$string['privacy:metadata:hvp_xapi_results']='Stores xAPI events in H5P content.';
$string['privacy:metadata:hvp_xapi_results:id']='The unique ID of the xAPI event.';
$string['privacy:metadata:hvp_xapi_results:content_id']='The ID of the content the event was performed on.';
$string['privacy:metadata:hvp_xapi_results:user_id']='The ID of the user that performed the action.';
$string['privacy:metadata:hvp_xapi_results:parent_id']='The ID of the parent of the content that this event was performed on. Null if it has no parent.';
$string['privacy:metadata:hvp_xapi_results:interaction_type']='The type of interaction.';
$string['privacy:metadata:hvp_xapi_results:description']='The description, task or question of the content that action was performed on.';
$string['sendusagestatistics']='Contribuer aux statistiques d\'utilisation';
$string['sendusagestatistics_help']='Usage statistics numbers will automatically be reported to help the developers better understand how H5P is used and to determine potential areas of improvement. Read more about which <a {$a}>data is collected on h5p.org</a>.';
$string['sendusagestatistics_help']='Les statistiques d\'utilisation seront automatiquement envoyées pour aider les développeurs à comprendre les usages d\'H5P et à déterminer les améliorations potentielles. En savoir plus sur <a {$a}>les données collectées sur h5p.org</a>.';
$string['enablesavecontentstate']='Sauvegarder l\'état du contenu actuel';
$string['enablesavecontentstate']='Sauvegarder l\'état du contenu actuel';
$string['enablesavecontentstate_help']='Sauvegarder automatiquement l\'état actuel du contenu interactif pour chaque utilisateur. Ceci signifie que l\'utilisateur pourra reprendre là où il en est resté la fois précédente.';
$string['enablesavecontentstate_help']='Sauvegarder automatiquement l\'état actuel du contenu interactif pour chaque utilisateur. Ceci signifie que l\'utilisateur pourra reprendre là où il en est resté la fois précédente.';
$string['contentstatefrequency']='Fréquence des sauvegardes d\'état de vos contenus';
$string['contentstatefrequency']='Fréquence des sauvegardes d\'état de vos contenus';
$string['updatedlibraries']='Mise à jour des anciennes bibliothèquse H5P {$a->%old}.';
$string['missingdependency']='la dépendance {$a->@dep} requise par {$a->@lib} est manquante.';
$string['missingdependency']='la dépendance {$a->@dep} requise par {$a->@lib} est manquante.';
$string['invalidstring']='La chaine fournie n\'est pas valide selon l\'expression régulière suivante : (value: \"{$a->%value}\", regexp: \"{$a->%regexp}\")';
$string['invalidstring']='La chaine fournie n\'est pas valide selon l\'expression régulière suivante : (value: \"{$a->%value}\", regexp: \"{$a->%regexp}\")';
$string['invalidfile']='Le fichier "{$a->%filename}" n\est pas autorisé. Seuls les fichiers avec les extensions suivantes sont autorisés : {$a->%files-allowed}.';
$string['invalidfile']='Le fichier "{$a->%filename}" n\est pas autorisé. Seuls les fichiers avec les extensions suivantes sont autorisés : {$a->%files-allowed}.';
...
@@ -261,14 +261,14 @@ $string['invalidaudioformat'] = 'Format de fichier audio non valide. Utilisez mp
...
@@ -261,14 +261,14 @@ $string['invalidaudioformat'] = 'Format de fichier audio non valide. Utilisez mp
$string['invalidvideoformat']='Format de fichier vidéo non valide. Utilisez mp4 ou webm.';
$string['invalidvideoformat']='Format de fichier vidéo non valide. Utilisez mp4 ou webm.';
$string['couldnotsave']='Impossible de sauvegarder le fichier.';
$string['couldnotsave']='Impossible de sauvegarder le fichier.';
$string['couldnotcopy']='Impossible de copier le fichier.';
$string['couldnotcopy']='Impossible de copier le fichier.';
$string['librarynotselected']='You must select a content type.';
$string['librarynotselected']='Vous devez sélectionner un type de contenu.';
// Welcome messages.
// Welcome messages.
$string['welcomeheader']='Bienvenue dans le monde H5P!';
$string['welcomeheader']='Bienvenue dans le monde H5P!';
$string['welcomegettingstarted']='Pour démarrer avec H5P et Moodle, consultez nos tutoriels <a {$a->moodle_tutorial}>tutorial</a> et testez <a {$a->example_content}>nos exemples</a> sur le site H5P.org pour vous en inspirer.';
$string['welcomegettingstarted']='Pour démarrer avec H5P et Moodle, consultez nos tutoriels <a {$a->moodle_tutorial}>tutorial</a> et testez <a {$a->example_content}>nos exemples</a> sur le site H5P.org pour vous en inspirer.';
$string['welcomecommunity']='Nous espérons que vous allez apprécier H5P et rejoindre notre communauté en constante augmentation au travers de nos <a {$a->forums}>forums</a>.';
$string['welcomecommunity']='Nous espérons que vous allez apprécier H5P et rejoindre notre communauté en constante augmentation au travers de nos <a {$a->forums}>forums</a>.';
$string['welcomecontactus']='Si vous avez des suggestions, n\'hésitez pas à <a {$a}>nous contacter</a>. Nous prenons toutes les suggestions très sérieuse en considération pour rendre H5P meilleur chaque jour !';
$string['welcomecontactus']='Si vous avez des suggestions, n\'hésitez pas à <a {$a}>nous contacter</a>. Nous prenons toutes les suggestions très sérieuseusement en considération pour rendre H5P meilleur chaque jour !';
$string['invalidlibrarynamed']='The H5P library {$a->%library} used in the content is not valid';
$string['invalidlibrarynamed']='La bibliothèque H5P {$a->%library} utilisée dans le contenu n\'est pas valide';
// Licensing.
// Licensing.
$string['copyrightinfo']='Information copyright';
$string['copyrightinfo']='Information copyright';
...
@@ -279,22 +279,22 @@ $string['attributionsa'] = 'Attribution - Partage dans les Mêmes Conditions 4.0
...
@@ -279,22 +279,22 @@ $string['attributionsa'] = 'Attribution - Partage dans les Mêmes Conditions 4.0
$string['attributionnd']='Attribution - Pas de Modification 4.0';
$string['attributionnd']='Attribution - Pas de Modification 4.0';
$string['attributionnc']='Attribution - Non Commercial 4.0';
$string['attributionnc']='Attribution - Non Commercial 4.0';
$string['attributionncsa']='Attribution - Non Commercial- Partage dans les Mêmes Conditions 4.0';
$string['attributionncsa']='Attribution - Non Commercial- Partage dans les Mêmes Conditions 4.0';
$string['attributionncnd']='Attribution - Non Commercial- Non Commercial 4.0';
$string['attributionncnd']='Attribution - Non Commercial- Pas de Modification 4.0';
$string['gpl']='Licence GPL v3';
$string['gpl']='Licence GPL v3';
$string['pd']='Domaine Public';
$string['pd']='Domaine Public';
$string['pddl']='Transfert dans le Domaine Public et Licence';
$string['pddl']='Transfert dans le Domaine Public et Licence';