diff options
Diffstat (limited to 'admin/ogAdmSources/ogAdmWebCon/idiomas/php/esp/programaciones_esp.php')
-rw-r--r-- | admin/ogAdmSources/ogAdmWebCon/idiomas/php/esp/programaciones_esp.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/admin/ogAdmSources/ogAdmWebCon/idiomas/php/esp/programaciones_esp.php b/admin/ogAdmSources/ogAdmWebCon/idiomas/php/esp/programaciones_esp.php new file mode 100644 index 00000000..df627035 --- /dev/null +++ b/admin/ogAdmSources/ogAdmWebCon/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 |