Advertisement
Roite

Hob

Feb 15th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. -- Generic
  2. LANG.because = "Parce que" -- this can be used after eg. cannotenterseat. Use colon (':') if your language does not have matching
  3. LANG.lackofmoney = "Fonds insuffisants"
  4. LANG.cantafford = "Trop cher"
  5. LANG.pot = "pot"
  6. LANG.turn = "Tourner"
  7.  
  8. -- Chips
  9. LANG.chips = "chips"
  10. LANG.currencytochips = "A converti $%d en %d jetons."
  11. LANG.chipstocurrency = "A converti %d jetons en $%d."
  12. LANG.chipexchangeinsn = "Vous pouvez obtenir des jetons par un croupier ou par un NPC d'échanges de jetons."
  13.  
  14. -- Seats/table
  15. LANG.seatreserved = "Cette place est réservé par quelqu'un."
  16. LANG.notyourseat = "Ce n'est pas votre place."
  17. LANG.tryanotherseat = "Essayez un autre siège autour de la table."
  18. LANG.cannotenterseat = "Impossible de s'asseoir"
  19. LANG.unknownreason = "Raison Inconnue"
  20. LANG.removedfromtbl = "Vous avez été retiré de la table."
  21.  
  22. -- Game
  23. LANG.couldnotjoingame = "Impossible de rejoindre la partie."
  24. LANG.duetotimeout = "En raison de la fin du temps r"
  25. LANG.timedout = "timed out"
  26. LANG.notyourturn = "Pas votre tour"
  27. LANG.winswith = "A gagné avec"
  28. LANG.waiting = "En attente"
  29.  
  30. -- Poker/card games
  31. LANG.ante = "Première mise"
  32. LANG.bet = "Parier" -- general form noun
  33. LANG.betverb = "parie" -- "X #betverb Y"
  34. LANG.fold = "Se couche"
  35. LANG.foldverb = "est couché"
  36.  
  37.  
  38. -- hold em
  39. LANG.cantaffordante = "Vous ne pouvez pas vous permettre la mise d'entrée."
  40. LANG.callingfor = "a suivi pour"
  41.  
  42. LANG.holdem_check = "Check"
  43. LANG.holdem_call = "Suivre"
  44. LANG.holdem_bet = "Parier"
  45. LANG.holdem_raise = "Relancer"
  46. LANG.holdem_fold = "Se coucher"
  47. LANG.holdem_allin = "Tapis"
  48.  
  49. LANG.holdem_preFlopBets = "Mises du Pre-flop"
  50. LANG.holdem_preFlop = "Pre-flop"
  51. LANG.holdem_flopBets = "Mises du Flop"
  52. LANG.holdem_flop = "Flop"
  53. LANG.holdem_turnBets = "Mises du Turn"
  54. LANG.holdem_turn = "Turn"
  55. LANG.holdem_riverBets = "Mises River"
  56. LANG.holdem_river = "River"
  57. LANG.holdem_showdown = "Abbatage des cartes"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement