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

Split posts works, split beyond this post does not. Still needs interface work as well

git-svn-id: file:///svn/phpbb/trunk@649 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson
2001-07-13 16:42:20 +00:00
parent df799b8a16
commit 8e49899bce
4 changed files with 119 additions and 8 deletions

View File

@@ -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!!