Codierung Log_Connections_1.0.2
Verfasst: 17.01.2009 13:24
Hallo,
Ich habe den Mod Log Connections vers. 1.0.2 Hier eingebaut, funktioniert auch einwandfrei, nur bei der Codierung gibt es ein Problem in der Auswahlbox.
Angezeigt wird in der Auswahlbox:
Original Code:
wie kriege ich den Platzhalter %s aus der Auswahlbox weg?
Ich habe den Mod Log Connections vers. 1.0.2 Hier eingebaut, funktioniert auch einwandfrei, nur bei der Codierung gibt es ein Problem in der Auswahlbox.
Angezeigt wird in der Auswahlbox:
Code: Alles auswählen
Fehler - unbekanntes Mitglied %s
Code: Alles auswählen
$lang = array_merge($lang, array(
'ACP_CONNECTIONS_LOGS' => 'Connection Log',
'ACP_CONNECTIONS_LOGS_EXPLAIN' => 'This lists all the connections done on board. You can sort/filter by username, date, IP or action. If you have appropriate permissions you can also clear individual operations or the log as a whole.',
'ACP_LOGS_GOODIES' => '<strong>Trick</strong>: You can look up all IPs by clicking on the name of the column and display <em>Whois</em> by clicking above IP.',
'ACP_LOGS_HOSTNAME' => 'Hostnames',
'ACP_LOGS_SORT' => 'Sort',
'ACP_LOGS_ALL' => 'All',
'ACP_LOGS_FAIL' => 'Failure',
'LOG_CLEAR_CONNECTIONS' => '<strong>Cleared connection log</strong>',
'LOG_CONFIG_LOG_CONNECTIONS' => '<strong>Altered connection log settings</strong>',
'LOG_AUTH_SUCCESS' => '<strong>Connected successfully</strong>',
'LOG_AUTH_SUCCESS_AUTO' => '<strong>Connected successfully (Autologged)</strong><br />» %s',
'LOG_AUTH_FAIL' => '<strong>Failure</strong> - incorrect password',
'LOG_AUTH_FAIL_BAN' => '<strong>Failure</strong> - username banned',
'LOG_AUTH_FAIL_CONFIRM' => '<strong>Failure</strong> - incorrect confirmation code',
'LOG_AUTH_FAIL_CONVERT' => '<strong>Failure</strong> - password not converted',
'LOG_AUTH_FAIL_INACTIVE' => '<strong>Failure</strong> - inactive user',
'LOG_AUTH_FAIL_UNKNOWN' => '<strong>Failure</strong> - non-existent user<br />» %s',
'LOG_ADMIN_AUTH_FAIL' => '<strong>Failure to ACP</strong> - incorrect password',
'LOG_ADMIN_AUTH_FAIL_NO_ADMIN' => '<strong>Failure to ACP</strong> - unauthorized',