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:
		| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -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, | ||||
|   | ||||
| @@ -8,6 +8,7 @@ pkgdatadir = $(datadir)/@PACKAGE@/plugins | ||||
| pkgdata_PYTHON = \ | ||||
| 	all_events.py\ | ||||
| 	all_relations.py\ | ||||
| 	AgeOnDate.py\ | ||||
| 	AncestorChart.py\ | ||||
| 	AncestorReport.py\ | ||||
| 	BookReport.py\ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user