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:
@@ -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',
|
||||
|
||||
|
Reference in New Issue
Block a user