diff options
author | Irina Gómez <irinagomez@us.es> | 2019-03-25 14:17:14 +0100 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2019-03-25 14:17:14 +0100 |
commit | 2ab002c258a3b773efbc74aacccbabd3d3f3e6aa (patch) | |
tree | 21fc1cdb1cfaeaee2d2c5613589c35ad04458781 /admin/WebConsole/idiomas/php | |
parent | ed4b2fe0919043cd094e79a59ecf63649399899e (diff) |
#802 #888 When console create template, if in the other type (uefi|bios) exist a template with the same descriptión, uses his file name.
Diffstat (limited to 'admin/WebConsole/idiomas/php')
-rw-r--r-- | admin/WebConsole/idiomas/php/cat/boot_grub4dos_cat.php | 1 | ||||
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/boot_grub4dos_eng.php | 1 | ||||
-rw-r--r-- | admin/WebConsole/idiomas/php/esp/boot_grub4dos_esp.php | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/admin/WebConsole/idiomas/php/cat/boot_grub4dos_cat.php b/admin/WebConsole/idiomas/php/cat/boot_grub4dos_cat.php index 23fcdd27..7d36a212 100644 --- a/admin/WebConsole/idiomas/php/cat/boot_grub4dos_cat.php +++ b/admin/WebConsole/idiomas/php/cat/boot_grub4dos_cat.php @@ -52,3 +52,4 @@ $TbMsg[44]='Ubicador Ordinadors'; $TbMsg[45]='Nom àmbit'; $TbMsg["UEFI"]='AVISO: Hay plantillas PXE que sólo son compatibles con un tipo de firmware, uefi o bios.<br>Al elegir estas plantillas la otra opción quedará configurada por defecto'; + $TbMsg["ERR_DUPLICADO"]='ERROR: El nombre o la descripción de la plantilla están duplicados'; diff --git a/admin/WebConsole/idiomas/php/eng/boot_grub4dos_eng.php b/admin/WebConsole/idiomas/php/eng/boot_grub4dos_eng.php index 66241f56..7f58a353 100644 --- a/admin/WebConsole/idiomas/php/eng/boot_grub4dos_eng.php +++ b/admin/WebConsole/idiomas/php/eng/boot_grub4dos_eng.php @@ -52,3 +52,4 @@ $TbMsg[44]='Computer locator'; $TbMsg[45]='Scope name'; $TbMsg["UEFI"]='AVISO: Hay plantillas PXE que sólo son compatibles con un tipo de firmware, uefi o bios.<br>Al elegir estas plantillas la otra opción quedará configurada por defecto'; + $TbMsg["ERR_DUPLICADO"]='ERROR: The name or description of template are duplicated'; diff --git a/admin/WebConsole/idiomas/php/esp/boot_grub4dos_esp.php b/admin/WebConsole/idiomas/php/esp/boot_grub4dos_esp.php index 96b477a8..81de9a34 100644 --- a/admin/WebConsole/idiomas/php/esp/boot_grub4dos_esp.php +++ b/admin/WebConsole/idiomas/php/esp/boot_grub4dos_esp.php @@ -52,3 +52,4 @@ $TbMsg[44]='Ubicador Ordenadores'; $TbMsg[45]='Nombre ámbito'; $TbMsg["UEFI"]='AVISO: Hay plantillas PXE que sólo son compatibles con un tipo de firmware, uefi o bios.<br>Al elegir estas plantillas la otra opción quedará configurada por defecto'; + $TbMsg["ERR_DUPLICADO"]='ERROR: El nombre o la descripción de la plantilla están duplicados'; |