1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

- actually let the user import smilies/icons paks. ;)

- fix TRUNCATE TABLE syntax (mssql does not understand TRUNCATE alone)


git-svn-id: file:///svn/phpbb/trunk@5944 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-05-20 14:20:12 +00:00
parent f77c0f0541
commit dbb6b3f6cf
5 changed files with 13 additions and 11 deletions

View File

@@ -74,9 +74,11 @@ $lang = array_merge($lang, array(
'AFTER_ICONS' => 'After %s',
'AFTER_SMILIES' => 'After %s',
'CODE' => 'Code',
'CURRENT_ICONS' => 'Current icons',
'CURRENT_SMILIES' => 'Current smilies',
'CODE' => 'Code',
'CURRENT_ICONS' => 'Current icons',
'CURRENT_ICONS_EXPLAIN' => 'Choose what to do with the currently installed icons',
'CURRENT_SMILIES' => 'Current smilies',
'CURRENT_SMILIES_EXPLAIN' => 'Choose what to do with the currently installed smilies',
'DISPLAY_ON_POSTING' => 'Display on posting',