blob: 50a48f241095466061f2c3b7ee27d684f47a4a9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: reservas_esp.php
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='"Nuevo grupo de reservas"';
$TbMsg[1]='"Definir nueva reserva"';
$TbMsg[2]='"Colocar reserva"';
$TbMsg[3]='"Renombrar"';
$TbMsg[4]='"Eliminar grupo de reservas"';
$TbMsg[5]='"Información Reserva"';
$TbMsg[6]='"Mover reserva"';
$TbMsg[7]='"Propiedades"';
$TbMsg[8]='"Eliminar Reserva"';
$TbMsg[9]='"Reservas"';
$TbMsg[10]='"Programaciones"';
?>
|