Skip to content

Commit f4a6999

Browse files
committed
Build some addons
1 parent 29a3e91 commit f4a6999

File tree

12 files changed

+172
-107
lines changed

12 files changed

+172
-107
lines changed

DEWebConnectPack/DEWebPack.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
name=_("DE Web Connect Pack"),
1111
description = _("Collection of Web sites for the DE (requires libwebconnect)"),
1212
status = STABLE,
13-
version = '0.0.24',
13+
version = '0.0.25',
1414
gramps_target_version = "5.1",
1515
fname="DEWebPack.py",
1616
load_on_reg = True,

DEWebConnectPack/po/template.pot

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-01-22 09:28-0600\n"
11+
"POT-Creation-Date: 2019-11-27 10:32-0600\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -44,3 +44,15 @@ msgstr ""
4444
#: DEWebConnectPack/DEWebPack.py:44
4545
msgid "Open Library"
4646
msgstr ""
47+
48+
#: DEWebConnectPack/DEWebPack.py:45
49+
msgid "Surname map (1890-1996)"
50+
msgstr ""
51+
52+
#: DEWebConnectPack/DEWebPack.py:46
53+
msgid "GenWiki"
54+
msgstr ""
55+
56+
#: DEWebConnectPack/DEWebPack.py:47
57+
msgid "German digital library"
58+
msgstr ""

FRWebConnectPack/FRWebPack.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
name=_("FR Web Connect Pack"),
1111
description = _("Collection of Web sites for the FR (requires libwebconnect)"),
1212
status = STABLE,
13-
version = '1.0.29',
13+
version = '1.0.30',
1414
gramps_target_version = "5.1",
1515
fname="FRWebPack.py",
1616
load_on_reg = True,

FRWebConnectPack/po/template.pot

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-01-22 09:28-0600\n"
11+
"POT-Creation-Date: 2019-11-27 10:32-0600\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -25,30 +25,34 @@ msgstr ""
2525
msgid "Collection of Web sites for the FR (requires libwebconnect)"
2626
msgstr ""
2727

28-
#: FRWebConnectPack/FRWebPack.py:40
29-
msgid "French cultural ministry"
28+
#: FRWebConnectPack/FRWebPack.py:41
29+
msgid "Cultural ministry (France)"
3030
msgstr ""
3131

32-
#: FRWebConnectPack/FRWebPack.py:41
32+
#: FRWebConnectPack/FRWebPack.py:42
3333
msgid "Genealogical bank"
3434
msgstr ""
3535

36-
#: FRWebConnectPack/FRWebPack.py:43
36+
#: FRWebConnectPack/FRWebPack.py:44
3737
msgid "OrigineFile (Quebec)"
3838
msgstr ""
3939

40-
#: FRWebConnectPack/FRWebPack.py:47
41-
msgid "FamilySearch.org"
40+
#: FRWebConnectPack/FRWebPack.py:50
41+
msgid "Cyber genealogy"
42+
msgstr ""
43+
44+
#: FRWebConnectPack/FRWebPack.py:52
45+
msgid "RetroNews (Bnf)"
4246
msgstr ""
4347

44-
#: FRWebConnectPack/FRWebPack.py:48
45-
msgid "Cyber genealogy"
48+
#: FRWebConnectPack/FRWebPack.py:57
49+
msgid "Hathi Trust Digital Library (fr)"
4650
msgstr ""
4751

48-
#: FRWebConnectPack/FRWebPack.py:54
49-
msgid "Hathi Trust Digital Library"
52+
#: FRWebConnectPack/FRWebPack.py:58
53+
msgid "Open Library (fr)"
5054
msgstr ""
5155

52-
#: FRWebConnectPack/FRWebPack.py:55
53-
msgid "Open Library"
56+
#: FRWebConnectPack/FRWebPack.py:59
57+
msgid "Belgium's Archives"
5458
msgstr ""

FilterRules/hasrolerule.gpr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
id = 'HasPersonEventRole',
2626
name = _("People with events with a selected role"),
2727
description = _("Matches people with an event with a selected role"),
28-
version = '0.0.2',
28+
version = '0.0.3',
2929
authors = ["Paul Culley"],
3030
authors_email = ["[email protected]"],
3131
gramps_target_version = '5.1',
@@ -39,7 +39,7 @@
3939
id = 'HasFamilyEventRole',
4040
name = _("Families with events with a selected role"),
4141
description = _("Matches families with an event with a selected role"),
42-
version = '0.0.2',
42+
version = '0.0.3',
4343
authors = ["Paul Culley"],
4444
authors_email = ["[email protected]"],
4545
gramps_target_version = '5.1',

FilterRules/hassourcefilter.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
id = 'HasSourceParameter',
2727
name = _("Source matching parameters"),
2828
description = _("Matches Sources with values containing the chosen parameters"),
29-
version = '0.0.2',
29+
version = '0.0.3',
3030
authors = ["Dave Scheipers", "Paul Culley"],
3131
authors_email = ["[email protected]"],
3232
gramps_target_version = '5.1',

FilterRules/isrelatedwithfiltermatch.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
name = _("People related to <filter>"),
2727
description = _("Matches people who are related to anybody matched by "
2828
"a person filter"),
29-
version = '1.0.0',
29+
version = '1.0.1',
3030
authors = ["Matthias Kemmer"],
3131
authors_email = ["[email protected]"],
3232
gramps_target_version = '5.1',

FilterRules/po/template.pot

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-10-25 09:28-0500\n"
11+
"POT-Creation-Date: 2019-11-27 10:32-0600\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -17,15 +17,15 @@ msgstr ""
1717
"Content-Type: text/plain; charset=CHARSET\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919

20-
#: FilterRules/hasrolerule.gpr.py:26 FilterRules/hasrolerule.py:64
20+
#: FilterRules/hasrolerule.gpr.py:26
2121
msgid "People with events with a selected role"
2222
msgstr ""
2323

2424
#: FilterRules/hasrolerule.gpr.py:27 FilterRules/hasrolerule.py:65
2525
msgid "Matches people with an event with a selected role"
2626
msgstr ""
2727

28-
#: FilterRules/hasrolerule.gpr.py:40 FilterRules/hasrolerule.py:88
28+
#: FilterRules/hasrolerule.gpr.py:40
2929
msgid "Families with events with a selected role"
3030
msgstr ""
3131

@@ -49,10 +49,18 @@ msgstr ""
4949
msgid "Inverse"
5050
msgstr ""
5151

52+
#: FilterRules/hasrolerule.py:64
53+
msgid "People with events with the <role>"
54+
msgstr ""
55+
5256
#: FilterRules/hasrolerule.py:66 FilterRules/hasrolerule.py:90
5357
msgid "Event filters"
5458
msgstr ""
5559

60+
#: FilterRules/hasrolerule.py:88
61+
msgid "Families with events with the <role>"
62+
msgstr ""
63+
5664
#: FilterRules/hassourcefilter.gpr.py:27
5765
msgid "Source matching parameters"
5866
msgstr ""
@@ -88,3 +96,25 @@ msgstr ""
8896
#: FilterRules/hassourcefilter.py:55
8997
msgid "General filters"
9098
msgstr ""
99+
100+
#: FilterRules/isrelatedwithfiltermatch.gpr.py:26
101+
#: FilterRules/isrelatedwithfiltermatch.py:49
102+
msgid "People related to <filter>"
103+
msgstr ""
104+
105+
#: FilterRules/isrelatedwithfiltermatch.gpr.py:27
106+
#: FilterRules/isrelatedwithfiltermatch.py:51
107+
msgid "Matches people who are related to anybody matched by a person filter"
108+
msgstr ""
109+
110+
#: FilterRules/isrelatedwithfiltermatch.py:48
111+
msgid "Filter name:"
112+
msgstr ""
113+
114+
#: FilterRules/isrelatedwithfiltermatch.py:50
115+
msgid "Relationship filters"
116+
msgstr ""
117+
118+
#: FilterRules/isrelatedwithfiltermatch.py:63
119+
msgid "Retrieving all sub-filter matches"
120+
msgstr ""

GraphView/graphview.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
name = _("Graph View"),
3333
category = ("Ancestry", _("Charts")),
3434
description = _("Dynamic and interactive graph of relations"),
35-
version = '1.0.107',
35+
version = '1.0.108',
3636
gramps_target_version = "5.1",
3737
status = STABLE,
3838
fname = 'graphview.py',

0 commit comments

Comments
 (0)