You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In German language the incl/menu.php tries to access a $lang key which has not been defined.
In incl/language.php keys 62 and 63 are missing and should be append to the dict as such:
"Flachbett", // 62
"ADF", // 63
The text was updated successfully, but these errors were encountered:
In German language the
incl/menu.php
tries to access a$lang
key which has not been defined.In
incl/language.php
keys 62 and 63 are missing and should be append to the dict as such:The text was updated successfully, but these errors were encountered: