|
From: Bart v. B. <ba...@us...> - 2001-11-14 20:21:05
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv19390/phpBB2/language/lang_english Modified Files: lang_main.php Log Message: Added checkbox for shadowtopic on topic move, enabled deleting of shadow topics Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -r1.32 -r1.33 *** lang_main.php 2001/11/14 06:37:05 1.32 --- lang_main.php 2001/11/14 20:21:01 1.33 *************** *** 727,730 **** --- 727,731 ---- $lang['Confirm_move_topic'] = "Are you sure you want to move the selected topic/s?"; $lang['Move_to_forum'] = "Move to forum"; + $lang['Leave_shadow_topic'] = "Leave shadow topic in old forum."; $lang['Split_Topic'] = "Split Topic Control Panel"; $lang['Split_Topic_explain'] = "Using the form below you can split a topic in two, either by selecting the posts individually or by splitting at a selected post"; *************** *** 1291,1293 **** // ------------------------------------------------- ! ?> \ No newline at end of file --- 1292,1294 ---- // ------------------------------------------------- ! ?> |