This commit is contained in:
Xes
2025-08-14 22:39:38 +02:00
parent 3641e93527
commit 5403f346e3
3370 changed files with 327179 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?php
/* For licensing terms, see /license.txt */
$strings['plugin_title'] = "Custom redirection by user";
$strings['plugin_comment'] = "Redirect specific users to any specific URL";

View File

@@ -0,0 +1,9 @@
<?php
/* For licensing terms, see /license.txt */
/**
* @author Enrique Alcaraz Lopez
*
* @package chamilo.plugin.redirection
*/
$strings['plugin_title'] = "Redirection personalisée par utilisateur";
$strings['plugin_comment'] = "Rediriger des utilisateurs spécifiques vers des URLs spécifiques";

View File

@@ -0,0 +1,5 @@
<?php
/* For licensing terms, see /license.txt */
$strings['plugin_title'] = "Redirección personalizada";
$strings['plugin_comment'] = "Redirecciona a una url personalizada a un usuario en concreto";