Skip to content

Commit e9aebf6

Browse files
committed
Merge branch 'gramps51'
2 parents 2ac2478 + 7b7f4ce commit e9aebf6

37 files changed

+1542
-390
lines changed

CalculateEstimatedDates/CalculateEstimatedDates.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
id = 'calculateestimateddates',
99
name = _("Calculate Estimated Dates"),
1010
description = _("Calculates estimated dates for birth and death."),
11-
version = '0.90.30',
11+
version = '0.90.31',
1212
gramps_target_version = "5.1",
1313
status = STABLE, # not yet tested with python 3
1414
fname = 'CalculateEstimatedDates.py',

CalculateEstimatedDates/po/fi-local.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: fi\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-10-02 02:13+0300\n"
12-
"PO-Revision-Date: 2018-10-02 03:16+0300\n"
12+
"PO-Revision-Date: 2019-12-10 13:09+0200\n"
1313
"Last-Translator: Matti Niemelä <[email protected]>\n"
1414
"Language-Team: [email protected]\n"
1515
"Language: fi\n"
@@ -326,7 +326,7 @@ msgstr "Lisätään tapahtuma '%s'..."
326326
#: CalculateEstimatedDates.py:465
327327
#, python-format
328328
msgid "Added birth event based on %(evidence)s, from %(name)s"
329-
msgstr "Lisätyn syntymä tapahtuman peruste on %(evidence)s, henklölle %(name)s"
329+
msgstr "Lisätyn syntymätapahtuman peruste on %(evidence)s henkilöltä %(name)s"
330330

331331
#: CalculateEstimatedDates.py:468
332332
#, python-format
@@ -340,8 +340,7 @@ msgstr "Arvioitu syntymäaika"
340340
#: CalculateEstimatedDates.py:480
341341
#, python-format
342342
msgid "Added death event based on %(evidence)s, from %(person)s"
343-
msgstr ""
344-
"Lisätyn kuolintapahtuman peruste on %(evidence)s, henkilölle %(person)s"
343+
msgstr "Lisätyn kuolintapahtuman peruste on %(evidence)s henkilöltä %(person)s"
345344

346345
#: CalculateEstimatedDates.py:483
347346
#, python-format

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/DEWebPack.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
["Person", "Google Archives", _("Google Archives"), "http://news.google.de/archivesearch?q=%(surname)s"],
4343
["Person", "DE-Google", _("DE Google"), '''http://www.google.de/#hl=de&q="%(surname)s,+%(given)s"'''],
4444
["Person", "Open Library", _("Open Library"), "http://openlibrary.org/search?q=%(surname)s, %(given)s"],
45+
["Person", "Namensverbreitungskarte", _("Surname map (1890-1996)"), "https://nvk.genealogy.net/map/1890:%(surname)s,1996:%(surname)s"],
46+
["Person", "wiki-de.genealogy.net", _("GenWiki"), "http://wiki-de.genealogy.net/Spezial:Suche?search=%(surname)s"],
47+
["Person", "deutsche-digitale-bibliothek", _("German digital library"),"https://www.deutsche-digitale-bibliothek.de/search/person?query=%(surname)s+%(given)s"],
4548
]
4649

4750
def load_on_reg(dbstate, uistate, pdata):

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 ""

DateCalculator/DateCalculator.gpr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
name=_("Date Calculator"),
2222
description=_("Useful for date math calculations"),
2323
status=STABLE,
24-
version = '0.0.7',
24+
version = '0.0.9',
2525
fname="DateCalculator.py",
2626
authors=['Doug Blank'],
2727
authors_email=["[email protected]"],
28-
height=170,
28+
height=250,
2929
gramplet='DateCalculator',
3030
gramps_target_version="5.1",
3131
gramplet_title=_("Date Calculator"),

DynamicWeb/dynamicweb.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
id = 'DynamicWeb',
1515
name = _("Dynamic Web Report"),
1616
description = _("Produces dynamic web pages for the database"),
17-
version = '0.0.80',
17+
version = '0.0.81',
1818
gramps_target_version = "5.1",
1919
status = STABLE,
2020
fname = 'dynamicweb.py',

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.31',
1414
gramps_target_version = "5.1",
1515
fname="FRWebPack.py",
1616
load_on_reg = True,

FRWebConnectPack/FRWebPack.py

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,26 +33,31 @@
3333

3434
# http://www.gramps-project.org/wiki/index.php?title=Resource_and_related_sites#French_resources
3535
#
36+
# http://www.culture.fr/widgets/genealogie/1/0/bigenet&amp;ecfa&amp;mayenne&amp;vendome&amp;leonore&amp;ain&amp;memoire_des_hommes&amp;vendee
3637
# http://www.bigenet.org/index.php ?
3738
# http://www.cybergenealogie.fr/cailgeo/us/screch.php
3839

3940
WEBSITES = [
40-
["Person", "Ministère de la culture", _("French cultural ministry"), "http://www.culture.fr/genealogie/?action_type=search&lang=fr&search_nom=%(surname)s&search_prenom=%(given)s"],
41-
["Person", "Geneabank", _("Genealogical bank"), "http://gbkcouples.geneabank.org/nom/?name=%(surname)s&place=&start=&end=&source=gbk*"],
41+
["Person", "Ministère de la culture", _("Cultural ministry (France)"), "http://www.culture.fr/bases_genealogie/resultats?lastname=%(surname)s&firstname=%(given)s&search=Lancer+la+recherche&bases[]=bigenet&bases[]=ecfa&bases[]=mayenne&bases[]=vendome&bases[]=leonore&bases[]=ain&bases[]=memoire_des_hommes&bases[]=vendee"],
42+
["Person", "Geneabank", _("Genealogical bank"), "https://gbkcouples.geneabank.org/nom/?name=%(surname)s&place=&start=&end=&source=gbk*"],
4243
#["Person", "Centre Départemental d'Histoire des Familles (CDHF)", _("Historical Families Center Departement (CDHF)"), "http://www.cdhf.net/fr/index.php?t=bases&d=bases%2Fmoteurpat&c=moteurpat&f=selection&p=&order=&order2=&motcle=&patronyme=%(surname)s"],
43-
["Person", "Fichier Origine", _("OrigineFile (Quebec)"), "http://www.fichierorigine.com/recherche.php?nom=%(surname)s"],
44-
["Person", "Geneanet", "Geneanet", "http://search.geneanet.org/result.php?lang=fr&name=%(surname)s"],
45-
["Person", "Geneanet-Favrejhas", "Geneanet, Favrejhas", "http://gw1.geneanet.org/index.php3?b=favrejhas&m=NG&n=%(surname)s&t=N&x=0&y=0"],
44+
["Person", "Fichier Origine", _("OrigineFile (Quebec)"), "https://www.fichierorigine.com/recherche?nom=%(surname)s"],
45+
["Person", "Geneanet", "Geneanet", "https://search.geneanet.org/result.php?lang=fr&name=%(surname)s"],
46+
["Person", "Filae", "Filae", "https://www.filae.com/v4/genealogie/Search.mvc/SearchForm?ln=%(surname)s&fn=%(given)s"],
47+
#["Person", "Geneanet-Favrejhas", "Geneanet, Favrejhas", "http://gw1.geneanet.org/index.php3?b=favrejhas&m=NG&n=%(surname)s&t=N&x=0&y=0"],
4648
["Person", "Roglo", "Roglo", "http://roglo.eu/roglo?m=NG&n=%(given)s+%(surname)s&t=PN"],
47-
["Person", "FamilySearch", _("FamilySearch.org"), "https://familysearch.org/search/record/results?count=20&query=%%2Bgivenname%%3A%(given)s~ %%2Bsurname%%3A%(surname)s~ %%2Bbirth_year%%3A%(birth)s-%(birth)s~ %%2Bdeath_year%%3A%(death)s-%(death)s~"],
48-
["Person", "CAILGEO", _("Cyber genealogy"), "http://www.cybergenealogie.fr/cailgeo/fr/cail01n.php?nomr=%(surname)s"],
49-
["Person", "Gallica", "Gallica", '''http://gallica.bnf.fr/Search?ArianeWireIndex=index&p=1&lang=FR&q="%(surname)s,+%(given)s"'''],
50-
["Person", "Archive.org", "Archive.org", '''http://www.archive.org/search.php?query="%(surname)s,+%(given)s"'''],
51-
["Person", "GeneaBook", "GeneaBook", "http://www.geneabook.org/genealogie/1/ouvrages.php?nom=%(surname)s&x=20&y=1"],
49+
#["Person", "FamilySearch", _("FamilySearch.org"), "https://familysearch.org/search/record/results?count=20&query=%%2Bgivenname%%3A%(given)s~ %%2Bsurname%%3A%(surname)s~ %%2Bbirth_year%%3A%(birth)s-%(birth)s~ %%2Bdeath_year%%3A%(death)s-%(death)s~"],
50+
["Person", "CAILGEO", _("Cyber genealogy"), "https://www.cybergenealogie.fr/cailgeo/fr/cail01n.php?nomr=%(surname)s"],
51+
["Person", "Gallica advanced", "Gallica +", '''https://gallica.bnf.fr/services/engine/search/sru?operation=searchRetrieve&exactSearch=false&collapsing=true&version=1.2&query=((text all "%(surname)s" prox/unit=word/distance=1 "%(given)s"))'''],
52+
["Person", "Gallica", "Gallica", '''https://gallica.bnf.fr/Search?ArianeWireIndex=index&p=1&lang=FR&q="%(surname)s,+%(given)s"'''],
53+
["Person", "Retronews", _("RetroNews (Bnf)"), "https://www.retronews.fr/search#allTerms=%(surname)s&sort=score&page=1&searchIn=all"],
54+
["Person", "GeneaBook", "GeneaBook", "https://www.geneanet.org/fonds/bibliotheque/?&nom=%(surname)s&prenom=&q=%(given)s&go=1"],
5255
#["Person", "Google Archives", _("Google Archives"), "http://news.google.fr/archivesearch?q=%(surname)s&btnGt=Afficher+la+chronologie"],
5356
#["Person", "FR-Google", _("FR Google"), u'''http://www.google.fr/#hl=fr&q="%(surname)s,+%(given)s"'''],
54-
["Person", "Hathi Trust Digital Library", _("Hathi Trust Digital Library"), "http://babel.hathitrust.org/cgi/ls?q1=%(surname)s+%(given)s+&lmt=ft&a=srchls"],
55-
["Person", "Open Library", _("Open Library"), "http://openlibrary.org/search?q=%(surname)s, %(given)s"],
57+
["Person", "Archive.org", "Archive.org", '''https://www.archive.org/search.php?query="%(surname)s+%(given)s"&sin=TXT'''],
58+
["Person", "Hathi Trust Digital Library", _("Hathi Trust Digital Library (fr)"), '''https://babel.hathitrust.org/cgi/ls?q1=%(surname)s+%(given)s+&lmt=ft&a=srchls&facet=language008_full:"French"'''],
59+
["Person", "Open Library", _("Open Library (fr)"), '''https://openlibrary.org/search?q="%(surname)s, %(given)s"&language=fre'''],
60+
["Person", "Archives de Belgique", _("Belgium's Archives"),"https://search.arch.be/fr/rechercher-des-personnes/resultats/q/zoekwijze/s?text=%(surname)s"],
5661
#["Place", "Geneanet", "Geneanet", "http://search.geneanet.org/result.php?lang=fr&place=%(city)s"],
5762
#["Place", "Centre Départemental d'Histoire des Familles (CDHF)", _("Historical Families Center Departement (CDHF)"), "http://www.cdhf.net/fr/index.php?t=villages&d=villages&c=villages&f=results&p=&page=&lieu2=%(city)s"],
5863
#["Place", "Fichier Origine", _("OrigineFile (Quebec)"), "http://www.fichierorigine.com/recherche.php?commune=%(city)s&pays=%(country)s"],

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-12-24 11:34-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:53
45+
msgid "RetroNews (Bnf)"
4246
msgstr ""
4347

44-
#: FRWebConnectPack/FRWebPack.py:48
45-
msgid "Cyber genealogy"
48+
#: FRWebConnectPack/FRWebPack.py:58
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:59
53+
msgid "Open Library (fr)"
5054
msgstr ""
5155

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

0 commit comments

Comments
 (0)