xtk_formbase = new Object()
xtk_formbase.missingParameter_s = function(a1) { return "Parameter '"+a1+"' is invalid or missing." }
xtk_formbase.prefillFailed_s = function(a1) { return "Failed to preload data: "+a1+"" }
xtk_formbase.logIdRequiredUUID = function() { return "The _logId parameter also requires the _uuid parameter." }
xtk_formbase.menu_swap = function() { return "Pivot" }
xtk_formbase.menu_sort = function() { return "Sort from A to Z" }
xtk_formbase.menu_sortDesc = function() { return "Sort from Z to A" }
xtk_formbase.menu_up = function() { return "Up" }
xtk_formbase.menu_down = function() { return "Down" }
xtk_formbase.menu_left = function() { return "Move left" }
xtk_formbase.menu_right = function() { return "Move right" }
xtk_formbase.menu_rotate = function() { return "Turn" }
xtk_formbase.empty = function() { return "(empty)" }
xtk_formbase.statistics = function() { return "Statistics" }
xtk_formbase.data_missing = function() { return "One or more parameters are missing to display the table" }
xtk_formbase.linkEdit_title_s = function(a1) { return "Please select a document '"+a1+"'" }
xtk_formbase.dialog_defaultOk = function() { return "OK" }
xtk_formbase.dialog_cancel = function() { return "Cancel" }
