lhc/web/wiklou.git
16 years agoFix bug: max-slave-length => max-slave-lag
Bryan Tong Minh [Sun, 30 Mar 2008 17:42:30 +0000 (17:42 +0000)]
Fix bug: max-slave-length => max-slave-lag

16 years agoSome fixes to the new load balancement system:
Alexandre Emsenhuber [Sun, 30 Mar 2008 15:16:50 +0000 (15:16 +0000)]
Some fixes to the new load balancement system:
* return LBFactory::getExternalLB() as reference to avoid an E_NOTICE in ExternalStoreDB::getLoadBalancer()
* remove unused global declaration of $wgExternalServers in LBFactory_Multi::getExternalLB()

16 years agoLocalisation updates by Meursault2004
Siebrand Mazeland [Sun, 30 Mar 2008 11:11:47 +0000 (11:11 +0000)]
Localisation updates by Meursault2004

16 years agoFor r32578.
Tim Starling [Sun, 30 Mar 2008 09:54:57 +0000 (09:54 +0000)]
For r32578.

16 years agommm...
Tim Starling [Sun, 30 Mar 2008 09:51:15 +0000 (09:51 +0000)]
mmm...

16 years ago* Introduced LBFactory -- an abstract class for configuring database load balancers...
Tim Starling [Sun, 30 Mar 2008 09:48:15 +0000 (09:48 +0000)]
* Introduced LBFactory -- an abstract class for configuring database load balancers and connecting to foreign DBs.
* Wrote two concrete implementations. LBFactory_Simple is for general installations. LBFactory_Multi will replace the runtime configuration used on Wikimedia and allow load-balanced connections to any DB.
* Ported Special:Userrights, CentralAuth and OAI audit to the LBFactory system.
* Added ForeignDBViaLBRepo, a file repository which uses LBFactory.
* Removed $wgLoadBalancer and $wgAlternateMaster
* Improved the query group concept to allow failover and lag control
* Improved getReaderIndex(), it will now try all servers before waiting, instead of waiting after each.
* Removed the $fail parameter to getConnection(), obsolete.
* Removed the useless force() function.
* Abstracted the replication position interface to allow for future non-MySQL support.
* Rearranged Database.php. Added a few debugging features.
* Removed ancient benet-specific hack from waitForSlave.php

16 years agoFix syntax error
Siebrand Mazeland [Sat, 29 Mar 2008 23:21:34 +0000 (23:21 +0000)]
Fix syntax error

16 years agoLocalisation updates for core messages from Betawiki (2008-03-29 21:56 CET)
Siebrand Mazeland [Sat, 29 Mar 2008 21:24:05 +0000 (21:24 +0000)]
Localisation updates for core messages from Betawiki (2008-03-29 21:56 CET)

16 years agoAdd UI for szl/Silesian
Siebrand Mazeland [Sat, 29 Mar 2008 21:01:36 +0000 (21:01 +0000)]
Add UI for szl/Silesian

16 years ago* Clarify documentation
Niklas Laxström [Sat, 29 Mar 2008 19:40:22 +0000 (19:40 +0000)]
* Clarify documentation

16 years agoDrop it at all. It's stable
Victor Vasiliev [Sat, 29 Mar 2008 18:52:39 +0000 (18:52 +0000)]
Drop it at all. It's stable

16 years ago(bug 13556, and possible regression from r32372) Don't show a blank form if no image...
Alexandre Emsenhuber [Sat, 29 Mar 2008 17:40:55 +0000 (17:40 +0000)]
(bug 13556, and possible regression from r32372) Don't show a blank form if no image is attached in Special:Upload

16 years ago(bug 13554) PHP Notice in old pre-processor when list item is empty. Patch by Cedric...
Robert Leverington [Sat, 29 Mar 2008 16:00:33 +0000 (16:00 +0000)]
(bug 13554) PHP Notice in old pre-processor when list item is empty. Patch by Cedric Nilly.

16 years ago* (bug 13540) Date format in confirmation e-mail now matches message language
Brion Vibber [Fri, 28 Mar 2008 20:17:55 +0000 (20:17 +0000)]
* (bug 13540) Date format in confirmation e-mail now matches message language

16 years ago* (bug 13543) Updated FAQ link in the installer sidebar
Brion Vibber [Fri, 28 Mar 2008 20:11:48 +0000 (20:11 +0000)]
* (bug 13543) Updated FAQ link in the installer sidebar

16 years agoCheck permissions for links
Aaron Schulz [Fri, 28 Mar 2008 19:30:38 +0000 (19:30 +0000)]
Check permissions for links

16 years agoFix use of $depth property; was spewing notices, using local var by accident (?)
Brion Vibber [Fri, 28 Mar 2008 18:36:57 +0000 (18:36 +0000)]
Fix use of $depth property; was spewing notices, using local var by accident (?)

16 years agoSome UI cleanup
Aaron Schulz [Fri, 28 Mar 2008 17:31:23 +0000 (17:31 +0000)]
Some UI cleanup

16 years agoRemove stray backslash
Roan Kattouw [Fri, 28 Mar 2008 16:17:04 +0000 (16:17 +0000)]
Remove stray backslash

16 years agoSome tweaks to the test tree:
Alexandre Emsenhuber [Fri, 28 Mar 2008 16:11:36 +0000 (16:11 +0000)]
Some tweaks to the test tree:
* Moved Test.php to t/Test.php
* Updated t/inc/Languages.t so that it doesn't throw a fatal error because $wgMemc isn't set when creating the Laguage object
* Added  t/inc/Parser.t, a version of the parser tests with TAP output. I modified some methods of the ParserTests class so that i can extend it in t/inc/Parser.t to modify the format of the output.
* Killed ending ?> tags in PHP tests

16 years ago* replace some HTML markup by wiki markup
Siebrand Mazeland [Fri, 28 Mar 2008 15:56:46 +0000 (15:56 +0000)]
* replace some HTML markup by wiki markup
* remove unneeded <p> pair
* remove unused 'ucnote', and 'uclinks'

16 years agoRemoved property svn:executable
Alexandre Emsenhuber [Fri, 28 Mar 2008 15:10:30 +0000 (15:10 +0000)]
Removed property svn:executable

16 years ago* Update Chinese translations
Shinjiman [Fri, 28 Mar 2008 14:55:13 +0000 (14:55 +0000)]
* Update Chinese translations
* Update Cantonese translations
* Update Old Chinese / Late Time Chinese translations

16 years agoLocalisation updates for core messages from Betawiki (2008-03-28 13:56 CET)
Siebrand Mazeland [Fri, 28 Mar 2008 13:30:06 +0000 (13:30 +0000)]
Localisation updates for core messages from Betawiki (2008-03-28 13:56 CET)

16 years ago(bug 13544) Added prop=revid to action=parse
Roan Kattouw [Fri, 28 Mar 2008 13:27:44 +0000 (13:27 +0000)]
(bug 13544) Added prop=revid to action=parse

16 years agoAPI: Added fallback8bitEncoding to meta=siteinfo output
Roan Kattouw [Fri, 28 Mar 2008 13:12:47 +0000 (13:12 +0000)]
API: Added fallback8bitEncoding to meta=siteinfo output

16 years ago* Add/remove some newlines
Siebrand Mazeland [Fri, 28 Mar 2008 12:51:06 +0000 (12:51 +0000)]
* Add/remove some newlines
* Other consistency fixes

Note to translators: 'tog-enotifwatchlistpages' changed

16 years ago(bug 13541) Adding siprop=specialpagealiases to meta=siteinfo
Roan Kattouw [Fri, 28 Mar 2008 12:47:21 +0000 (12:47 +0000)]
(bug 13541) Adding siprop=specialpagealiases to meta=siteinfo

16 years ago Localisation updates for extensions messages from Betawiki
Bertrand Grondin [Fri, 28 Mar 2008 12:01:40 +0000 (12:01 +0000)]
 Localisation updates for extensions messages from Betawiki

16 years agoApply timestampOrNull in the correct place, thanks to Brion for catching this.
Greg Sabino Mullane [Fri, 28 Mar 2008 03:35:12 +0000 (03:35 +0000)]
Apply timestampOrNull in the correct place, thanks to Brion for catching this.

16 years agoRevert r32525 -- general processing should use TS_MW format consistently.
Brion Vibber [Fri, 28 Mar 2008 00:48:40 +0000 (00:48 +0000)]
Revert r32525 -- general processing should use TS_MW format consistently.
$db->timestamp() & $db->timestampOrNull() are to be used at the border between general processing and database access.

16 years agoTimestamp should be matched
Aaron Schulz [Fri, 28 Mar 2008 00:32:48 +0000 (00:32 +0000)]
Timestamp should be matched

16 years agoAdd/remove some newlines
Siebrand Mazeland [Thu, 27 Mar 2008 22:46:25 +0000 (22:46 +0000)]
Add/remove some newlines

Note to translators: no messages changed

16 years agoLocalisation updates. Remove 2 optional and incorrect messages
Siebrand Mazeland [Thu, 27 Mar 2008 22:44:47 +0000 (22:44 +0000)]
Localisation updates. Remove 2 optional and incorrect messages

16 years agoNote bug 13532
Greg Sabino Mullane [Thu, 27 Mar 2008 21:57:33 +0000 (21:57 +0000)]
Note bug 13532

16 years agoWrap timestamp for DB query in $dbr->timestamp() call. Bug 13532.
Greg Sabino Mullane [Thu, 27 Mar 2008 21:55:39 +0000 (21:55 +0000)]
Wrap timestamp for DB query in $dbr->timestamp() call. Bug 13532.

16 years agoUse database's timestampOrNull(), not the global one, as we're writing the values...
Greg Sabino Mullane [Thu, 27 Mar 2008 21:50:04 +0000 (21:50 +0000)]
Use database's timestampOrNull(), not the global one, as we're writing the values back to the DB.

16 years agoSanitize evil php.ini values. Thanks to Simetrical
Raimond Spekking [Thu, 27 Mar 2008 21:34:14 +0000 (21:34 +0000)]
Sanitize evil php.ini values. Thanks to Simetrical

16 years agoForgot a semicolon
Roan Kattouw [Thu, 27 Mar 2008 21:22:02 +0000 (21:22 +0000)]
Forgot a semicolon

16 years agoRemoving ApiChangeRights module
Roan Kattouw [Thu, 27 Mar 2008 21:13:03 +0000 (21:13 +0000)]
Removing ApiChangeRights module

16 years agoAPI: Don't use a nonexistent message name
Roan Kattouw [Thu, 27 Mar 2008 21:05:18 +0000 (21:05 +0000)]
API: Don't use a nonexistent message name

16 years agoAdd some newlines, remove one newline
Siebrand Mazeland [Thu, 27 Mar 2008 19:05:25 +0000 (19:05 +0000)]
Add some newlines, remove one newline

Note to translators: no messages changed

16 years agoUpdate for he.
Rotem Liss [Thu, 27 Mar 2008 19:04:39 +0000 (19:04 +0000)]
Update for he.

16 years agodoc tweaks: link to http://www.php.net instead of mirrors.
Alexandre Emsenhuber [Thu, 27 Mar 2008 18:52:08 +0000 (18:52 +0000)]
doc tweaks: link to php.net instead of mirrors.

16 years agoLocalisation updates German
Raimond Spekking [Thu, 27 Mar 2008 18:49:51 +0000 (18:49 +0000)]
Localisation updates German

16 years ago* (bug 13490) Show upload/file size limit on upload form
Raimond Spekking [Thu, 27 Mar 2008 18:34:27 +0000 (18:34 +0000)]
* (bug 13490) Show upload/file size limit on upload form

16 years agoLocalisation updates for core messages from Betawiki (2008-03-27 18:26 CET)
Siebrand Mazeland [Thu, 27 Mar 2008 18:18:32 +0000 (18:18 +0000)]
Localisation updates for core messages from Betawiki (2008-03-27 18:26 CET)
* also: EOL whitespace removed

16 years agoLocalisation updates for core messages from Betawiki
Siebrand Mazeland [Thu, 27 Mar 2008 17:23:57 +0000 (17:23 +0000)]
Localisation updates for core messages from Betawiki
* special page aliases, EOL whitespace

16 years agoAPI: Adding info field to error message
Roan Kattouw [Thu, 27 Mar 2008 16:31:52 +0000 (16:31 +0000)]
API: Adding info field to error message

16 years agoUpdated messages.inc per r32460 and rebuilt MessagesEn.php
Alexandre Emsenhuber [Thu, 27 Mar 2008 15:57:14 +0000 (15:57 +0000)]
Updated messages.inc per r32460 and rebuilt MessagesEn.php

16 years agoDon't show local="" if the interwiki isn't local
Alexandre Emsenhuber [Thu, 27 Mar 2008 15:12:16 +0000 (15:12 +0000)]
Don't show local="" if the interwiki isn't local

16 years ago(bug 13500) For backward compatibility, permit "pxpx" and similar constructs to be...
Aryeh Gregor [Thu, 27 Mar 2008 14:33:02 +0000 (14:33 +0000)]
(bug 13500) For backward compatibility, permit "pxpx" and similar constructs to be used for specifying image sizes.  This could use some parser tests, maybe, but I'm not sure those give correct results on my machine, so probably not worth it for me to try.

16 years agoFixed E_STRICT for CentralAuth extension
Alexandre Emsenhuber [Thu, 27 Mar 2008 14:03:22 +0000 (14:03 +0000)]
Fixed E_STRICT for CentralAuth extension

16 years agoOops
Roan Kattouw [Thu, 27 Mar 2008 13:55:16 +0000 (13:55 +0000)]
Oops

16 years agoFixing E_NOTICE
Roan Kattouw [Thu, 27 Mar 2008 13:54:43 +0000 (13:54 +0000)]
Fixing E_NOTICE

16 years agoUse proper XML functions for upload warning, prettify a bit.
Raimond Spekking [Thu, 27 Mar 2008 10:42:58 +0000 (10:42 +0000)]
Use proper XML functions for upload warning, prettify a bit.

16 years ago* Update Chinese translations
Shinjiman [Thu, 27 Mar 2008 05:53:39 +0000 (05:53 +0000)]
* Update Chinese translations
  provided by PhiLiP

16 years ago* Update Chinese translations
Shinjiman [Thu, 27 Mar 2008 04:24:41 +0000 (04:24 +0000)]
* Update Chinese translations
* Update Cantonese translations
* Update Old Chinese / Late Time Chinese translations

16 years agoSet $wgUploadSizeWarning to false by default. The warning only makes sense in the...
Tim Starling [Thu, 27 Mar 2008 01:35:09 +0000 (01:35 +0000)]
Set $wgUploadSizeWarning to false by default. The warning only makes sense in the context of pre-upload downscaling to limit download sizes for the benefit of readers on dialup connections, a reason which has been obsolete since the introduction of server-side scaling.

16 years ago* (bug 13522) Fix fatal error in Parser::extractTagsAndParams
Brion Vibber [Thu, 27 Mar 2008 00:00:25 +0000 (00:00 +0000)]
* (bug 13522) Fix fatal error in Parser::extractTagsAndParams
Patch by MinuteElectron - https://bugzilla.wikimedia.org/attachment.cgi?id=4772 with fixes
Replaces an instance variable with a constant, since it doesn't change, which is safe to access when the function is called statically from an outside class, as some extensions do.

16 years agoAPI: (bug 11719) Remove trailing blanks in YAML output.
Daniel Cannon [Wed, 26 Mar 2008 23:19:45 +0000 (23:19 +0000)]
API: (bug 11719) Remove trailing blanks in YAML output.

16 years agomissed one
Brion Vibber [Wed, 26 Mar 2008 18:57:37 +0000 (18:57 +0000)]
missed one

16 years agorevert accidental commit of broken test stuff for Collections ext
Brion Vibber [Wed, 26 Mar 2008 18:40:40 +0000 (18:40 +0000)]
revert accidental commit of broken test stuff for Collections ext

16 years agoDrop some useless parameters to silly methods on the pretty much broken MediaWiki...
Brion Vibber [Wed, 26 Mar 2008 18:18:24 +0000 (18:18 +0000)]
Drop some useless parameters to silly methods on the pretty much broken MediaWiki object.
These are just globals, and will never be anything other than the globals, so just use them...
Works around mysterious segfault we started having on some wikis, for no apparent reason, and simplifies ugly code. Sigh.

16 years ago(bug 13517) list=users threw fatal error when only invalid usernames are specified
Roan Kattouw [Wed, 26 Mar 2008 18:08:58 +0000 (18:08 +0000)]
(bug 13517) list=users threw fatal error when only invalid usernames are specified

16 years agoLocalisation updates for core messages from Betawiki
Siebrand Mazeland [Wed, 26 Mar 2008 16:15:24 +0000 (16:15 +0000)]
Localisation updates for core messages from Betawiki
* magic words, special page aliases

16 years agoLocalisation updates for core messages from Betawiki (2008-03-26 16:14 CET)
Siebrand Mazeland [Wed, 26 Mar 2008 15:41:21 +0000 (15:41 +0000)]
Localisation updates for core messages from Betawiki (2008-03-26 16:14 CET)

16 years agoLocalisation updates for core messages from Betawiki
Siebrand Mazeland [Wed, 26 Mar 2008 15:11:28 +0000 (15:11 +0000)]
Localisation updates for core messages from Betawiki
* special page aliases updated

16 years agoDocument preprocessorClass key of $wgParserConf.
Alexandre Emsenhuber [Wed, 26 Mar 2008 14:33:49 +0000 (14:33 +0000)]
Document preprocessorClass key of $wgParserConf.

16 years agoAPI: Don't output error messages caused by display_errors=On when using a non-fm...
Roan Kattouw [Wed, 26 Mar 2008 14:01:28 +0000 (14:01 +0000)]
API: Don't output error messages caused by display_errors=On when using a non-fm format

16 years agoAPI performance enhancements (bug 13511):
Roan Kattouw [Wed, 26 Mar 2008 13:43:11 +0000 (13:43 +0000)]
API performance enhancements (bug 13511):
* Replaced $wgAPIUCUserPrefixMinLength with the more generic $wgAPIMaxDBRows
* Added ApiBase::checkRowCount() which checks whether the amount of rows to be scanned is acceptable (i.e. <$wgAPIMaxDBRows). Not using this anywhere (yet?), but it's nice to have
* Killed a filesort in the usercontribs query, query is now indexed nicely
* Dropped the minimum length for ucuserprefix since it's no longer needed (query optimized)
* Removed drnamespace from list=deletedrevs (filesorts 8M rows for drnamespace=0)
* Support multiple orderings in ApiBase::addWhereRange()

16 years ago* fix some inconsistency and style issues (email->e-mail, don't -> do not, ...)
Siebrand Mazeland [Wed, 26 Mar 2008 09:33:03 +0000 (09:33 +0000)]
* fix some inconsistency and style issues (email->e-mail, don't -> do not, ...)
* add some newlines after sentence endings
* update comments

Note to translators: no changes that require translation updates (although consistency checks in general are not a bad thing).

16 years ago* Add messages added in r32449 to messages.inc
Siebrand Mazeland [Wed, 26 Mar 2008 08:51:48 +0000 (08:51 +0000)]
* Add messages added in r32449 to messages.inc
* rebuild MessagesEn.php

16 years agofix wrong bug number, wrong comment
Brion Vibber [Wed, 26 Mar 2008 00:26:12 +0000 (00:26 +0000)]
fix wrong bug number, wrong comment

16 years ago'browsearchive' should be given to sysops
Aaron Schulz [Wed, 26 Mar 2008 00:20:56 +0000 (00:20 +0000)]
'browsearchive' should be given to sysops

16 years agoLocalisation updates German
Raimond Spekking [Tue, 25 Mar 2008 23:32:26 +0000 (23:32 +0000)]
Localisation updates German

16 years ago* Don't die when single-element arrays are passed to SQL query constructors
Brion Vibber [Tue, 25 Mar 2008 23:08:19 +0000 (23:08 +0000)]
* Don't die when single-element arrays are passed to SQL query constructors
  that have an array index other than 0

Since we don't enforce linear ordering of array keys on longer arrays, we
may as well not enforce it on single-element arrays either.
The freaky little Categoryfinder class was using different keys for its
arrays, which could cause a PHP notice and silent lookup failure when
only one ID was looked up.

16 years ago* (bug 13450) Email confirmation can now be canceled before the expiration
Brion Vibber [Tue, 25 Mar 2008 22:03:00 +0000 (22:03 +0000)]
* (bug 13450) Email confirmation can now be canceled before the expiration
patch by MrZ-man - https://bugzilla.wikimedia.org/attachment.cgi?id=4764
Plus text strings copied back from https://bugzilla.wikimedia.org/attachment.cgi?id=4761

16 years agoLocalisation updates German
Raimond Spekking [Tue, 25 Mar 2008 22:00:47 +0000 (22:00 +0000)]
Localisation updates German

16 years ago* Trackback display formatting fixed
Brion Vibber [Tue, 25 Mar 2008 21:50:23 +0000 (21:50 +0000)]
* Trackback display formatting fixed

16 years agoAPI: Rename dontcreate to createonly, which actually makes sense
Roan Kattouw [Tue, 25 Mar 2008 21:12:01 +0000 (21:12 +0000)]
API: Rename dontcreate to createonly, which actually makes sense

16 years agoFixing E_NOTICE
Roan Kattouw [Tue, 25 Mar 2008 21:01:30 +0000 (21:01 +0000)]
Fixing E_NOTICE

16 years agoAdd this parameter so it actually works. I'm not really paying attention today :P
Roan Kattouw [Tue, 25 Mar 2008 20:55:30 +0000 (20:55 +0000)]
Add this parameter so it actually works. I'm not really paying attention today :P

16 years agoThat backslash should be there, I forgot to escape it.
Roan Kattouw [Tue, 25 Mar 2008 20:54:11 +0000 (20:54 +0000)]
That backslash should be there, I forgot to escape it.

16 years agoParse error.
Alexandre Emsenhuber [Tue, 25 Mar 2008 20:49:43 +0000 (20:49 +0000)]
Parse error.

16 years agoAPI: Fixing errors in action=edit example
Roan Kattouw [Tue, 25 Mar 2008 20:45:10 +0000 (20:45 +0000)]
API: Fixing errors in action=edit example

16 years agoAPI: Adding dontcreate parameter to action=edit
Roan Kattouw [Tue, 25 Mar 2008 20:41:55 +0000 (20:41 +0000)]
API: Adding dontcreate parameter to action=edit

16 years ago* Add a 'success' class analog to the 'error' class
Raimond Spekking [Tue, 25 Mar 2008 20:06:33 +0000 (20:06 +0000)]
* Add a 'success' class analog to the 'error' class
* Add the new 'success' class to some messages of SpecialRevisiondelete.php

16 years agoLocalisation updates German
Raimond Spekking [Tue, 25 Mar 2008 18:51:05 +0000 (18:51 +0000)]
Localisation updates German

16 years agomake it static :)
Domas Mituzas [Tue, 25 Mar 2008 17:45:35 +0000 (17:45 +0000)]
make it static :)

16 years agoRevert r32409 -- smart quotes infecting our nice clean text
Brion Vibber [Tue, 25 Mar 2008 17:24:42 +0000 (17:24 +0000)]
Revert r32409 -- smart quotes infecting our nice clean text

16 years agosome manuals need strangling.
Domas Mituzas [Tue, 25 Mar 2008 17:23:46 +0000 (17:23 +0000)]
some manuals need strangling.

16 years agosimple profiler text output
Domas Mituzas [Tue, 25 Mar 2008 17:21:00 +0000 (17:21 +0000)]
simple profiler text output

16 years agoAPI: Added help text message that specifies whether a module is POST-only
Roan Kattouw [Tue, 25 Mar 2008 15:47:23 +0000 (15:47 +0000)]
API: Added help text message that specifies whether a module is POST-only

16 years agoCorrecting slight mistake in r32413
Roan Kattouw [Tue, 25 Mar 2008 15:36:05 +0000 (15:36 +0000)]
Correcting slight mistake in r32413

16 years agoLocalisation updates for core messages from Betawiki
Siebrand Mazeland [Tue, 25 Mar 2008 15:33:50 +0000 (15:33 +0000)]
Localisation updates for core messages from Betawiki

16 years agoLocalisation updates for core messages from Betawiki (2008-03-25 15:24 CET)
Siebrand Mazeland [Tue, 25 Mar 2008 15:32:15 +0000 (15:32 +0000)]
Localisation updates for core messages from Betawiki (2008-03-25 15:24 CET)

16 years agoAPI: Adding inprop=talkid,subjectid to prop=info
Roan Kattouw [Tue, 25 Mar 2008 15:31:24 +0000 (15:31 +0000)]
API: Adding inprop=talkid,subjectid to prop=info

16 years ago* Prettification of quotes (by Jon Harald Søby)
Siebrand Mazeland [Tue, 25 Mar 2008 13:57:30 +0000 (13:57 +0000)]
* Prettification of quotes (by Jon Harald Søby)
* some other normalisations

Translators: no content changed.

16 years agoLocalisation updates German
Raimond Spekking [Tue, 25 Mar 2008 12:42:33 +0000 (12:42 +0000)]
Localisation updates German