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

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class it$parentalControl_properties extends ResourceBundle
  6.    {
  7.       public function it$parentalControl_properties()
  8.       {
  9.          super("it","parentalControl");
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          return {
  15.             "WRONG_PASSWORD":"Password Errata",
  16.             "FORWARD":"Avanti",
  17.             "ENTER_PASSWORD":"Inserisci Password",
  18.             "BACK":"Indietro",
  19.             "EXIT":"Esci dal Controllo Genitori"
  20.          };
  21.       }
  22.    }
  23. }
  24.  
  25.