Skip to content

Commit c4d98f1

Browse files
committed
Plugin: H5P: Add missing translations for config option - refs BT#22647
1 parent 8887610 commit c4d98f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin/h5p/lang/french.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
$strings['plugin_title'] = "H5P";
33
$strings['plugin_comment'] = "Ce plugin permet de créer des contenus H5P. Ouvrez le fichier README.md pour des instructions d'installation.";
4-
$strings['tool_enable'] = "Enable plugin";
4+
$strings['tool_enable'] = "Activer le plug-in";
55

66
$strings['TypeContent'] = "Type de contenu";
77
$strings['Use'] = "Utiliser";

plugin/h5p/lang/spanish.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
$strings['plugin_title'] = "H5P";
33
$strings['plugin_comment'] = "Este plugin permite crear contenidos de H5P. Abra el README.md para instrucciones de instalación.";
4-
$strings['tool_enable'] = "Enable plugin";
4+
$strings['tool_enable'] = "Habilitar el plugin";
55

66
$strings['TypeContent'] = "Tipo de contenido";
77
$strings['Use'] = "Usar";

0 commit comments

Comments
 (0)