home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import mx.resources.ResourceBundle;
-
- public class cs$states_properties extends ResourceBundle
- {
- public function cs$states_properties()
- {
- super("cs","states");
- }
-
- override protected function getContent() : Object
- {
- return {"alreadyParented":"Cannot add a child that is already parented."};
- }
- }
- }
-
-