Add localization

This commit is contained in:
Steve Allison 2013-02-21 17:20:27 +00:00
parent a899c6a17d
commit 0585baddb3

6
localization/en_US.inc Normal file
View File

@ -0,0 +1,6 @@
<?php
$labels = array();
$labels['ipbanned'] = 'You are banned for %s';
?>