Jump to content

Module:Editnotice load/i18n

From Wikipedia, the free encyclopedia
--[=[===========================================================================
- THIS IS THE INTERNATIONALIZATION FILE FOR [[Module:Editnotice load]]
- THIS FILE PROVIDES THE DEFAULT CONFIGURATION SETTINGS FOR
- [[Module:Editnotice load]] FOR VARIOUS LANGUAGES.
=============================================================================]=]

return {
	["en"] = {
		pseudo_ns_name = "Template:Editnotices",
		editnotice_types_protection = "ProtectionTitle",
		editnotice_types_protection_id = "Protection",
		editnotice_types_title = "Title",
		editnotice_types_page = "Page",
		editnotice_types_group = "Group",
		editnotice_types_category = "Category",
		editnotice_types_namespace = "Namespace",
		links = "Editnotice links",
		editnotice_names_protection = "Title protection notice",
		editnotice_names_protection_id = "Page protection notice",
		editnotice_names_title = "Title notice",
		editnotice_names_page = "Page notice",
		editnotice_names_group = "Group notice",
		editnotice_names_category = "Category notice",
		editnotice_names_namespace = "Namespace notice",
		editnotice_names_user = "User page notice",
		noEditnoticePage = "Warning: $1 does not exist. Creating this will help improve performance for loading editnotices in this namespace. Use the following syntax: $2",
		mainspace = "Main"
	},
	["qqq"] = {
		pseudo_ns_name = "The base page where all the editnotices are stored in subpages.",
		editnotice_types_protection = "The subpage group where all protection title notices will be stored.",
		editnotice_types_protection_id = "The subpage where all protection title notices will be stored.",
		editnotice_types_title = "The subpage group where all title notices will be stored.",
		editnotice_types_page = "The subpage group where all page notices will be stored.",
		editnotice_types_group = "The subpage group where all group notices will be stored.",
		editnotice_types_category = "The subpage group where all category notices will be stored.",
		editnotice_types_namespace = "The subpage group where all namespace notices will be stored.",
		links = "The text to be used for the collapsible element where all the editnotice links are stored.",
		editnotice_names_protection = "The name of the link for the title protection notice.",
		editnotice_names_protection_id = "The name of the link for the page protection notice.",
		editnotice_names_title = "The name of the link for the title notice.",
		editnotice_names_page = "The name of the link for the page notice.",
		editnotice_names_group = "The name of the link for the group notice.",
		editnotice_names_category = "The name of the link for the category notice.",
		editnotice_names_namespace = "The name of the link for the namespace notice.",
		editnotice_names_user = "The name of the link for the user page notice.",
		noEditnoticePage = "The message to display when an editnotice is slow loading through [[MediaWiki:Editnotice-notext]] because the appropriate editnotice number is missing. $1 is the name of the editnotice, and $2 is the text that must be filled in to create that editnotice.",
		mainspace = "The name to use for editnotices for pages in mainspace."
	}
}