// Copyright 2004-10 Richard Adams
//------------------------------------------------
// PURPOSE Initializes Spanish language hymn pages
function init_es
(
	level, 	// Number of levels below site root
	midi,	// MIDI file name (without extension, which must be .mid)
	prev,	// Previous page's URL (without extension, which must be .htm)
	next	// Next page's URL (without extension, which must be .htm)
){
	languageCode = "es"
	if (argsOk(arguments.callee, true, false)) {
		init(level, midi, prev, next, "Previo", "Hogar", "Pr&oacute;ximo","par&shy;ti&shy;tu&shy;ra");
	}
	setTipBio("Mirar biograf&iacute;a (en Ingl&eacute;s)");
	setTipMidi("Abrir carpeta MIDI");
	setTipScore("Abrir partitura (formato NoteWorthy Composer)");
	translatedBy = 'tra­du­ci­do de in&shy;gl&egrave;s a es&shy;pa&ntilde;&shy;ol por';
	translatorUnknownText = 'traductor desconocido';
}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file) {
	english(file, "Ingl&eacute;s");
}
