|
@@ -40,11 +40,11 @@ define('chdir_failed', "Error: chdir() returned false.");
|
|
|
define('agent_invalid', "Invalid agent specified.");
|
|
define('agent_invalid', "Invalid agent specified.");
|
|
|
define('networktools_agent_offline', "Unable to execute your command on the selected agent because it is offline.");
|
|
define('networktools_agent_offline', "Unable to execute your command on the selected agent because it is offline.");
|
|
|
define('target_empty', "No remote target given.");
|
|
define('target_empty', "No remote target given.");
|
|
|
-define('command_empty', "No command selected.");
|
|
|
|
|
|
|
+define('command_empty', "Kein Befehl ausgewählt.");
|
|
|
define('command_unavilable', "The selected command is unavailable on the selected agent.");
|
|
define('command_unavilable', "The selected command is unavailable on the selected agent.");
|
|
|
define('target_invalid', "Invalid IP/hostname entered.");
|
|
define('target_invalid', "Invalid IP/hostname entered.");
|
|
|
define('exec_failed', "Timed out while waiting for a response.");
|
|
define('exec_failed', "Timed out while waiting for a response.");
|
|
|
-define('command_no_access', "You do not have access to this command. This incident will be logged.");
|
|
|
|
|
|
|
+define('command_no_access', "Du hast keinen Zugriff auf diesen Befehl. Dieser Vorfall wird protokolliert.");
|
|
|
define('command_hacking_attempt', "Blacklisted characters entered. This incident will be logged.");
|
|
define('command_hacking_attempt', "Blacklisted characters entered. This incident will be logged.");
|
|
|
define('command_bad_characters', "Attempted to execute a command with malicious characters. Input received: %s %s");
|
|
define('command_bad_characters', "Attempted to execute a command with malicious characters. Input received: %s %s");
|
|
|
define('command_no_permissions', "Attempted to execute a command with insufficient permissions. Input received: %s %s");
|
|
define('command_no_permissions', "Attempted to execute a command with insufficient permissions. Input received: %s %s");
|