Skip to content

Commit 359bbbb

Browse files
committed
Merge PersonRelationshipFilter#987
1 parent 602c897 commit 359bbbb

2 files changed

Lines changed: 119 additions & 2 deletions

File tree

PersonRelationshipFilter/PersonRelationshipFilter.gpr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
id="Person Relationship Filter",
2525
name=_("Person Relationship Filter"),
2626
description=_("Gramplet providing a person filter on relationships"),
27-
version="1.0.0",
28-
gramps_target_version="6.1",
27+
version = '1.0.1',
28+
gramps_target_version="6.0",
2929
status=STABLE,
3030
fname="PersonRelationshipFilter.py",
3131
height=200,
Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the PACKAGE package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: PACKAGE VERSION\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2026-07-26 11:12-0700\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <LL@li.org>\n"
15+
"Language: \n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
20+
#: PersonRelationshipFilter/PersonRelationshipFilter.py:49
21+
msgid "Text:"
22+
msgstr ""
23+
24+
#: PersonRelationshipFilter/PersonRelationshipFilter.py:50
25+
msgid "People with a name matching <text>"
26+
msgstr ""
27+
28+
#: PersonRelationshipFilter/PersonRelationshipFilter.py:52
29+
msgid ""
30+
"Matches people's names containing a substring or matching a regular "
31+
"expression"
32+
msgstr ""
33+
34+
#: PersonRelationshipFilter/PersonRelationshipFilter.py:55
35+
msgid "General filters"
36+
msgstr ""
37+
38+
#: PersonRelationshipFilter/PersonRelationshipFilter.py:81
39+
msgid "Filter name:"
40+
msgstr ""
41+
42+
#: PersonRelationshipFilter/PersonRelationshipFilter.py:82
43+
msgid "Children of name match"
44+
msgstr ""
45+
46+
#: PersonRelationshipFilter/PersonRelationshipFilter.py:83
47+
msgid "Family filters"
48+
msgstr ""
49+
50+
#: PersonRelationshipFilter/PersonRelationshipFilter.py:84
51+
msgid "Matches children of anybody with a given name"
52+
msgstr ""
53+
54+
#: PersonRelationshipFilter/PersonRelationshipFilter.py:198
55+
msgid "given"
56+
msgstr ""
57+
58+
#: PersonRelationshipFilter/PersonRelationshipFilter.py:200
59+
msgid "surname"
60+
msgstr ""
61+
62+
#: PersonRelationshipFilter/PersonRelationshipFilter.py:247
63+
msgid "Person"
64+
msgstr ""
65+
66+
#: PersonRelationshipFilter/PersonRelationshipFilter.py:248
67+
msgid "Father"
68+
msgstr ""
69+
70+
#: PersonRelationshipFilter/PersonRelationshipFilter.py:249
71+
msgid "Mother"
72+
msgstr ""
73+
74+
#: PersonRelationshipFilter/PersonRelationshipFilter.py:250
75+
msgid "Spouse"
76+
msgstr ""
77+
78+
#: PersonRelationshipFilter/PersonRelationshipFilter.py:251
79+
msgid "Sibling 1"
80+
msgstr ""
81+
82+
#: PersonRelationshipFilter/PersonRelationshipFilter.py:252
83+
msgid "Sibling 2"
84+
msgstr ""
85+
86+
#: PersonRelationshipFilter/PersonRelationshipFilter.py:253
87+
msgid "Child 1"
88+
msgstr ""
89+
90+
#: PersonRelationshipFilter/PersonRelationshipFilter.py:254
91+
msgid "Child 2"
92+
msgstr ""
93+
94+
#: PersonRelationshipFilter/PersonRelationshipFilter.py:258
95+
msgid "Use regular expressions"
96+
msgstr ""
97+
98+
#: PersonRelationshipFilter/PersonRelationshipFilter.py:282
99+
msgid "Probably Alive"
100+
msgstr ""
101+
102+
#: PersonRelationshipFilter/PersonRelationshipFilter.py:284
103+
#, python-format
104+
msgid "example: '%(msg1)s' or '%(msg2)s'"
105+
msgstr ""
106+
107+
#: PersonRelationshipFilter/PersonRelationshipFilter.gpr.py:25
108+
msgid "Person Relationship Filter"
109+
msgstr ""
110+
111+
#: PersonRelationshipFilter/PersonRelationshipFilter.gpr.py:26
112+
msgid "Gramplet providing a person filter on relationships"
113+
msgstr ""
114+
115+
#: PersonRelationshipFilter/PersonRelationshipFilter.gpr.py:33
116+
msgid "Relationship Filter"
117+
msgstr ""

0 commit comments

Comments
 (0)