From e22d9e6d9bddda34b1ed4a9160c7862df3a73ead Mon Sep 17 00:00:00 2001
From: "manuel.montes"
Date: Tue, 18 Sep 2018 14:31:01 +0200
Subject: [PATCH] Fixed bug in custom macros help
---
.../include/help/en/help_module_macros.php | 24 +++++++++----------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/pandora_console/include/help/en/help_module_macros.php b/pandora_console/include/help/en/help_module_macros.php
index 855da023e3..705b6f92e9 100644
--- a/pandora_console/include/help/en/help_module_macros.php
+++ b/pandora_console/include/help/en/help_module_macros.php
@@ -30,43 +30,43 @@
This macros can be used in module alerts.
-Si el módulo es de tipo analisis de módulo web:
+IF THE MODULE IS A WEB MODULE ANALYSIS TYPE:
- Las macros dinámicas tendrán un formato especial que empieza por @ y tendrán estas posibles sustituciones:
+Dynamic macros will have a special format starting with @ and will have these possible substitutions:
-
- @DATE_FORMAT (fecha/hora actual con formato definido por el usuario)
+ @DATE_FORMAT (current date/time with user-defined format)
-
- @DATE_FORMAT_nh (horas)
+ @DATE_FORMAT_nh (hours)
-
- @DATE_FORMAT_nm (minutos)
+ @DATE_FORMAT_nm (minutes)
-
- @DATE_FORMAT_nd (días)
+ @DATE_FORMAT_nd (days)
-
- @DATE_FORMAT_ns (segundos)
+ @DATE_FORMAT_ns (seconds)
-
- @DATE_FORMAT_nM (mes)
+ @DATE_FORMAT_nM (month)
-
- @DATE_FORMAT_nY (años)
+ @DATE_FORMAT_nY (years)
- Donde “n” puede ser un numero sin signo (positivo) o negativo.
+Where "n" can be a number without a sign (positive) or negative.
- Y FORMAT sigue el standard de strftime de perl:
+And FORMAT follows the standard of perl's strftime:
http://search.cpan.org/~dexter/POSIX-strftime-GNU-0.02/lib/POSIX/strftime/GNU.pm
- Ejemplos:
+ Examples:
@DATE_%Y-%m-%d %H:%M:%S