Index: trunk/extensions/Score/Score.i18n.php |
— | — | @@ -23,14 +23,6 @@ |
24 | 24 | |
25 | 25 | */ |
26 | 26 | |
27 | | -if ( !defined( 'MEDIAWIKI' ) ) { |
28 | | - die( "This file cannot be run standalone.\n" ); |
29 | | -} |
30 | | - |
31 | | -/* |
32 | | - * I18N setup. |
33 | | - */ |
34 | | - |
35 | 27 | $messages = array(); |
36 | 28 | |
37 | 29 | /* English */ |
— | — | @@ -39,10 +31,10 @@ |
40 | 32 | 'score-cleanerr' => 'Unable to clean out old files before re-rendering', |
41 | 33 | 'score-compilererr' => 'Unable to compile LilyPond input file: |
42 | 34 | $1', |
43 | | - 'score-desc' => 'MediaWiki tag extension for rendering musical scores with LilyPond', |
| 35 | + 'score-desc' => 'Adds a tag for rendering musical scores with LilyPond', |
44 | 36 | 'score-getcwderr' => 'Unable to obtain current working directory', |
45 | | - 'score-nooutput' => 'Failed to create LilyPond image dir', |
46 | | - 'score-nofactory' => 'Failed to create LilyPond factory dir', |
| 37 | + 'score-nooutput' => 'Failed to create LilyPond image directory', |
| 38 | + 'score-nofactory' => 'Failed to create LilyPond factory directory', |
47 | 39 | 'score-noinput' => 'Failed to create LilyPond input file', |
48 | 40 | 'score-page' => 'Page $1', |
49 | 41 | 'score-renameerr' => 'Error moving score files to upload directory', |
— | — | @@ -65,3 +57,4 @@ |
66 | 58 | 'score-trimerr' => 'Displayed if the extension failed to trim an output image.', |
67 | 59 | 'score-notexecutable' => 'Displayed if LilyPond binary can\'t be executed.', |
68 | 60 | ); |
| 61 | + |