Modulo:Ciclismo/Configuration

Versione del 20 gen 2016 alle 18:05 di Rotpunkt (discussione | contributi) (Nuova pagina di configurazione)
(diff) ← Versione meno recente | Versione attuale (diff) | Versione più recente → (diff)

Configurazione del Modulo:Ciclismo.


local config = {}

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

return config