summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php
diff options
context:
space:
mode:
authorRoberto Hueso Gómez <rhueso@soleta.eu>2019-10-29 13:56:36 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2019-10-29 14:22:26 +0100
commit03e3f88eef2e8de82338a806abae132ef9565621 (patch)
treed3e2abb7e04d3d367fb0ee08af05b7d73b1916ec /admin/WebConsole/idiomas/php
parente21eb0caeb8f7a3db6857f0be4a283c9836885ee (diff)
#915 Remove dead code that uses SocketHidra
This patch removes files that are dead code and that also use SocketHidra.
Diffstat (limited to 'admin/WebConsole/idiomas/php')
-rw-r--r--admin/WebConsole/idiomas/php/cat/tareascomandos_cat.php15
-rw-r--r--admin/WebConsole/idiomas/php/eng/tareascomandos_eng.php15
-rw-r--r--admin/WebConsole/idiomas/php/esp/tareascomandos_esp.php18
3 files changed, 0 insertions, 48 deletions
diff --git a/admin/WebConsole/idiomas/php/cat/tareascomandos_cat.php b/admin/WebConsole/idiomas/php/cat/tareascomandos_cat.php
deleted file mode 100644
index 7f0406c3..00000000
--- a/admin/WebConsole/idiomas/php/cat/tareascomandos_cat.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-//________________________________________________________________________________________________________
-//
-// Fitxer d'idiomes php: tareascomandos_cat.php
-// Idioma: Catal�
-//________________________________________________________________________________________________________
- $TbMsg=array();
- $TbMsg[0]='Gesti� Comandes de la Tasca';
- $TbMsg[1]='Comandes incloses';
- $TbMsg[2]='Tasca';
- $TbMsg[3]='Nom Comanda';
- $TbMsg[4]='Ord.';
- $TbMsg[5]='Par�metre';
- $TbMsg[6]='Valor';
- $TbMsg[7]='(*)Per excloure alguna comanda d\'aquesta tasca ha de fer click sobre la casella de verificaci� corresponent';
diff --git a/admin/WebConsole/idiomas/php/eng/tareascomandos_eng.php b/admin/WebConsole/idiomas/php/eng/tareascomandos_eng.php
deleted file mode 100644
index 94896066..00000000
--- a/admin/WebConsole/idiomas/php/eng/tareascomandos_eng.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-//________________________________________________________________________________________________________
-//
-// Php language file: tareascomandos_eng.php
-// Language: English
-//________________________________________________________________________________________________________
- $TbMsg=array();
- $TbMsg[0]='Task Commands Management';
- $TbMsg[1]='Included Commands';
- $TbMsg[2]='Task';
- $TbMsg[3]='Command name';
- $TbMsg[4]='Ord.';
- $TbMsg[5]='Parameter';
- $TbMsg[6]='Value';
- $TbMsg[7]='(*)Please check the box to exclude any command from this task.';
diff --git a/admin/WebConsole/idiomas/php/esp/tareascomandos_esp.php b/admin/WebConsole/idiomas/php/esp/tareascomandos_esp.php
deleted file mode 100644
index 500ec245..00000000
--- a/admin/WebConsole/idiomas/php/esp/tareascomandos_esp.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-//________________________________________________________________________________________________________
-//
-// Fichero de idiomas php: tareascomandos_esp.php
-// Idioma: Español
-//________________________________________________________________________________________________________
- $TbMsg=array();
- $TbMsg[0]='Gestión Comandos de la Tarea';
- $TbMsg[1]='Comandos incluidos';
- $TbMsg[2]='Tarea';
- $TbMsg[3]='Nombre Comando';
- $TbMsg[4]='Ord.';
- $TbMsg[5]='Parámetro';
- $TbMsg[6]='Valor';
- $TbMsg[7]='(*)Para excluir algún comando de esta tarea debe hacer click sobre la casilla de verificación correspondiente';
- $TbMsg[8]='Ámbito';
- $TbMsg[9]='Nombre';
-