diff options
author | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-11-14 20:21:01 +0000 |
---|---|---|
committer | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-11-14 20:21:01 +0000 |
commit | 24ac37a34143fbf74513a10c66437f116629114c (patch) | |
tree | 10e6176423b16d1c4b3f49baa38e7115ce95c761 /phpBB/language | |
parent | a3af441099278a998d1363be10dde3b856786d6b (diff) | |
download | forums-24ac37a34143fbf74513a10c66437f116629114c.tar forums-24ac37a34143fbf74513a10c66437f116629114c.tar.gz forums-24ac37a34143fbf74513a10c66437f116629114c.tar.bz2 forums-24ac37a34143fbf74513a10c66437f116629114c.tar.xz forums-24ac37a34143fbf74513a10c66437f116629114c.zip |
Added checkbox for shadowtopic on topic move, enabled deleting of shadow topics
git-svn-id: file:///svn/phpbb/trunk@1314 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/lang_english/lang_main.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/lang_english/lang_main.php b/phpBB/language/lang_english/lang_main.php index 560180c085..f5f9556be6 100644 --- a/phpBB/language/lang_english/lang_main.php +++ b/phpBB/language/lang_english/lang_main.php @@ -726,6 +726,7 @@ $lang['Confirm_lock_topic'] = "Are you sure you want to lock the selected topic/ $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['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"; $lang['Split_title'] = "New topic title"; @@ -1290,4 +1291,4 @@ $lang['Cannot_remove_style'] = "The style you have selected is the current forum // That's all Folks! // ------------------------------------------------- -?>
\ No newline at end of file +?> |