traduzione e composer.json
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ use GlpiPlugin\Urbackup\Config;
|
||||
use GlpiPlugin\Urbackup\Profile;
|
||||
|
||||
if (!defined('GLPI_ROOT')) {
|
||||
die('Sorry. You cannot access this file directly.');
|
||||
die(__('Sorry. You cannot access this file directly.', 'urbackup'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -11,7 +11,7 @@ declare(strict_types=1);
|
||||
use GlpiPlugin\Urbackup\Profile;
|
||||
|
||||
if (!defined('GLPI_ROOT')) {
|
||||
die('Sorry. You cannot access this file directly.');
|
||||
die(__('Sorry. You cannot access this file directly.', 'urbackup'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user