Skip to content

Commit 82fc932

Browse files
committed
Rebuild[Graph View]Display invalid dates when show_full_dates==True[gramps51](#229)
1 parent df65beb commit 82fc932

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

GraphView/graphview.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
name = _("Graph View"),
3333
category = ("Ancestry", _("Charts")),
3434
description = _("Dynamic and interactive graph of relations"),
35-
version = '1.0.100',
35+
version = '1.0.101',
3636
gramps_target_version = "5.1",
3737
status = STABLE,
3838
fname = 'graphview.py',

GraphView/po/template.pot

Lines changed: 49 additions & 49 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-09-25 10:45+1000\n"
11+
"POT-Creation-Date: 2019-09-25 10:54+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,23 +69,23 @@ msgstr ""
6969
msgid "Continue"
7070
msgstr ""
7171

72-
#: GraphView/graphview.py:559 GraphView/graphview.py:2984
72+
#: GraphView/graphview.py:559 GraphView/graphview.py:2986
7373
msgid "Show images"
7474
msgstr ""
7575

76-
#: GraphView/graphview.py:561 GraphView/graphview.py:2992
76+
#: GraphView/graphview.py:561 GraphView/graphview.py:2994
7777
msgid "Highlight the home person"
7878
msgstr ""
7979

80-
#: GraphView/graphview.py:564 GraphView/graphview.py:3000
80+
#: GraphView/graphview.py:564 GraphView/graphview.py:3002
8181
msgid "Show full dates"
8282
msgstr ""
8383

84-
#: GraphView/graphview.py:567 GraphView/graphview.py:3008
84+
#: GraphView/graphview.py:567 GraphView/graphview.py:3010
8585
msgid "Show places"
8686
msgstr ""
8787

88-
#: GraphView/graphview.py:569 GraphView/graphview.py:3016
88+
#: GraphView/graphview.py:569 GraphView/graphview.py:3018
8989
msgid "Show tags"
9090
msgstr ""
9191

@@ -101,7 +101,7 @@ msgstr ""
101101
msgid "Colors"
102102
msgstr ""
103103

104-
#: GraphView/graphview.py:600 GraphView/graphview.py:3026
104+
#: GraphView/graphview.py:600 GraphView/graphview.py:3028
105105
msgid "Show animation"
106106
msgstr ""
107107

@@ -243,8 +243,8 @@ msgstr ""
243243
msgid "Add active person"
244244
msgstr ""
245245

246-
#: GraphView/graphview.py:982 GraphView/graphview.py:3073
247-
#: GraphView/graphview.py:3258
246+
#: GraphView/graphview.py:982 GraphView/graphview.py:3075
247+
#: GraphView/graphview.py:3260
248248
msgid "Edit"
249249
msgstr ""
250250

@@ -292,13 +292,13 @@ msgstr ""
292292
msgid "Change active person?"
293293
msgstr ""
294294

295-
#: GraphView/graphview.py:1160 GraphView/graphview.py:3690
296-
#: GraphView/graphview.py:3719
295+
#: GraphView/graphview.py:1160 GraphView/graphview.py:3692
296+
#: GraphView/graphview.py:3721
297297
msgid "Yes"
298298
msgstr ""
299299

300-
#: GraphView/graphview.py:1160 GraphView/graphview.py:3690
301-
#: GraphView/graphview.py:3719
300+
#: GraphView/graphview.py:1160 GraphView/graphview.py:3692
301+
#: GraphView/graphview.py:3721
302302
msgid "No"
303303
msgstr ""
304304

@@ -307,156 +307,156 @@ msgstr ""
307307
msgid "%s %s"
308308
msgstr ""
309309

310-
#: GraphView/graphview.py:2656
310+
#: GraphView/graphview.py:2658
311311
msgid "<b>Tags:</b>"
312312
msgstr ""
313313

314-
#: GraphView/graphview.py:3035
314+
#: GraphView/graphview.py:3037
315315
msgid "Lines type"
316316
msgstr ""
317317

318-
#: GraphView/graphview.py:3039
318+
#: GraphView/graphview.py:3041
319319
msgid "Direct"
320320
msgstr ""
321321

322-
#: GraphView/graphview.py:3047
322+
#: GraphView/graphview.py:3049
323323
msgid "Curves"
324324
msgstr ""
325325

326-
#: GraphView/graphview.py:3055
326+
#: GraphView/graphview.py:3057
327327
msgid "Ortho"
328328
msgstr ""
329329

330-
#: GraphView/graphview.py:3076
330+
#: GraphView/graphview.py:3078
331331
msgid "Copy"
332332
msgstr ""
333333

334-
#: GraphView/graphview.py:3079 GraphView/graphview.py:3261
334+
#: GraphView/graphview.py:3081 GraphView/graphview.py:3263
335335
msgid "Remove"
336336
msgstr ""
337337

338-
#: GraphView/graphview.py:3085 GraphView/graphview.py:3267
338+
#: GraphView/graphview.py:3087 GraphView/graphview.py:3269
339339
msgid "Tags"
340340
msgstr ""
341341

342-
#: GraphView/graphview.py:3087
342+
#: GraphView/graphview.py:3089
343343
msgid "Select tags for person"
344344
msgstr ""
345345

346-
#: GraphView/graphview.py:3090 GraphView/graphview.py:3272
346+
#: GraphView/graphview.py:3092 GraphView/graphview.py:3274
347347
msgid "Organize Tags..."
348348
msgstr ""
349349

350-
#: GraphView/graphview.py:3094 GraphView/graphview.py:3276
350+
#: GraphView/graphview.py:3096 GraphView/graphview.py:3278
351351
msgid "Spouses"
352352
msgstr ""
353353

354-
#: GraphView/graphview.py:3096
354+
#: GraphView/graphview.py:3098
355355
msgid "Add new family"
356356
msgstr ""
357357

358-
#: GraphView/graphview.py:3117
358+
#: GraphView/graphview.py:3119
359359
msgid "Siblings"
360360
msgstr ""
361361

362-
#: GraphView/graphview.py:3183
362+
#: GraphView/graphview.py:3185
363363
msgid "Parents"
364364
msgstr ""
365365

366-
#: GraphView/graphview.py:3214
366+
#: GraphView/graphview.py:3216
367367
msgid "Add parents"
368368
msgstr ""
369369

370-
#: GraphView/graphview.py:3218
370+
#: GraphView/graphview.py:3220
371371
msgid "Related"
372372
msgstr ""
373373

374-
#: GraphView/graphview.py:3237
374+
#: GraphView/graphview.py:3239
375375
msgid "Set as home person"
376376
msgstr ""
377377

378-
#: GraphView/graphview.py:3243 GraphView/search_widget.py:329
378+
#: GraphView/graphview.py:3245 GraphView/search_widget.py:329
379379
#: GraphView/search_widget.py:400
380380
msgid "Remove from bookmarks"
381381
msgstr ""
382382

383-
#: GraphView/graphview.py:3246 GraphView/search_widget.py:337
383+
#: GraphView/graphview.py:3248 GraphView/search_widget.py:337
384384
#: GraphView/search_widget.py:413
385385
msgid "Add to bookmarks"
386386
msgstr ""
387387

388-
#: GraphView/graphview.py:3269
388+
#: GraphView/graphview.py:3271
389389
msgid "Select tags for family"
390390
msgstr ""
391391

392-
#: GraphView/graphview.py:3286
392+
#: GraphView/graphview.py:3288
393393
msgid "Add father"
394394
msgstr ""
395395

396-
#: GraphView/graphview.py:3295
396+
#: GraphView/graphview.py:3297
397397
msgid "Add mother"
398398
msgstr ""
399399

400-
#: GraphView/graphview.py:3307
400+
#: GraphView/graphview.py:3309
401401
msgid "Children"
402402
msgstr ""
403403

404-
#: GraphView/graphview.py:3316
404+
#: GraphView/graphview.py:3318
405405
msgid "Add child to family"
406406
msgstr ""
407407

408-
#: GraphView/graphview.py:3387
408+
#: GraphView/graphview.py:3389
409409
msgid "About Graph View"
410410
msgstr ""
411411

412-
#: GraphView/graphview.py:3577
412+
#: GraphView/graphview.py:3579
413413
msgid "Adding Tags"
414414
msgstr ""
415415

416-
#: GraphView/graphview.py:3583
416+
#: GraphView/graphview.py:3585
417417
#, python-format
418418
msgid "Adding Tags to person (%s)"
419419
msgstr ""
420420

421-
#: GraphView/graphview.py:3588
421+
#: GraphView/graphview.py:3590
422422
#, python-format
423423
msgid "Adding Tags to family (%s)"
424424
msgstr ""
425425

426-
#: GraphView/graphview.py:3671
426+
#: GraphView/graphview.py:3673
427427
msgid "Add Child to Family"
428428
msgstr ""
429429

430-
#: GraphView/graphview.py:3686
430+
#: GraphView/graphview.py:3688
431431
#, python-format
432432
msgid "Delete %s?"
433433
msgstr ""
434434

435-
#: GraphView/graphview.py:3687
435+
#: GraphView/graphview.py:3689
436436
#, python-format
437437
msgid "Deleting the person [%s] will remove it from the database."
438438
msgstr ""
439439

440-
#: GraphView/graphview.py:3699
440+
#: GraphView/graphview.py:3701
441441
#, python-format
442442
msgid "Delete Person (%s)"
443443
msgstr ""
444444

445-
#: GraphView/graphview.py:3716
445+
#: GraphView/graphview.py:3718
446446
#, python-format
447447
msgid "Delete family [%s]?"
448448
msgstr ""
449449

450-
#: GraphView/graphview.py:3717
450+
#: GraphView/graphview.py:3719
451451
msgid "Deleting the family will remove it from the database."
452452
msgstr ""
453453

454-
#: GraphView/graphview.py:3728
454+
#: GraphView/graphview.py:3730
455455
#, python-format
456456
msgid "Delete Family [%s]"
457457
msgstr ""
458458

459-
#: GraphView/graphview.py:3747
459+
#: GraphView/graphview.py:3749
460460
#, python-format
461461
msgid "%s has been bookmarked"
462462
msgstr ""

0 commit comments

Comments
 (0)