home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import mx.resources.ResourceBundle;
-
- public class en$parentalControl_properties extends ResourceBundle
- {
- public function en$parentalControl_properties()
- {
- super("en","parentalControl");
- }
-
- override protected function getContent() : Object
- {
- return {
- "WRONG_PASSWORD":"Incorrect Password",
- "FORWARD":"Forward",
- "ENTER_PASSWORD":"Enter Password",
- "BACK":"Back",
- "EXIT":"Exit Parental Control"
- };
- }
- }
- }
-
-