fix language translation for guiringplayerstats

Signed-off-by: tribumarchal
This commit is contained in:
tribumarchal 2011-03-05 07:52:22 +01:00
parent ed1cffc4f5
commit 5fcd167b62
3 changed files with 4 additions and 2 deletions

View File

@ -120,7 +120,7 @@ class GuiRingPlayerStats (GuiPlayerStats.GuiPlayerStats):
settings.update(self.conf.get_default_paths()) settings.update(self.conf.get_default_paths())
# text used on screen stored here so that it can be configured # text used on screen stored here so that it can be configured
self.filterText = {'handhead':'Hand Breakdown for all levels listed above' self.filterText = {'handhead':_('Hand Breakdown for all levels listed above')
} }
filters_display = { "Heroes" : True, filters_display = { "Heroes" : True,

View File

@ -1564,6 +1564,8 @@ msgid ""
"Flop Aggression\n" "Flop Aggression\n"
"% Bet or Raise after seeing Flop" "% Bet or Raise after seeing Flop"
msgstr "" msgstr ""
"Aggression au flop\n"
"% Bet or Raise après avoir vu le Flop"
#: GuiRingPlayerStats.py:66 #: GuiRingPlayerStats.py:66
msgid "" msgid ""
@ -1664,7 +1666,7 @@ msgstr "ErreurImport: %s"
#: GuiSessionViewer.py:81 #: GuiSessionViewer.py:81
msgid "Hand Breakdown for all levels listed above" msgid "Hand Breakdown for all levels listed above"
msgstr "" msgstr "Répartition des mains pour tous les niveaux ci-dessus"
#: GuiSessionViewer.py:158 #: GuiSessionViewer.py:158
msgid "Session Viewer is proof of concept code only, and contains many bugs.\n" msgid "Session Viewer is proof of concept code only, and contains many bugs.\n"

Binary file not shown.