diff options
author | Roberto Hueso Gómez <rhueso@soleta.eu> | 2019-10-29 13:56:36 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2019-10-29 14:22:26 +0100 |
commit | 03e3f88eef2e8de82338a806abae132ef9565621 (patch) | |
tree | d3e2abb7e04d3d367fb0ee08af05b7d73b1916ec /admin/WebConsole/idiomas/php/cat | |
parent | e21eb0caeb8f7a3db6857f0be4a283c9836885ee (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/cat')
-rw-r--r-- | admin/WebConsole/idiomas/php/cat/tareascomandos_cat.php | 15 |
1 files changed, 0 insertions, 15 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'; |