Index: trunk/extensions/Score/Score.i18n.php |
— | — | @@ -38,14 +38,14 @@ |
39 | 39 | 'score-getcwderr' => 'Unable to obtain current working directory', |
40 | 40 | 'score-invalidlang' => 'Invalid score language lang="$1". Currently recognised languages are lang="lilypond" (the default) and lang="ABC".', |
41 | 41 | 'score-noabcinput' => 'ABC source file $1 could not be created.', |
42 | | - 'score-nooutput' => 'Failed to create LilyPond image directory $1', |
43 | | - 'score-nofactory' => 'Failed to create LilyPond factory directory', |
| 42 | + 'score-nooutput' => 'Failed to create LilyPond image directory $1.', |
| 43 | + 'score-nofactory' => 'Failed to create LilyPond factory directory.', |
44 | 44 | 'score-noinput' => 'Failed to create LilyPond input file $1.', |
45 | 45 | 'score-notexecutable' => 'Could not execute LilyPond: $1 is not an executable file. Make sure <code>$wgLilyPond</code> is set correctly.', |
46 | 46 | 'score-page' => 'Page $1', |
47 | 47 | 'score-pregreplaceerr' => 'PCRE regular expression replacement failed', |
48 | | - 'score-readerr' => 'Unable to read file $1', |
49 | | - 'score-renameerr' => 'Error moving score files to upload directory', |
| 48 | + 'score-readerr' => 'Unable to read file $1.', |
| 49 | + 'score-renameerr' => 'Error moving score files to upload directory.', |
50 | 50 | 'score-trimerr' => 'Image could not be trimmed: |
51 | 51 | $1 |
52 | 52 | Set <code>$wgScoreTrim=false</code> if this problem persists.', |