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

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class cs$policy_properties extends ResourceBundle
  6.    {
  7.       public function cs$policy_properties()
  8.       {
  9.          super("cs","policy");
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          return {
  15.             "TERMS_OF_USE":"xxx",
  16.             "CLOSE":"Zav┼Ö├¡t"
  17.          };
  18.       }
  19.    }
  20. }
  21.  
  22.