blob: f40c478631482f517dedaf58590a8276f286b37d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?php
//________________________________________________________________________________________________________
//
// 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"';
|