// Copyright 2001, 2002, 2003 Macromedia, Inc. All rights reserved.
/* loc_strings.js
*
* strings.js and loc_strings.js contain arrays for populating select lists 
* in tag dialogs. Both files use the naming convention arrayNameCap for the
* option labels (i.e., text that will be shown to the user) and arrayNameVal
* for the option values(i.e., the code that will be inserted into the document).
* 
* for obvious reasons, loc_strings.js mainly contains the Cap arrays, and
* strings.js mainly contains the Val arrays. only loc_strings.js should be
* localized.  
*
* note: where the labels should not be localized, select lists are intialized
* using the Val array for both the labels and the values.
* 
*/

//--------------- LOCALIZEABLE GLOBALS---------------

var theInputTypesCap= new Array(dw.loadString('TagLibraries/JRun/loc_strings/theInputTypesCap'),dw.loadString('TagLibraries/JRun/loc_strings/theInputTypesCap_1'),dw.loadString('TagLibraries/JRun/loc_strings/theInputTypesCap_2'),dw.loadString('TagLibraries/JRun/loc_strings/theInputTypesCap_3'),dw.loadString('TagLibraries/JRun/loc_strings/theInputTypesCap_4'),dw.loadString('TagLibraries/JRun/loc_strings/theInputTypesCap_5'),dw.loadString('TagLibraries/JRun/loc_strings/theInputTypesCap_6'),dw.loadString('TagLibraries/JRun/loc_strings/theInputTypesCap_7'),dw.loadString('TagLibraries/JRun/loc_strings/theInputTypesCap_8'),dw.loadString('TagLibraries/JRun/loc_strings/theInputTypesCap_9'),dw.loadString('TagLibraries/JRun/loc_strings/theInputTypesCap_10'),dw.loadString('TagLibraries/JRun/loc_strings/theInputTypesCap_11'),dw.loadString('TagLibraries/JRun/loc_strings/theInputTypesCap_12'));

var theJRunFormMethodsCap= new Array(dw.loadString('TagLibraries/JRun/loc_strings/theJRunFormMethodsCap'),dw.loadString('TagLibraries/JRun/loc_strings/theJRunFormMethodsCap_1'));

var theSelJNDICap= new Array(dw.loadString('TagLibraries/JRun/loc_strings/theSelJNDICap'),dw.loadString('TagLibraries/JRun/loc_strings/theSelJNDICap_1'),dw.loadString('TagLibraries/JRun/loc_strings/theSelJNDICap_2'),dw.loadString('TagLibraries/JRun/loc_strings/theSelJNDICap_3'));
var theSelmailparamCap= new Array(dw.loadString('TagLibraries/JRun/loc_strings/theSelmailparamCap'),dw.loadString('TagLibraries/JRun/loc_strings/theSelmailparamCap_1'));
var theSelSelectCap= new Array(dw.loadString('TagLibraries/JRun/loc_strings/theSelSelectCap'),dw.loadString('TagLibraries/JRun/loc_strings/theSelSelectCap_1'));
var theSelXSLTCap= new Array(dw.loadString('TagLibraries/JRun/loc_strings/theSelXSLTCap'),dw.loadString('TagLibraries/JRun/loc_strings/theSelXSLTCap_1'));
var theMailTypesCap= new Array(dw.loadString('TagLibraries/JRun/loc_strings/theMailTypesCap'),dw.loadString('TagLibraries/JRun/loc_strings/theMailTypesCap_1'));

//--------------- END LOCALIZEABLE   ---------------
