home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2010 August / CA08.iso / Darbas / kidoz_v1.air / kidoz.swf / scripts / en$forgotPassword_properties.as < prev    next >
Encoding:
Text File  |  2009-05-06  |  689 b   |  25 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class en$forgotPassword_properties extends ResourceBundle
  6.    {
  7.       public function en$forgotPassword_properties()
  8.       {
  9.          super("en","forgotPassword");
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          return {
  15.             "SEND":"Send",
  16.             "PARENT_EMAIL":"Parent Email",
  17.             "TEXT":"Please enter your email address and an email containing the information for your password renewal will be sent to your mail box.",
  18.             "FORGOT_PASSWORD":"Forgot Password",
  19.             "BACK_TO_LOGIN":"Back To Login"
  20.          };
  21.       }
  22.    }
  23. }
  24.  
  25.