Skip to content

Commit 79761da

Browse files
committed
Update or Add initial German translation[gramps50]rebuild
1 parent c1e0d5a commit 79761da

File tree

18 files changed

+27
-25
lines changed

18 files changed

+27
-25
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ PhotoTaggingGramplet/locale/
7474
PhpGedView/locale/
7575
PlaceCompletion/locale/
7676
PluginManager/locale/
77+
PostgreSQL/locale/
78+
PrerequisitesCheckerGramplet/locale/
7779
PythonGramplet/locale/
7880
Query/locale/
7981
QuiltView/locale/

PluginManager/PluginManager.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
name = _("Plugin Manager Enhanced"),
3030
description = _("An Addon/Plugin Manager with several additional "
3131
"capabilities"),
32-
version = '1.0.9',
32+
version = '1.0.10',
3333
gramps_target_version = '5.0',
3434
fname = "PluginManagerLoad.py",
3535
authors = ["Paul Culley"],

PostgreSQL/postgresql.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
name=_('PostgreSQL'),
2626
name_accell=_('_PostgreSQL Database'),
2727
description=_('PostgreSQL Database'),
28-
version = '1.0.1',
28+
version = '1.0.2',
2929
gramps_target_version='5.0',
3030
status=STABLE,
3131
fname='postgresql.py',

PrerequisitesCheckerGramplet/PrerequisitesCheckerGramplet.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
id="Prerequisites Checker Gramplet",
3535
name=_("Prerequisites Checker"),
3636
description = _("Prerequisites Checker Gramplet"),
37-
version = '0.8.5',
37+
version = '0.8.6',
3838
gramps_target_version=MODULE_VERSION,
3939
status = STABLE,
4040
fname="PrerequisitesCheckerGramplet.py",

PythonGramplet/PythonGramplet.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
height=250,
88
gramplet = 'PythonGramplet',
99
gramplet_title=_("Python Shell"),
10-
version = '1.0.22',
10+
version = '1.0.23',
1111
gramps_target_version = "5.0",
1212
help_url="PythonGramplet",
1313
)

Query/Query.gpr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
name=_("Query Gramplet"),
1010
description = _("Gramplet for running SQL-like queries"),
1111
status = UNSTABLE, # not yet tested with python 3
12-
version = '1.0.27',
12+
version = '1.0.28',
1313
gramps_target_version = "5.0",
1414
height=200,
1515
gramplet = "QueryGramplet",
@@ -34,7 +34,7 @@
3434
fname="QueryQuickview.py",
3535
authors="Douglas Blank",
3636
authors_email="[email protected]",
37-
version = '1.0.27',
37+
version = '1.0.28',
3838
gramps_target_version = "5.0",
3939
)
4040

QuiltView/QuiltView.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
name = _('Quilt Chart'),
3535
category = ('Ancestry', _('Charts')),
3636
description = _('The view shows a quilt chart visualisation of a family tree'),
37-
version = '1.0.5',
37+
version = '1.0.6',
3838
gramps_target_version = '5.0',
3939
status = STABLE,
4040
fname = 'QuiltView.py',

RebuildTypes/RebuildTypes.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
id = 'rebuild_types',
2525
name = _("Rebuild Gramps Types"),
2626
description = _("Rebuilds Gramps Types"),
27-
version = '1.0.7',
27+
version = '1.0.8',
2828
gramps_target_version = "5.0",
2929
include_in_listing = False,
3030
status = UNSTABLE,

RelID/relation_tab.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
id = 'relationtab',
3535
name = _("Display relations and distances with the home person"),
3636
description = _("Will display relational informations with the home person"),
37-
version = '1.0.9',
37+
version = '1.0.10',
3838
gramps_target_version = MODULE_VERSION,
3939
include_in_listing = False,
4040
status = STABLE,

RelatedRelativesGramplet/RelatedRelativesGramplet.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
expand=True,
99
gramplet = 'RelatedRelativesGramplet',
1010
gramplet_title=_("Related Relatives"),
11-
version = '1.0.23',
11+
version = '1.0.24',
1212
gramps_target_version="5.0",
1313
help_url = "RelatedRelativesGramplet",
1414
)

0 commit comments

Comments
 (0)