home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import mx.resources.ResourceBundle;
-
- public class en$forgotPassword_properties extends ResourceBundle
- {
- public function en$forgotPassword_properties()
- {
- super("en","forgotPassword");
- }
-
- override protected function getContent() : Object
- {
- return {
- "SEND":"Send",
- "PARENT_EMAIL":"Parent Email",
- "TEXT":"Please enter your email address and an email containing the information for your password renewal will be sent to your mail box.",
- "FORGOT_PASSWORD":"Forgot Password",
- "BACK_TO_LOGIN":"Back To Login"
- };
- }
- }
- }
-
-