// Wiki form fieldset when editing (10)
var LANG_FIELDSET_LEGEND = "Actions";
var LANG_FIELDSET_ATTACH = "Attach files here:";
var LANG_FIELDSET_CHANGE_MADE = "Summary of change made (optional):";
var LANG_FIELDSET_ROOT = "Root page?";
var LANG_FIELDSET_ROOT_POS = "Position in list of root pages:";
var LANG_FIELDSET_SAVE_BTN = "<input type='submit' value='Save'>";
var LANG_FIELDSET_CANX_BTN = "<input type='button' value='Cancel' onClick='history.back();' />";
var LANG_FIELDSET_LOCK_FLD = "Locked?";
var LANG_FIELDSET_REMOVE_ATTACH = "Remove attachments here:";
var LANG_FIELDSET_REMOVE_ATTACH_HERE = "Attachments here:";
// Form footer (some used in side menus too) (13)
var LANG_FORM_FOOTER_BACK = "Back";
var LANG_FORM_FOOTER_HISTORY = "History";
var LANG_FORM_FOOTER_INDEX = "Index";
var LANG_FORM_FOOTER_START = "StartPage";
var LANG_FORM_FOOTER_USR = "User Name";
var LANG_FORM_FOOTER_LINKS = "Back Links";
var LANG_FORM_FOOTER_CATS = "Categories: ";
var LANG_FORM_FOOTER_LOCKED_001 = "Lasted edited";
var LANG_FORM_FOOTER_LOCKED_002 = "at";
var LANG_FORM_FOOTER_LOCKED_003 = "by";
var LANG_FORM_FOOTER_LOCKED_004 = "(locked for administrator use only).";
var LANG_FORM_FOOTER_VER_DIS = " (Versioning disabled)";
var LANG_FORM_FOOTER_VER_EN = " (Versioning enabled)";
// Navigation menus (9)
var LANG_CATS_HEADER = "Categories";
var LANG_CATS_TIP_1 = "Categorise this page by choosing from existing categories:";
var LANG_CATS_TIP_2 = "(CTRL-click to remove an item or to make multiple selections)\<br/><br/>Add a new Category:";
var LANG_WIKI_VERSION = "Running on DominoWiki version";
var LANG_WIKI_ACTIONS = "Content actions";
var LANG_WIKI_EDITPAGE = "Edit page";
var LANG_WIKI_ADDCOMMENT = "Add comment";
var LANG_WIKI_RELATED = "Related pages"
var LANG_MENU_RECENT = "Recent Changes";
var LANG_MENU_FILES = "Files";
var LANG_MENU_CREATE = "Create a new page";
var LANG_MENU_HEADER = "Navigation";
var LANG_MENU_SRCH = "Search"; // ADDED BY ATOS ORIGIN 31-03-2008
var LANG_SRCH_BUTTON = "<input name=\"SearchString\" class=\"wiki-searchfield\" value=\"Enter query\" onFocus=\"this.form.SearchString.value='';\"> <input name=\"DoSearch\" type=\"Submit\" value=\"Go\">";
// Cookie subform & log-in details page (7)
var LANG_COOKIE_PROMPT = "You aren&#8217;t logged in to this Wiki, but this site can use a cookie to provide a user name for you if you like.";
var LANG_COOKIE_FIELD_001 = "Login name";
var LANG_COOKIE_FIELD_002 = "Remember me?";
var LANG_COOKIE_FIELD_003 = "<input type=\"radio\" id=\"bakecookie\" name=\"bakecookie\" value=\"Yes\" /><label for=\"bakecookie\">Yes</label>";
var LANG_COOKIE_FIELD_004 = "<input type=\"radio\" class=\"radio-button\" id=\"forget\" name=\"bakecookie\" onclick=\"forgetMe(document._Wiki);\" value=\"Forget Info\" />";
var LANG_COOKIE_FIELD_005 = "No";
var LANG_COOKIE_FIELD_006 = "<input type=\"button\" name=\"Submit\" value=\"Submit\" onClick=\"updateCookiePrefs();\" />"
// Tips drawer code (4) Modified by ATOS ORIGIN 04-2008
var LANG_TIPS_TITLE = "Help and tips";
var LANG_TIPS_VAR_001 = "Close the Help and tips drawer";
var LANG_TIPS_VAR_002 = "Open the Help and tips drawer";
var LANG_TIPS_LOAD_MSG = "Help and tips loading...";
// View footer (2)
var LANG_VIEW_FOOTER_NEXT = "&#187; Next...";
var LANG_VIEW_FOOTER_PREV = "&#187; Previous...";
// Login details (7)
var LANG_LOGIN_DETAILS = "Your log-in details";
var LANG_LOGGED_IN_USER = "You are logged in to this Wiki. Any edits you make will come under your login name";
var LANG_LOGIN_HEADER = "Login Details";
var LANG_LOGIN_BLURB = "You&#8217;re not logged in to this Wiki itself, but this site can make use of a cookie to set and retrieve your name if you like. Your cookie details appear below; feel free to set a name if you haven&#8217;t done so already. You can also get this wiki to &#8220;forget you&#8221; here if needs be.";
var LANG_LOGIN_DETAILS_HEADER = "You have the following roles and access rights to the wiki:";
var LANG_LOGIN_LOGGED_IN_001 = "You&#8217;re currently logged in to this Wiki as &#8216;"
var LANG_LOGIN_LOGGED_IN_002 = "&#8217;, with the following roles and access rights to the wiki:"
// Diff form (4)
var LANG_DIFF_LOAD_MSG = "Please wait while version information is loaded...";
var LANG_DIFF_LOAD_BTN = "<input id=\"gobutton\" type=\"button\" value=\"Compare selected versions\" onClick=\"loadXML()\" disabled=\"true\" style=\"display: none\" />";
var LANG_DIFF_BACK_BTN = "<input type=\"button\" value=\"Back\" onClick=\"document.location.reload();\" />";
var LANG_DIFF_TABLE_TXT = "<tr><th>Key:</th></tr><tr><td><del>text</del> = old changed text</td></tr><tr><td><ins>text</ins> = new text</td></tr>";
// Referenced in wiki.js (10)
var LANG_JS_NEW_PG_PROMPT = "Please provide a title for your new page";
var LANG_JS_COOKIE_SET = "OK, your cookie is all set. Click 'Yes' to close this window.";
var LANG_JS_XML_RETRIEVAL = "Problem retrieving XML data:";
var LANG_DIFF_MSG_NO_PREV = "There are no previous versions of this document";
var LANG_DIFF_CURRENT = "Current version";
var LANG_DIFF_OLD = "Old";
var LANG_DIFF_NEW = "New";
var LANG_DIFF_DESCR = "Description";
var LANG_DIFF_PROMOTE_OPT = "Promote this";
var LANG_DUPLICATE_PAGE = "A page with this title already exists. You will now be re-directed...";
// Search template (5)
var LANG_SEARCH_HEADER = "Search results for";
var LANG_SEARCH_NIL = "Sorry, your search didn&#8217;t turn up any hits.";
var LANG_SEARCH_ONE = "Your search turned up up one hit";
var LANG_SEARCH_SOME_001 = "Your search turned up";
var LANG_SEARCH_SOME_002 = "hits";
// View column headers (6)
var LANG_VIEW_COL_PAGE = "<th>Page</th>";
var LANG_VIEW_COL_EDIT = "<th id=\"vw_col_edit\">Last edit</th>";
var LANG_VIEW_COL_EDITOR = "<th id=\"vw_col_editor\">By</th>";
var LANG_VIEW_COL_FILES = "<th>File name</th>";
var LANG_VIEW_COL_SIZE = "<th>Size&nbsp;(KB)</th>";
var LANG_VIEW_COL_COMMENTS = "<th>Comments</th>";
// 'No documents found' replacement text (5)
var LANG_VIEW_NO_FILES = "<h3>No pages with files attached found</h3>";
var LANG_VIEW_NO_LINKS = "<h3>No related pages found</h3>";
var LANG_VIEW_NO_ROOTS = "<h3>No root pages specified</h3>";
var LANG_VIEW_NO_CHANGES = "<h3>No recent changes available</h3>";
var LANG_VIEW_NO_PAGES = "<h3>No wiki pages created yet!</h3>";
// ATOS ORIGIN 04-2008 - Added because of added login link for anonymous users
var LANG_LOGIN_FUNC_LINK = "Click to log-in";
// Comment form text (3)
var LANG_COMMENT_TITLE = "User contributed comment";
var LANG_COMMENT_ADDEDBY = "Added by";
var LANG_COMMENT_ADDEDAT = "at";
var LANG_COMMENT_HEADER = "<p>You can contribute your notes to this Wiki from the comfort of your browser! Just add your comment in the big field below. After submission, your note will appear under the documentation as a part of the Wiki. By adding a comment, you leave the original page unchanged, but will be visible as a discussion on its content.</p><p>Note that rules about the usage of HTML and Wiki code are the same as for regular Wiki postings. Please read the following points carefully before submitting your comment.<ul><li>If your post falls into one of the categories mentioned there, it will be rejected by one of the gatekeepers.<li>If you are trying to report a bug, or request a new feature or language change you're in the wrong place. If you have an addition or change request, report to the DominoWiki project page elsewhere on the site.<li>This is also not the correct place to ask questions (even if you see others have done that before, we are reviewing the notes slowly but surely).</ul><p><b>If you post a note in any of the categories above, it will be edited or removed.</b></p>";
var LANG_COMMENT_FOOTER = "<p>Just to make the point once more. The notes are being edited and support questions/bug reports/feature request etc, are being deleted from them, so if you post a wiki-related question/bug/feature/complaint, it will be removed.</p><p>Please note that periodically, the gatekeepers may go through the comments and incorporate the information in the original Wiki page. This means that any note submitted here becomes the property of the Wiki owner(s).</p>";

