Skip to content

Commit 76cced5

Browse files
committed
Try to fix PrerequisitesChecker translations again
1 parent 7249c3e commit 76cced5

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

PrerequisitesCheckerGramplet/PrerequisitesCheckerGramplet.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
id="Prerequisites Checker Gramplet",
2828
name=_("Prerequisites Checker"),
2929
description = _("Prerequisites Checker Gramplet"),
30-
version = '0.8.35',
30+
version = '0.8.36',
3131
gramps_target_version='5.1',
3232
status = STABLE,
3333
fname="PrerequisitesCheckerGramplet.py",

PrerequisitesCheckerGramplet/po/de-local.po

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ msgid ""
4141
"blob/master/README.md\">prerequisites</a> installed.\n"
4242
msgstr ""
4343
"Diagnose-Gramplet zur Bewertung, ob <a href=\"https://gramps-project.org/\"> "
44-
"Gramps </a> alle <a href=\"https://github.com/gramps-project/gramps/blob."
45-
"com.com enthält /master/README.md\"> Voraussetzungen </a> installiert.\n"
44+
"Gramps </a> alle <a href=\"https://github.com/gramps-project/gramps/"
45+
"blob/master/README.md\"> Voraussetzungen </a> installiert.\n"
4646

4747
#: PrerequisitesCheckerGramplet//PrerequisitesCheckerGramplet.py:142
4848
msgid ""
@@ -65,7 +65,7 @@ msgid ""
6565
"The following packages <b>MUST</b> be installed (Requires the minimum "
6666
"version or greater.):\n"
6767
msgstr ""
68-
"Die folgenden Pakete <b> MÜSSEN </ b> installiert sein (erfordert die "
68+
"Die folgenden Pakete <b>MÜSSEN</b> installiert sein (erfordert die "
6969
"Mindestversion oder höher):\n"
7070

7171
#: PrerequisitesCheckerGramplet//PrerequisitesCheckerGramplet.py:180
@@ -130,8 +130,7 @@ msgid ""
130130
msgstr ""
131131
"\n"
132132
"<u><b>Optionale Pakete, die von Erweiterungen von Drittanbietern benötigt"
133-
" werden</"
134-
"b></u>\n"
133+
" werden</b></u>\n"
135134

136135
#: PrerequisitesCheckerGramplet//PrerequisitesCheckerGramplet.py:229
137136
msgid ""

TMGimporter/importtmg.gpr.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
id = 'im_sqz',
6363
name = _('TMG Project Backup'),
6464
description = _('Import TMG project files'),
65-
version = '0.0.76',
65+
version = '0.0.77',
6666
gramps_target_version = grampsversion,
6767
include_in_listing = False,
6868
status = STABLE,
@@ -76,7 +76,7 @@
7676
id = 'im_pjc',
7777
name = _('TMG Unsupported'),
7878
description = _('Import TMG project files'),
79-
version = '0.0.76',
79+
version = '0.0.77',
8080
gramps_target_version = grampsversion,
8181
include_in_listing = False,
8282
status = UNSTABLE,
@@ -89,7 +89,7 @@
8989
id = 'im_tmg',
9090
name = _('TMG Unsupported'),
9191
description = _('Import TMG project files'),
92-
version = '0.0.76',
92+
version = '0.0.77',
9393
gramps_target_version = grampsversion,
9494
include_in_listing = False,
9595
status = UNSTABLE,
@@ -102,7 +102,7 @@
102102
id = 'im_ver',
103103
name = _('TMG Unsupported'),
104104
description = _('Import TMG project files'),
105-
version = '0.0.76',
105+
version = '0.0.77',
106106
gramps_target_version = grampsversion,
107107
include_in_listing = False,
108108
status = UNSTABLE,

TMGimporter/po/de-local.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ msgstr ""
7171
"DBF muss installiert sein (https://pypi.python.org/pypi/dbf).\n"
7272
"\n"
7373
"Weitere Informationen findest du unter\n"
74-
"<a href=\"https://gramps-project.org/wiki/index.php?title=Addon:TMGimporter."
74+
"<a href=\"https://gramps-project.org/wiki/index.php?title=Addon:TMGimporter"
7575
"\" title=\" https://gramps-project.org/wiki/index.php?title=Addon:TMGimporter"
7676
"\">https://gramps-project.org/wiki/index.php?title=Addon:TMGimporter</a>\n"
7777
"\n"

0 commit comments

Comments
 (0)