<head>
<script language="JavaScript">
// Copyright 2002, 2003 Macromedia, Inc. All rights reserved.

// JAVASCRIPT STRINGS FOR CONTRIBUTE
//
//All strings used by JavaScript should be extracted for easy localization.
//Strings used by Contribute should all be added to this file.
//
//!! IMPORTANT: before adding a new string, please check the other files in
//this folder to see if it already exists. Most common button labels and error
//messages already exist and should be reused. If it doesn't exist, please
//use a *very unique* name, since these are shared by the entire product.
//
//For error messages, our convention is usually to state the problem, then the
//solution action (see example below).
//
//There are 3 string types:
//
//  UI ELEMENT       NAMING CONVENTION     EXAMPLE
//  ----------       -----------------     -------
//  alert messages   MM.MSG_LeadCaps       MM.MSG_FileHasNotBeenSaved = "The file has not been saved. Please
//                                                                       save the file before proceeding.";
//  button labels    MM.BTN_LeadCaps       MM.BTN_ResetAll = "Reset" 
//  other UI labels  MM.LABEL_LeadCaps     MM.LABEL_AllForms = "<All Forms>" 
//
//To use your string in JavaScript, refer directly to the global, for example:
//   alert(MM.MSG_FileHasNotBeenSaved);
//

// Initialize error strings
initErrorStrings();


function initErrorStrings()
{
//--------------- LOCALIZEABLE GLOBALS---------------

//********* Tables *************

MM.MSG_SomeVeryUniqueIdHere = dw.loadString('Startup/ContributorInit/MM.MSG_SomeVeryUniqueIdHere');   //example msg

//********* Paste Fix *************

MM.MSG_odWarnWithLink = dw.loadString('Startup/ContributorInit/MM.MSG_odWarnWithLink');
MM.MSG_odWarn = dw.loadString('Startup/ContributorInit/MM.MSG_odWarn');
MM.MSG_odStopWithLink = dw.loadString('Startup/ContributorInit/MM.MSG_odStopWithLink');
MM.MSG_odStop = dw.loadString('Startup/ContributorInit/MM.MSG_odStop');
MM.MSG_odProblem = dw.loadString('Startup/ContributorInit/MM.MSG_odProblem');
MM.MSG_odWordUnableToSaveAs = dw.loadString('Startup/ContributorInit/MM.MSG_odWordUnableToSaveAs');
MM.MSG_odExcelUnableToSaveAs = dw.loadString('Startup/ContributorInit/MM.MSG_odExcelUnableToSaveAs');

//********* Workspace ************
MM.LABEL_WorkingOffline = dw.loadString('Startup/ContributorInit/MM.LABEL_WorkingOffline');

// *** Dialog buttons ***
MM.LABEL_Close = dw.loadString('Startup/ContributorInit/MM.LABEL_Close');

//********* Insert/Special Characters/Other *********
MM.MSG_odSpecialCharNonLatinEncodeCC = dw.loadString('Startup/ContributorInit/MM.MSG_odSpecialCharNonLatinEncodeCC');

//********* Color dialog **********
MM.LABEL_HighlightColorTitle = dw.loadString('Startup/ContributorInit/MM.LABEL_HighlightColorTitle');

// Invalid number in horizontal rule command file
MM.Error_Invalid_Field = dw.loadString('Startup/ContributorInit/MM.Error_Invalid_Field');

//---------------------- END LOCALIZEABLE ----------------------- 
}
</script>
</head>
<body>
</body>
