1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

* updated pot-files

git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@195 efabe8c0-fbe8-4139-b769-b5e6d273206e
This commit is contained in:
skomoroh 2007-08-19 21:54:38 +00:00
parent 46a2191011
commit e25b3d8e2f
6 changed files with 746 additions and 659 deletions

View file

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PySol 0.0.1\n"
"POT-Creation-Date: Fri Jul 20 23:41:28 2007\n"
"POT-Creation-Date: Sun Aug 19 18:52:43 2007\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -339,6 +339,9 @@ msgstr ""
msgid "Blind Alleys"
msgstr ""
msgid "Blind Patience"
msgstr ""
msgid "Blockade"
msgstr ""
@ -654,6 +657,9 @@ msgstr ""
msgid "Crescent"
msgstr ""
msgid "Cringle"
msgstr ""
msgid "Cross"
msgstr ""
@ -1101,6 +1107,12 @@ msgstr ""
msgid "Five Pyramids"
msgstr ""
msgid "Flake"
msgstr ""
msgid "Flake (2 decks)"
msgstr ""
msgid "Flamenco"
msgstr ""
@ -2502,9 +2514,6 @@ msgstr ""
msgid "Mod-3"
msgstr ""
msgid "Monaco"
msgstr ""
msgid "Monkey"
msgstr ""
@ -2514,6 +2523,9 @@ msgstr ""
msgid "Monte Carlo"
msgstr ""
msgid "Monte Carlo (2 decks)"
msgstr ""
msgid "Moonlight"
msgstr ""
@ -2748,6 +2760,9 @@ msgstr ""
msgid "Pas de Deux"
msgstr ""
msgid "Patience"
msgstr ""
msgid "Patriarchs"
msgstr ""
@ -2985,6 +3000,9 @@ msgstr ""
msgid "Repair"
msgstr ""
msgid "Reserves"
msgstr ""
msgid "Retinue"
msgstr ""
@ -3723,6 +3741,9 @@ msgstr ""
msgid "Twenty"
msgstr ""
msgid "Twilight Zone"
msgstr ""
msgid "Twin"
msgstr ""

File diff suppressed because it is too large Load diff

View file

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PySol 0.0.1\n"
"POT-Creation-Date: Fri Jul 20 23:41:28 2007\n"
"POT-Creation-Date: Sun Aug 19 18:52:43 2007\n"
"PO-Revision-Date: 2007-05-11 17:25+0400\n"
"Last-Translator: Скоморох <skomoroh@gmail.com>\n"
"Language-Team: Russian <ru@li.org>\n"
@ -341,6 +341,10 @@ msgstr "Чёрная вдова"
msgid "Blind Alleys"
msgstr "Тёмные аллеи"
#, fuzzy
msgid "Blind Patience"
msgstr "Бразильский пасьянс"
msgid "Blockade"
msgstr "Блокада"
@ -657,6 +661,10 @@ msgstr "Конверт"
msgid "Crescent"
msgstr "Полумесяц"
#, fuzzy
msgid "Cringle"
msgstr "Треугольник"
msgid "Cross"
msgstr "Крест"
@ -1114,6 +1122,14 @@ msgstr "Пять кучек"
msgid "Five Pyramids"
msgstr "Пять пирамид"
#, fuzzy
msgid "Flake"
msgstr "Фламенко"
#, fuzzy
msgid "Flake (2 decks)"
msgstr "Церлин (3 колоды)"
msgid "Flamenco"
msgstr "Фламенко"
@ -2537,9 +2553,6 @@ msgstr "Миссисипи"
msgid "Mod-3"
msgstr "Mod-3"
msgid "Monaco"
msgstr "Монако"
msgid "Monkey"
msgstr "Обезьяна"
@ -2549,6 +2562,10 @@ msgstr "Монтана"
msgid "Monte Carlo"
msgstr "Монте-Карло"
#, fuzzy
msgid "Monte Carlo (2 decks)"
msgstr "Монте-Карло"
msgid "Moonlight"
msgstr "Лунный свет"
@ -2790,6 +2807,10 @@ msgstr "Сольный танец"
msgid "Pas de Deux"
msgstr "Па-де-де"
#, fuzzy
msgid "Patience"
msgstr "S-пасьянс"
msgid "Patriarchs"
msgstr "Патриархи"
@ -3028,6 +3049,10 @@ msgstr "Смягчённый Паук"
msgid "Repair"
msgstr "Ремонт"
#, fuzzy
msgid "Reserves"
msgstr "Полушария"
msgid "Retinue"
msgstr "Свита"
@ -3788,6 +3813,10 @@ msgstr ""
msgid "Twenty"
msgstr "Двенадцать"
#, fuzzy
msgid "Twilight Zone"
msgstr "Маджонг Tile Fighter"
msgid "Twin"
msgstr "Двоня"
@ -4005,3 +4034,6 @@ msgstr "Зигзагообразный курс"
msgid "Zodiac"
msgstr "Зодиак"
#~ msgid "Monaco"
#~ msgstr "Монако"

File diff suppressed because it is too large Load diff

View file

@ -1056,10 +1056,7 @@ Please select a %s type %s.
def loadStatistics(self):
if not os.path.exists(self.fn.stats):
return
import time
t = time.time()
stats = unpickle(self.fn.stats)
print 'loadStatistics', time.time()-t
if stats:
##print "loaded:", stats.__dict__
self.stats.__dict__.update(stats.__dict__)
@ -1085,10 +1082,7 @@ Please select a %s type %s.
self.opt.save(self.fn.opt_cfg)
def saveStatistics(self):
import time
t = time.time()
self.__saveObject(self.stats, self.fn.stats)
print 'saveStatistics', time.time()-t
def saveComments(self):
self.__saveObject(self.comments, self.fn.comments)

View file

@ -865,6 +865,9 @@ class Game:
return True # FIXME (GTK)
if not self.app.opt.mouse_undo:
return True
if self.pause:
self.app.menubar.mPause()
return True
# stop animation
if not self.event_handled and self.stopWinAnimation():
return True