home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / filler.swf / scripts / core_properties.as < prev    next >
Text File  |  2008-09-02  |  1KB  |  29 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class core_properties extends ResourceBundle
  6.    {
  7.        
  8.       
  9.       public function core_properties()
  10.       {
  11.          super();
  12.       }
  13.       
  14.       override protected function getContent() : Object
  15.       {
  16.          var _loc1_:Object = null;
  17.          _loc1_ = {};
  18.          _loc1_["multipleChildSets_ClassAndInstance"] = "Multiple sets of visual children have been specified for this component (component definition and component instance).";
  19.          _loc1_["multipleChildSets_ClassAndSubclass"] = "Multiple sets of visual children have been specified for this component (base component definition and derived component definition).";
  20.          _loc1_["notExecuting"] = "Repeater is not executing.";
  21.          _loc1_["truncationIndicator"] = "...";
  22.          _loc1_["stateUndefined"] = "Undefined state \'{0}\'.";
  23.          _loc1_["scrollDirection"] = "Unknown scroll direction \'{0}\'.";
  24.          _loc1_["viewSource"] = "View Source";
  25.          return _loc1_;
  26.       }
  27.    }
  28. }
  29.