Index: trunk/extensions/Plotters/Plotters.i18n.php |
— | — | @@ -28,10 +28,14 @@ |
29 | 29 | 'plotters-uses' => 'Uses', |
30 | 30 | 'plotters-missing-script' => 'No script was defined.', |
31 | 31 | 'plotters-missing-arguments' => 'No arguments specified.', |
32 | | - 'plotters-excessively-long-scriptname' => 'The script name is too long. Please define a script, the name of which is 255 characters long at most.', |
33 | | - 'plotters-excessively-long-preprocessorname' => 'The preprocessor name is too long. Please define a preprocessor, the name of which is 255 characters long at most.', |
34 | | - 'plotters-excessively-long-name' => 'The plot name is too long. Please define a plot name that has 255 characters at most.', |
35 | | - 'plotters-excessively-long-tableclass' => 'The tableclass is too long. Please define a tableclass that has 255 characters at most.', |
| 32 | + 'plotters-excessively-long-scriptname' => 'The script name is too long. |
| 33 | +Please define a script, the name of which is 255 characters long at most.', |
| 34 | + 'plotters-excessively-long-preprocessorname' => 'The preprocessor name is too long. |
| 35 | +Please define a preprocessor, the name of which is 255 characters long at most.', |
| 36 | + 'plotters-excessively-long-name' => 'The plot name is too long. |
| 37 | +Please define a plot name that has 255 characters at most.', |
| 38 | + 'plotters-excessively-long-tableclass' => 'The tableclass is too long. |
| 39 | +Please define a tableclass that has 255 characters at most.', |
36 | 40 | 'plotters-no-data' => 'No data was provided.', |
37 | 41 | 'plotters-invalid-renderer' => 'An invalid renderer was selected.', |
38 | 42 | 'plotters-errors' => 'Plotters {{PLURAL:$1|error|errors}}:', |