diff --git a/main/dropbox/index.php b/main/dropbox/index.php index e0d8395321..4560076b32 100755 --- a/main/dropbox/index.php +++ b/main/dropbox/index.php @@ -274,6 +274,7 @@ if (!in_array($action, ['add', 'send_other_users'])) { echo ''; } } + echo Display::return_message(get_lang('DropboxVulnerabilityWarning'), 'w', false); } if (!$view || $view == 'sent' || !$showSentReceivedTabs) { diff --git a/main/lang/english/trad4all.inc.php b/main/lang/english/trad4all.inc.php index d106682fe0..1da0445052 100644 --- a/main/lang/english/trad4all.inc.php +++ b/main/lang/english/trad4all.inc.php @@ -9072,4 +9072,5 @@ $AdminID = "Admin ID"; $MoodleVersion = "Moodle version"; $CreateExport = "Create export file"; $MoodleExportAdminIDComment = "Moodle requires a user identification to be stored inside some XML files of the .mbz format. Please provide an internal (integer) ID of the user exporting this course or Moodle's internal user ID of the user that will be the owner of the imported resources. If you're in doubt, just write '1' and some fake data ton continue."; -?> +$DropboxVulnerabilityWarning = "Remember to only download files sent by people you trust. If in doubt, please use a anti-virus tool on your computer to mitigate the risk of harm to your data."; +?> \ No newline at end of file diff --git a/main/lang/french/trad4all.inc.php b/main/lang/french/trad4all.inc.php index 16fd00a2d5..a91a180e19 100644 --- a/main/lang/french/trad4all.inc.php +++ b/main/lang/french/trad4all.inc.php @@ -9007,4 +9007,5 @@ $MoodleVersion = "Version de Moodle"; $CreateExport = "Créer un export"; $MoodleExportAdminIDComment = "Moodle requiert une identification de l'utilisateur pour la stocker au sein de fichiers XML qui font partie du format .mbz. Merci de bien vouloir fournir un numéro interne (nombre entier) de l'utilisateur qui exporte le cours, ou d'un utilisateur de notre système, qui sera désigné (s'il y a correspondance) comme le propriétaire des ressources importées sur l'autre système. Si vous avez encore des doutes, indiquez simplement '1' et donnez des données fictives."; -?> +$DropboxVulnerabilityWarning = "Ne téléchargez que des fichiers envoyés par des personnes en qui vous avez confiance. Dans le doute, merci d'utiliser un programme anti-virus sur votre ordinateur pour réduire les risques pour vos données."; +?> \ No newline at end of file diff --git a/main/lang/spanish/trad4all.inc.php b/main/lang/spanish/trad4all.inc.php index acb92b553c..a4132bccc0 100644 --- a/main/lang/spanish/trad4all.inc.php +++ b/main/lang/spanish/trad4all.inc.php @@ -9097,4 +9097,5 @@ $AdminID = "ID de administrador"; $MoodleVersion = "Versión de Moodle"; $CreateExport = "Crear archivo de exporte"; $MoodleExportAdminIDComment = "Moodle requiere la indentificación de algún usuario para almacenarla dentro de los archivos XML del formato .mbz. Por favor indique un número de ID interno (entero) del usuario quien está exportando este curso, o el ID interno del usuario en Moodle para el usuario quien será propietario de los recursos importados. Si tiene duda, puede simplemente marcar '1' y algunos datos falsos para seguir."; -?> +$DropboxVulnerabilityWarning = "Recuerde únicamente descargar archivos enviados por personas conocidas. Si tiene dudas, use un anti-virus en su computadora para reducir el riesgo de daños a sus datos."; +?> \ No newline at end of file