Jump to content

Module:Lang/configuration: Difference between revisions

m 1 revision imported
m 1 revision imported
 
(One intermediate revision by one other user not shown)
Line 211: Line 211:
['invalid_xlit_std'] = 'invalid translit-std',
['invalid_xlit_std'] = 'invalid translit-std',
['romanization'] = 'Romanization of',
['romanization'] = 'Romanization of',
['translit_nonlatn'] = 'transliteration text not Latin script (pos $1: $2)', -- _transl() also emits this message; $1 identifies offending character's position; $2 is the character
['translit_nonlatn'] = 'transliteration text not Latin script (pos $1: $2)', -- _xlit() also emits this message; $1 identifies offending character's position; $2 is the character
['xlit_of_latn'] = 'transliteration of latn script',
['xlit_of_latn'] = 'transliteration of latn script',
}
}
Line 283: Line 283:


local translation_make_t = {
local translation_make_t = {
['lit_xlation'] = 'Literal translation', -- article title fragment and html title attribute
['lit_xlation'] = 'Literal translation', -- article title fragment and HTML title attribute
['lit_abbr'] = 'lit.',
['lit_abbr'] = 'lit.',
}
}