1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

Can unstick/unannounce topics via edit post now

git-svn-id: file:///svn/phpbb/trunk@471 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson
2001-06-11 20:48:56 +00:00
parent 678f720455
commit 8a8f587b3b
2 changed files with 60 additions and 22 deletions

View File

@@ -147,7 +147,9 @@ $lang['Empty_msg'] = "You must enter a message when posting!";
$lang['Postnew'] = "Post New Topic";
$lang['Post_new_in'] = "Post New Topic in:"; // Followed by forum name
$lang['Post_Annoucement'] = "Post as an annoucement";
$lang['UnAnnounce'] = "Remove annoucements status from this post";
$lang['Post_Sticky'] = "Stick this topic";
$lang['UnStick'] = "Unstick this topic";
$lang['Annouce_and_sticky'] = "You cannot post a topic that is both an annoucement and a sticky topic";
$lang['Preview'] = "Preview";
$lang['Post_a'] = "Post a";