diff options
Diffstat (limited to 'phpBB/language/lang_english.php')
-rwxr-xr-x | phpBB/language/lang_english.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index 76c5cc6f2a..bb3d3bdcf2 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -496,6 +496,8 @@ $lang['Confirm_delete_topic'] = "Are you sure you want to remove the selected to $lang['Confirm_lock_topic'] = "Are you sure you want to lock the selected topic(s)?"; $lang['Confirm_unlock_topic'] = "Are you sure you want to unlock the selected topic(s)?"; $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"; // // Old format ... _DON'T_add_any_ new entries here!! |