1 baseURL=http://en.wikinews.org
 
   2 actionPath=/w/index.php
 
   3 actionPath2=/w/wiki.phtml
 
   8 loginSuccess=(?s).*?You are now logged in to .*? as ".*?".*
 
   9 loginWrongPw=(?s).*?The password you entered is incorrect.*? Please try again.*
 
  10 loginNoUser=(?s).*?There is no user by the name ".*?".*?Check your spelling, or use the form below to create a new user account.*
 
  11 logoutSuccess=(?s).*?You are now logged out.*?You can continue to use .*? anonymously, or you can log in.*?again as the same or as a different user.*? Note that some pages may.*?continue to be displayed as if you were still logged in, until you clear.*?your browser cache.*
 
  12 uploadSuccess=(?s).*?Successful upload.*
 
  13 uploadNoLogin=(?s).*?You must be .*?logged in.*?to upload files.*