mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
Fixed two typos in strings.php and BBCode.md
This commit is contained in:
parent
83ac685deb
commit
75dd860292
2 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ Block Tags
|
|||
[/ol]</pre>
|
||||
<ul class="listdecimal" style="list-style-type: decimal;"><li>Erstes Listenelement<br></li><li> Zweites Listenelement</li></ul>
|
||||
|
||||
Für weitere Optionen von sortierten Listen kann man den Stiel der Numerierung der Liste definieren:
|
||||
Für weitere Optionen von sortierten Listen kann man den Stil der Numerierung der Liste definieren:
|
||||
<pre>[list=1]</pre> : dezimal
|
||||
|
||||
<pre>[list=i]</pre> : römisch, Kleinbuchstaben
|
||||
|
|
|
@ -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 color scheme"] = "Wähle Farbschema";
|
||||
$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["Alignment"] = "Ausrichtung";
|
||||
$a->strings["Left"] = "Links";
|
||||
|
|
Loading…
Reference in a new issue