Hi,
I already translated the 0.5 into German, but just the main things... I'm going to work on the FAQ at the weekend ;)
http://madman-maniac.de/temp/lang_Deutsch.php.txt
just change the extension ;)

AND I added some BBCode for highlighting text and for center- and right-alignment...
here you are:
##############################################################
## MOD Title: More BBCode
## MOD Author: Madman-Maniac < webmaster@madman-maniac.de > (Mario Laurisch) http://madman-maniac.de/
## MOD Description: n/a
## MOD Version: ..
##
## Installation Level: easy
## Installation Time: 2min.
## Files To Edit: 3
## languages/lang_English.php
## languages/lang_Deutsch.php
## sources/functions.php
## Included Files: n/a
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
sources/functions.php
#
#-----[ FIND ]------------------------------------------
#
// [google=keyword]text[/google]
"#\[google=(.*?)\](.*?)\[/google\]#is" => '<a href="http://www.google.com/search?q=\1"'.$target_blank.$rel_nofollow.'>\2</a>',
#
#-----[ AFTER, ADD ]------------------------------------------
#
// [highlight=red]text[/highlight]
"#\[highlight=(\#[0-9A-Fa-f]{6}|[a-zA-Z]+)\](.*?)\[/highlight\]#is" => '<span style="background-color:\1">\2</span>',
// [center]text[/center]
"#\[center\](.*?)\[/center\]#is" => '<div align="center">\1</div>',
// [right]text[/right]
"#\[right\](.*?)\[/right\]#is" => '<div align="right">\1</div>',
#
#-----[ FIND ]------------------------------------------
#
array('[size=14]', '[/size]', $lang['Size'], '')
#
#-----[ AFTER, ADD ]------------------------------------------
# DON'T FORGET THE COMMA!
,
array('[highlight=red]', '[/highlight]', $lang['Highlight'], '')
#
#-----[ OPEN ]------------------------------------------
#
languages/lang_English.php
#
#-----[ FIND ]------------------------------------------
#
$lang['Color'] = 'Color';
#
#-----[ AFTER, ADD ]------------------------------------------
#
$lang['Highlight'] = 'Highlight';
$lang['Center'] = 'Center';
$lang['Right'] = 'Right';
#
#-----[ OPEN ]------------------------------------------
#
languages/lang_Deutsch.php
#
#-----[ FIND ]------------------------------------------
#
$lang['Color'] = 'Farbe';
#
#-----[ AFTER, ADD ]------------------------------------------
#
$lang['Highlight'] = 'Hervorheben';
$lang['Center'] = 'Zentrieren';
$lang['Right'] = 'Rechtsb&uuml;ndig';
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
#
# This MOD was created with: CBACK MIRO ModEditor (http://www.cback.de)


Hope you like it ;)

Greetz
Madman-Maniac
_______________
Live and let die!