<?php // Language strings generated in PHP files. $lang = array ( /* Sidebar content */ "categories" => "Categories", "nocategories" => "No categories", "recentcomments" => "Recent Comments", "archives" => "Archives", "noarchives" => "No archives", "poston" => "on", "recentposts" => "Recent Posts", "noposts" => "No posts", "commenton" => "on", /* Information bar at top */ "archiveinfo" => "Archive for #month# has #numberposts#", "categoryinfo" => "Category <i>#name#</i> has #numberposts#", "post" => "Post", "posts" => "Posts", /* Main content - posts and comments */ "nocontent" => "No content.", "postedin" => "Posted #date# in #categories#", "draftsavedin" => "Saved #date# in #categories#", "draft" => "Draft", "notfound" => "Not Found", "notfoundtext" => "The item you requested could not be found.", "notavail" => "Not Available", "notavailtext" => "The item you requested is currently unavailable.", "retracted" => "Retracted", "readmore" => "Read More", "comments" => "Comments", "comment" => "Comment", "nocomments" => "No comments", "addcomment" => "Add a Comment", "editcomment" => "Edit Your Comment", "edit" => "Edit", "quote" => "Quote", "admineditpost" => "Edit Post", "admindelpost" => "Retract Post", "adminpubpost" => "Publish Post", "delpostcfrm" => "Really retract this post?", "pubpostcfrm" => "Really publish this post now?", "admindelcom" => "Delete", "adminspam" => "Spam", "adminham" => "Ham", "trainspamcfrm" => "Really train this comment as SPAM?", "trainhamcfrm" => "Really train this comment as HAM (good)?", "delcomcfrm" => "Really delete this comment?", /* Comment form */ "name" => "Name", "email" => "Email", "website" => "Website", "postcomment" => "Post Comment", "savechanges" => "Save Changes", "commentnote2" => "You may edit your comment <b>one time</b>, within <b>#editduration# minutes</b> of posting.", "commentnote3" => "<b>blogspam.net</b> is used for spam detection. Comments judged to be spam are reviewed by the administrator and may be published later.", "citation" => "<i>#name# wrote:</i>", "editreminder" => "This is your <b>one-time edit</b>. Get it right :)", "usetags" => "Allowed HTML tags:", "usecode" => "Use <code> to display HTML and PHP without rendering.", /* Comment form submission errors */ "forminvalid" => "Invalid form values.", "namereq" => "Name is required.", "namerestr" => "That name is restricted.", "emailreq" => "Email is required.", "emailrestr" => "That email is restricted.", "emailinvalid" => "Email is invalid.", "commentreq" => "Comment is required.", "blogspampos" => "Your comment will be reviewed and may be published later.", "errors" => "Error(s):", "permdenied" => "Permission Denied", "noeditmsg" => "You are not permitted to edit this comment.", /* Footer */ "page" => "Page", "pages" => "Pages", "alltimesGMT" => "All times are GMT", "localtime" => "Current time", "hours" => "hours", "adminlogin" => "Login", "adminlogout" => "Logout", "adminnewpost" => "New Post", "adminsettings" => "Settings", "admindrafts" => "Drafts", "adminretracted" => "Retracted", "admincats" => "Categories", "adminspambox" => "Spambox", /* Login / Logout page */ "loginmsg" => "Logging in...", "logoutmsg" => "Logging out...", "username" => "Username:", "password" => "Password:", "passwordwrong" => "Wrong password", /* RSS feeds */ "comrsstitle" => "Comments RSS Feed", "artrsstitle" => "Articles RSS Feed", /* New blog post page */ "title" => "Title", "text" => "Text", "newpost" => "New Post", "editpost" => "Edit Post", "titlereq" => "Title is required.", "textreq" => "Text is required.", "catreq" => "At least one category is required.", "savedraft" => "Save as Draft", "saveretracted" => "Save & Keep Retracted", "save" => "Save", "savepublish" => "Save & Publish Now", "cancelback" => "Cancel / Go Back", /* Drafts, Retracted, Category, Spambox pages */ "draftposts" => "Draft Posts", "nodrafts" => "There are no draft posts.", "retractedposts" => "Retracted Posts", "noretracted" => "There are no retracted posts.", "category" => "Category", "datetime" => "Date & Time", "actions" => "Actions", "rename" => "Rename:", "remove" => "Remove", "emptyremove" => "Empty categories may be removed.", "hasunpub" => "Category cannot be removed as it has unpublished posts", "or" => "or", "commentpub" => "Comment Published", "viewcomment" => "View the comment", "pubcomment" => "Mark for Publication", "updatespambox" => "Update Spambox", "purgeunmarked" => "Purge unmarked", "nospam" => "No spam", ); $months = array ( 1 => 'January', 2 => 'February', 3 => 'March', 4 => 'April', 5 => 'May', 6 => 'June', 7 => 'July', 8 => 'August', 9 => 'September', 10 => 'October', 11 => 'November', 12 => 'December' ); $months_abbr = array ( 1 => 'Jan', 2 => 'Feb', 3 => 'Mar', 4 => 'Apr', 5 => 'May', 6 => 'June', 7 => 'July', 8 => 'Aug', 9 => 'Sept', 10 => 'Oct', 11 => 'Nov', 12 => 'Dec' ); ?>