/* loc_strings.js
* loc_strings.js contains arrays for populating select lists 
* in tag dialogs. It uses the naming convention arrayNameCap for the
* option labels (i.e., text that will be shown to the user).
* 
* loc_strings.js mainly contains the Cap arrays, only loc_strings.js should be
* localized.
*/
//--------------- LOCALIZEABLE GLOBALS---------------
var thePiglatinTypeCap = new Array("ay","ey","oy"); 
//--------------- END LOCALIZEABLE   ---------------
