
// the following JavaScript defines the resource text values
// used by the page Builder Wizard scripts on this page

// establish Resource Text object for JS string references
if ("undefined" === typeof Ektron.ResourceText)
{
    Ektron.ResourceText = {};
}

// ensure that the PageBuilder object exists
if ("undefined" === typeof Ektron.ResourceText.PageBuilder)
{
    Ektron.ResourceText.PageBuilder = {};
}
// define resource text strings as properties
Ektron.ResourceText.PageBuilder.Wizards =
{
   addPage: "Add New Page", 
   appPath: "/WorkArea/",
   back: "Back",
   cancel: "Cancel",
   errorPageTitle: "Please provide a page title for the page.",
   errorSelectLayout: "Please select a page layout to be used for this page.",
   errorUrlAlias: "Please provide an alias for the page.",
   errorUrlAliasExists: "The alias you selected already exists.  Please choose a different alias for the page.",
   finish: "Finish",
   next: "Next",
   ok: "OK",
   path: "/WorkArea/pagebuilder/wizards/",
   savePageAs: "Save Page as",
   dropdownMustMatch: "The alias extension selected must match the alias typed in. Please remove the extension from the alias or select the matching extension from the dropdown.",
   invalidExtension: "You have typed in an invalid extension.",
   selectExtension: "Please select or type in a valid extension.",
   errorMetadata: "One or more required Metadata fields are not completed. Please complete the required Metadata fields and resubmit.",
   errorTaxonomy: "You must select at least one category for this layout.",
   loading: "Loading. Please wait.",
   addMasterLayout: "Add Master Layout"
}

if(typeof(Sys) !== "undefined") Sys.Application.notifyScriptLoaded();
