home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Frizzle_fraz.swf / scripts / Code / OPTIONS / LANGUAGES / _ny284.as < prev   
Encoding:
Text File  |  2008-09-26  |  1.8 KB  |  49 lines

  1. package Code.OPTIONS.LANGUAGES
  2. {
  3.    public class _ny284 extends _fb155
  4.    {
  5.        
  6.       
  7.       public function _ny284()
  8.       {
  9.          super();
  10.          strOk = "ok";
  11.          strCancel = "annulation";
  12.          strEnterName = "introduisez le pr├⌐nom";
  13.          strChangePlayer = "choisissez le joueur";
  14.          strNew = "nouveau";
  15.          strDelete = "├⌐liminer";
  16.          strGameName2 = "BeesAffairs";
  17.          strScore = "score";
  18.          strLevel = "level";
  19.          strMoreGames = "plus de jeux";
  20.          strMore = "encore";
  21.          strOptions = "r├⌐glements";
  22.          strMVolume = "volume de la musique";
  23.          strSVolume = "volume du son";
  24.          strLevelComplete = "niveau est fini";
  25.          strLevelFailed = "niveau est perdu";
  26.          strLocalScore = "local score";
  27.          strInstructions = "instructions";
  28.          strMenu = "menu";
  29.          strPlay = "jouer";
  30.          strMoreGames1 = "plus de jeux";
  31.          strWelcome = "bonjour";
  32.          strProfile = "profil";
  33.          strPlayerName = "pr├⌐nom de joueur";
  34.          strLoading = "chargement";
  35.          strOpponent = "opposant";
  36.          strOppCompleete = "opposant a fini";
  37.          strFailed = "opposant a perdu";
  38.          strConnecting = "chargement";
  39.          strYouWin = "vous avez gagn├⌐";
  40.          strOppWin = "opposant avez gagn├⌐";
  41.          strBonus = "bonus";
  42.          strFinished = "fini";
  43.          strPaused = "pause";
  44.          strProfile = "profil";
  45.          strInstructionsText = "Utilisez les touches pour diriger \n" + "la figure sur le champ du jeu . Il \n" + "est n├⌐cessaire de disposer les \n" + "figures sur le champ pour former\n" + "trois images identiques \n" + "horizontalement ou verticalement.\n" + "Le jeu sera fini quand il n\'y a plus\n" + "de figures";
  46.       }
  47.    }
  48. }
  49.