Index: trunk/extensions/ParserFunctions/ParserFunctions.i18n.php |
— | — | @@ -28,12 +28,12 @@ |
29 | 29 | 'pfunc_expr_invalid_argument_ln' => 'Invalid argument for ln: <= 0.', |
30 | 30 | 'pfunc_expr_unknown_error' => 'Expression error: Unknown error ($1).', |
31 | 31 | 'pfunc_expr_not_a_number' => 'In $1: Result is not a number.', |
32 | | - 'pfunc_string_too_long' => 'Error: String exceeds $1 character limit', |
| 32 | + 'pfunc_string_too_long' => 'Error: String exceeds $1 character limit.', |
33 | 33 | 'pfunc-convert-dimensionmismatch' => 'Error: Cannot convert between units of "$1" and "$2".', |
34 | 34 | 'pfunc-convert-unknownunit' => 'Error: Unknown unit "$1".', |
35 | 35 | 'pfunc-convert-unknowndimension' => 'Error: Unknown dimension "$1".', |
36 | 36 | 'pfunc-convert-invalidcompoundunit' => 'Error: Invalid compound unit "$1".', |
37 | | - 'pfunc-convert-nounit' => 'Error: No source unit given', |
| 37 | + 'pfunc-convert-nounit' => 'Error: No source unit given.', |
38 | 38 | 'pfunc-convert-doublecompoundunit' => 'Error: Cannot parse double compound units like "$1".', |
39 | 39 | |
40 | 40 | # DIMENSION NAMES |