r50672 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50671‎ | r50672 | r50673 >
Date:21:30, 16 May 2009
Author:siebrand
Status:deferred
Tags:
Comment:
Add newlines between sentences
Modified paths:
  • /trunk/extensions/Plotters/Plotters.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Plotters/Plotters.i18n.php
@@ -28,10 +28,14 @@
2929 'plotters-uses' => 'Uses',
3030 'plotters-missing-script' => 'No script was defined.',
3131 '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.',
3640 'plotters-no-data' => 'No data was provided.',
3741 'plotters-invalid-renderer' => 'An invalid renderer was selected.',
3842 'plotters-errors' => 'Plotters {{PLURAL:$1|error|errors}}:',

Status & tagging log