Commit Graph
22600 Commits
Author SHA1 Message Date
Nemeséri LajosandRoss Gammon ae2223bd8b update Hungarian translation 2015-05-09 00:31:32 +02:00
Jérôme RapinatandRoss Gammon a7d63e2eee 6403: false positive on pattern 2015-05-09 00:31:32 +02:00
kulathandRoss Gammon e74955d5f8 0004412: Entering a witness to an event such as marriage
In some circumstances (after a Father's age of Mother's age) a witness
could be ignored.
2015-05-09 00:31:32 +02:00
Jérôme RapinatandRoss Gammon 50ce6c6c79 6403: add a rule for checking mapping key 2015-05-09 00:31:31 +02:00
Matt KeenanandRoss Gammon d94e67399e 8468: GuiColorOption missing avail-changed event handler 2015-05-09 00:31:31 +02:00
Nick HallandRoss Gammon af41f88760 8128: Add transient parent to editor warning dialog 2015-05-09 00:31:31 +02:00
kulathandRoss Gammon 506e380431 0008355: Gramps can't [GEDCOM] import estim. date period exported by
itself

Changed output format to DATE EST FROM TO and DATE CALC FROM TO. Also
changed in Narrative Web (which uses the same functions).
2015-05-09 00:31:31 +02:00
Paul FranklinandRoss Gammon f6859e21bf tweak report's filter option to display per the report's name-format 2015-05-09 00:31:31 +02:00
Paul FranklinandRoss Gammon 3cfbc16ff5 tweak report's filter option to display per the report's name-format 2015-05-09 00:31:31 +02:00
Paul FranklinandRoss Gammon 9900edc5c1 add filter name to report's title, tweak report's filter option display 2015-05-09 00:31:31 +02:00
Paul FranklinandRoss Gammon aceb7430bd tweak report's filter option to display per the report's name-format 2015-05-09 00:31:31 +02:00
Paul FranklinandRoss Gammon 5795edd6ed tweak report's filter option to display per the report's name-format 2015-05-09 00:31:31 +02:00
Paul FranklinandRoss Gammon 303d830a36 add name-format option, and deferred translation to report's second line 2015-05-09 00:31:31 +02:00
Paul FranklinandRoss Gammon 4bd3e77d99 add deferred translation to report's second line 2015-05-09 00:31:31 +02:00
Nemeséri LajosandRoss Gammon b8f5c482d1 merge Hungarian translation 2015-05-09 00:31:31 +02:00
Jérôme RapinatandRoss Gammon 36e57ad59f update Hungarian translation 2015-05-09 00:31:30 +02:00
Paul FranklinandRoss Gammon 014507ad88 slight tweak to name-format option 2015-05-09 00:31:30 +02:00
Paul FranklinandRoss Gammon 30fd78ccf1 add another missing import 2015-05-09 00:31:30 +02:00
Paul FranklinandRoss Gammon 5d87d712f5 add missing import 2015-05-09 00:31:30 +02:00
Paul FranklinandRoss Gammon 18300e28de slight tweak to name_format option 2015-05-09 00:31:30 +02:00
Paul FranklinandRoss Gammon 2cd8de2313 enable deferred translation of get_person_filters filter list 2015-05-09 00:31:30 +02:00
Paul FranklinandRoss Gammon 82d6e5d215 add DeferredFilter class (a subclass of GenericFilter) 2015-05-09 00:31:30 +02:00
kulathandRoss Gammon e6cb3b1360 Fix bug in processing of Place FORM in GEDCOM import as a result of fix
for 8233.

When an unused Place was removed, PlaceImport still tried to generate
the place hierarchy. Also fixed bug in GEDCOM import where a default
PLAC FORM in the GEDCOM header was ignored.
2015-05-09 00:31:30 +02:00
erikdrgmandRoss Gammon 4c69260c4b Updated 150326 Dutch translation 2015-05-09 00:31:30 +02:00
LeonhaeuserandRoss Gammon 8db502cea5 update German translation 2015-05-09 00:31:29 +02:00
Jérôme RapinatandRoss Gammon 4a088bae53 Remove --no-wrap option from merging
Consistency with most translation files
2015-05-09 00:31:29 +02:00
kulathandRoss Gammon a6abc76a74 Fix spurious generation of empty 'Alternative Name' in place.merge()
with an empty name

Bug discovered during testing of fix to 8233 (thanks, Enno for
discovering the problem and the fix).
2015-05-09 00:31:29 +02:00
Jérôme RapinatandRoss Gammon e1ff1a78b3 6403: remove markup in translation
new strings on style editor used old builder style
2015-05-09 00:31:29 +02:00
Sveinn í FelliandRoss Gammon d772bb8357 Update Icelandic translation 2015-05-09 00:31:29 +02:00
Jérôme RapinatandRoss Gammon 4326d00591 quick test and update 2015-05-09 00:31:29 +02:00
Jérôme RapinatandRoss Gammon 5180620a49 fix confusing strings
update tempate

xgettext prior to 0.18.3 leads to error

try to limit bsddb3 mistake on new installation
2015-05-09 00:31:29 +02:00
Paul FranklinandRoss Gammon e9741e138d move some unrelated comments away from translated strings 2015-05-09 00:31:29 +02:00
Paul FranklinandRoss Gammon cf4f3f549f typo 2015-05-09 00:31:28 +02:00
LeonhaeuserandRoss Gammon 988797dc21 update German translation 2015-05-09 00:31:28 +02:00
kulathandRoss Gammon 075f2ccb7b 3082, 4439, 7134, 8279 Various fixes for GEDCOM import.
0003082: 1/4 and 1/2 ANSEL characters not supported on importing ANSEL
GEDCOM
0004439: [Info]: characters ignored on a Gedcom encoded ANSI (cp1252
West Europe, USA)
0007134: Failure importing ANSEL encoded gedcom file.
0008279: GEDCOM import fails for ANSI file incorrectly opened with the
utf8 locale

Fixed GEDCOM import not working properly for Python3; other problems
also corected, including fixing the inability to import Windows CP1252
coded files. Also more consistent fix for 8014. Ensured any error
messages are not lost. Fixed a few ANSEL characters that were not
translated.
2015-05-09 00:31:28 +02:00
John RallsandRoss Gammon 3f23c2c5cd Updates for building and bundling with Python3
Note that building currently requires bouncing back and forth between python2 and python3.
2015-05-09 00:31:28 +02:00
Paul FranklinandRoss Gammon 092a9025dc fix date displayer TODO: estimated and calculated month inflections 2015-05-09 00:31:28 +02:00
LeonhaeuserandRoss Gammon 9877666fa5 small fix in German translation 2015-05-09 00:31:28 +02:00
Paul FranklinandRoss Gammon 35e42dbd06 update "master" da.po (with "update_po.py -m da.po") 2015-05-09 00:31:28 +02:00
erikdrgmandRoss Gammon 71e3729b14 Updated 150320 Dutch translation 2015-05-09 00:31:27 +02:00
Jérôme RapinatandRoss Gammon 20ec704d5d Update french translation 2015-05-09 00:31:27 +02:00
Jérôme RapinatandRoss Gammon 2e2c32708f Test merging on french translation 2015-05-09 00:31:27 +02:00
Jérôme RapinatandRoss Gammon 68f319052c tweak, polish argument for encoding 2015-05-09 00:31:27 +02:00
Jérôme RapinatandRoss Gammon dcdf2be76f Improve TipsParse for python3 support 2015-05-09 00:31:27 +02:00
Paul FranklinandRoss Gammon 16ef886292 new translation template (gramps.pot) for "master" 2015-05-09 00:31:27 +02:00
Paul FranklinandRoss Gammon a9806d649e slight tweak to date displayer, for Finnish 2015-05-09 00:31:27 +02:00
SNoiraudandRoss Gammon 5af8c0d992 geography: bad copy/paste. Points are at the same level. 2015-05-09 00:31:27 +02:00
SNoiraudandRoss Gammon a40f3e70cf geography: bug8450: Attempting to add a bookmark causes an error. 2015-05-09 00:31:27 +02:00
Paul FranklinandRoss Gammon 6ca9487709 remove unneeded code 2015-05-09 00:31:27 +02:00
Jérôme RapinatandRoss Gammon a1f67b92e0 workaround before python3 support 2015-05-09 00:31:26 +02:00