blob: 4b45117b34c01408fcc14570fbd2d3c61a6907bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: menus_esp.php
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='"Nuevo grupo de menús"';
$TbMsg[1]='"Definir nuevo menú"';
$TbMsg[2]='"Colocar menú"';
$TbMsg[3]='"Renombrar"';
$TbMsg[4]='"Eliminar grupo de menús"';
$TbMsg[5]='"Información Menú"';
$TbMsg[6]='"Mover menú"';
$TbMsg[7]='"Propiedades"';
$TbMsg[8]='"Eliminar menú"';
$TbMsg[9]='"Menús"';
$TbMsg[10]='"Gestionar Items"';
|