Modulo:Ciclismo/Configuration

Da Wikipedia, l'enciclopedia libera.
Vai alla navigazione Vai alla ricerca

Configurazione del Modulo:Ciclismo.


local config = {}

config.i18n = {
	en = {
		thStage = 'Stage',
		thDate = 'Date',
		thCourse = 'Course',
		thDistance = 'Distance (km)',
		thStageWinner = 'Stage winner',
		thLeader = 'Overall leader',
		thYear = 'Year',
		thWinner = 'Winner',
		thSecond = 'Second',
		thThird = 'Third'
	},
	it = {
		thStage = 'Tappa',
		thDate = 'Data',
		thCourse = 'Percorso',
		thDistance = 'Distanza (km)',
		thStageWinner = 'Vincitore di tappa',
		thLeader = 'Leader cl. generale',
		thYear = 'Anno',
		thWinner = 'Vincitore',
		thSecond = 'Secondo',
		thThird = 'Terzo'
	}
}

return config