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

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class en$buttons_properties extends ResourceBundle
  6.    {
  7.       public function en$buttons_properties()
  8.       {
  9.          super("en","buttons");
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          return {
  15.             "EXIT":"Exit",
  16.             "PRIVATE_CHANNELS":"My Videos",
  17.             "PUBLIC_SITES":"Websites",
  18.             "PRIVATE_SITES":"My Sites",
  19.             "SITES":"Websites",
  20.             "PUBLIC_CHANNELS":"Channels",
  21.             "VIDEO":"Video",
  22.             "PUBLIC_GAMES":"Games",
  23.             "FAVORITES":"Favorites",
  24.             "GAMES":"Games"
  25.          };
  26.       }
  27.    }
  28. }
  29.  
  30.