Fixed two typos in strings.php and BBCode.md

This commit is contained in:
AlfredSK 2014-06-17 14:20:23 +02:00
parent 83ac685deb
commit 75dd860292
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ Block Tags
[/ol]</pre> [/ol]</pre>
<ul class="listdecimal" style="list-style-type: decimal;"><li>Erstes Listenelement<br></li><li> Zweites Listenelement</li></ul> <ul class="listdecimal" style="list-style-type: decimal;"><li>Erstes Listenelement<br></li><li> Zweites Listenelement</li></ul>
F&uuml;r weitere Optionen von sortierten Listen kann man den Stiel der Numerierung der Liste definieren: F&uuml;r weitere Optionen von sortierten Listen kann man den Stil der Numerierung der Liste definieren:
<pre>[list=1]</pre> : dezimal <pre>[list=1]</pre> : dezimal
<pre>[list=i]</pre> : r&ouml;misch, Kleinbuchstaben <pre>[list=i]</pre> : r&ouml;misch, Kleinbuchstaben

View File

@ -1234,7 +1234,7 @@ $a->strings["Set line-height for posts and comments"] = "Liniengröße für Beit
$a->strings["Set resolution for middle column"] = "Auflösung für die Mittelspalte setzen"; $a->strings["Set resolution for middle column"] = "Auflösung für die Mittelspalte setzen";
$a->strings["Set color scheme"] = "Wähle Farbschema"; $a->strings["Set color scheme"] = "Wähle Farbschema";
$a->strings["Set zoomfactor for Earth Layer"] = "Zoomfaktor der Earth Layer"; $a->strings["Set zoomfactor for Earth Layer"] = "Zoomfaktor der Earth Layer";
$a->strings["Set style"] = "Stiel auswählen"; $a->strings["Set style"] = "Stil auswählen";
$a->strings["Set colour scheme"] = "Farbschema wählen"; $a->strings["Set colour scheme"] = "Farbschema wählen";
$a->strings["Alignment"] = "Ausrichtung"; $a->strings["Alignment"] = "Ausrichtung";
$a->strings["Left"] = "Links"; $a->strings["Left"] = "Links";