ST = {};
ST.sectionlink = "Link to this section";
ST.toggletopics = "Toggle topics";

// settings
ST.settings_title = "Site settings";
ST.settings_top = "Note: all of these settings depend on cookies. You must have cookies enabled for them to have any effect. You will also have to <strong>refresh the page if you make any changes</strong>.";
ST.cookiewarning = "Your browser does not appear to have cookies enabled. These settings may not work.";
ST.altphon_checkbox = " Use X-SAMPA instead of IPA";
ST.altphon_desc = "Uses X-SAMPA instead of IPA where the two differ. This is useful if your browser fails to display the high-Unicode characters of IPA.";
ST.savebtn = "Save";
ST.cancelbtn = "Cancel";

// feedback
ST.feedbackforthis = "Feedback for this page";
ST.readfeedback = "Read feedback";
ST.leavefeedback = "Leave feedback";
ST.fdbloaderror = "Could not download feedback. Reload the page and try again.";
ST.fdbdisabled = "Feedback is disabled for this page.";
ST.nofeedbackyet = "No one has said anything about this page yet.";
ST.error = "Error: ";
ST.anonymous = "Anonymous";
ST.fdbprenote = "Please use this feedback form for commenting only on the content of the current page. For questions or feedback regarding the site design or functionality, consult the <a href=\"/p/contact\" title=\"Contact\" rel=\"nopreview\">contact page</a>.";
ST.fdbfields = {"poster_name": "Name", "poster_website": "Website", "poster_email": "E-mail", "comment": "Comment (required)", "captcha": "Captcha"};
ST.fdbpostnotes = [
	"<strong>Write in English.</strong> Feedback in all other languages will be completely ignored.",
	"Your e-mail address, if supplied, will be used to notify you when I reply to or publicise your feedback. After that, it&rsquo;s removed from my database.",
	"I reserve the right to make corrections in spelling, punctuation and grammar, and to discard any comments at my discretion and without notice."
];
ST.sendbtn = "Send";
ST.fdbsendfail = "Could not send feedback. Please try again.";
ST.fdberrors = [
	"No page specified.", "Database error. (Not your fault.)", "Name too long.",
	"Website URL too long.", "E-mail address too long", "Invalid e-mail format.",
	"Feedback missing.",
	"You must have cookies enabled to use this feedback form.",
	"The provided captcha doesn't match the image.",
	ST.fdbdisabled
];
ST.fdbthanks = ["Thank you for your feedback!", "Your feedback will be visible here as soon as I&rsquo;ve reviewed it and possibly given a reply."];
ST.backlink = "< Back";
ST.dateFormat = "M d, y"; // Mmm, middle-endianness
ST.months = ["January","February","March","April","May","June","July","August","September","October","November","December"];

// dictionary dfn viewer
ST.auxinfo = "Click the link for more info"
