diff options
author | ramon <ramongomez@us.es> | 2009-10-29 10:39:24 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2009-10-29 10:39:24 +0000 |
commit | 1b9262949ad2e32b4a82338d45fb4b6e5b293fba (patch) | |
tree | 3aee6892f32251570b996f7321a06980588cbc1e /admin/WebConsole/idiomas/php/esp/programaciones_esp.php | |
parent | afcf2a19aa44ea6d03e02abd05b6f2938d687225 (diff) |
Reorganización directorios OpenGNSys Admin.
git-svn-id: https://opengnsys.es/svn/trunk@455 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/idiomas/php/esp/programaciones_esp.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/esp/programaciones_esp.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/admin/WebConsole/idiomas/php/esp/programaciones_esp.php b/admin/WebConsole/idiomas/php/esp/programaciones_esp.php new file mode 100644 index 00000000..df627035 --- /dev/null +++ b/admin/WebConsole/idiomas/php/esp/programaciones_esp.php @@ -0,0 +1,19 @@ +<? +//________________________________________________________________________________________________________ +// +// Fichero de idiomas php: programaciones_esp.php +// Idioma: Español +//________________________________________________________________________________________________________ +// Literales de los tipo de acciones +$LITEJECUCION_COMANDO="Comandos"; +$LITEJECUCION_PROCEDIMIENTO="Procedimientos"; +$LITEJECUCION_TAREA="Tareas"; +$LITEJECUCION_TRABAJO="Trabajos"; +$LITEJECUCION_RESERVA="Reservas"; + +$TbMsg=array(); + +$TbMsg[0]="Programaciones"; +$TbMsg[1]="Suspender temporalmente todos los bloques programados"; +$TbMsg[2]="Descripción del bloque"; +?>
\ No newline at end of file |