home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Adobe Air 1.5 / AdobeAIRInstaller.exe / setup.swf / scripts / tr$core_properties.as < prev    next >
Encoding:
Text File  |  2008-10-29  |  1.1 KB  |  29 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class tr$core_properties extends ResourceBundle
  6.    {
  7.       public function tr$core_properties()
  8.       {
  9.          super("tr","core");
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          return {
  15.             "multipleChildSets_ClassAndInstance":"Multiple sets of visual children have been specified for this component (component definition and component instance).",
  16.             "truncationIndicator":"...",
  17.             "notExecuting":"Repeater is not executing.",
  18.             "versionAlreadyRead":"Compatibility version has already been read.",
  19.             "multipleChildSets_ClassAndSubclass":"Multiple sets of visual children have been specified for this component (base component definition and derived component definition).",
  20.             "viewSource":"View Source",
  21.             "badFile":"File does not exist.",
  22.             "stateUndefined":"Undefined state \'{0}\'.",
  23.             "versionAlreadySet":"Compatibility version has already been set."
  24.          };
  25.       }
  26.    }
  27. }
  28.  
  29.