class documentation

class Messages: (source)

View In Hierarchy

Stores the Game-Messages, so they can be translated

Method get simple dummy function for when the constants contain the final string
Constant ACCEPT Undocumented
Constant CANNOT_START Undocumented
Constant CARLOTTA Undocumented
Constant CARLOTTA_EMPTY Undocumented
Constant DICE Undocumented
Constant DOES_NOT_HAVE_ENOUGH Undocumented
Constant DOUBT Undocumented
Constant GAME_STARTED Undocumented
Constant GOT Undocumented
Constant LOSE Undocumented
Constant LOSE_PAYBACK Undocumented
Constant MONEY_CORRECT Undocumented
Constant MONEY_TOOLITTLE Undocumented
Constant MONEY_TOOMUCH Undocumented
Constant NEW_GAME Undocumented
Constant NOTHING_PAID Undocumented
Constant PAYBACK Undocumented
Constant PAYED Undocumented
Constant USER_JOINED Undocumented
Constant USER_PARTED Undocumented
Constant VICTIM_CHOOSEN Undocumented
Constant YOU_DO_NOT_PLAY Undocumented
Constant YOU_HAVE Undocumented
Constant YOU_NEED_TO_PAY Undocumented
Constant YOUR_TURN Undocumented
def get(self, msg_id): (source)

simple dummy function for when the constants contain the final string

ACCEPT: str = (source)

Undocumented

Value
'%s akzeptiert die Zahlung.'
CANNOT_START: str = (source)

Undocumented

Value
'Mindestens 2 Spieler noetig'
CARLOTTA: str = (source)

Undocumented

Value
'Zur Entschaedigung bekommt %s eine Karte aus Tante Carlottas Sparstrumpf. Es is
t ein %s.'
CARLOTTA_EMPTY: str = (source)

Undocumented

Value
'Der Sparstrumpf ist jetzt leider leer.'
DICE: str = (source)

Undocumented

Value
'%s wuerfelt, und das Ergebnis ist %s'
DOES_NOT_HAVE_ENOUGH: str = (source)

Undocumented

Value
'Du moechtest %sx %s legen, du hast aber nur %sx %s!'
DOUBT: str = (source)

Undocumented

Value
'%s zweifelt dass da genug Geld liegt um deine Schulden zu begleichen.'
GAME_STARTED: str = (source)

Undocumented

Value
'Spiel gestartet.'
GOT: str = (source)

Undocumented

Value
'Du hast %sx 5000, %sx 2000, %sx 1000 und %s Blueten bekommen.'
LOSE: str = (source)

Undocumented

Value
'%s hat verloren und scheidet aus dem Spiel aus.'
LOSE_PAYBACK: str = (source)

Undocumented

Value
'%s muesste %s000 zahlen, hat aber nur Karten im Wert von %s000. Seine/Ihre rest
lichen Karten bekommt %s.'
MONEY_CORRECT: str = (source)

Undocumented

Value
'Das Geld stimmt genau!'
MONEY_TOOLITTLE: str = (source)

Undocumented

Value
'Das Geld ist zu wenig. Willst du mich verarschen?!'
MONEY_TOOMUCH: str = (source)

Undocumented

Value
'%s000 ist also mehr als genug Geld. Als Strafe fuer sein Misstrauen muss %s den
 Betrag nocheinmal zurueckzahlen.'
NEW_GAME: str = (source)

Undocumented

Value
'Neues Spiel gestartet. Zum teilnehmen !ich sagen. Zum starten !startgame.'
NOTHING_PAID: str = (source)

Undocumented

Value
'Du musst mindestens eine Karte legen.'
PAYBACK: str = (source)

Undocumented

Value
'%s zahlt %s000 an %s.'
PAYED: str = (source)

Undocumented

Value
'%s hat %s Karten auf den Tisch gelegt. !nimm oder !zweifel'
USER_JOINED: str = (source)

Undocumented

Value
'%s spielt jetzt mit.'
USER_PARTED: str = (source)

Undocumented

Value
'%s spielt jetzt nicht mehr mit.'
VICTIM_CHOOSEN: str = (source)

Undocumented

Value
'%s zahl deine Schulden!'
YOU_DO_NOT_PLAY: str = (source)

Undocumented

Value
'Du spielst gar nicht mit.'
YOU_HAVE: str = (source)

Undocumented

Value
'Du hast %sx 5000, %sx 2000, %sx 1000 und %s Blueten.'
YOU_NEED_TO_PAY: str = (source)

Undocumented

Value
'Du musst %s deine Schulden bezahlen. Sag z.B "zahl 1Z" um 1000 + 1x Zero zu leg
en.'
YOUR_TURN: str = (source)

Undocumented

Value
'%s ist dran. Ich wuerfle fuer ihn einen Gegner aus ...'