Hallo,
habe nichts dergleichen in der Datei stehen, ist doch die php deutsch_du oder? da habe ich folgendes drin:
<?php
#########################################################
# Deutsches Sprachpaket (Informell) #
# Version 1.2.2 #
# Datum: 29.06.2007 #
# MyBB-Version 1.2.8 #
# Autor: MyBBoard.de | Webseite:
https://www.mybb.de #
# © 2005-2007 MyBBoard.de | Alle Rechte vorbehalten! #
# #
# Die Lizenz/Nutzungsbedingungen finden Sie in der #
# beiliegenden Readme. #
#########################################################
// The friendly name of the language
$langinfo['name'] = "Deutsch \"Du\"";
// The author of the language
$langinfo['author'] = "MyBBoard.de";
// The language authors website
$langinfo['website'] = "https://www.mybb.de";
// Compatible version of MyBB
$langinfo['version'] = "128";
// Sets if the translation includes the Admin CP (1 = yes, 0 = no)
$langinfo['admin'] = 1;
// Sets if the language is RTL (Right to Left) (1 = yes, 0 = no)
$langinfo['rtl'] = 0;
// Sets the lang in the <html> on all pages
$langinfo['htmllang'] = "de";
// Sets the character set, blank uses the default.
$langinfo['charset'] = "UTF-8";
?>