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

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class tr$buttons_properties extends ResourceBundle
  6.    {
  7.       public function tr$buttons_properties()
  8.       {
  9.          super("tr","buttons");
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          return {
  15.             "EXIT":"├ç─▒k─▒┼ƒ",
  16.             "PRIVATE_CHANNELS":"Videolar─▒m",
  17.             "PUBLIC_SITES":"Websiteleri",
  18.             "PRIVATE_SITES":"Sitelerim",
  19.             "SITES":"Websiteleri",
  20.             "PUBLIC_CHANNELS":"Kanallar",
  21.             "VIDEO":"Videolar",
  22.             "PUBLIC_GAMES":"Oyunlar",
  23.             "FAVORITES":"S─▒k Kullan─▒lanlar",
  24.             "GAMES":"Oyunlar"
  25.          };
  26.       }
  27.    }
  28. }
  29.  
  30.