home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import mx.resources.ResourceBundle;
-
- public class sv$containers_properties extends ResourceBundle
- {
- public function sv$containers_properties()
- {
- super("sv","containers");
- }
-
- override protected function getContent() : Object
- {
- return {
- "noColumnsFound":"No ConstraintColumns found.",
- "noRowsFound":"No ConstraintRows found.",
- "rowNotFound":"ConstraintRow \'{0}\' not found.",
- "columnNotFound":"ConstraintColumn \'{0}\' not found."
- };
- }
- }
- }
-
-