ST = {};
ST.sectionlink = "Link to this section";

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";