Module:uz-inflection-docs/i18n/en

विक्षनरी से

"इस मॉड्यूल हेतु प्रलेख Module:uz-inflection-docs/i18n/en/doc पर बनाया जा सकता है"

return {
	-- headers:
	TEMPLATE_HEADER = 'Template to send generated word forms to',
	AFFIXES_HEADER_DESC = '',
	CONDITIONS_HEADER_DESC = '',
	ARGUMENTS_HEADER = 'Arguments received from template',
	FLAGS_HEADER = 'Created flags',
	VARS_HEADER = 'Created variables',
	CONDITIONS_HEADER = 'Conditions and actions',
	CLASSES_HEADER_DESC = '',
	NOTES_HEADER = 'Notes',

	-- columns:
	NAME = 'Name',
	VALUE = 'Value',
	CHANGES = 'Changes',
	POSSIBLE_VALUES = 'Possible values',
	CONDITIONS = 'Conditions',
	ACTIONS = 'Actions',
	FORM = 'Form',

	-- section "conditions":
	SECTION = 'Section',
	SUBSECTION = 'Subsection',
	COMMENT = 'Comment',
	IF = 'IF',
	THEN = 'THEN',
	APPLY_BOTH = 'apply both conditions',
	APPLY_ALL = 'apply all conditions',
	APPLY_ALWAYS = 'do anyway',
	ENDS_WITH = 'word ends with',
	DOESNT_END_WITH = "word '''doesn't''' end with",
	PRELAST_LETTER = 'penultimate letter is',
	PRELAST_LETTER_NOT = "penultimate letter is '''not'''",
	SENT_ARGUMENT = 'argument',
	ARG_EQUAL = 'is equal to',
	ARG_NOT_EQUAL = "is '''not''' equal to",
	VAR = 'variable',
	VAR_EQUAL = "is equal to",
	VAR_NOT_EQUAL = "is '''not''' equal to",
	SET = 'set',
	SET_TO = '=',
	ACTION = 'action',
	ADD_CLASS = 'add class',
	CLASS = 'Class',

	-- section "notes":
	NOTE_SENTENCE_PART1 = 'You can click on such elements as',
	NOTE_VAR = 'variable',
	NOTE_ARG = 'argument',
	NOTE_FORM = 'form',
	NOTE_SENTENCE_PART2 = "<br/>and you will go to the element's description or to the first mention about this element in documentation.<br/><br/>",

	-- other
	TEMPLATE_TEMPLATE = 'template',
}