From 7102c3816e9a95b9b6b6c3e7d43de17ec8fe9981 Mon Sep 17 00:00:00 2001 From: Erki Ferenc Date: Sun, 27 Feb 2011 18:24:58 +0100 Subject: [PATCH 1/3] l10n: updated Hungarian translation --- pyfpdb/locale/fpdb-hu_HU.po | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/pyfpdb/locale/fpdb-hu_HU.po b/pyfpdb/locale/fpdb-hu_HU.po index 8791e8dc..5487262f 100644 --- a/pyfpdb/locale/fpdb-hu_HU.po +++ b/pyfpdb/locale/fpdb-hu_HU.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.20.905 plus git\n" "POT-Creation-Date: 2011-02-27 05:51+CET\n" -"PO-Revision-Date: 2011-02-24 12:08+0100\n" +"PO-Revision-Date: 2011-02-27 18:23+0100\n" "Last-Translator: Ferenc Erki \n" "Language-Team: Hungarian \n" "Language: hu\n" @@ -770,9 +770,8 @@ msgid "Unable to locate currency" msgstr "Nem található a pénznem" #: FulltiltToFpdb.py:211 -#, fuzzy msgid "determineGameType: Raising FpdbParseError for file '%s'" -msgstr "determineGameType: FpdbParseError" +msgstr "determineGameType: FpdbParseError a '%s' fájlnál" #: FulltiltToFpdb.py:252 PkrToFpdb.py:155 PokerStarsToFpdb.py:213 msgid "Lim_Blinds has no lookup for '%s'" @@ -1290,7 +1289,7 @@ msgid "" "Failed to load libs for graphing, graphing will not function. Please\n" " install numpy and matplotlib if you want to use graphs." msgstr "" -"Nem sikerült a grafikonokhoz szükséges libraryl betöltése.\n" +"Nem sikerült a grafikonokhoz szükséges libraryk betöltése.\n" "A grafikonokhoz telepítsd a numpy-t és a matplotlib-et." #: GuiGraphViewer.py:51 GuiTourneyGraphViewer.py:51 @@ -2251,6 +2250,8 @@ msgid "" "ImportError: Unable to import PYTZ library. Please install PYTZ from http://" "pypi.python.org/pypi/pytz/" msgstr "" +"ImportError: Nem sikerült a PYTZ library betöltése. Kérlek telepítsd innen: " +"http://pypi.python.org/pypi/pytz/" #: HandHistoryConverter.py:41 fpdb.pyw:46 fpdb.pyw:58 fpdb.pyw:80 msgid "Press ENTER to continue." @@ -2762,9 +2763,8 @@ msgid "% Squeeze preflop" msgstr "squeeze preflop %" #: Stats.py:543 Stats.py:550 -#, fuzzy msgid "% Raise to Steal" -msgstr "kisvakból dob lopásra %" +msgstr "emel lopásra %" #: Stats.py:563 Stats.py:570 msgid "% Fold to 3 Bet preflop" @@ -2869,9 +2869,8 @@ msgid "No board given. Using Monte-Carlo simulation..." msgstr "Nincsenek közös lapok. Monte-Carlo módszer használata..." #: TableWindow.py:145 -#, fuzzy msgid "Can't find table %s" -msgstr "%s fájl nem található" +msgstr "%s asztal nem található" #: Tables_Demo.py:61 msgid "Fake HUD Main Window" From 828dce7ebe3ab1c6ee59d1dd57369eb9f45732a2 Mon Sep 17 00:00:00 2001 From: Steffen Schaumburg Date: Mon, 28 Feb 2011 02:01:06 +0100 Subject: [PATCH 2/3] fix to make it work without save actions again, by chaz --- pyfpdb/Hand.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyfpdb/Hand.py b/pyfpdb/Hand.py index 539ec59c..110e5487 100644 --- a/pyfpdb/Hand.py +++ b/pyfpdb/Hand.py @@ -271,6 +271,7 @@ db: a connected Database object""" # End prep functions ##### hh = self.stats.getHands() + hp_inserts, ha_inserts = [], [] if not db.isDuplicate(self.dbid_gt, hh['siteHandNo']): # Hands - Summary information of hand indexed by handId - gameinfo From 9b1d4a36b33366b26e7ae76aa36769107670d9de Mon Sep 17 00:00:00 2001 From: Steffen Schaumburg Date: Mon, 28 Feb 2011 03:13:06 +0100 Subject: [PATCH 3/3] turn PKR off by default as its pretty borked --- pyfpdb/HUD_config.xml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/HUD_config.xml.example b/pyfpdb/HUD_config.xml.example index 93a499da..20b0234a 100644 --- a/pyfpdb/HUD_config.xml.example +++ b/pyfpdb/HUD_config.xml.example @@ -542,7 +542,7 @@ Left-Drag to Move" - +