ST = {};
ST.sectionlink = "Link to this section";

// 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.fixnav_checkbox = " Fixed navigation menu";
ST.fixnav_desc = "If checked, the navigation tree on the left will not move when you scroll vertically.";
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.nopreview_checkbox = " Disable page previewer";
ST.nopreview_desc = "Disables the preview box for in-site links. Please check this if you are using IE, as it fails to display the preview box properly.";
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", "captcha": "Captcha"};
ST.fdbpostnotes = [
	"<strong>Write in English.</strong> Feedback in all other languages will be completely ignored.",
	"Everything other than the feedback itself is optional.",
	"If you specify an e-mail address, you will receive a notification if your feedback is made visible; after that notification has been sent, your e-mail address is entirely removed from the database. It will not be used for any other purpose and will never be shared with anyone through any medium.",
	"By submitting the above form, you give your consent to allow me to publicise any feedback comments provided at my discretion.",
	"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 = "&lt; 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"