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

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class pl$buttons_properties extends ResourceBundle
  6.    {
  7.       public function pl$buttons_properties()
  8.       {
  9.          super("pl","buttons");
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          return {
  15.             "EXIT":"Zako┼äcz",
  16.             "PRIVATE_CHANNELS":"Moje filmy",
  17.             "PUBLIC_SITES":"Strony internetowe",
  18.             "PRIVATE_SITES":"Moje strony internetowe",
  19.             "SITES":"Strony internetowe",
  20.             "PUBLIC_CHANNELS":"Kana┼éy",
  21.             "VIDEO":"Wideo",
  22.             "PUBLIC_GAMES":"Gry",
  23.             "FAVORITES":"Ulubione",
  24.             "GAMES":"Gry"
  25.          };
  26.       }
  27.    }
  28. }
  29.  
  30.