blob: 19d2316afdc8e2355b747adea30b889e801669b8 (
plain)
1
2
3
4
5
6
7
8
9
|
//________________________________________________________________________________________________________
//
// Fichero de idiomas javascripts: enviarmensaje_eng.js
// Idioma: Inglés
//________________________________________________________________________________________________________
TbMsg=new Array;
TbMsg[0]="";
TbMsg[1]="El mensaje debe tener un título.";
TbMsg[2]="El mensaje debe tener algún contenido.";
|