Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
7eea5fc212
|
@ -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
|
||||
|
|
|
@ -100,6 +100,7 @@ if(! function_exists('load_translation_table')) {
|
|||
function load_translation_table($lang) {
|
||||
global $a;
|
||||
|
||||
$a->strings = array();
|
||||
// load enabled plugins strings
|
||||
$plugins = q("SELECT name FROM addon WHERE installed=1;");
|
||||
if ($plugins!==false) {
|
||||
|
@ -111,7 +112,6 @@ function load_translation_table($lang) {
|
|||
}
|
||||
}
|
||||
|
||||
$a->strings = array();
|
||||
if(file_exists("view/$lang/strings.php")) {
|
||||
include("view/$lang/strings.php");
|
||||
}
|
||||
|
|
|
@ -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