لاسوند لپاره ددې موډيول کېدای سی په Module:Shortcut/config/لاسوند کي وي

-- This module holds configuration data for [[Module:Shortcut]].

return {

-- The heading at the top of the shortcut box. It accepts the following parameter:
-- $1 - the total number of shortcuts. (required)
['shortcut-heading'] = '[[ويکيپېډيا:لنډلار|{{PLURAL:$1|لنډلار|لنډلارې}}]]:',

-- The heading when |redirect=yes is given. It accepts the following parameter:
-- $1 - the total number of shortcuts. (required)
['redirect-heading'] = '[[ويکيپېډيا:مخګرځ|{{PLURAL:$1|مخګرځ|مخګرځي}}]]',

-- The error message to display when a shortcut is invalid (is not a string, or
-- is the blank string). It accepts the following parameter:
-- $1 - the number of the shortcut in the argument list. (required)
['invalid-shortcut-error'] = 'لنډلاره #$1 ناسمه ده (لنډلارې بايد ' ..
	'هغه متنونه چې لږ ترلږه يو توری اوږده وي)',

-- The error message to display when no shortcuts or other displayable content
-- were specified. (required)
['no-content-error'] = 'تېروتنه: لنډلار مشخص شوې نه ده او پاراميتر ' ..
	mw.text.nowiki('|msg=') ..
	' تنظیم شوی نه دی.',

-- A category to add when the no-content-error message is displayed. (optional)
['no-content-error-category'] = 'کينډۍ لنډلارې ناسم پاراميترونو سره',

-- The error category to add if the shortcut listed in the first parameter
-- doesn't exist. (optional)
['first-parameter-error-category'] = 'د ويکيپېډيا لنډلار بکس لومړی پاراميتر رغونې ته اړتيا لري',

}