diff options
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/procedimientoscomandos_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/procedimientoscomandos_eng.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/procedimientoscomandos_eng.php b/admin/WebConsole/idiomas/php/eng/procedimientoscomandos_eng.php new file mode 100644 index 00000000..e9ae615f --- /dev/null +++ b/admin/WebConsole/idiomas/php/eng/procedimientoscomandos_eng.php @@ -0,0 +1,16 @@ +<? +//________________________________________________________________________________________________________ +// +// Fichero de idiomas php: procedimientoscomandos_eng.php +// Idioma: Ingés +//________________________________________________________________________________________________________ + $TbMsg=array(); + $TbMsg[0]='Mangement Commands of a Procedure'; + $TbMsg[1]='Includes Commands'; + $TbMsg[2]='Procedure'; + $TbMsg[3]='Command name'; + $TbMsg[4]='Ord.'; + $TbMsg[5]='Parameter'; + $TbMsg[6]='Value'; + $TbMsg[7]='(*)To exclude some command from this procedure you must click in the corresponding checkbox'; +?>
\ No newline at end of file |