diff options
Diffstat (limited to 'phpBB/language')
| -rwxr-xr-x | phpBB/language/lang_english.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index bb3d3bdcf2..faacb921a6 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -110,6 +110,8 @@ $lang['AIM'] = "AIM Address"; $lang['MSNM'] = "MSN Messenger"; $lang['YIM'] = "Yahoo Messenger"; +$lang['Error'] = "Error"; + // // Global Header strings // @@ -498,6 +500,8 @@ $lang['Confirm_unlock_topic'] = "Are you sure you want to unlock the selected to $lang['Confirm_move_topic'] = "Are you sure you want to move the selected topic(s)?"; $lang['Split_posts'] = "Split Posts"; $lang['Split_after'] = "Split Posts Beyond Selected"; +$lang['Topic_split'] = "The selected topic has been split successfully"; + // // Old format ... _DON'T_add_any_ new entries here!! |
