2008-02-22 Douglas S. Blank <dblank@cs.brynmawr.edu>
* src/DataViews/GrampletView.py: translate "Gramplet" * src/plugins/Makefile.am : add AgeOnDate.py QR * po/POTFILES.in: add AgeOnDate.py QR svn: r10095
This commit is contained in:
parent
f3db8c0e75
commit
a1450a8c29
@ -1,3 +1,8 @@
|
|||||||
|
2008-02-22 Douglas S. Blank <dblank@cs.brynmawr.edu>
|
||||||
|
* src/DataViews/GrampletView.py: translate "Gramplet"
|
||||||
|
* src/plugins/Makefile.am : add AgeOnDate.py QR
|
||||||
|
* po/POTFILES.in: add AgeOnDate.py QR
|
||||||
|
|
||||||
2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>
|
2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>
|
||||||
* src/FilterEditor/_EditRule.py
|
* src/FilterEditor/_EditRule.py
|
||||||
* src/Filters/Rules/_HasAttributeBase.py
|
* src/Filters/Rules/_HasAttributeBase.py
|
||||||
|
@ -248,6 +248,7 @@ src/Selectors/__init__.py
|
|||||||
src/plugins/all_events.py
|
src/plugins/all_events.py
|
||||||
src/plugins/all_relations.py
|
src/plugins/all_relations.py
|
||||||
src/plugins/siblings.py
|
src/plugins/siblings.py
|
||||||
|
src/plugins/AgeOnDate.py
|
||||||
src/plugins/AncestorChart.py
|
src/plugins/AncestorChart.py
|
||||||
src/plugins/AncestorReport.py
|
src/plugins/AncestorReport.py
|
||||||
src/plugins/BookReport.py
|
src/plugins/BookReport.py
|
||||||
|
@ -129,7 +129,7 @@ class LinkTag(gtk.TextTag):
|
|||||||
|
|
||||||
class GrampletWindow(ManagedWindow.ManagedWindow):
|
class GrampletWindow(ManagedWindow.ManagedWindow):
|
||||||
def __init__(self, gramplet):
|
def __init__(self, gramplet):
|
||||||
self.title = gramplet.title + " Gramplet"
|
self.title = gramplet.title + " " + _("Gramplet")
|
||||||
self.gramplet = gramplet
|
self.gramplet = gramplet
|
||||||
ManagedWindow.ManagedWindow.__init__(self, gramplet.uistate, [], gramplet)
|
ManagedWindow.ManagedWindow.__init__(self, gramplet.uistate, [], gramplet)
|
||||||
self.set_window(gtk.Dialog("",gramplet.uistate.window,
|
self.set_window(gtk.Dialog("",gramplet.uistate.window,
|
||||||
|
@ -8,6 +8,7 @@ pkgdatadir = $(datadir)/@PACKAGE@/plugins
|
|||||||
pkgdata_PYTHON = \
|
pkgdata_PYTHON = \
|
||||||
all_events.py\
|
all_events.py\
|
||||||
all_relations.py\
|
all_relations.py\
|
||||||
|
AgeOnDate.py\
|
||||||
AncestorChart.py\
|
AncestorChart.py\
|
||||||
AncestorReport.py\
|
AncestorReport.py\
|
||||||
BookReport.py\
|
BookReport.py\
|
||||||
|
Loading…
Reference in New Issue
Block a user