Skip to content

Commit eab8021

Browse files
committed
Rebuild[GEPS039]Genealogical Symbols[Gramps51]
1 parent f42064d commit eab8021

File tree

6 files changed

+132
-152
lines changed

6 files changed

+132
-152
lines changed

GraphView/graphview.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
name = _("Graph View"),
3737
category = ("Ancestry", _("Charts")),
3838
description = _("Dynamic and interactive graph of relations"),
39-
version = '1.0.90',
39+
version = '1.0.91',
4040
gramps_target_version = "5.1",
4141
status = STABLE,
4242
fname = 'graphview.py',

GraphView/po/template.pot

Lines changed: 56 additions & 72 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-05-21 10:04+1000\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"
@@ -69,242 +69,226 @@ msgstr ""
6969
msgid "Continue"
7070
msgstr ""
7171

72-
#: GraphView/graphview.py:169
73-
msgid "_Print..."
74-
msgstr ""
75-
76-
#: GraphView/graphview.py:171
77-
msgid ""
78-
"Save the dot file for a later print.\n"
79-
"This will save a .gv file and a svg file.\n"
80-
"You must select a .gv file"
81-
msgstr ""
82-
83-
#: GraphView/graphview.py:434 GraphView/graphview.py:1037
72+
#: GraphView/graphview.py:492 GraphView/graphview.py:1102
8473
msgid "Show images"
8574
msgstr ""
8675

87-
#: GraphView/graphview.py:436 GraphView/graphview.py:1045
76+
#: GraphView/graphview.py:494 GraphView/graphview.py:1110
8877
msgid "Highlight the home person"
8978
msgstr ""
9079

91-
#: GraphView/graphview.py:439 GraphView/graphview.py:1053
80+
#: GraphView/graphview.py:497 GraphView/graphview.py:1118
9281
msgid "Show full dates"
9382
msgstr ""
9483

95-
#: GraphView/graphview.py:442 GraphView/graphview.py:1061
84+
#: GraphView/graphview.py:500 GraphView/graphview.py:1126
9685
msgid "Show places"
9786
msgstr ""
9887

99-
#: GraphView/graphview.py:444 GraphView/graphview.py:1069
88+
#: GraphView/graphview.py:502 GraphView/graphview.py:1134
10089
msgid "Show tags"
10190
msgstr ""
10291

103-
#: GraphView/graphview.py:446
92+
#: GraphView/graphview.py:504
10493
msgid "Layout"
10594
msgstr ""
10695

107-
#: GraphView/graphview.py:459
96+
#: GraphView/graphview.py:517
10897
msgid "Path color to home person"
10998
msgstr ""
11099

111-
#: GraphView/graphview.py:462
100+
#: GraphView/graphview.py:520
112101
msgid "Colors"
113102
msgstr ""
114103

115-
#: GraphView/graphview.py:475 GraphView/graphview.py:1079
104+
#: GraphView/graphview.py:533 GraphView/graphview.py:1144
116105
msgid "Show animation"
117106
msgstr ""
118107

119-
#: GraphView/graphview.py:479
108+
#: GraphView/graphview.py:537
120109
msgid "Animation speed (1..5 and 5 is the slower)"
121110
msgstr ""
122111

123-
#: GraphView/graphview.py:483
112+
#: GraphView/graphview.py:541
124113
msgid "Animation count (0..8 use 0 to turn off)"
125114
msgstr ""
126115

127-
#: GraphView/graphview.py:492
116+
#: GraphView/graphview.py:550
128117
msgid "Animation"
129118
msgstr ""
130119

131-
#: GraphView/graphview.py:508
120+
#: GraphView/graphview.py:565
132121
msgid "Select a dot file name"
133122
msgstr ""
134123

135-
#: GraphView/graphview.py:510
124+
#: GraphView/graphview.py:568
136125
msgid "_Cancel"
137126
msgstr ""
138127

139-
#: GraphView/graphview.py:511
128+
#: GraphView/graphview.py:569
140129
msgid "_Apply"
141130
msgstr ""
142131

143-
#: GraphView/graphview.py:525
132+
#: GraphView/graphview.py:582
144133
msgid "File already exists"
145134
msgstr ""
146135

147-
#: GraphView/graphview.py:526
136+
#: GraphView/graphview.py:583
148137
msgid ""
149138
"You can choose to either overwrite the file, or change the selected filename."
150139
msgstr ""
151140

152-
#: GraphView/graphview.py:528
141+
#: GraphView/graphview.py:585
153142
msgid "_Overwrite"
154143
msgstr ""
155144

156-
#: GraphView/graphview.py:529
145+
#: GraphView/graphview.py:586
157146
msgid "_Change filename"
158147
msgstr ""
159148

160-
#: GraphView/graphview.py:544
149+
#: GraphView/graphview.py:601
161150
#, python-format
162151
msgid "Could not create %s"
163152
msgstr ""
164153

165-
#: GraphView/graphview.py:596
154+
#: GraphView/graphview.py:655
166155
msgid "Zoom in"
167156
msgstr ""
168157

169-
#: GraphView/graphview.py:603
158+
#: GraphView/graphview.py:662
170159
msgid "Zoom out"
171160
msgstr ""
172161

173-
#: GraphView/graphview.py:610
162+
#: GraphView/graphview.py:669
174163
msgid "Zoom to original"
175164
msgstr ""
176165

177-
#: GraphView/graphview.py:617
166+
#: GraphView/graphview.py:676
178167
msgid "Zoom to best fit"
179168
msgstr ""
180169

181-
#: GraphView/graphview.py:624
170+
#: GraphView/graphview.py:683
182171
msgid "Go to active person"
183172
msgstr ""
184173

185-
#: GraphView/graphview.py:634
174+
#: GraphView/graphview.py:693
186175
msgid "Go to bookmark"
187176
msgstr ""
188177

189-
#: GraphView/graphview.py:642
178+
#: GraphView/graphview.py:701
190179
msgid "Ancestor generations"
191180
msgstr ""
192181

193-
#: GraphView/graphview.py:651
182+
#: GraphView/graphview.py:710
194183
msgid "Descendant generations"
195184
msgstr ""
196185

197-
#: GraphView/graphview.py:760
186+
#: GraphView/graphview.py:825
198187
#, python-format
199188
msgid ""
200189
"Person <b><i>%s</i></b> is not in the current view.\n"
201190
"Do you want to set it active and rebuild view?"
202191
msgstr ""
203192

204-
#: GraphView/graphview.py:763
193+
#: GraphView/graphview.py:828
205194
msgid "Change active person?"
206195
msgstr ""
207196

208-
#: GraphView/graphview.py:764
197+
#: GraphView/graphview.py:829
209198
msgid "Yes"
210199
msgstr ""
211200

212-
#: GraphView/graphview.py:764
201+
#: GraphView/graphview.py:829
213202
msgid "No"
214203
msgstr ""
215204

216-
#: GraphView/graphview.py:1088
205+
#: GraphView/graphview.py:1153
217206
msgid "Lines type"
218207
msgstr ""
219208

220-
#: GraphView/graphview.py:1094
209+
#: GraphView/graphview.py:1159
221210
msgid "Direct"
222211
msgstr ""
223212

224-
#: GraphView/graphview.py:1102
213+
#: GraphView/graphview.py:1167
225214
msgid "Curves"
226215
msgstr ""
227216

228-
#: GraphView/graphview.py:1110
217+
#: GraphView/graphview.py:1175
229218
msgid "Ortho"
230219
msgstr ""
231220

232-
#: GraphView/graphview.py:1141
221+
#: GraphView/graphview.py:1206
233222
msgid "About Graph View"
234223
msgstr ""
235224

236-
#: GraphView/graphview.py:1156 GraphView/graphview.py:1352
225+
#: GraphView/graphview.py:1221 GraphView/graphview.py:1417
237226
msgid "Edit"
238227
msgstr ""
239228

240-
#: GraphView/graphview.py:1159 GraphView/graphview.py:1355
229+
#: GraphView/graphview.py:1224 GraphView/graphview.py:1420
241230
msgid "Edit tags"
242231
msgstr ""
243232

244-
#: GraphView/graphview.py:1162
233+
#: GraphView/graphview.py:1227
245234
msgid "_Copy"
246235
msgstr ""
247236

248-
#: GraphView/graphview.py:1172
237+
#: GraphView/graphview.py:1237
249238
msgid "Spouses"
250239
msgstr ""
251240

252-
#: GraphView/graphview.py:1177 GraphView/graphview.py:1305
241+
#: GraphView/graphview.py:1242 GraphView/graphview.py:1370
253242
msgid "Add"
254243
msgstr ""
255244

256-
#: GraphView/graphview.py:1202
245+
#: GraphView/graphview.py:1267
257246
msgid "Siblings"
258247
msgstr ""
259248

260-
#: GraphView/graphview.py:1271
249+
#: GraphView/graphview.py:1336
261250
msgid "Parents"
262251
msgstr ""
263252

264-
#: GraphView/graphview.py:1311
253+
#: GraphView/graphview.py:1376
265254
msgid "Related"
266255
msgstr ""
267256

268-
#: GraphView/graphview.py:1343
257+
#: GraphView/graphview.py:1408
269258
msgid "Set as home person"
270259
msgstr ""
271260

272-
#: GraphView/graphview.py:1373
261+
#: GraphView/graphview.py:1438
273262
msgid "Children"
274263
msgstr ""
275264

276-
#: GraphView/graphview.py:1386
265+
#: GraphView/graphview.py:1451
277266
msgid "Add child to family"
278267
msgstr ""
279268

280-
#: GraphView/graphview.py:1465
269+
#: GraphView/graphview.py:1530
281270
msgid "Add Child to Family"
282271
msgstr ""
283272

284-
#: GraphView/graphview.py:1548
273+
#: GraphView/graphview.py:1613
285274
msgid "Adding Tags"
286275
msgstr ""
287276

288-
#: GraphView/graphview.py:1554
277+
#: GraphView/graphview.py:1619
289278
#, python-format
290279
msgid "Adding Tags to person (%s)"
291280
msgstr ""
292281

293-
#: GraphView/graphview.py:1559
282+
#: GraphView/graphview.py:1624
294283
#, python-format
295284
msgid "Adding Tags to family (%s)"
296285
msgstr ""
297286

298-
#: GraphView/graphview.py:2631
299-
#, python-format
300-
msgid "b. %s"
301-
msgstr ""
302-
303-
#: GraphView/graphview.py:2636
287+
#: GraphView/graphview.py:2717 GraphView/graphview.py:2724
304288
#, python-format
305-
msgid "d. %s"
289+
msgid "%s %s"
306290
msgstr ""
307291

308-
#: GraphView/graphview.py:2815
292+
#: GraphView/graphview.py:2903
309293
msgid "<b>Tags:</b>"
310294
msgstr ""

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.10',
37+
version = '1.0.11',
3838
gramps_target_version = '5.1',
3939
status = STABLE,
4040
fname = 'QuiltView.py',

0 commit comments

Comments
 (0)