Skip to content

Commit 7c59a7e

Browse files
committed
ThisDayInFamilyHistory build
1 parent 8508052 commit 7c59a7e

File tree

2 files changed

+32
-24
lines changed

2 files changed

+32
-24
lines changed

PlaceUpdate/po/template.pot

Lines changed: 31 additions & 23 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: 2020-02-08 08:27-0600\n"
11+
"POT-Creation-Date: 2020-09-02 11:58-0500\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,83 +25,91 @@ msgstr ""
2525
msgid "Gramplet to manipulate multiple places"
2626
msgstr ""
2727

28-
#: PlaceUpdate/PlaceUpdate.py:53
28+
#: PlaceUpdate/PlaceUpdate.py:56
2929
msgid "Set properties for multiple places"
3030
msgstr ""
3131

32-
#: PlaceUpdate/PlaceUpdate.py:73 PlaceUpdate/PlaceUpdate.py:110
33-
msgid "None"
32+
#: PlaceUpdate/PlaceUpdate.py:77 PlaceUpdate/PlaceUpdate.py:154
33+
msgid "Select"
3434
msgstr ""
3535

36-
#: PlaceUpdate/PlaceUpdate.py:90
36+
#: PlaceUpdate/PlaceUpdate.py:96
3737
msgid ""
3838
"This gramplet allows setting properties for multiple places at the same time"
3939
msgstr ""
4040

41-
#: PlaceUpdate/PlaceUpdate.py:95
41+
#: PlaceUpdate/PlaceUpdate.py:101
4242
msgid "Place type:"
4343
msgstr ""
4444

45-
#: PlaceUpdate/PlaceUpdate.py:100
45+
#: PlaceUpdate/PlaceUpdate.py:106
4646
msgid "Tag:"
4747
msgstr ""
4848

49-
#: PlaceUpdate/PlaceUpdate.py:105
49+
#: PlaceUpdate/PlaceUpdate.py:111
5050
msgid "New enclosing place"
5151
msgstr ""
5252

53-
#: PlaceUpdate/PlaceUpdate.py:124
54-
msgid "Select enclosing place"
53+
#: PlaceUpdate/PlaceUpdate.py:116
54+
msgid "None"
55+
msgstr ""
56+
57+
#: PlaceUpdate/PlaceUpdate.py:119
58+
msgid "Timespan:"
5559
msgstr ""
5660

57-
#: PlaceUpdate/PlaceUpdate.py:128
61+
#: PlaceUpdate/PlaceUpdate.py:123
62+
msgid "Set timespan for enclosing places"
63+
msgstr ""
64+
65+
#: PlaceUpdate/PlaceUpdate.py:159
5866
msgid "Clear original enclosing places"
5967
msgstr ""
6068

61-
#: PlaceUpdate/PlaceUpdate.py:131
69+
#: PlaceUpdate/PlaceUpdate.py:162
6270
msgid "Clear tags"
6371
msgstr ""
6472

65-
#: PlaceUpdate/PlaceUpdate.py:134
73+
#: PlaceUpdate/PlaceUpdate.py:165
6674
msgid "Generate hierarchy"
6775
msgstr ""
6876

69-
#: PlaceUpdate/PlaceUpdate.py:140
77+
#: PlaceUpdate/PlaceUpdate.py:171
7078
msgid "use spaces as separator"
7179
msgstr ""
7280

73-
#: PlaceUpdate/PlaceUpdate.py:144
81+
#: PlaceUpdate/PlaceUpdate.py:175
7482
msgid "reverse hierarchy"
7583
msgstr ""
7684

77-
#: PlaceUpdate/PlaceUpdate.py:150
85+
#: PlaceUpdate/PlaceUpdate.py:181
7886
msgid "Replace text"
7987
msgstr ""
8088

81-
#: PlaceUpdate/PlaceUpdate.py:153
89+
#: PlaceUpdate/PlaceUpdate.py:184
8290
msgid "Use regex"
8391
msgstr ""
8492

85-
#: PlaceUpdate/PlaceUpdate.py:162
93+
#: PlaceUpdate/PlaceUpdate.py:193
8694
msgid "Old text:"
8795
msgstr ""
8896

89-
#: PlaceUpdate/PlaceUpdate.py:166
97+
#: PlaceUpdate/PlaceUpdate.py:197
9098
msgid "New text:"
9199
msgstr ""
92100

93-
#: PlaceUpdate/PlaceUpdate.py:178
101+
#: PlaceUpdate/PlaceUpdate.py:209
94102
msgid "Clear selections"
95103
msgstr ""
96104

97-
#: PlaceUpdate/PlaceUpdate.py:182
105+
#: PlaceUpdate/PlaceUpdate.py:213
98106
msgid "Apply to selected places"
99107
msgstr ""
100108

101-
#: PlaceUpdate/PlaceUpdate.py:224
109+
#: PlaceUpdate/PlaceUpdate.py:266
102110
msgid "Setting place properties"
103111
msgstr ""
104112

105-
#: PlaceUpdate/PlaceUpdate.py:262
113+
#: PlaceUpdate/PlaceUpdate.py:304
106114
msgid "Regex operation failed: {}"
107115
msgstr ""

ThisDayInFamilyHistory/ThisDayInFamilyHistory.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
id="This Day in Family History",
77
name=_("This Day in Family History"),
88
description = _("A configurable program that shows you the connected events from your family tree that match today's day and month."),
9-
version = '1.0.7',
9+
version = '1.0.8',
1010
fname="ThisDayInFamilyHistory.py",
1111
authors="Stephen Adams",
1212
gramplet = 'ThisDayInFamilyHistory',

0 commit comments

Comments
 (0)