Fehler beim umstellen auf englisch?
Verfasst: 02.02.2005 18:42
Hi, habe eben mal zum testen die Boardsprache in meinem Profil auf englisch gestellt. Jetzt geht gar nix mehr.
Die betroffene Zeile:
Kann mir da jemand helfen?
Code: Alles auswählen
Parse error: parse error, unexpected T_VARIABLE in /usr/export/www/vhosts/funnetwork/hosting/rcrtquakenbrueck/phpBB2/language/lang_english/lang_main.php on line 42Code: Alles auswählen
$lang['ENCODING'] = 'iso-8859-1';
$lang['DIRECTION'] = 'ltr';
$lang['LEFT'] = 'left';
$lang['RIGHT'] = 'right';
$lang['DATE_FORMAT'] = 'd M Y'; // This should be changed to the default date format for your language, php date() format
$lang['DATE_SQL_FORMAT'] = '%M %e, %Y' // This should be changed to the default date format for SQL for your language
$lang['DATE_INPUT_FORMAT'] = 'd/m/y'; // Requires 'd', 'm', and 'y' and a punctuation delimiter, order can change
// This is optional, if you would like a _SHORT_ message output
// along with our copyright message indicating you are the translator
// please add it here.
// $lang['TRANSLATION'] = '';