diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-01 01:54:27 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-01 01:54:27 +0000 |
| commit | b02a8a2a1755de18bd3130dbba8909c8cd789bbe (patch) | |
| tree | 826c8d18bcb9399d55e1710449904b7bff28168e /phpBB/language/en/lang_admin.php | |
| parent | 35a926b66a65e964ac065ad99724ec1e59c29305 (diff) | |
| download | forums-b02a8a2a1755de18bd3130dbba8909c8cd789bbe.tar forums-b02a8a2a1755de18bd3130dbba8909c8cd789bbe.tar.gz forums-b02a8a2a1755de18bd3130dbba8909c8cd789bbe.tar.bz2 forums-b02a8a2a1755de18bd3130dbba8909c8cd789bbe.tar.xz forums-b02a8a2a1755de18bd3130dbba8909c8cd789bbe.zip | |
SQLite support ... Probably helps if the installer supports it I guess ... I'm having one of those lifes, please excuse me.
git-svn-id: file:///svn/phpbb/trunk@4188 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/lang_admin.php')
| -rw-r--r-- | phpBB/language/en/lang_admin.php | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index 889b37ab96..180a4c6460 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -70,10 +70,10 @@ $lang = array_merge($lang, array( 'WORD_CENSOR' => 'Word Censors', 'STYLE_CAT' => 'Styles', - 'EDIT_STYLE' => 'Edit style', - 'EDIT_TEMPLATE' => 'Edit template', - 'EDIT_THEME' => 'Edit theme', - 'EDIT_IMAGESET' => 'Edit imageset', + 'EDIT_STYLE' => 'Styles', + 'EDIT_TEMPLATE' => 'Templates', + 'EDIT_THEME' => 'Themes', + 'EDIT_IMAGESET' => 'Imagesets', 'USER_CAT' => 'Users', 'BAN_EMAILS' => 'Ban Emails', @@ -1088,6 +1088,7 @@ $lang = array_merge($lang, array( 'DLL_MSACCESS' => 'MS Access via ODBC', 'DLL_ORACLE' => 'Oracle', 'DLL_POSTGRES' => 'PostgreSQL 7.x', + 'DLL_SQLITE' => 'SQLite', 'DLL_MBSTRING' => 'Multi-byte character support', 'DLL_ZLIB' => 'zlib Compression support', 'DLL_FTP' => 'Remote FTP support', |
