1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

Yet another missed option ... blimey, we've made this too configurable ... only kidding

git-svn-id: file:///svn/phpbb/trunk@1376 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-11-19 20:30:52 +00:00
parent 1598af6afd
commit 14cd6f5dd6
3 changed files with 29 additions and 19 deletions

View File

@@ -32,6 +32,9 @@ $lang['Database_size'] = "Database size";
$lang['Gzip_compression'] ="Gzip compression";
$lang['Not_available'] = "Not available";
$lang['ON'] = "ON"; // This is for GZip compression
$lang['OFF'] = "OFF";
//
// DB Utils
@@ -185,6 +188,7 @@ $lang['Board_disable_explain'] = "This will make the board unavailable to users.
$lang['Acct_activation'] = "Enable account activation";
$lang['Abilities_settings'] = "User and Forum Basic Settings";
$lang['Max_poll_options'] = "Max number of poll options";
$lang['Flood_Interval'] = "Flood Interval";
$lang['Flood_Interval_explain'] = "Number of seconds a user must wait between posts";
$lang['Board_email_form'] = "User email via board";