string fix, updated german translation and l10n files
This commit is contained in:
parent
954ec98e9d
commit
24e23b6b4f
pyfpdb
Database.py
locale
de/LC_MESSAGES
es/LC_MESSAGES
fpdb-de_DE.pofpdb-en_GB.potfpdb-es_ES.pofpdb-fr_FR.pofpdb-hu_HU.pofpdb-it_IT.pofpdb-pl_PL.pofpdb-pt_BR.pofpdb-ru_RU.pofpdb-zh_CN.pofr/LC_MESSAGES
hu/LC_MESSAGES
it/LC_MESSAGES
pl/LC_MESSAGES
pt/LC_MESSAGES
ru/LC_MESSAGES
zh/LC_MESSAGES
|
@ -1374,7 +1374,7 @@ class Database:
|
|||
s = "create index %s_%s_idx on %s(%s)" % (idx['tab'], idx['col'], idx['tab'], idx['col'])
|
||||
self.get_cursor().execute(s)
|
||||
except:
|
||||
log.debug(_("Create failed: ") + str(sys.exc_info()))
|
||||
log.debug(_("Create index failed: ") + str(sys.exc_info()))
|
||||
else:
|
||||
return -1
|
||||
if self.backend == self.PGSQL:
|
||||
|
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user