diff --git a/po/ChangeLog b/po/ChangeLog index 7843477c8..641cb658c 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,61 @@ +2007-06-23 Alex Roitman + * POTFILES.in: Add new file. + +2007-06-16 Peter Landgren + * sv.po: Update. + +2007-06-16 Matthias Alles + * de.po: Fixes. + +2007-06-15 Matthias Alles + * de.po: Fix the "was the son of" problem. + +2007-06-13 Morten Bo Johansen + * da.po: Translation update. + +2007-05-24 Lubo Vasko + * sk.po: Translation update. + +2007-05-21 Arturas Sleinius + * lt.po: updated Lithuanian translation + +2007-05-21 Stefan Björk + * sv.po: Translation update; bug #0001058. + +2007-05-17 Espen Berg + * nb.po: Translation update + * no.po: Translation update + +2007-05-14 Espen Berg + * nb.po: Translation update + * no.po: Translation update + +2007-04-17 Lubo Vasko + * sk.po: Translation update. + +2007-04-17 Piotr Czubaszek + * pl.po: Translation update. + +2007-04-17 Arturas Sleinius + * lt.po: updated Lithuanian translation + +2007-03-08 Stefan Björk + * sv.po: Translation update. + +2007-03-07 Stefan Björk + * sv.po: Translation update. + +2007-02-20 Espen Berg + * nb.po: Translation update + * no.po: Translation update + +2007-02-15 Piotr Czubaszek + * pl.po: Translation update. + +2007-02-14 Espen Berg + * nb.po: Translation update + * no.po: Translation update + 2007-02-12 Lubo Vasko * sk.po: Translation update. diff --git a/po/POTFILES.in b/po/POTFILES.in index 3fe8cfb04..d931b5b44 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -503,6 +503,7 @@ src/Filters/Rules/Person/_RelationshipPathBetween.py src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py src/Filters/Rules/Person/_SearchName.py src/Filters/Rules/Person/_HasMarkerOf.py +src/Filters/Rules/Person/_MissingParent.py # Filters.Rules.Family package src/Filters/Rules/Family/__init__.py diff --git a/src/Filters/Rules/Person/_MissingParent.py b/src/Filters/Rules/Person/_MissingParent.py index 61f2685b2..7082bc901 100644 --- a/src/Filters/Rules/Person/_MissingParent.py +++ b/src/Filters/Rules/Person/_MissingParent.py @@ -19,6 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # +# $Id$ #------------------------------------------------------------------------- # @@ -59,4 +60,3 @@ class MissingParent(Rule): if not mother_handle: return True return False -