Advertisement
Guest User

Untitled

a guest
Aug 5th, 2017
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. //Permissions
  2. $lang = array_merge($lang,array(
  3.     "MESSAGE_ARCHIVE_SUCCESSFUL"        => "You have successfully archived %m1% threads",
  4.     "MESSAGE_UNARCHIVE_SUCCESSFUL"      => "You have successfully unarchived %m1% threads",
  5.     "MESSAGE_DELETE_SUCCESSFUL"         => "You have successfully deleted %m1% threads",
  6.     ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement