Module:POTY/i18n

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Lua
CodeDiscussionEditHistoryLinksLink count Subpages:DocumentationTestsResultsSandboxLive code All modules

Documentation for this module may be created at Module:POTY/i18n/doc

Code

-- English default messages for [[Module:POTY]].
-- Note that MediaWiki-messages are used for localization
-- because they suit better for translation in many ways.
-- This is just for redundancy and it allows you to see
-- all messages used at a glance

return {
	['no-candidate-listing'] = "No candidate listing defined in config at [[$1]].",
	['no-gallery-definition'] = "Gallery definition not found at [[$1]].",
	['galleries-by-categories'] = "Galleries by content",
	['fps-by-month'] = "$1 <abbr title=\"Featured Pictures\">FPs</abbr> by month",
	['all-or-half-year'] = "All or half of $1 FPs",
	['from-to'] = "$1  – $2 $3 ($4)",
	['from-to-heading'] = "$1 – $2",
	['all-year-fp'] = "All $1 FPs ($2)",
	['genre'] = "genre",
	['help'] = "help",
	['categories'] = "categories",
	['about-icons'] = "About these icons…",
	['total'] = "(Total: $1)",
	['file-sets'] = "File sets",
	['finalists'] = "Finalists",
	['no-voting-on-these-pages'] = "Voting not available on these pages",
	['no-voting-on-this-index-page'] = "Voting not available on this index page",
	['thumbsize'] = "Thumbnail size",
	
	['group-animals'] = "Animals",
	['group-plants and fungi'] = "Plants and fungi",
	['group-bones, shells and fossils'] = "Bones, shells and fossils",
	['group-people'] = "People",
	['group-artworks'] = "Artworks",
	['group-architecture'] = "Architecture",
	['group-panoramas'] = "Panoramas",
	['group-nature views'] = "Nature views",
	['group-astronomy'] = "Astronomy",
	['group-non-photographic files'] = "Non-photographic files",
	['group-objects and miscellaneous'] = "Objects and miscellaneous",
	['group-videos and animations'] = "Videos and animations",

	['cat-arthropods'] = "Arthropods",
	['cat-artificially illuminated outdoor spaces'] = "Artificially illuminated outdoor spaces",
	['cat-astronomy'] = "Astronomy, satellite and outer space",
	['cat-birds'] = "Birds",
	['cat-bones'] = "Bones, shells and fossils",
	['cat-castles'] = "Castles and Fortifications",
	['cat-cities and bridges'] = "Cities and bridges",
	['cat-cities and ruins'] = "Cities and ruins",
	['cat-constructions and buildings'] = "Constructions and buildings",
	['cat-frescos, ceilings and stained glass'] = "Frescos, ceilings and stained glass",
	['cat-infrastructure'] = "Infrastructure",
	['cat-interiors and details'] = "Interiors and details",
	['cat-interiors of religious buildings'] = "Interiors of religious buildings",
	['cat-lepidoptera'] = "Lepidoptera",
	['cat-mammals'] = "Mammals",
	['cat-maps'] = "Maps, diagrams and illustrations",
	['cat-mountain ranges'] = "Mountain ranges",
	['cat-nature views'] = "Nature views",
	['cat-other animals'] = "Other animals",
	['cat-panoramic views'] = "Panoramic views",
	['cat-paintings'] = "Paintings",
	['cat-paintings, textiles and works on paper'] = "Paintings, textiles and works on paper",
	['cat-people'] = "People and human activities",
	['cat-plants and fungi'] = "Plants and fungi",
	['cat-objects, shells and miscellaneous'] = "Objects, shells and miscellaneous",
	['cat-objects, rocks and miscellaneous'] = "Objects, rocks and miscellaneous",
	['cat-passeriformes'] = "Passeriformes",
	['cat-religious buildings'] = "Religious Buildings",
	['cat-sculptures'] = "Sculptures",
	['cat-sculptures and reliefs'] = "Sculptures and reliefs",
	['cat-settlements'] = "Settlements",
		['cat-sports'] = "Sports",	
	['cat-unsorted'] = "Unsorted: These media files haven't been sorted into a category, yet",
	['cat-vehicles and crafts'] = "Vehicles and crafts",
	['cat-videos and animations'] = "Videos and animations",
	['cat-waters'] = "Waters",
	['cat-dummy'] = "Temporary category (to be removed before R1)"
}