home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Frizzle_fraz.swf / scripts / Code / OPTIONS / LANGUAGES / _bw341.as next >
Encoding:
Text File  |  2008-09-26  |  1.6 KB  |  51 lines

  1. package Code.OPTIONS.LANGUAGES
  2. {
  3.    public class _bw341 extends _fb155
  4.    {
  5.        
  6.       
  7.       public function _bw341()
  8.       {
  9.          super();
  10.          strOk = "ok";
  11.          strCancel = "cancel";
  12.          strEnterName = "enter name:";
  13.          strChangePlayer = "choose a player";
  14.          strNew = "new";
  15.          strDelete = "delete";
  16.          strGameName2 = "BeesAffairs";
  17.          strScore = "score";
  18.          strLevel = "level";
  19.          strMoreGames = "more games";
  20.          strMore = "more";
  21.          strOptions = "options";
  22.          strMVolume = "music volume";
  23.          strSVolume = "sound volume";
  24.          strLevelComplete = "level is completed";
  25.          strLevelFailed = "level is failed";
  26.          strLocalScore = "local score";
  27.          strInstructions = "instructions";
  28.          strMenu = "menu";
  29.          strPlay = "play";
  30.          strMoreGames1 = "play more games";
  31.          strWelcome = "hi";
  32.          strProfile = "profile";
  33.          strPlayerName = "player name";
  34.          strLoading = "loading";
  35.          strOpponent = "opponent";
  36.          strOppCompleete = "opponent completed";
  37.          strFailed = "opponent failed";
  38.          strConnecting = "please wait";
  39.          strPlayersOnline = "players online";
  40.          strYouWin = "you won";
  41.          strOppWin = "opponent won";
  42.          strBonus = "bonus";
  43.          strTotalScore = "total score";
  44.          strFinished = "finished";
  45.          strPaused = "paused";
  46.          strProfile = "profile";
  47.          strInstructionsText = "use arrow keys to move. \n collect keys, friendly bubbles to reach next level.";
  48.       }
  49.    }
  50. }
  51.