Aller au contenu

Module:Listing/i18n

De Wikivoyage

La documentation pour ce module peut être créée à Module:Listing/i18n/doc

-- internationalisation
return {
	msg = {
		phone		= 'téléphone',
		tollfree	= 'numéro gratuit',
		price		= 'prix',
		hours		= 'horaire',
		wikipedia   = ' sur Wikipédia',
		wikidata	= ' sur Wikidata',
		wikivoyage	= ' ici sur Wikivoyage',
		yes			= 'oui',
		lastedit	= 'dernière mise à jour : ',
        facebook	= 'Page Facebook',
        twitter		= 'Page X/Twitter',
	},
	errorMsg = {
		unicode		= 'UNICODE',
		wrongPar	= 'Il y a des paramètres non gérés: ',
	},
	categories = {
		hiddenChar	= 'Listing avec des caractères unicode cachés',
		invalidPar	= 'Listing avec des erreurs de compilation',
		noWikidata	= 'Listing avec des liens vers Wikipédia mais pas vers Wikidata',
	},
	wiki = {
		home		= 'frwikivoyage',
		wikipedia	= 'frwiki',
	},
	parameters = {
		address		= 'adresse',
		alt			= 'alt',
		checkin		= 'arrivée',
		checkout	= 'départ',
		counter		= 'compteur',
		description	= 'description',
		email		= 'email',
		facebook	= 'facebook',
		fax			= 'fax',
		hours		= 'horaire',
		image		= 'image',
		directions	= 'direction',
		lastedit	= 'mise à jour',
		lat			= 'latitude',
		long		= 'longitude',
		mtype		= 'type',
		name		= 'nom',
		osm			= '', -- non utilisé sur fr:voy
		price		= 'prix',
		tollfree	= 'numéro gratuit',
		tel			= 'téléphone',
		twitter		= 'twitter',
		url			= 'url',
		wikidata	= 'wikidata',
		wikipedia	= 'wikipédia',
	},
	icons = {
		wikipedia	= 'Wikipedia-icon.png',
		wikidata	= 'Wikidata-logo.svg',
		wikivoyage	= 'Wikivoyage-logo.svg',
		price		= 'Ecb copyright.svg',
		hours		= 'Simple icon time.svg',
		facebook	= 'F icon.svg',
		twitter		= 'X logo twitter new brand icon.svg',
	},
	symbols = {
		phone		= '☎',
		tollfree	= '☎',
	},
	markerParameters = {
		color       = 'color',
		counter     = 'compteur',
		description = 'description',
		group       = 'group',
		image       = 'image',
		islisting   = 'islisting',
		lat         = 'latitude',
		long        = 'longitude',
		mtype       = 'type',
		name        = 'nom',
		show        = 'show',
		symbol      = 'symbol',
		text        = 'text',
		useIcon     = 'useIcon',
		url         = 'url',
		wikidata    = 'wikidata',
		zoom        = 'zoom',
	}
}