Index: trunk/extensions/Blahtex/Blahtex.i18n.php |
— | — | @@ -25,10 +25,10 @@ |
26 | 26 | Only one is allowed.', |
27 | 27 | 'math_IllegalCharacter' => 'Illegal character in input', |
28 | 28 | 'math_IllegalCommandInMathMode' => 'The command "$1" is illegal in math mode', |
29 | | - 'math_IllegalCommandInMathModeWithHint' => 'The command "$1" is illegal in math mode |
| 29 | + 'math_IllegalCommandInMathModeWithHint' => 'The command "$1" is illegal in math mode. |
30 | 30 | Perhaps you intended to use "$2" instead?', |
31 | 31 | 'math_IllegalCommandInTextMode' => 'The command "$1" is illegal in text mode', |
32 | | - 'math_IllegalCommandInTextModeWithHint' => 'The command "$1" is illegal in text mode |
| 32 | + 'math_IllegalCommandInTextModeWithHint' => 'The command "$1" is illegal in text mode. |
33 | 33 | Perhaps you intended to use "$2" instead?', |
34 | 34 | 'math_IllegalDelimiter' => 'Illegal delimiter following "$1"', |
35 | 35 | 'math_IllegalFinalBackslash' => 'Illegal backslash "\\" at end of input', |
— | — | @@ -51,7 +51,7 @@ |
52 | 52 | 'math_MissingOrIllegalParameterCount' => 'Missing or illegal parameter count in definition of "$1". |
53 | 53 | Must be a single digit between 1 and 9 inclusive.', |
54 | 54 | 'math_MissingOrIllegalParameterIndex' => 'Missing or illegal parameter index in definition of "$1"', |
55 | | - 'math_NonAsciiInMathMode' => 'Non-ASCII characters may only be used in text mode |
| 55 | + 'math_NonAsciiInMathMode' => 'Non-ASCII characters may only be used in text mode. |
56 | 56 | Try enclosing the problem characters in "\\text{...}".', |
57 | 57 | 'math_NotEnoughArguments' => 'Not enough arguments were supplied for "$1"', |
58 | 58 | 'math_PngIncompatibleCharacter' => 'Unable to correctly generate PNG containing the character $1', |