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:
Doug Blank 2008-02-22 13:11:41 +00:00
parent f3db8c0e75
commit a1450a8c29
4 changed files with 8 additions and 1 deletions

View File

@ -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>
* src/FilterEditor/_EditRule.py
* src/Filters/Rules/_HasAttributeBase.py

View File

@ -248,6 +248,7 @@ src/Selectors/__init__.py
src/plugins/all_events.py
src/plugins/all_relations.py
src/plugins/siblings.py
src/plugins/AgeOnDate.py
src/plugins/AncestorChart.py
src/plugins/AncestorReport.py
src/plugins/BookReport.py

View File

@ -129,7 +129,7 @@ class LinkTag(gtk.TextTag):
class GrampletWindow(ManagedWindow.ManagedWindow):
def __init__(self, gramplet):
self.title = gramplet.title + " Gramplet"
self.title = gramplet.title + " " + _("Gramplet")
self.gramplet = gramplet
ManagedWindow.ManagedWindow.__init__(self, gramplet.uistate, [], gramplet)
self.set_window(gtk.Dialog("",gramplet.uistate.window,

View File

@ -8,6 +8,7 @@ pkgdatadir = $(datadir)/@PACKAGE@/plugins
pkgdata_PYTHON = \
all_events.py\
all_relations.py\
AgeOnDate.py\
AncestorChart.py\
AncestorReport.py\
BookReport.py\