Hopp til innhold

Modul:Smartbox/warnings

Fra Wikipedia, den frie encyklopedi
Moduldokumentasjon


-- These should not be localized in the code but rather as system messages in
-- the MediaWiki space. That will make the library a lot more portable. In
-- addition to the given messages, type specific system messages can be formed
-- as 'smartbox-{title|value|row}-failed-<type>' if there are any need for
-- them. That is 
--	['smartbox-title-failed-string'] = 'Rendering of the string value "$1" failed',

return {
	['smartbox-title-failed'] = 'Verdien «$1» ($2) feilet',
	['smartbox-value-failed'] = 'Tittelen «$1» ($2) feilet',
	['smartbox-row-failed'] = 'Raden «$1» ($2) feilet',
}