From cf24217bdb411134de590773faee4a056d393ec0 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Fri, 21 Mar 2003 04:42:12 +0000 Subject: [PATCH] Message for place displays svn: r1374 --- gramps2/src/GedcomInfo.py | 2 +- gramps2/src/GenericFilter.py | 2 +- gramps2/src/MediaView.py | 2 +- gramps2/src/gramps_main.py | 15 + gramps2/src/po/template.po | 1491 ++++++++++++++++++---------------- 5 files changed, 797 insertions(+), 715 deletions(-) diff --git a/gramps2/src/GedcomInfo.py b/gramps2/src/GedcomInfo.py index baa69d720..a6f980b36 100644 --- a/gramps2/src/GedcomInfo.py +++ b/gramps2/src/GedcomInfo.py @@ -144,7 +144,7 @@ class GedcomInfoDB: try: file = "%s/gedcom.xml" % const.dataDir - f = open(file,"r") + f = open(file.encode('iso8859-1'),"r") except: return diff --git a/gramps2/src/GenericFilter.py b/gramps2/src/GenericFilter.py index 6f1ccd06b..450d81b9b 100644 --- a/gramps2/src/GenericFilter.py +++ b/gramps2/src/GenericFilter.py @@ -789,7 +789,7 @@ class GenericFilterList: # except: # return - f = open(self.file,'w') + f = open(self.file.encode('iso8859-1'),'w') f.write("\n") f.write('\n') diff --git a/gramps2/src/MediaView.py b/gramps2/src/MediaView.py index aaaf5cabd..37bc9e881 100644 --- a/gramps2/src/MediaView.py +++ b/gramps2/src/MediaView.py @@ -329,7 +329,7 @@ class MediaView: try: tfile,headers = u.retrieve(d) except IOError, msg: - ErrorDialog(t,str(msg)) + ErrorDialog(_('Image import failed'),str(msg)) return mime = Utils.get_mime_type(tfile) photo = RelLib.Photo() diff --git a/gramps2/src/gramps_main.py b/gramps2/src/gramps_main.py index 8d55817fd..84a1a3ffe 100755 --- a/gramps2/src/gramps_main.py +++ b/gramps2/src/gramps_main.py @@ -649,7 +649,12 @@ class Gramps: elif page == 3: self.source_view.load_sources() elif page == 4: + if len(self.db.getPlaceKeys()) > 2000: + self.status_text(_('Updating display - this may take a few seconds...')) + else: + self.status_text(_('Updating display...')) self.place_view.load_places() + self.modify_statusbar() self.place_loaded = 1 elif page == 5: self.media_view.load_media() @@ -671,7 +676,12 @@ class Gramps: elif page == 3: self.source_view.load_sources() elif page == 4: + if len(self.db.getPlaceKeys()) > 2000: + self.status_text(_('Updating display - this may take a few seconds...')) + else: + self.status_text(_('Updating display...')) self.place_view.load_places() + self.modify_statusbar() self.place_loaded = 1 else: self.media_view.load_media() @@ -1117,9 +1127,14 @@ class Gramps: def on_places_activate(self,obj): """Switches to the places view""" + if len(self.db.getPlaceKeys()) > 2000: + self.status_text(_('Updating display - this may take a few seconds...')) + else: + self.status_text(_('Updating display...')) if self.place_loaded == 0: self.place_view.load_places() self.place_loaded = 1 + self.modify_statusbar() self.notebook.set_current_page(4) def on_media_activate(self,obj): diff --git a/gramps2/src/po/template.po b/gramps2/src/po/template.po index 45ea9bb99..b82cab496 100644 --- a/gramps2/src/po/template.po +++ b/gramps2/src/po/template.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GRAMPS VERSION\n" -"POT-Creation-Date: Thu Mar 13 22:41:19 2003\n" +"POT-Creation-Date: Thu Mar 20 21:23:15 2003\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -24,22 +24,21 @@ msgid "The filename supplied could not be found." msgstr "" #: AddSpouse.py:85 ChooseParents.py:55 EditPerson.py:206 FamilyView.py:138 -#: SelectChild.py:105 gramps_main.py:91 plugins/FilterEditor.py:130 +#: SelectChild.py:105 gramps_main.py:92 plugins/FilterEditor.py:130 #: plugins/IndivComplete.py:370 plugins/IndivSummary.py:211 -#: plugins/RelCalc.py:322 plugins/TimeLine.py:336 plugins/WebPage.py:274 -#: plugins/soundex.glade:108 +#: plugins/RelCalc.py:326 plugins/TimeLine.py:336 plugins/WebPage.py:274 msgid "Name" msgstr "" #: AddSpouse.py:85 ChooseParents.py:55 FamilyView.py:138 ImageSelect.py:824 #: MediaView.py:59 PlaceView.py:48 SelectChild.py:105 SourceView.py:54 -#: Sources.py:75 Sources.py:145 Witness.py:54 gramps_main.py:91 -#: plugins/RelCalc.py:322 +#: Sources.py:75 Sources.py:145 Witness.py:54 gramps_main.py:92 +#: plugins/RelCalc.py:326 msgid "ID" msgstr "" #: AddSpouse.py:85 ChooseParents.py:55 FamilyView.py:139 SelectChild.py:105 -#: gramps_main.py:92 +#: gramps_main.py:93 msgid "Birth date" msgstr "" @@ -51,12 +50,12 @@ msgstr "" msgid "Choose Spouse/Partner" msgstr "" -#: AddSpouse.py:109 const.py:431 const.py:439 plugins/FamilyGroup.py:299 +#: AddSpouse.py:109 const.py:429 const.py:437 plugins/FamilyGroup.py:299 #: plugins/FamilyGroup.py:301 msgid "Married" msgstr "" -#: AddSpouse.py:205 const.py:433 const.py:441 +#: AddSpouse.py:205 const.py:431 const.py:439 msgid "Partners" msgstr "" @@ -209,9 +208,9 @@ msgid "Choose Parents" msgstr "" #: ChooseParents.py:127 ChooseParents.py:128 ChooseParents.py:378 -#: ChooseParents.py:379 SelectChild.py:101 SelectChild.py:103 const.py:153 -#: gramps.glade:3392 gramps.glade:3585 gramps.glade:4029 gramps.glade:4209 -#: gramps.glade:5665 gramps.glade:5911 plugins/EventCmp.py:306 +#: ChooseParents.py:379 SelectChild.py:101 SelectChild.py:103 const.py:151 +#: gramps.glade:3391 gramps.glade:3584 gramps.glade:4028 gramps.glade:4208 +#: gramps.glade:5664 gramps.glade:5910 plugins/EventCmp.py:306 #: plugins/FamilyGroup.py:149 plugins/GraphViz.py:335 plugins/GraphViz.py:336 msgid "Birth" msgstr "" @@ -255,16 +254,16 @@ msgstr "" msgid "from %(start_date)s to %(stop_date)s" msgstr "" -#: DbPrompter.py:65 DbPrompter.py:117 gramps_main.py:1001 revision.glade:131 +#: DbPrompter.py:65 DbPrompter.py:117 gramps_main.py:1032 revision.glade:131 msgid "Open a database" msgstr "" -#: DbPrompter.py:97 gramps_main.py:1048 +#: DbPrompter.py:97 gramps_main.py:1080 msgid "Save database" msgstr "" -#: DbPrompter.py:106 gramps_main.py:780 gramps_main.py:1060 -#: gramps_main.py:1072 +#: DbPrompter.py:106 gramps_main.py:798 gramps_main.py:1092 +#: gramps_main.py:1104 msgid "No Comment Provided" msgstr "" @@ -285,7 +284,7 @@ msgstr "" msgid "Edit Person" msgstr "" -#: EditPerson.py:186 EditPerson.py:212 EditPlace.py:103 const.py:353 +#: EditPerson.py:186 EditPerson.py:212 EditPlace.py:103 const.py:351 #: plugins/pafexport.glade:217 msgid "Description" msgstr "" @@ -326,9 +325,9 @@ msgstr "" msgid "Path" msgstr "" -#: EditPerson.py:398 GrampsCfg.py:62 const.py:158 gramps.glade:3480 -#: gramps.glade:3673 gramps.glade:4095 gramps.glade:4275 gramps.glade:5753 -#: gramps.glade:5999 +#: EditPerson.py:398 GrampsCfg.py:62 const.py:156 gramps.glade:3479 +#: gramps.glade:3672 gramps.glade:4094 gramps.glade:4274 gramps.glade:5752 +#: gramps.glade:5998 msgid "None" msgstr "" @@ -336,7 +335,7 @@ msgstr "" msgid "%(father)s and %(mother)s" msgstr "" -#: EditPerson.py:423 const.py:144 plugins/FamilyGroup.py:385 +#: EditPerson.py:423 const.py:142 plugins/FamilyGroup.py:385 #: plugins/IndivComplete.py:259 plugins/IndivSummary.py:155 #: plugins/WebPage.py:537 msgid "unknown" @@ -400,8 +399,7 @@ msgstr "" msgid "Internet Address Editor" msgstr "" -#: EditPlace.py:357 gramps.glade:683 plugins/gedcomexport.glade:644 -#: plugins/pkgexport.glade:272 +#: EditPlace.py:357 gramps.glade:682 msgid "People" msgstr "" @@ -410,7 +408,7 @@ msgid "" "%s [%s]: event %s\n" msgstr "" -#: EditPlace.py:365 plugins/gedcomexport.glade:618 plugins/pkgexport.glade:249 +#: EditPlace.py:365 msgid "Families" msgstr "" @@ -446,11 +444,11 @@ msgstr "" msgid "Family Attributes" msgstr "" -#: EditSource.py:183 GrampsCfg.py:97 plugins/Summary.py:117 +#: EditSource.py:183 GrampsCfg.py:97 plugins/Summary.py:121 msgid "Media Objects" msgstr "" -#: EditSource.py:186 gramps.glade:867 +#: EditSource.py:186 gramps.glade:866 msgid "Places" msgstr "" @@ -462,7 +460,7 @@ msgstr "" msgid "Event Editor" msgstr "" -#: FamilyView.py:139 gramps_main.py:91 plugins/IndivComplete.py:381 +#: FamilyView.py:139 gramps_main.py:92 plugins/IndivComplete.py:381 #: plugins/IndivSummary.py:225 plugins/WebPage.py:284 plugins/WebPage.py:286 #: plugins/WebPage.py:288 msgid "Gender" @@ -477,7 +475,7 @@ msgid "Remove %s as a spouse of %s?" msgstr "" #: FamilyView.py:224 -msgid "Removing a spouse removes the relationship betwen the spouse and the active person. It does not remove the spouse from the database" +msgid "Removing a spouse removes the relationship between the spouse and the active person. It does not remove the spouse from the database" msgstr "" #: FamilyView.py:227 @@ -495,10 +493,10 @@ msgid "%s: unknown" msgstr "" #: FamilyView.py:423 Plugins.py:413 Plugins.py:414 Plugins.py:415 -#: Plugins.py:427 Plugins.py:428 Plugins.py:429 Witness.py:71 const.py:159 -#: const.py:434 const.py:442 gramps.glade:3502 gramps.glade:3695 -#: gramps.glade:4117 gramps.glade:4297 gramps.glade:5775 gramps.glade:6021 -#: gramps_main.py:1234 plugins/WebPage.py:288 +#: Plugins.py:427 Plugins.py:428 Plugins.py:429 Witness.py:71 const.py:157 +#: const.py:432 const.py:440 gramps.glade:3501 gramps.glade:3694 +#: gramps.glade:4116 gramps.glade:4296 gramps.glade:5774 gramps.glade:6020 +#: gramps_main.py:1275 plugins/WebPage.py:288 msgid "Unknown" msgstr "" @@ -526,7 +524,7 @@ msgstr "" msgid "All people" msgstr "" -#: Filter.py:73 Filter.py:80 gramps.glade:1029 +#: Filter.py:73 Filter.py:80 gramps.glade:1028 msgid "Qualifier" msgstr "" @@ -559,9 +557,9 @@ msgid "French Republican" msgstr "" #: GenericFilter.py:134 GenericFilter.py:167 GenericFilter.py:194 -#: GenericFilter.py:230 GenericFilter.py:257 gramps.glade:2287 +#: GenericFilter.py:230 GenericFilter.py:257 gramps.glade:2286 #: imagesel.glade:529 imagesel.glade:1275 mergedata.glade:468 -#: mergedata.glade:1064 +#: mergedata.glade:1060 msgid "ID:" msgstr "" @@ -570,22 +568,22 @@ msgid "Personal event:" msgstr "" #: GenericFilter.py:311 GenericFilter.py:352 GenericFilter.py:442 -#: GenericFilter.py:476 edit_person.glade:1870 edit_person.glade:3658 +#: GenericFilter.py:476 edit_person.glade:1869 edit_person.glade:3657 #: marriage.glade:410 places.glade:1394 msgid "Description:" msgstr "" #: GenericFilter.py:311 GenericFilter.py:352 GenericFilter.py:442 -#: GenericFilter.py:476 edit_person.glade:1918 marriage.glade:1499 -#: mergedata.glade:535 mergedata.glade:719 mergedata.glade:1112 -#: mergedata.glade:1160 +#: GenericFilter.py:476 edit_person.glade:1917 marriage.glade:1499 +#: mergedata.glade:534 mergedata.glade:717 mergedata.glade:1108 +#: mergedata.glade:1156 msgid "Place:" msgstr "" #: GenericFilter.py:311 GenericFilter.py:352 GenericFilter.py:442 -#: GenericFilter.py:476 edit_person.glade:1966 edit_person.glade:2832 -#: marriage.glade:314 marriage.glade:1451 mergedata.glade:559 -#: mergedata.glade:695 mergedata.glade:1088 mergedata.glade:1136 +#: GenericFilter.py:476 edit_person.glade:1965 edit_person.glade:2831 +#: marriage.glade:314 marriage.glade:1451 mergedata.glade:558 +#: mergedata.glade:693 mergedata.glade:1084 mergedata.glade:1132 msgid "Date:" msgstr "" @@ -609,7 +607,7 @@ msgstr "" msgid "Personal attribute:" msgstr "" -#: GenericFilter.py:510 GenericFilter.py:532 edit_person.glade:2450 +#: GenericFilter.py:510 GenericFilter.py:532 edit_person.glade:2449 #: imagesel.glade:836 imagesel.glade:1595 msgid "Value:" msgstr "" @@ -618,19 +616,19 @@ msgstr "" msgid "Family attribute:" msgstr "" -#: GenericFilter.py:558 edit_person.glade:1306 +#: GenericFilter.py:558 edit_person.glade:1305 msgid "Suffix:" msgstr "" -#: GenericFilter.py:558 edit_person.glade:1330 +#: GenericFilter.py:558 edit_person.glade:1329 msgid "Family name:" msgstr "" -#: GenericFilter.py:558 edit_person.glade:1354 +#: GenericFilter.py:558 edit_person.glade:1353 msgid "Given name:" msgstr "" -#: GenericFilter.py:558 edit_person.glade:1378 gramps.glade:2381 +#: GenericFilter.py:558 edit_person.glade:1377 gramps.glade:2380 #: imagesel.glade:695 msgid "Title:" msgstr "" @@ -795,7 +793,7 @@ msgstr "" msgid "Database" msgstr "" -#: GrampsCfg.py:96 GrampsCfg.py:101 plugins/verify.glade:559 +#: GrampsCfg.py:96 GrampsCfg.py:101 msgid "General" msgstr "" @@ -831,7 +829,7 @@ msgstr "" msgid "Report Preferences" msgstr "" -#: GrampsCfg.py:107 +#: GrampsCfg.py:107 config.glade:892 msgid "Researcher Information" msgstr "" @@ -839,7 +837,7 @@ msgstr "" msgid "Data Guessing" msgstr "" -#: GrampsCfg.py:632 GrampsCfg.py:647 +#: GrampsCfg.py:630 GrampsCfg.py:645 msgid "No default format" msgstr "" @@ -859,8 +857,8 @@ msgstr "" msgid "Thumbnail %s could not be found" msgstr "" -#: ImageSelect.py:440 RelImage.py:56 plugins/ReadGedcom.py:902 -#: plugins/ReadGedcom.py:937 plugins/ReadGedcom.py:972 +#: ImageSelect.py:440 RelImage.py:56 plugins/ReadGedcom.py:906 +#: plugins/ReadGedcom.py:941 plugins/ReadGedcom.py:976 msgid "Could not import %s" msgstr "" @@ -896,7 +894,7 @@ msgstr "" msgid "Person" msgstr "" -#: ImageSelect.py:835 gramps.glade:729 +#: ImageSelect.py:835 gramps.glade:728 msgid "Family" msgstr "" @@ -917,7 +915,7 @@ msgid "Marriage/Relationship Editor" msgstr "" #: Marriage.py:107 Marriage.py:565 Marriage.py:583 Utils.py:132 -#: plugins/Check.py:161 plugins/Check.py:180 +#: plugins/Check.py:162 plugins/Check.py:181 msgid "%s and %s" msgstr "" @@ -950,6 +948,10 @@ msgstr "" msgid "This media object is currently being used. If you delete this object, it will be removed from the database and from all records that reference it." msgstr "" +#: MediaView.py:332 +msgid "Image import failed" +msgstr "" + #: MergeData.py:65 msgid "Merge Places" msgstr "" @@ -1002,23 +1004,23 @@ msgstr "" msgid "Church Parish" msgstr "" -#: PlaceView.py:135 gramps_main.py:482 +#: PlaceView.py:142 gramps_main.py:481 msgid "Cannot merge people." msgstr "" -#: PlaceView.py:136 +#: PlaceView.py:143 msgid "Exactly two people must be selected to perform a merge." msgstr "" -#: PlaceView.py:191 +#: PlaceView.py:198 msgid "Delete %s" msgstr "" -#: PlaceView.py:192 -msgid "This place is currently being used at least one record in the database. Deleting it will remove it from the database and remove it from all records the reference it." +#: PlaceView.py:199 +msgid "This place is currently being used at least one record in the database. Deleting it will remove it from the database and remove it from all records that reference it." msgstr "" -#: PlaceView.py:196 +#: PlaceView.py:203 msgid "Delete Place" msgstr "" @@ -1050,10 +1052,6 @@ msgstr "" msgid "Uncategorized" msgstr "" -#: QuestionDialog.py:124 -msgid "Error" -msgstr "" - #: QuickAdd.py:45 msgid "Add Person" msgstr "" @@ -1091,10 +1089,10 @@ msgid "The file has been moved or deleted" msgstr "" #: RelImage.py:71 RelImage.py:74 RelImage.py:139 RelImage.py:142 -#: gramps_main.py:805 gramps_main.py:810 gramps_main.py:819 +#: gramps_main.py:823 gramps_main.py:828 gramps_main.py:837 #: plugins/AncestorChart.py:113 plugins/DesGraph.py:210 -#: plugins/DesGraph.py:219 plugins/WriteGedcom.py:486 -#: plugins/WriteGedcom.py:491 +#: plugins/DesGraph.py:219 plugins/WriteGedcom.py:495 +#: plugins/WriteGedcom.py:500 msgid "Could not create %s" msgstr "" @@ -1111,7 +1109,7 @@ msgid "Cannot display %s" msgstr "" #: RelImage.py:108 RelImage.py:120 -msgid "GRAMPS is not able to display the image file. This may be cause by a corrupt file." +msgid "GRAMPS is not able to display the image file. This may be caused by a corrupt file." msgstr "" #: RelImage.py:149 @@ -1339,8 +1337,8 @@ msgstr "" msgid "Report Options" msgstr "" -#: Report.py:756 gramps.glade:245 gramps.glade:976 plugins/FilterEditor.py:70 -#: plugins/gedcomexport.glade:157 plugins/pafexport.glade:127 +#: Report.py:756 gramps.glade:244 gramps.glade:975 plugins/FilterEditor.py:70 +#: plugins/pafexport.glade:127 msgid "Filter" msgstr "" @@ -1367,7 +1365,6 @@ msgid "Add Children" msgstr "" #: SelectChild.py:81 SelectChild.py:86 SelectChild.py:90 -#: plugins/RelCalc.py:319 msgid "Relationship to %s" msgstr "" @@ -1375,7 +1372,7 @@ msgstr "" msgid "Author" msgstr "" -#: SourceView.py:128 gramps_main.py:886 +#: SourceView.py:128 gramps_main.py:904 msgid "Delete %s?" msgstr "" @@ -1443,7 +1440,7 @@ msgstr "" msgid "Witness" msgstr "" -#: Witness.py:133 +#: Witness.py:141 msgid "Witness Editor" msgstr "" @@ -1463,7 +1460,7 @@ msgstr "" msgid "Persian" msgstr "" -#: config.glade:9 +#: config.glade:9 config.glade:855 msgid "Getting Started - GRAMPS" msgstr "" @@ -1471,7 +1468,7 @@ msgstr "" msgid "Getting Started" msgstr "" -#: config.glade:36 +#: config.glade:36 config.glade:879 msgid "" "Welcome to GRAMPS, the Genealogical Research\n" "and Analysis Management Programming System.\n" @@ -1486,53 +1483,54 @@ msgstr "" msgid "Researcher information" msgstr "" -#: config.glade:73 +#: config.glade:73 config.glade:916 msgid "" "In order to create valid GEDCOM files, the following information\n" "needs to be entered. If you do not plan to generate GEDCOM \n" "files, you may leave it blank." msgstr "" -#: config.glade:103 edit_person.glade:1234 edit_person.glade:2014 -#: edit_person.glade:2498 edit_person.glade:2904 gramps.glade:5558 -#: gramps.glade:5826 marriage.glade:434 marriage.glade:901 mergedata.glade:402 -#: mergedata.glade:1040 rule.glade:525 +#: config.glade:103 config.glade:946 edit_person.glade:1233 +#: edit_person.glade:2013 edit_person.glade:2497 edit_person.glade:2903 +#: gramps.glade:5557 gramps.glade:5825 marriage.glade:434 marriage.glade:901 +#: mergedata.glade:402 mergedata.glade:1036 plugins/soundex.glade:103 +#: rule.glade:525 msgid "Name:" msgstr "" -#: config.glade:127 dialog.glade:1894 edit_person.glade:2856 +#: config.glade:127 config.glade:970 dialog.glade:1894 edit_person.glade:2855 msgid "Address:" msgstr "" -#: config.glade:151 places.glade:602 +#: config.glade:151 config.glade:994 places.glade:602 msgid "City:" msgstr "" -#: config.glade:175 edit_person.glade:2976 +#: config.glade:175 config.glade:1062 edit_person.glade:2975 msgid "State/Province:" msgstr "" -#: config.glade:199 edit_person.glade:2880 places.glade:676 +#: config.glade:199 config.glade:1108 edit_person.glade:2879 places.glade:676 msgid "Country:" msgstr "" -#: config.glade:223 +#: config.glade:223 config.glade:1246 msgid "Email:" msgstr "" -#: config.glade:247 edit_person.glade:2952 +#: config.glade:247 config.glade:1132 edit_person.glade:2951 msgid "ZIP/Postal code:" msgstr "" -#: config.glade:271 +#: config.glade:271 config.glade:1178 msgid "Phone:" msgstr "" -#: config.glade:489 +#: config.glade:489 config.glade:1332 msgid "Numerical date formats" msgstr "" -#: config.glade:514 +#: config.glade:514 config.glade:1357 msgid "" "There are three common formats for entering dates in a numerical format.\n" "Without some type of indication, GRAMPS cannot correctly tell what\n" @@ -1552,11 +1550,11 @@ msgstr "" msgid "YYYY-MM-DD (ISO)" msgstr "" -#: config.glade:637 +#: config.glade:637 config.glade:1472 msgid "Alternate calendar support" msgstr "" -#: config.glade:662 +#: config.glade:662 config.glade:1497 msgid "" "By default, all dates stored by GRAMPS use the Gregorian calendar. This\n" "is normally sufficient for most users. Support may be enabled for the Julian,\n" @@ -1572,7 +1570,7 @@ msgstr "" msgid "LDS extensions" msgstr "" -#: config.glade:760 +#: config.glade:760 config.glade:1587 msgid "" "GRAMPS has support for LDS Ordinances, which are special\n" "event types related to the Church of Jesus Christ of Latter Day Saints.\n" @@ -1585,11 +1583,11 @@ msgstr "" msgid "Enable LDS ordinance support" msgstr "" -#: config.glade:833 +#: config.glade:833 config.glade:1652 msgid "Complete" msgstr "" -#: config.glade:840 +#: config.glade:840 config.glade:1659 msgid "" "GRAMPS is an Open Source project. Its success \n" "depends on the users. User feedback is important. \n" @@ -1600,287 +1598,315 @@ msgid "" "Please enjoy using GRAMPS." msgstr "" +#: config.glade:872 +msgid "Getting Started with GRAMPS" +msgstr "" + +#: config.glade:1392 +msgid "_MM/DD/YYYY (United States)" +msgstr "" + +#: config.glade:1410 +msgid "_DD/MM/YYYY (European)" +msgstr "" + +#: config.glade:1429 +msgid "_YYYY-MM-DD (ISO)" +msgstr "" + +#: config.glade:1526 +msgid "_Enable support for alternate calendars" +msgstr "" + +#: config.glade:1561 +msgid "LDS extenstions" +msgstr "" + +#: config.glade:1616 +msgid "_Enable LDS ordinance support" +msgstr "" + #: const.py:106 msgid "GRAMPS (Genealogical Research and Analysis Management Programming System) is a personal genealogy program." msgstr "" -#: const.py:142 +#: const.py:140 msgid "male" msgstr "" -#: const.py:143 +#: const.py:141 msgid "female" msgstr "" -#: const.py:154 const.py:273 gramps.glade:3414 gramps.glade:3607 -#: gramps.glade:4051 gramps.glade:4231 gramps.glade:5687 gramps.glade:5933 +#: const.py:152 const.py:271 gramps.glade:3413 gramps.glade:3606 +#: gramps.glade:4050 gramps.glade:4230 gramps.glade:5686 gramps.glade:5932 msgid "Adopted" msgstr "" -#: const.py:155 gramps.glade:3436 gramps.glade:3629 gramps.glade:4073 -#: gramps.glade:4253 gramps.glade:5709 gramps.glade:5955 +#: const.py:153 gramps.glade:3435 gramps.glade:3628 gramps.glade:4072 +#: gramps.glade:4252 gramps.glade:5708 gramps.glade:5954 msgid "Stepchild" msgstr "" -#: const.py:156 +#: const.py:154 msgid "Sponsored" msgstr "" -#: const.py:157 gramps.glade:3458 gramps.glade:3651 gramps.glade:5731 -#: gramps.glade:5977 +#: const.py:155 gramps.glade:3457 gramps.glade:3650 gramps.glade:5730 +#: gramps.glade:5976 msgid "Foster" msgstr "" -#: const.py:160 const.py:435 const.py:443 gramps.glade:1170 +#: const.py:158 const.py:433 const.py:441 gramps.glade:1169 #: mergedata.glade:218 msgid "Other" msgstr "" -#: const.py:169 srcsel.glade:493 +#: const.py:167 srcsel.glade:493 msgid "Very Low" msgstr "" -#: const.py:170 plugins/Merge.py:107 srcsel.glade:501 +#: const.py:168 plugins/Merge.py:107 srcsel.glade:501 msgid "Low" msgstr "" -#: const.py:171 srcsel.glade:509 +#: const.py:169 srcsel.glade:509 msgid "Normal" msgstr "" -#: const.py:172 plugins/Merge.py:115 srcsel.glade:517 +#: const.py:170 plugins/Merge.py:115 srcsel.glade:517 msgid "High" msgstr "" -#: const.py:173 srcsel.glade:525 +#: const.py:171 srcsel.glade:525 msgid "Very High" msgstr "" -#: const.py:193 +#: const.py:191 msgid "Annulment" msgstr "" -#: const.py:194 const.py:288 +#: const.py:192 const.py:286 msgid "Divorce Filing" msgstr "" -#: const.py:195 +#: const.py:193 msgid "Divorce" msgstr "" -#: const.py:196 +#: const.py:194 msgid "Engagement" msgstr "" -#: const.py:197 +#: const.py:195 msgid "Marriage Contract" msgstr "" -#: const.py:198 +#: const.py:196 msgid "Marriage License" msgstr "" -#: const.py:199 +#: const.py:197 msgid "Marriage Settlement" msgstr "" -#: const.py:200 +#: const.py:198 msgid "Marriage" msgstr "" -#: const.py:274 +#: const.py:272 msgid "Alternate Birth" msgstr "" -#: const.py:275 +#: const.py:273 msgid "Alternate Death" msgstr "" -#: const.py:276 +#: const.py:274 msgid "Adult Christening" msgstr "" -#: const.py:277 +#: const.py:275 msgid "Baptism" msgstr "" -#: const.py:278 +#: const.py:276 msgid "Bar Mitzvah" msgstr "" -#: const.py:279 +#: const.py:277 msgid "Bas Mitzvah" msgstr "" -#: const.py:280 +#: const.py:278 msgid "Blessing" msgstr "" -#: const.py:281 +#: const.py:279 msgid "Burial" msgstr "" -#: const.py:282 +#: const.py:280 msgid "Cause Of Death" msgstr "" -#: const.py:283 +#: const.py:281 msgid "Census" msgstr "" -#: const.py:284 +#: const.py:282 msgid "Christening" msgstr "" -#: const.py:285 +#: const.py:283 msgid "Confirmation" msgstr "" -#: const.py:286 +#: const.py:284 msgid "Cremation" msgstr "" -#: const.py:287 +#: const.py:285 msgid "Degree" msgstr "" -#: const.py:289 +#: const.py:287 msgid "Education" msgstr "" -#: const.py:290 +#: const.py:288 msgid "Elected" msgstr "" -#: const.py:291 +#: const.py:289 msgid "Emigration" msgstr "" -#: const.py:292 +#: const.py:290 msgid "First Communion" msgstr "" -#: const.py:293 +#: const.py:291 msgid "Immigration" msgstr "" -#: const.py:294 +#: const.py:292 msgid "Graduation" msgstr "" -#: const.py:295 +#: const.py:293 msgid "Medical Information" msgstr "" -#: const.py:296 +#: const.py:294 msgid "Military Service" msgstr "" -#: const.py:297 +#: const.py:295 msgid "Naturalization" msgstr "" -#: const.py:298 +#: const.py:296 msgid "Nobility Title" msgstr "" -#: const.py:299 +#: const.py:297 msgid "Number of Marriages" msgstr "" -#: const.py:300 +#: const.py:298 msgid "Occupation" msgstr "" -#: const.py:301 +#: const.py:299 msgid "Ordination" msgstr "" -#: const.py:302 +#: const.py:300 msgid "Probate" msgstr "" -#: const.py:303 +#: const.py:301 msgid "Property" msgstr "" -#: const.py:304 +#: const.py:302 msgid "Religion" msgstr "" -#: const.py:305 +#: const.py:303 msgid "Residence" msgstr "" -#: const.py:306 +#: const.py:304 msgid "Retirement" msgstr "" -#: const.py:307 +#: const.py:305 msgid "Will" msgstr "" -#: const.py:352 +#: const.py:350 msgid "Caste" msgstr "" -#: const.py:354 +#: const.py:352 msgid "Identification Number" msgstr "" -#: const.py:355 +#: const.py:353 msgid "National Origin" msgstr "" -#: const.py:356 +#: const.py:354 msgid "Social Security Number" msgstr "" -#: const.py:395 +#: const.py:393 msgid "Number of Children" msgstr "" -#: const.py:431 +#: const.py:429 msgid "A legal or common-law relationship between a husband and wife" msgstr "" -#: const.py:432 +#: const.py:430 msgid "No legal or common-law relationship between man and woman" msgstr "" -#: const.py:432 const.py:440 +#: const.py:430 const.py:438 msgid "Unmarried" msgstr "" -#: const.py:433 +#: const.py:431 msgid "An established relationship between members of the same sex" msgstr "" -#: const.py:434 +#: const.py:432 msgid "Unknown relationship between a man and woman" msgstr "" -#: const.py:435 +#: const.py:433 msgid "An unspecified relationship between a man and woman" msgstr "" -#: const.py:459 +#: const.py:457 msgid "No definition available" msgstr "" -#: const.py:900 +#: const.py:898 msgid "Also Known As" msgstr "" -#: const.py:901 +#: const.py:899 msgid "Birth Name" msgstr "" -#: const.py:902 +#: const.py:900 msgid "Married Name" msgstr "" -#: const.py:903 +#: const.py:901 msgid "Other Name" msgstr "" @@ -1896,8 +1922,8 @@ msgstr "" msgid "_Event type:" msgstr "" -#: dialog.glade:148 dialog.glade:1866 edit_person.glade:305 -#: edit_person.glade:4046 srcsel.glade:190 +#: dialog.glade:148 dialog.glade:1866 edit_person.glade:304 +#: edit_person.glade:4045 srcsel.glade:190 msgid "_Date:" msgstr "" @@ -1905,7 +1931,7 @@ msgstr "" msgid "De_scription:" msgstr "" -#: dialog.glade:204 edit_person.glade:4161 +#: dialog.glade:204 edit_person.glade:4160 msgid "_Place:" msgstr "" @@ -1927,17 +1953,17 @@ msgid "_Private record" msgstr "" #: dialog.glade:504 dialog.glade:1164 dialog.glade:2258 dialog.glade:3296 -#: edit_person.glade:1193 gramps.glade:4675 imagesel.glade:1560 -#: marriage.glade:279 mergedata.glade:378 mergedata.glade:1232 -#: places.glade:513 places.glade:543 +#: edit_person.glade:1192 gramps.glade:4674 imagesel.glade:1560 +#: marriage.glade:279 mergedata.glade:378 mergedata.glade:1228 +#: places.glade:513 places.glade:543 plugins/verify.glade:553 msgid "General" msgstr "" #: dialog.glade:570 dialog.glade:773 dialog.glade:1230 dialog.glade:2324 -#: dialog.glade:3363 edit_person.glade:1729 edit_person.glade:2278 -#: edit_person.glade:2690 edit_person.glade:3320 edit_person.glade:3525 -#: edit_person.glade:3803 gramps.glade:2687 gramps.glade:3097 -#: gramps.glade:3907 gramps.glade:4796 imagesel.glade:981 imagesel.glade:1763 +#: dialog.glade:3363 edit_person.glade:1728 edit_person.glade:2277 +#: edit_person.glade:2689 edit_person.glade:3319 edit_person.glade:3524 +#: edit_person.glade:3802 gramps.glade:2686 gramps.glade:3096 +#: gramps.glade:3906 gramps.glade:4795 imagesel.glade:981 imagesel.glade:1763 #: marriage.glade:746 marriage.glade:1140 marriage.glade:1327 places.glade:899 #: places.glade:1100 places.glade:1251 places.glade:1537 rule.glade:340 #: rule.glade:804 srcsel.glade:810 styles.glade:138 @@ -1945,9 +1971,9 @@ msgid "_Add..." msgstr "" #: dialog.glade:585 dialog.glade:788 dialog.glade:1245 dialog.glade:2339 -#: dialog.glade:3378 edit_person.glade:1747 edit_person.glade:2296 -#: edit_person.glade:2708 edit_person.glade:3338 edit_person.glade:3542 -#: edit_person.glade:3820 gramps.glade:4812 imagesel.glade:997 +#: dialog.glade:3378 edit_person.glade:1746 edit_person.glade:2295 +#: edit_person.glade:2707 edit_person.glade:3337 edit_person.glade:3541 +#: edit_person.glade:3819 gramps.glade:4811 imagesel.glade:997 #: imagesel.glade:1779 marriage.glade:762 marriage.glade:1156 #: marriage.glade:1343 places.glade:915 places.glade:1115 places.glade:1267 #: places.glade:1553 rule.glade:358 rule.glade:823 srcsel.glade:826 @@ -1956,9 +1982,9 @@ msgid "_Edit..." msgstr "" #: dialog.glade:601 dialog.glade:804 dialog.glade:1261 dialog.glade:2355 -#: dialog.glade:3394 edit_person.glade:1766 edit_person.glade:2315 -#: edit_person.glade:2727 edit_person.glade:3357 edit_person.glade:3910 -#: gramps.glade:4832 imagesel.glade:1015 imagesel.glade:1797 +#: dialog.glade:3394 edit_person.glade:1765 edit_person.glade:2314 +#: edit_person.glade:2726 edit_person.glade:3356 edit_person.glade:3909 +#: gramps.glade:4831 imagesel.glade:1015 imagesel.glade:1797 #: marriage.glade:779 marriage.glade:1173 marriage.glade:1360 places.glade:931 #: places.glade:1131 places.glade:1283 places.glade:1639 rule.glade:376 #: rule.glade:858 srcsel.glade:843 styles.glade:162 @@ -1966,12 +1992,12 @@ msgid "_Delete" msgstr "" #: dialog.glade:652 dialog.glade:1312 dialog.glade:2406 dialog.glade:3445 -#: gramps.glade:2021 places.glade:1182 +#: gramps.glade:2020 places.glade:1182 msgid "Sources" msgstr "" #: dialog.glade:706 dialog.glade:1364 dialog.glade:2459 dialog.glade:3498 -#: gramps.glade:4726 places.glade:1034 +#: gramps.glade:4725 places.glade:1034 msgid "Note" msgstr "" @@ -2007,7 +2033,7 @@ msgstr "" msgid "Church _parish:" msgstr "" -#: dialog.glade:1794 dialog.glade:2531 dialog.glade:2778 gramps.glade:4447 +#: dialog.glade:1794 dialog.glade:2531 dialog.glade:2778 gramps.glade:4446 #: marriage.glade:48 msgid "Accept and close" msgstr "" @@ -2032,19 +2058,19 @@ msgstr "" msgid "_Description:" msgstr "" -#: dialog.glade:2764 gramps.glade:4433 marriage.glade:34 +#: dialog.glade:2764 gramps.glade:4432 marriage.glade:34 msgid "Reject changes and close" msgstr "" -#: dialog.glade:2850 edit_person.glade:130 +#: dialog.glade:2850 edit_person.glade:129 msgid "_Given name:" msgstr "" -#: dialog.glade:2878 edit_person.glade:155 +#: dialog.glade:2878 edit_person.glade:154 msgid "_Family name:" msgstr "" -#: dialog.glade:2906 edit_person.glade:205 +#: dialog.glade:2906 edit_person.glade:204 msgid "Suffi_x:" msgstr "" @@ -2052,7 +2078,7 @@ msgstr "" msgid "T_ype:" msgstr "" -#: dialog.glade:2962 edit_person.glade:230 gramps.glade:4521 +#: dialog.glade:2962 edit_person.glade:229 gramps.glade:4520 #: imagesel.glade:235 imagesel.glade:1434 places.glade:119 srcsel.glade:320 msgid "_Title:" msgstr "" @@ -2061,7 +2087,7 @@ msgstr "" msgid "P_rivate record" msgstr "" -#: dialog.glade:3011 edit_person.glade:180 +#: dialog.glade:3011 edit_person.glade:179 msgid "Family _prefix:" msgstr "" @@ -2077,7 +2103,7 @@ msgstr "" msgid "Person is in the _database" msgstr "" -#: dialog.glade:3771 edit_person.glade:881 +#: dialog.glade:3771 edit_person.glade:880 msgid "_ID:" msgstr "" @@ -2136,336 +2162,340 @@ msgstr "" msgid "SVG (Scalable Vector Graphics)" msgstr "" -#: edit_person.glade:34 +#: docgen/TextBufDoc.py:169 +msgid "Text Buffer Preview" +msgstr "" + +#: edit_person.glade:33 msgid "Abandon changes and close window" msgstr "" -#: edit_person.glade:48 +#: edit_person.glade:47 msgid "Accept changes and close dialog" msgstr "" -#: edit_person.glade:255 +#: edit_person.glade:254 msgid "_Nickname:" msgstr "" -#: edit_person.glade:280 +#: edit_person.glade:279 msgid "T_ype" msgstr "" -#: edit_person.glade:373 +#: edit_person.glade:372 msgid "Invoke birth event editor" msgstr "" -#: edit_person.glade:375 edit_person.glade:1113 +#: edit_person.glade:374 edit_person.glade:1112 msgid "Edit..." msgstr "" -#: edit_person.glade:393 +#: edit_person.glade:392 msgid "Select source for this name information" msgstr "" -#: edit_person.glade:395 +#: edit_person.glade:394 msgid "Source..." msgstr "" -#: edit_person.glade:413 +#: edit_person.glade:412 msgid "Enter/modify notes regarding this name" msgstr "" -#: edit_person.glade:415 edit_person.glade:4211 edit_person.glade:4461 -#: edit_person.glade:4686 marriage.glade:1708 +#: edit_person.glade:414 edit_person.glade:4210 edit_person.glade:4460 +#: edit_person.glade:4685 marriage.glade:1708 msgid "Note..." msgstr "" -#: edit_person.glade:433 +#: edit_person.glade:432 msgid "The person's given name" msgstr "" -#: edit_person.glade:465 +#: edit_person.glade:464 msgid "The surname or last name" msgstr "" -#: edit_person.glade:496 +#: edit_person.glade:495 msgid "An optional prefix for the surname that is not used in sorting, such as \"de\" or \"van\"" msgstr "" -#: edit_person.glade:518 +#: edit_person.glade:517 msgid "An optional suffix to the name, such as \"Jr.\" or \"III\"" msgstr "" -#: edit_person.glade:540 +#: edit_person.glade:539 msgid "A title used to refer to the person, such as \"Dr.\" or \"Rev.\"" msgstr "" -#: edit_person.glade:562 +#: edit_person.glade:561 msgid "A name that the person was more commonly know by" msgstr "" -#: edit_person.glade:667 +#: edit_person.glade:666 msgid "Gender" msgstr "" -#: edit_person.glade:691 +#: edit_person.glade:690 msgid "Preferred name" msgstr "" -#: edit_person.glade:722 gramps.glade:5145 +#: edit_person.glade:721 gramps.glade:5144 msgid "_male" msgstr "" -#: edit_person.glade:740 +#: edit_person.glade:739 msgid "fema_le" msgstr "" -#: edit_person.glade:759 +#: edit_person.glade:758 msgid "_unknown" msgstr "" -#: edit_person.glade:787 mergedata.glade:604 mergedata.glade:1256 +#: edit_person.glade:786 mergedata.glade:603 mergedata.glade:1252 msgid "Birth" msgstr "" -#: edit_person.glade:828 +#: edit_person.glade:827 msgid "Image" msgstr "" -#: edit_person.glade:857 +#: edit_person.glade:856 msgid "Identification" msgstr "" -#: edit_person.glade:927 edit_person.glade:4636 +#: edit_person.glade:926 edit_person.glade:4635 msgid "Pla_ce:" msgstr "" -#: edit_person.glade:994 mergedata.glade:671 mergedata.glade:1280 +#: edit_person.glade:993 mergedata.glade:669 mergedata.glade:1276 msgid "Death" msgstr "" -#: edit_person.glade:1018 edit_person.glade:4253 +#: edit_person.glade:1017 edit_person.glade:4252 msgid "D_ate:" msgstr "" -#: edit_person.glade:1046 +#: edit_person.glade:1045 msgid "Plac_e:" msgstr "" -#: edit_person.glade:1111 +#: edit_person.glade:1110 msgid "Invoke death event editor" msgstr "" -#: edit_person.glade:1258 edit_person.glade:2038 edit_person.glade:2522 -#: edit_person.glade:2928 marriage.glade:458 marriage.glade:877 +#: edit_person.glade:1257 edit_person.glade:2037 edit_person.glade:2521 +#: edit_person.glade:2927 marriage.glade:458 marriage.glade:877 msgid "Confidence:" msgstr "" -#: edit_person.glade:1282 +#: edit_person.glade:1281 msgid "Family prefix:" msgstr "" -#: edit_person.glade:1402 edit_person.glade:1942 edit_person.glade:2426 -#: gramps.glade:2262 imagesel.glade:812 imagesel.glade:1642 marriage.glade:338 +#: edit_person.glade:1401 edit_person.glade:1941 edit_person.glade:2425 +#: gramps.glade:2261 imagesel.glade:812 imagesel.glade:1642 marriage.glade:338 #: marriage.glade:925 msgid "Type:" msgstr "" -#: edit_person.glade:1426 +#: edit_person.glade:1425 msgid "Alternate name" msgstr "" -#: edit_person.glade:1450 edit_person.glade:1990 edit_person.glade:2474 -#: edit_person.glade:3024 marriage.glade:529 marriage.glade:949 +#: edit_person.glade:1449 edit_person.glade:1989 edit_person.glade:2473 +#: edit_person.glade:3023 marriage.glade:529 marriage.glade:949 msgid "Primary source" msgstr "" -#: edit_person.glade:1726 +#: edit_person.glade:1725 msgid "Create an alternate name for this person" msgstr "" -#: edit_person.glade:1745 +#: edit_person.glade:1744 msgid "Edit the selected name" msgstr "" -#: edit_person.glade:1763 +#: edit_person.glade:1762 msgid "Delete selected name" msgstr "" -#: edit_person.glade:1805 +#: edit_person.glade:1804 msgid "Names" msgstr "" -#: edit_person.glade:1846 +#: edit_person.glade:1845 msgid "Event" msgstr "" -#: edit_person.glade:1894 marriage.glade:386 +#: edit_person.glade:1893 marriage.glade:386 msgid "Cause:" msgstr "" -#: edit_person.glade:2275 +#: edit_person.glade:2274 msgid "Create a new event" msgstr "" -#: edit_person.glade:2294 +#: edit_person.glade:2293 msgid "Edit the selected event" msgstr "" -#: edit_person.glade:2312 +#: edit_person.glade:2311 msgid "Delete the selected event" msgstr "" -#: edit_person.glade:2361 marriage.glade:505 marriage.glade:818 +#: edit_person.glade:2360 marriage.glade:505 marriage.glade:818 msgid "Events" msgstr "" -#: edit_person.glade:2402 edit_person.glade:2773 imagesel.glade:907 +#: edit_person.glade:2401 edit_person.glade:2772 imagesel.glade:907 #: imagesel.glade:1067 imagesel.glade:1690 imagesel.glade:1849 #: marriage.glade:973 marriage.glade:1212 msgid "Attributes" msgstr "" -#: edit_person.glade:2687 +#: edit_person.glade:2686 msgid "Create a new attribute" msgstr "" -#: edit_person.glade:2706 +#: edit_person.glade:2705 msgid "Edit the selected attribute" msgstr "" -#: edit_person.glade:2724 imagesel.glade:1012 imagesel.glade:1794 +#: edit_person.glade:2723 imagesel.glade:1012 imagesel.glade:1794 #: marriage.glade:1170 msgid "Delete the selected attribute" msgstr "" -#: edit_person.glade:2808 +#: edit_person.glade:2807 msgid "City/County:" msgstr "" -#: edit_person.glade:3000 edit_person.glade:3403 +#: edit_person.glade:2999 edit_person.glade:3402 msgid "Addresses" msgstr "" -#: edit_person.glade:3317 +#: edit_person.glade:3316 msgid "Create a new address" msgstr "" -#: edit_person.glade:3336 +#: edit_person.glade:3335 msgid "Edit the selected address" msgstr "" -#: edit_person.glade:3354 +#: edit_person.glade:3353 msgid "Delete the selected address" msgstr "" -#: edit_person.glade:3430 +#: edit_person.glade:3429 msgid "Enter miscellaneous relevant data and documentation" msgstr "" -#: edit_person.glade:3455 imagesel.glade:777 imagesel.glade:1900 +#: edit_person.glade:3454 imagesel.glade:777 imagesel.glade:1900 #: marriage.glade:1263 msgid "Notes" msgstr "" -#: edit_person.glade:3522 gramps.glade:4793 marriage.glade:1324 +#: edit_person.glade:3521 gramps.glade:4792 marriage.glade:1324 msgid "Place new media object in this gallery" msgstr "" -#: edit_person.glade:3540 +#: edit_person.glade:3539 msgid "Edit the properties of the selected object" msgstr "" -#: edit_person.glade:3557 gramps.glade:4829 marriage.glade:1357 +#: edit_person.glade:3556 gramps.glade:4828 marriage.glade:1357 msgid "Remove selected object from this gallery only" msgstr "" -#: edit_person.glade:3560 +#: edit_person.glade:3559 msgid "_Remove" msgstr "" -#: edit_person.glade:3599 gramps.glade:4884 marriage.glade:1392 +#: edit_person.glade:3598 gramps.glade:4883 marriage.glade:1392 #: places.glade:1335 msgid "Gallery" msgstr "" -#: edit_person.glade:3634 places.glade:1370 +#: edit_person.glade:3633 places.glade:1370 msgid "Web address:" msgstr "" -#: edit_person.glade:3729 places.glade:1465 +#: edit_person.glade:3728 places.glade:1465 msgid "Internet addresses" msgstr "" -#: edit_person.glade:3800 +#: edit_person.glade:3799 msgid "Add an internet reference about this person" msgstr "" -#: edit_person.glade:3835 +#: edit_person.glade:3834 msgid "Go to this web page" msgstr "" -#: edit_person.glade:3874 places.glade:1605 +#: edit_person.glade:3873 places.glade:1605 msgid "_Go" msgstr "" -#: edit_person.glade:3907 +#: edit_person.glade:3906 msgid "Delete selected reference" msgstr "" -#: edit_person.glade:3949 places.glade:1691 +#: edit_person.glade:3948 places.glade:1691 msgid "Internet" msgstr "" -#: edit_person.glade:3978 +#: edit_person.glade:3977 msgid "LDS baptism" msgstr "" -#: edit_person.glade:4074 +#: edit_person.glade:4073 msgid "LDS _temple:" msgstr "" -#: edit_person.glade:4143 edit_person.glade:4442 edit_person.glade:4618 +#: edit_person.glade:4142 edit_person.glade:4441 edit_person.glade:4617 #: marriage.glade:1689 msgid "Sources..." msgstr "" -#: edit_person.glade:4229 +#: edit_person.glade:4228 msgid "Endowment" msgstr "" -#: edit_person.glade:4282 +#: edit_person.glade:4281 msgid "LDS te_mple:" msgstr "" -#: edit_person.glade:4310 preferences.glade:2436 +#: edit_person.glade:4309 preferences.glade:2436 msgid "P_lace:" msgstr "" -#: edit_person.glade:4479 +#: edit_person.glade:4478 msgid "Dat_e:" msgstr "" -#: edit_person.glade:4550 +#: edit_person.glade:4549 msgid "LD_S temple:" msgstr "" -#: edit_person.glade:4704 +#: edit_person.glade:4703 msgid "Pa_rents:" msgstr "" -#: edit_person.glade:4754 +#: edit_person.glade:4753 msgid "Sealed to parents" msgstr "" -#: edit_person.glade:4783 marriage.glade:1739 +#: edit_person.glade:4782 marriage.glade:1739 msgid "LDS" msgstr "" #: errdialogs.glade:61 errdialogs.glade:216 errdialogs.glade:357 -#: errdialogs.glade:498 errdialogs.glade:628 +#: errdialogs.glade:498 errdialogs.glade:628 errdialogs.glade:758 msgid "label2" msgstr "" #: errdialogs.glade:105 errdialogs.glade:260 errdialogs.glade:401 -#: errdialogs.glade:542 errdialogs.glade:672 +#: errdialogs.glade:542 errdialogs.glade:672 errdialogs.glade:802 msgid "label1" msgstr "" @@ -2485,7 +2515,7 @@ msgstr "" msgid "People with an event before ..." msgstr "" -#: filters/Disconnected.py:38 plugins/Summary.py:112 +#: filters/Disconnected.py:38 plugins/Summary.py:116 msgid "Disconnected individuals" msgstr "" @@ -2497,7 +2527,7 @@ msgstr "" msgid "People who have an event type of ..." msgstr "" -#: filters/Females.py:39 plugins/Summary.py:109 +#: filters/Females.py:39 plugins/Summary.py:113 msgid "Females" msgstr "" @@ -2509,7 +2539,7 @@ msgstr "" msgid "People with incomplete names" msgstr "" -#: filters/Males.py:39 plugins/Summary.py:108 +#: filters/Males.py:39 plugins/Summary.py:112 msgid "Males" msgstr "" @@ -2525,7 +2555,7 @@ msgstr "" msgid "Names with the specified SoundEx code" msgstr "" -#: filters/MatchSndEx2.py:40 plugins/soundex.glade:131 +#: filters/MatchSndEx2.py:40 msgid "SoundEx Code" msgstr "" @@ -2557,413 +2587,412 @@ msgstr "" msgid "Names that contain a substring" msgstr "" -#: gramps.glade:11 +#: gramps.glade:10 msgid "GRAMPS" msgstr "" -#: gramps.glade:40 +#: gramps.glade:39 msgid "_File" msgstr "" -#: gramps.glade:50 +#: gramps.glade:49 msgid "_New" msgstr "" -#: gramps.glade:75 +#: gramps.glade:74 msgid "_Revert" msgstr "" -#: gramps.glade:96 +#: gramps.glade:95 msgid "_Import" msgstr "" -#: gramps.glade:112 +#: gramps.glade:111 msgid "_Export" msgstr "" -#: gramps.glade:132 +#: gramps.glade:131 msgid "Reload plugins" msgstr "" -#: gramps.glade:171 +#: gramps.glade:170 msgid "_Edit" msgstr "" -#: gramps.glade:180 +#: gramps.glade:179 msgid "Find..." msgstr "" -#: gramps.glade:201 plugins/merge.glade:133 +#: gramps.glade:200 plugins/merge.glade:126 msgid "_Merge" msgstr "" -#: gramps.glade:226 +#: gramps.glade:225 msgid "_View" msgstr "" -#: gramps.glade:235 +#: gramps.glade:234 msgid "Sidebar" msgstr "" -#: gramps.glade:259 +#: gramps.glade:258 msgid "_Bookmarks" msgstr "" -#: gramps.glade:268 +#: gramps.glade:267 msgid "_Add bookmark" msgstr "" -#: gramps.glade:290 +#: gramps.glade:289 msgid "_Edit bookmarks" msgstr "" -#: gramps.glade:318 +#: gramps.glade:317 msgid "Go to bookmark" msgstr "" -#: gramps.glade:330 +#: gramps.glade:329 msgid "_Reports" msgstr "" -#: gramps.glade:338 +#: gramps.glade:337 msgid "_Tools" msgstr "" -#: gramps.glade:346 +#: gramps.glade:345 msgid "_Settings" msgstr "" -#: gramps.glade:363 +#: gramps.glade:362 msgid "_Default Person" msgstr "" -#: gramps.glade:388 +#: gramps.glade:387 msgid "_Help" msgstr "" -#: gramps.glade:397 +#: gramps.glade:396 msgid "_User's manual" msgstr "" -#: gramps.glade:418 +#: gramps.glade:417 msgid "_Writing extensions" msgstr "" -#: gramps.glade:439 +#: gramps.glade:438 msgid "GRAMPS _home page" msgstr "" -#: gramps.glade:460 +#: gramps.glade:459 msgid "GRAMPS _mailing lists" msgstr "" -#: gramps.glade:481 +#: gramps.glade:480 msgid "_Report a bug" msgstr "" -#: gramps.glade:490 +#: gramps.glade:489 msgid "_Show plugin status" msgstr "" -#: gramps.glade:536 +#: gramps.glade:535 msgid "Open file" msgstr "" -#: gramps.glade:537 +#: gramps.glade:536 msgid "Open" msgstr "" -#: gramps.glade:547 +#: gramps.glade:546 msgid "Save file" msgstr "" -#: gramps.glade:548 +#: gramps.glade:547 msgid "Save" msgstr "" -#: gramps.glade:558 +#: gramps.glade:557 msgid "Make the home person the active person" msgstr "" -#: gramps.glade:559 +#: gramps.glade:558 msgid "Home" msgstr "" -#: gramps.glade:569 +#: gramps.glade:568 msgid "Generate reports" msgstr "" -#: gramps.glade:570 +#: gramps.glade:569 msgid "Reports" msgstr "" -#: gramps.glade:583 +#: gramps.glade:582 msgid "Run a tool" msgstr "" -#: gramps.glade:584 +#: gramps.glade:583 msgid "Tools" msgstr "" -#: gramps.glade:594 +#: gramps.glade:593 msgid "Add a new item" msgstr "" -#: gramps.glade:595 +#: gramps.glade:594 msgid "Add" msgstr "" -#: gramps.glade:608 +#: gramps.glade:607 msgid "Remove the currently selected item" msgstr "" -#: gramps.glade:609 +#: gramps.glade:608 msgid "Remove" msgstr "" -#: gramps.glade:619 +#: gramps.glade:618 msgid "Edit the selected item" msgstr "" -#: gramps.glade:620 +#: gramps.glade:619 msgid "Edit" msgstr "" -#: gramps.glade:775 +#: gramps.glade:774 msgid "Pedigree" msgstr "" -#: gramps.glade:821 plugins/IndivComplete.py:299 plugins/WebPage.py:204 -#: plugins/gedcomexport.glade:592 plugins/pkgexport.glade:226 +#: gramps.glade:820 plugins/IndivComplete.py:299 plugins/WebPage.py:204 msgid "Sources" msgstr "" -#: gramps.glade:913 +#: gramps.glade:912 msgid "Media" msgstr "" -#: gramps.glade:1082 +#: gramps.glade:1081 msgid "Show persons that do not match the filtering rule" msgstr "" -#: gramps.glade:1084 +#: gramps.glade:1083 msgid "Invert" msgstr "" -#: gramps.glade:1202 +#: gramps.glade:1201 msgid "People" msgstr "" -#: gramps.glade:1231 +#: gramps.glade:1230 msgid "Exchange the current spouse with the active person" msgstr "" -#: gramps.glade:1296 +#: gramps.glade:1295 msgid "Adds a spouse" msgstr "" -#: gramps.glade:1322 +#: gramps.glade:1321 msgid "Removes the currently selected spouse" msgstr "" -#: gramps.glade:1364 +#: gramps.glade:1363 msgid "Make the active person's family the active family" msgstr "" -#: gramps.glade:1390 +#: gramps.glade:1389 msgid "Adds a new set of parents to the active person" msgstr "" -#: gramps.glade:1416 +#: gramps.glade:1415 msgid "Deletes the selected parents from the active person" msgstr "" -#: gramps.glade:1461 gramps.glade:1735 +#: gramps.glade:1460 gramps.glade:1734 msgid "Double-click to edit the selected parents" msgstr "" -#: gramps.glade:1488 +#: gramps.glade:1487 msgid "Make the selected spouse's family the active family" msgstr "" -#: gramps.glade:1514 +#: gramps.glade:1513 msgid "Adds a new set of parents to the selected spouse" msgstr "" -#: gramps.glade:1540 +#: gramps.glade:1539 msgid "Deletes the selected parents from the selected spouse" msgstr "" -#: gramps.glade:1576 +#: gramps.glade:1575 msgid "Children" msgstr "" -#: gramps.glade:1600 +#: gramps.glade:1599 msgid "Active person" msgstr "" -#: gramps.glade:1624 -msgid "Active person's Parents" +#: gramps.glade:1623 +msgid "Active person's parents" msgstr "" -#: gramps.glade:1648 +#: gramps.glade:1647 msgid "Spouse" msgstr "" -#: gramps.glade:1672 +#: gramps.glade:1671 msgid "Spouse's parents" msgstr "" -#: gramps.glade:1765 +#: gramps.glade:1764 msgid "Double-click to edit the active person" msgstr "" -#: gramps.glade:1795 +#: gramps.glade:1794 msgid "Double-click to edit the relationship information" msgstr "" -#: gramps.glade:1822 +#: gramps.glade:1821 msgid "Make the selected child the active person" msgstr "" -#: gramps.glade:1848 +#: gramps.glade:1847 msgid "Adds a new child to the selected family" msgstr "" -#: gramps.glade:1874 +#: gramps.glade:1873 msgid "Deletes the selected child from the selected family" msgstr "" -#: gramps.glade:1916 +#: gramps.glade:1915 msgid "Family" msgstr "" -#: gramps.glade:1963 +#: gramps.glade:1962 msgid "Pedigree" msgstr "" -#: gramps.glade:2079 +#: gramps.glade:2078 msgid "Places" msgstr "" -#: gramps.glade:2130 imagesel.glade:142 imagesel.glade:469 imagesel.glade:1215 +#: gramps.glade:2129 imagesel.glade:142 imagesel.glade:469 imagesel.glade:1215 msgid "Preview" msgstr "" -#: gramps.glade:2166 +#: gramps.glade:2165 msgid "Details:" msgstr "" -#: gramps.glade:2237 imagesel.glade:505 imagesel.glade:1251 +#: gramps.glade:2236 imagesel.glade:505 imagesel.glade:1251 msgid "Path:" msgstr "" -#: gramps.glade:2406 +#: gramps.glade:2405 msgid "Information" msgstr "" -#: gramps.glade:2478 +#: gramps.glade:2477 msgid "Media" msgstr "" -#: gramps.glade:2734 marriage.glade:127 +#: gramps.glade:2733 marriage.glade:127 msgid "_Relationship type:" msgstr "" -#: gramps.glade:2825 +#: gramps.glade:2824 msgid "" "Relationship definition\n" msgstr "" -#: gramps.glade:2982 +#: gramps.glade:2981 msgid "_Father's relationship to child:" msgstr "" -#: gramps.glade:3010 +#: gramps.glade:3009 msgid "_Mother's relationship to child:" msgstr "" -#: gramps.glade:3038 +#: gramps.glade:3037 msgid "_Parents' relationship to each other:" msgstr "" -#: gramps.glade:3066 gramps.glade:6096 +#: gramps.glade:3065 gramps.glade:6095 msgid "Father" msgstr "" -#: gramps.glade:3113 gramps.glade:3923 +#: gramps.glade:3112 gramps.glade:3922 msgid "_Show all" msgstr "" -#: gramps.glade:3148 gramps.glade:6120 +#: gramps.glade:3147 gramps.glade:6119 msgid "Mother" msgstr "" -#: gramps.glade:3172 +#: gramps.glade:3171 msgid "Relationships" msgstr "" -#: gramps.glade:3266 +#: gramps.glade:3265 msgid "Show _all" msgstr "" -#: gramps.glade:4350 +#: gramps.glade:4349 msgid "Relationship to father:" msgstr "" -#: gramps.glade:4374 +#: gramps.glade:4373 msgid "Relationship to mother:" msgstr "" -#: gramps.glade:4549 +#: gramps.glade:4548 msgid "_Author:" msgstr "" -#: gramps.glade:4577 +#: gramps.glade:4576 msgid "_Publication information:" msgstr "" -#: gramps.glade:4929 imagesel.glade:1944 places.glade:1742 +#: gramps.glade:4928 imagesel.glade:1944 places.glade:1742 msgid "References" msgstr "" -#: gramps.glade:5059 +#: gramps.glade:5058 msgid "_Surname:" msgstr "" -#: gramps.glade:5089 +#: gramps.glade:5088 msgid "Gender:" msgstr "" -#: gramps.glade:5163 +#: gramps.glade:5162 msgid "_female" msgstr "" -#: gramps.glade:5192 +#: gramps.glade:5191 msgid "_Given:" msgstr "" -#: gramps.glade:5391 +#: gramps.glade:5390 msgid "_Open an existing database" msgstr "" -#: gramps.glade:5410 +#: gramps.glade:5409 msgid "Create a new _XML database" msgstr "" -#: gramps.glade:5429 +#: gramps.glade:5428 msgid "Create a new _ZODB database" msgstr "" -#: gramps.glade:5605 +#: gramps.glade:5604 msgid "_Relationship:" msgstr "" -#: gramps.glade:5850 +#: gramps.glade:5849 msgid "Relation_ship:" msgstr "" -#: gramps_main.py:92 +#: gramps_main.py:93 msgid "Death date" msgstr "" @@ -2975,165 +3004,170 @@ msgstr "" msgid "This account is not meant for normal appication use. Running user applications in the administrative account is rarely a wise idea, and can open up potential security risks." msgstr "" -#: gramps_main.py:483 +#: gramps_main.py:482 msgid "Exactly two people must be selected to perform a merge. A second person can be selected by holding down the control key while clicking on a the desired person." msgstr "" -#: gramps_main.py:506 +#: gramps_main.py:505 msgid "Save Changes Made to the Database?" msgstr "" -#: gramps_main.py:507 +#: gramps_main.py:506 msgid "Unsaved changes exist in the current database. If you close without saving, the changes you have made will be lost." msgstr "" -#: gramps_main.py:542 gramps_main.py:557 +#: gramps_main.py:541 gramps_main.py:556 msgid "HELP is currently not available" msgstr "" -#: gramps_main.py:543 gramps_main.py:558 +#: gramps_main.py:542 gramps_main.py:557 msgid "Documentation for GRAMPS is currently being developed, but is not yet available for this version." msgstr "" -#: gramps_main.py:570 +#: gramps_main.py:569 msgid "Create a New Database" msgstr "" -#: gramps_main.py:571 +#: gramps_main.py:570 msgid "Creating a new database will close the existing database, discarding any unsaved changes. You will then be prompted to create a new database" msgstr "" -#: gramps_main.py:574 +#: gramps_main.py:573 msgid "Create New Database" msgstr "" -#: gramps_main.py:708 +#: gramps_main.py:653 gramps_main.py:680 gramps_main.py:1131 +msgid "Updating display - this may take a few seconds..." +msgstr "" + +#: gramps_main.py:655 gramps_main.py:682 gramps_main.py:1133 +#: gramps_main.py:1391 +msgid "Updating display..." +msgstr "" + +#: gramps_main.py:728 msgid "" "An autosave file exists for %s.\n" "Should this be loaded instead of the last saved version?" msgstr "" -#: gramps_main.py:713 +#: gramps_main.py:733 msgid "An autosave file was detected" msgstr "" -#: gramps_main.py:714 +#: gramps_main.py:734 msgid "GRAMPS has detected an autosave file for the selected database. This file is more recent than the last saved database. This typically happens when GRAMPS was unexpected shutdown before the data was saved. You may load this file to try to recover any missing data." msgstr "" -#: gramps_main.py:720 +#: gramps_main.py:740 msgid "Load autosave file" msgstr "" -#: gramps_main.py:722 +#: gramps_main.py:742 msgid "Load saved database" msgstr "" -#: gramps_main.py:754 gramps_main.py:795 +#: gramps_main.py:775 gramps_main.py:813 msgid "Database could not be opened" msgstr "" -#: gramps_main.py:755 gramps_main.py:796 +#: gramps_main.py:776 gramps_main.py:814 msgid "%s is not a directory." msgstr "" -#: gramps_main.py:756 gramps_main.py:797 +#: gramps_main.py:777 gramps_main.py:815 msgid "The file you should attempt to open should be a directory that contains a data.gramps file or a gramps.zodb file." msgstr "" -#: gramps_main.py:761 -msgid "Loading %s ..." -msgstr "" - -#: gramps_main.py:788 +#: gramps_main.py:806 msgid "Saving %s ..." msgstr "" -#: gramps_main.py:806 +#: gramps_main.py:824 msgid "An was detected while attempting to create the file. The operating system reported \"%s\"" msgstr "" -#: gramps_main.py:811 gramps_main.py:820 +#: gramps_main.py:829 gramps_main.py:838 msgid "An error was detected while trying to create the file" msgstr "" -#: gramps_main.py:853 +#: gramps_main.py:871 msgid "autosaving..." msgstr "" -#: gramps_main.py:856 +#: gramps_main.py:874 msgid "autosave complete" msgstr "" -#: gramps_main.py:858 +#: gramps_main.py:876 msgid "autosave failed" msgstr "" -#: gramps_main.py:887 +#: gramps_main.py:905 msgid "Deleting the person will remove the person from from the database. The data can only be recovered by closing the database without saving changes. This change will become permanent after you save the database." msgstr "" -#: gramps_main.py:892 +#: gramps_main.py:910 msgid "Delete Person" msgstr "" -#: gramps_main.py:1014 +#: gramps_main.py:1045 msgid "Revert to last saved database?" msgstr "" -#: gramps_main.py:1015 +#: gramps_main.py:1046 msgid "Reverting to the last saved database will cause all unsaved changes to be lost, and the last saved database will be loaded." msgstr "" -#: gramps_main.py:1018 +#: gramps_main.py:1049 msgid "Revert" msgstr "" -#: gramps_main.py:1021 +#: gramps_main.py:1052 msgid "Could Not Revert to the Previous Database." msgstr "" -#: gramps_main.py:1022 +#: gramps_main.py:1053 msgid "GRAMPS could not find a previous version of the database" msgstr "" -#: gramps_main.py:1325 +#: gramps_main.py:1357 +msgid "Loading %s ..." +msgstr "" + +#: gramps_main.py:1366 msgid "Loading %s..." msgstr "" -#: gramps_main.py:1370 -msgid "Updating display..." -msgstr "" - -#: gramps_main.py:1445 +#: gramps_main.py:1468 msgid "No home person has been set." msgstr "" -#: gramps_main.py:1446 +#: gramps_main.py:1469 msgid "The home person may be set from the Settings menu." msgstr "" -#: gramps_main.py:1452 +#: gramps_main.py:1475 msgid "%s has been bookmarked" msgstr "" -#: gramps_main.py:1455 +#: gramps_main.py:1478 msgid "Could Not Set a Bookmark." msgstr "" -#: gramps_main.py:1456 +#: gramps_main.py:1479 msgid "A bookmark could not be set because no one was selected." msgstr "" -#: gramps_main.py:1468 +#: gramps_main.py:1491 msgid "Set %s as the Home Person" msgstr "" -#: gramps_main.py:1469 +#: gramps_main.py:1492 msgid "Once a Home Person is defined, pressing the Home button on the toolbar will make the home person the active person." msgstr "" -#: gramps_main.py:1472 +#: gramps_main.py:1495 msgid "Set Home Person" msgstr "" @@ -3209,39 +3243,39 @@ msgstr "" msgid "Merge and _edit" msgstr "" -#: mergedata.glade:807 mergedata.glade:1304 +#: mergedata.glade:804 mergedata.glade:1300 msgid "Parents" msgstr "" -#: mergedata.glade:831 mergedata.glade:1208 +#: mergedata.glade:828 mergedata.glade:1204 msgid "Mother:" msgstr "" -#: mergedata.glade:919 mergedata.glade:1328 +#: mergedata.glade:915 mergedata.glade:1324 msgid "Spouses" msgstr "" -#: mergedata.glade:971 mergedata.glade:1184 +#: mergedata.glade:967 mergedata.glade:1180 msgid "Father:" msgstr "" -#: mergedata.glade:997 +#: mergedata.glade:993 msgid "First person" msgstr "" -#: mergedata.glade:1660 +#: mergedata.glade:1657 msgid "Second person" msgstr "" -#: mergedata.glade:1727 +#: mergedata.glade:1724 msgid "Keep other name as an alternate name" msgstr "" -#: mergedata.glade:1745 +#: mergedata.glade:1742 msgid "Keep other birth event as an alternate birth event" msgstr "" -#: mergedata.glade:1763 +#: mergedata.glade:1760 msgid "Keep other death event as an alternate death event" msgstr "" @@ -3320,16 +3354,18 @@ msgstr "" #: plugins/AncestorChart.py:248 plugins/AncestorReport.py:262 #: plugins/DesGraph.py:335 plugins/FamilyGroup.py:417 -#: plugins/IndivComplete.py:528 plugins/IndivSummary.py:371 +#: plugins/FtmStyleAncestors.py:231 plugins/IndivComplete.py:528 +#: plugins/IndivSummary.py:371 msgid "The basic style used for the text display." msgstr "" #: plugins/AncestorChart.py:427 plugins/AncestorReport.py:389 #: plugins/DescendReport.py:284 plugins/DetAncestralReport.py:972 #: plugins/DetDescendantReport.py:850 plugins/FamilyGroup.py:566 -#: plugins/FullFamily.py:171 plugins/GraphViz.py:447 -#: plugins/IndivComplete.py:667 plugins/IndivSummary.py:500 -#: plugins/Summary.py:146 plugins/TimeLine.py:456 plugins/WebPage.py:1268 +#: plugins/FtmStyleAncestors.py:358 plugins/FullFamily.py:171 +#: plugins/GraphViz.py:447 plugins/IndivComplete.py:667 +#: plugins/IndivSummary.py:500 plugins/Summary.py:150 plugins/TimeLine.py:456 +#: plugins/WebPage.py:1268 msgid "Beta" msgstr "" @@ -3338,6 +3374,7 @@ msgid "Produces a graphical ancestral tree graph" msgstr "" #: plugins/AncestorReport.py:75 plugins/AncestorReport.py:229 +#: plugins/FtmStyleAncestors.py:196 msgid "Ahnentafel Report for %s" msgstr "" @@ -3415,6 +3452,7 @@ msgid " and was buried in %s." msgstr "" #: plugins/AncestorReport.py:225 plugins/AncestorReport.py:387 +#: plugins/FtmStyleAncestors.py:192 msgid "Ahnentafel Report" msgstr "" @@ -3422,22 +3460,25 @@ msgstr "" #: plugins/DescendReport.py:124 plugins/DescendReport.py:283 #: plugins/DetAncestralReport.py:973 plugins/DetDescendantReport.py:851 #: plugins/FamilyGroup.py:344 plugins/FamilyGroup.py:565 +#: plugins/FtmStyleAncestors.py:192 plugins/FtmStyleAncestors.py:357 #: plugins/IndivComplete.py:446 plugins/IndivComplete.py:668 #: plugins/IndivSummary.py:317 plugins/IndivSummary.py:501 msgid "Text Reports" msgstr "" #: plugins/AncestorReport.py:234 plugins/DetAncestralReport.py:677 +#: plugins/FtmStyleAncestors.py:201 msgid "Save Ancestor Report" msgstr "" #: plugins/AncestorReport.py:248 plugins/DescendReport.py:148 -#: plugins/FamilyGroup.py:408 plugins/IndivComplete.py:502 -#: plugins/IndivSummary.py:345 plugins/TimeLine.py:395 plugins/WebPage.py:961 +#: plugins/FamilyGroup.py:408 plugins/FtmStyleAncestors.py:216 +#: plugins/IndivComplete.py:502 plugins/IndivSummary.py:345 +#: plugins/TimeLine.py:395 plugins/WebPage.py:961 msgid "The style used for the title of the page." msgstr "" -#: plugins/AncestorReport.py:257 +#: plugins/AncestorReport.py:257 plugins/FtmStyleAncestors.py:226 msgid "The style used for the generation header." msgstr "" @@ -3445,24 +3486,32 @@ msgstr "" msgid "Produces a textual ancestral report" msgstr "" -#: plugins/ChangeTypes.py:75 +#: plugins/ChangeTypes.py:67 +msgid "Change event types" +msgstr "" + +#: plugins/ChangeTypes.py:87 msgid "1 event record was modified" msgstr "" -#: plugins/ChangeTypes.py:77 +#: plugins/ChangeTypes.py:89 msgid "%d event records were modified" msgstr "" #: plugins/ChangeTypes.py:91 +msgid "Change types" +msgstr "" + +#: plugins/ChangeTypes.py:103 msgid "Rename personal event types" msgstr "" -#: plugins/ChangeTypes.py:92 plugins/Check.py:225 plugins/Merge.py:554 -#: plugins/PatchNames.py:157 plugins/ReorderIds.py:122 +#: plugins/ChangeTypes.py:104 plugins/Check.py:226 plugins/Merge.py:554 +#: plugins/PatchNames.py:158 plugins/ReorderIds.py:122 msgid "Database Processing" msgstr "" -#: plugins/ChangeTypes.py:93 +#: plugins/ChangeTypes.py:105 msgid "Allows all the events of a certain name to be renamed to a new name" msgstr "" @@ -3470,75 +3519,79 @@ msgstr "" msgid "No errors were found" msgstr "" -#: plugins/Check.py:153 +#: plugins/Check.py:148 +msgid "The database has passed internal checks" +msgstr "" + +#: plugins/Check.py:154 msgid "" "1 broken child/family link was fixed\n" msgstr "" -#: plugins/Check.py:155 +#: plugins/Check.py:156 msgid "" "%d broken child/family links were found\n" msgstr "" -#: plugins/Check.py:168 +#: plugins/Check.py:169 msgid "" "%s was removed from the family of %s\n" msgstr "" -#: plugins/Check.py:172 +#: plugins/Check.py:173 msgid "" "1 broken spouse/family link was fixed\n" msgstr "" -#: plugins/Check.py:174 +#: plugins/Check.py:175 msgid "" "%d broken spouse/family links were found\n" msgstr "" -#: plugins/Check.py:187 +#: plugins/Check.py:188 msgid "" "%s was restored to the family of %s\n" msgstr "" -#: plugins/Check.py:190 +#: plugins/Check.py:191 msgid "" "1 empty family was found\n" msgstr "" -#: plugins/Check.py:192 +#: plugins/Check.py:193 msgid "" "%d empty families were found\n" msgstr "" -#: plugins/Check.py:194 +#: plugins/Check.py:195 msgid "" "1 corrupted family relationship fixed\n" msgstr "" -#: plugins/Check.py:196 +#: plugins/Check.py:197 msgid "" "%d corrupted family relationship fixed\n" msgstr "" -#: plugins/Check.py:198 +#: plugins/Check.py:199 msgid "" "1 media object was referenced, but not found\n" msgstr "" -#: plugins/Check.py:200 +#: plugins/Check.py:201 msgid "" "%d media objects were referenced, but not found\n" msgstr "" -#: plugins/Check.py:208 +#: plugins/Check.py:209 msgid "Check Integrity" msgstr "" -#: plugins/Check.py:224 +#: plugins/Check.py:225 msgid "Check and repair database" msgstr "" -#: plugins/Check.py:226 +#: plugins/Check.py:227 msgid "Checks the database for integrity problems, fixing the problems that it can" msgstr "" @@ -3580,7 +3633,7 @@ msgstr "" #: plugins/DescendReport.py:87 plugins/GraphViz.py:103 #: plugins/IndivComplete.py:475 plugins/TimeLine.py:359 -#: plugins/WriteGedcom.py:373 +#: plugins/WriteGedcom.py:378 msgid "Descendants of %s" msgstr "" @@ -3886,7 +3939,7 @@ msgid "Event comparison filter selection" msgstr "" #: plugins/EventCmp.py:147 plugins/GraphViz.py:99 plugins/IndivComplete.py:483 -#: plugins/TimeLine.py:355 plugins/WebPage.py:922 plugins/WriteGedcom.py:369 +#: plugins/TimeLine.py:355 plugins/WebPage.py:922 plugins/WriteGedcom.py:374 msgid "Entire Database" msgstr "" @@ -3997,7 +4050,7 @@ msgid "Custom Filter Editor" msgstr "" #: plugins/FilterEditor.py:389 plugins/FilterEditor.py:402 -#: plugins/RelCalc.py:447 plugins/Verify.py:291 plugins/soundgen.py:86 +#: plugins/RelCalc.py:452 plugins/Verify.py:298 plugins/soundgen.py:93 msgid "Utilities" msgstr "" @@ -4013,6 +4066,48 @@ msgstr "" msgid "The System Filter Editor builds custom filters that can be used by anyone on the system to select people included in reports, exports, and other utilities." msgstr "" +#: plugins/FtmStyleAncestors.py:73 plugins/GraphViz.py:107 +#: plugins/IndivComplete.py:479 plugins/TimeLine.py:363 plugins/WebPage.py:934 +#: plugins/WriteGedcom.py:382 +msgid "Ancestors of %s" +msgstr "" + +#: plugins/FtmStyleAncestors.py:86 +msgid "Generation No. %d" +msgstr "" + +#: plugins/FtmStyleAncestors.py:120 +msgid "born %(date)s in %(place)s" +msgstr "" + +#: plugins/FtmStyleAncestors.py:125 +msgid "born on %(date)s" +msgstr "" + +#: plugins/FtmStyleAncestors.py:130 +msgid "born in %(place)s" +msgstr "" + +#: plugins/FtmStyleAncestors.py:150 +msgid "died %(date)s in %(place)s. " +msgstr "" + +#: plugins/FtmStyleAncestors.py:155 +msgid "died on %(date)s. " +msgstr "" + +#: plugins/FtmStyleAncestors.py:160 +msgid "died in %(place)s. " +msgstr "" + +#: plugins/FtmStyleAncestors.py:356 +msgid "FTM Style Ancestor Report" +msgstr "" + +#: plugins/FtmStyleAncestors.py:359 +msgid "Produces a textual ancestral report similar to Family Tree Maker." +msgstr "" + #: plugins/FullFamily.py:105 plugins/FullFamily.py:169 msgid "Full Family Chart" msgstr "" @@ -4045,12 +4140,7 @@ msgstr "" msgid "Graphviz File" msgstr "" -#: plugins/GraphViz.py:107 plugins/IndivComplete.py:479 -#: plugins/TimeLine.py:363 plugins/WebPage.py:934 plugins/WriteGedcom.py:377 -msgid "Ancestors of %s" -msgstr "" - -#: plugins/GraphViz.py:111 plugins/TimeLine.py:367 plugins/WriteGedcom.py:381 +#: plugins/GraphViz.py:111 plugins/TimeLine.py:367 plugins/WriteGedcom.py:386 msgid "People with common ancestor with %s" msgstr "" @@ -4282,36 +4372,44 @@ msgid "Name and title extraction tool" msgstr "" #: plugins/PatchNames.py:124 +msgid "No modifications made" +msgstr "" + +#: plugins/PatchNames.py:125 msgid "No titles or nicknames were found" msgstr "" -#: plugins/PatchNames.py:156 +#: plugins/PatchNames.py:157 msgid "Extract information from names" msgstr "" -#: plugins/PatchNames.py:158 +#: plugins/PatchNames.py:159 msgid "Searches the entire database and attempts to extract titles and nicknames that may be embedded in a person's given name field." msgstr "" -#: plugins/ReadGedcom.py:132 plugins/ReadGedcom.py:136 -#: plugins/ReadGedcom.py:144 +#: plugins/ReadGedcom.py:125 +msgid "GEDCOM import status" +msgstr "" + +#: plugins/ReadGedcom.py:136 plugins/ReadGedcom.py:140 +#: plugins/ReadGedcom.py:148 msgid "" "%s could not be opened\n" msgstr "" -#: plugins/ReadGedcom.py:296 +#: plugins/ReadGedcom.py:300 msgid "GEDCOM file ended unexpectedly" msgstr "" -#: plugins/ReadGedcom.py:312 plugins/ReadGedcom.py:323 +#: plugins/ReadGedcom.py:316 plugins/ReadGedcom.py:327 msgid "Warning: line %d was not understood, so it was ignored." msgstr "" -#: plugins/ReadGedcom.py:368 +#: plugins/ReadGedcom.py:372 msgid "Import Complete: %d seconds" msgstr "" -#: plugins/ReadGedcom.py:1699 plugins/ReadGedcom.py:1742 +#: plugins/ReadGedcom.py:1703 plugins/ReadGedcom.py:1746 msgid "Import from GEDCOM" msgstr "" @@ -4584,35 +4682,39 @@ msgstr "" msgid "%(p1)s is the %(level)dth great grandniece of %(p2)s." msgstr "" -#: plugins/RelCalc.py:323 -msgid "Birthday" +#: plugins/RelCalc.py:321 +msgid "Relationshp to %s" msgstr "" -#: plugins/RelCalc.py:377 -msgid "Their common ancestor is %s." -msgstr "" - -#: plugins/RelCalc.py:383 -msgid "Their common ancestors are %s and %s." -msgstr "" - -#: plugins/RelCalc.py:388 -msgid "Their common ancestors are : " -msgstr "" - -#: plugins/RelCalc.py:401 -msgid "There is no relationship between %s and %s." -msgstr "" - -#: plugins/RelCalc.py:405 -msgid "%s and %s are the same person." -msgstr "" - -#: plugins/RelCalc.py:446 +#: plugins/RelCalc.py:322 plugins/RelCalc.py:451 msgid "Relationship calculator" msgstr "" -#: plugins/RelCalc.py:448 +#: plugins/RelCalc.py:327 plugins/TimeLine.py:336 +msgid "Birth Date" +msgstr "" + +#: plugins/RelCalc.py:382 +msgid "Their common ancestor is %s." +msgstr "" + +#: plugins/RelCalc.py:388 +msgid "Their common ancestors are %s and %s." +msgstr "" + +#: plugins/RelCalc.py:393 +msgid "Their common ancestors are : " +msgstr "" + +#: plugins/RelCalc.py:406 +msgid "There is no relationship between %s and %s." +msgstr "" + +#: plugins/RelCalc.py:410 +msgid "%s and %s are the same person." +msgstr "" + +#: plugins/RelCalc.py:453 msgid "Calculates the relationship between two people" msgstr "" @@ -4624,67 +4726,71 @@ msgstr "" msgid "Reorders the gramps IDs according to gramps' default rules." msgstr "" -#: plugins/Summary.py:105 +#: plugins/Summary.py:66 +msgid "Database summary" +msgstr "" + +#: plugins/Summary.py:109 msgid "Individuals" msgstr "" -#: plugins/Summary.py:107 +#: plugins/Summary.py:111 msgid "Number of individuals" msgstr "" -#: plugins/Summary.py:110 +#: plugins/Summary.py:114 msgid "Individuals with incomplete names" msgstr "" -#: plugins/Summary.py:111 +#: plugins/Summary.py:115 msgid "Individuals missing birth dates" msgstr "" -#: plugins/Summary.py:113 +#: plugins/Summary.py:117 msgid "Family Information" msgstr "" -#: plugins/Summary.py:115 +#: plugins/Summary.py:119 msgid "Number of families" msgstr "" -#: plugins/Summary.py:116 +#: plugins/Summary.py:120 msgid "Unique surnames" msgstr "" -#: plugins/Summary.py:119 +#: plugins/Summary.py:123 msgid "Individuals with media objects" msgstr "" -#: plugins/Summary.py:120 +#: plugins/Summary.py:124 msgid "Total number of media object references" msgstr "" -#: plugins/Summary.py:121 +#: plugins/Summary.py:125 msgid "Number of unique media objects" msgstr "" -#: plugins/Summary.py:122 +#: plugins/Summary.py:126 msgid "Total size of media objects" msgstr "" -#: plugins/Summary.py:123 +#: plugins/Summary.py:127 msgid "bytes" msgstr "" -#: plugins/Summary.py:126 +#: plugins/Summary.py:130 msgid "Missing Media Objects" msgstr "" -#: plugins/Summary.py:145 +#: plugins/Summary.py:149 msgid "Summary of the database" msgstr "" -#: plugins/Summary.py:147 plugins/count_anc.py:95 +#: plugins/Summary.py:151 plugins/count_anc.py:95 msgid "View" msgstr "" -#: plugins/Summary.py:148 +#: plugins/Summary.py:152 msgid "Provides a summary of the current database" msgstr "" @@ -4696,10 +4802,6 @@ msgstr "" msgid "Timeline File" msgstr "" -#: plugins/TimeLine.py:336 -msgid "Birth Date" -msgstr "" - #: plugins/TimeLine.py:343 msgid "Sort by" msgstr "" @@ -4720,11 +4822,15 @@ msgstr "" msgid "Timeline Graph" msgstr "" -#: plugins/Verify.py:290 +#: plugins/Verify.py:79 plugins/Verify.py:278 +msgid "Database Verify" +msgstr "" + +#: plugins/Verify.py:297 msgid "Verify the database" msgstr "" -#: plugins/Verify.py:292 +#: plugins/Verify.py:299 msgid "List exceptions to assertions or checks about the database" msgstr "" @@ -4773,8 +4879,7 @@ msgstr "" msgid "Include a link to the index page" msgstr "" -#: plugins/WebPage.py:845 plugins/gedcomexport.glade:429 -#: plugins/pafexport.glade:276 +#: plugins/WebPage.py:845 plugins/pafexport.glade:276 msgid "Do not include records marked private" msgstr "" @@ -4898,24 +5003,32 @@ msgstr "" msgid "Generates web (HTML) pages for individuals, or a set of individuals." msgstr "" -#: plugins/WriteGedcom.py:1076 +#: plugins/WriteGedcom.py:368 plugins/WriteGedcom.py:477 +msgid "GEDCOM export" +msgstr "" + +#: plugins/WriteGedcom.py:1085 msgid "Export to GEDCOM" msgstr "" -#: plugins/WritePkg.py:151 +#: plugins/WritePkg.py:86 +msgid "Package export" +msgstr "" + +#: plugins/WritePkg.py:156 msgid "Export to GRAMPS package" msgstr "" -#: plugins/changetype.glade:6 -msgid "Change Event Types - GRAMPS" +#: plugins/changetype.glade:92 +msgid "This tool will rename all events of one type to a different type. Once completed, this cannot be undone without abandoning all changes since the last database save." msgstr "" -#: plugins/changetype.glade:69 -msgid "Change Event Type of" +#: plugins/changetype.glade:245 +msgid "_Original event type:" msgstr "" -#: plugins/changetype.glade:137 -msgid "to" +#: plugins/changetype.glade:270 +msgid "_New event type:" msgstr "" #: plugins/count_anc.py:51 @@ -4969,7 +5082,7 @@ msgstr "" msgid "Format" msgstr "" -#: plugins/eventcmp.glade:482 +#: plugins/eventcmp.glade:482 plugins/gedcomexport.glade:157 msgid "_Filter:" msgstr "" @@ -4981,120 +5094,115 @@ msgstr "" msgid "_Custom filter editor" msgstr "" -#: plugins/gedcomexport.glade:9 plugins/gedcomexport.glade:502 -msgid "Export GEDCOM file" -msgstr "" - -#: plugins/gedcomexport.glade:72 plugins/gedcomexport.glade:551 -#: plugins/pkgexport.glade:188 -msgid "GEDCOM Export" -msgstr "" - -#: plugins/gedcomexport.glade:106 +#: plugins/gedcomexport.glade:105 plugins/pkgexport.glade:97 msgid "Export GEDCOM" msgstr "" -#: plugins/gedcomexport.glade:199 -msgid "ANSEL" +#: plugins/gedcomexport.glade:185 +msgid "_Target:" msgstr "" -#: plugins/gedcomexport.glade:218 -msgid "UNICODE" -msgstr "" - -#: plugins/gedcomexport.glade:238 plugins/gedcomimport.glade:199 -msgid "Encoding" -msgstr "" - -#: plugins/gedcomexport.glade:287 -msgid "Copyright" -msgstr "" - -#: plugins/gedcomexport.glade:313 -msgid "Target" -msgstr "" - -#: plugins/gedcomexport.glade:349 +#: plugins/gedcomexport.glade:223 msgid "Standard GEDCOM 5.5" msgstr "" -#: plugins/gedcomexport.glade:379 +#: plugins/gedcomexport.glade:243 +msgid "_Copyright:" +msgstr "" + +#: plugins/gedcomexport.glade:280 msgid "Standard Copyright" msgstr "" -#: plugins/gedcomexport.glade:388 +#: plugins/gedcomexport.glade:289 msgid "GNU Free Documentation License" msgstr "" -#: plugins/gedcomexport.glade:397 +#: plugins/gedcomexport.glade:298 msgid "No Copyright" msgstr "" -#: plugins/gedcomexport.glade:448 plugins/pafexport.glade:292 -msgid "Restrict data on living people" +#: plugins/gedcomexport.glade:319 +msgid "Filename" msgstr "" -#: plugins/gedcomexport.glade:467 plugins/pafexport.glade:261 -msgid "Options" +#: plugins/gedcomexport.glade:343 +msgid "Encoding" msgstr "" -#: plugins/gedcomimport.glade:6 -msgid "GEDCOM Import Status" -msgstr "" - -#: plugins/gedcomimport.glade:22 -msgid "GEDCOM Import" -msgstr "" - -#: plugins/gedcomimport.glade:61 -msgid "File" -msgstr "" - -#: plugins/gedcomimport.glade:84 -msgid "Created by" -msgstr "" - -#: plugins/gedcomimport.glade:107 -msgid "Version" -msgstr "" - -#: plugins/gedcomimport.glade:130 -msgid "Number of Families" -msgstr "" - -#: plugins/gedcomimport.glade:153 -msgid "Number of People" -msgstr "" - -#: plugins/gedcomimport.glade:176 -msgid "Number of Errors" -msgstr "" - -#: plugins/gedcomimport.glade:370 -msgid "Close window when complete" -msgstr "" - -#: plugins/merge.glade:8 -msgid "Merge People - GRAMPS" -msgstr "" - -#: plugins/merge.glade:24 -msgid "Determining Possible Merges" -msgstr "" - -#: plugins/merge.glade:45 -msgid "Please be patient. This may take a while." -msgstr "" - -#: plugins/merge.glade:323 -msgid "Match Threshold" -msgstr "" - -#: plugins/merge.glade:347 styles.glade:674 +#: plugins/gedcomexport.glade:367 plugins/merge.glade:340 styles.glade:674 msgid "Options" msgstr "" -#: plugins/merge.glade:372 +#: plugins/gedcomexport.glade:393 +msgid "_Do not include records marked private" +msgstr "" + +#: plugins/gedcomexport.glade:415 +msgid "_Restrict data on living people" +msgstr "" + +#: plugins/gedcomexport.glade:437 +msgid "_ANSEL" +msgstr "" + +#: plugins/gedcomexport.glade:459 +msgid "_UNICODE" +msgstr "" + +#: plugins/gedcomexport.glade:577 +msgid "Sources:" +msgstr "" + +#: plugins/gedcomexport.glade:603 plugins/gedcomimport.glade:129 +msgid "Families:" +msgstr "" + +#: plugins/gedcomexport.glade:629 plugins/gedcomimport.glade:153 +msgid "People:" +msgstr "" + +#: plugins/gedcomimport.glade:57 +msgid "File:" +msgstr "" + +#: plugins/gedcomimport.glade:81 +msgid "Created by:" +msgstr "" + +#: plugins/gedcomimport.glade:105 +msgid "Version:" +msgstr "" + +#: plugins/gedcomimport.glade:177 +msgid "Errors:" +msgstr "" + +#: plugins/gedcomimport.glade:201 +msgid "Encoding:" +msgstr "" + +#: plugins/gedcomimport.glade:373 +msgid "_Close window when complete" +msgstr "" + +#: plugins/gedcomimport.glade:393 +msgid "Status" +msgstr "" + +#: plugins/gedcomimport.glade:417 +msgid "Messages" +msgstr "" + +#: plugins/merge.glade:46 +msgid "Please be patient. This may take a while." +msgstr "" + +#: plugins/merge.glade:316 +msgid "Match Threshold" +msgstr "" + +#: plugins/merge.glade:365 msgid "Use soundex codes" msgstr "" @@ -5114,11 +5222,19 @@ msgstr "" msgid "Database name: " msgstr "" +#: plugins/pafexport.glade:261 +msgid "Options" +msgstr "" + +#: plugins/pafexport.glade:292 +msgid "Restrict data on living people" +msgstr "" + #: plugins/patchnames.glade:40 msgid "_Accept changes and close" msgstr "" -#: plugins/patchnames.glade:104 +#: plugins/patchnames.glade:105 msgid "" "Below is a list of the nicknames and titles that GRAMPS can extract from the \n" "current database. If you accept the changes, GRAMPS will modify your database as \n" @@ -5128,147 +5244,98 @@ msgid "" "Should the following changes be made?" msgstr "" -#: plugins/pkgexport.glade:8 -msgid "Export GRAMPS package - GRAMPS" +#: plugins/relcalc.glade:90 +msgid "Select a person to determine the relationship" msgstr "" -#: plugins/pkgexport.glade:70 -msgid "GRAMPS package export" -msgstr "" - -#: plugins/pkgexport.glade:139 -msgid "Export GRAMPS package" -msgstr "" - -#: plugins/pkgexport.glade:299 plugins/pkgexport.glade:323 -#: plugins/pkgexport.glade:347 plugins/readgedcom.glade:54 -msgid "%P %%" -msgstr "" - -#: plugins/readgedcom.glade:6 -msgid "GEDCOM Read Progress" -msgstr "" - -#: plugins/readgedcom.glade:22 -msgid "GEDCOM Import Progress" -msgstr "" - -#: plugins/relcalc.glade:8 -msgid "Relationship Calculator - GRAMPS" -msgstr "" - -#: plugins/relcalc.glade:72 -msgid "name" -msgstr "" - -#: plugins/soundex.glade:6 -msgid "SoundEx Code Generator - GRAMPS" -msgstr "" - -#: plugins/soundex.glade:28 +#: plugins/soundex.glade:30 msgid "Calculate SoundEx code for the name" msgstr "" -#: plugins/soundex.glade:42 +#: plugins/soundex.glade:44 msgid "Close Window" msgstr "" -#: plugins/soundex.glade:70 -msgid "SoundEx Code Generator" +#: plugins/soundex.glade:127 +msgid "SoundEx code:" msgstr "" -#: plugins/soundex.glade:186 +#: plugins/soundex.glade:160 msgid "Name used to generate SoundEx code" msgstr "" -#: plugins/soundgen.py:85 +#: plugins/soundgen.py:57 +msgid "SoundEx code generator" +msgstr "" + +#: plugins/soundgen.py:92 msgid "Generate SoundEx codes" msgstr "" -#: plugins/soundgen.py:87 +#: plugins/soundgen.py:94 msgid "Generates SoundEx codes for names" msgstr "" -#: plugins/summary.glade:8 -msgid "Database Summary - GRAMPS" -msgstr "" - -#: plugins/summary.glade:66 -msgid "Database Summary" -msgstr "" - -#: plugins/verify.glade:8 -msgid "Database Verify - GRAMPS" -msgstr "" - -#: plugins/verify.glade:66 -msgid "Database Verify" -msgstr "" - -#: plugins/verify.glade:141 -msgid "Verify - Settings" -msgstr "" - -#: plugins/verify.glade:181 +#: plugins/verify.glade:185 msgid "Maximum age" msgstr "" -#: plugins/verify.glade:205 +#: plugins/verify.glade:209 msgid "Maximum husband-wife age difference" msgstr "" -#: plugins/verify.glade:229 +#: plugins/verify.glade:233 msgid "Minimum age to marry" msgstr "" -#: plugins/verify.glade:253 +#: plugins/verify.glade:257 msgid "Maximum age to marry" msgstr "" -#: plugins/verify.glade:277 +#: plugins/verify.glade:281 msgid "Maximum number of spouses for a person" msgstr "" -#: plugins/verify.glade:301 +#: plugins/verify.glade:305 msgid "Maximum number of consecutive years of widowhood" msgstr "" -#: plugins/verify.glade:325 +#: plugins/verify.glade:329 msgid "Maximum number of years between children" msgstr "" -#: plugins/verify.glade:349 +#: plugins/verify.glade:353 msgid "Maximum span of years for all children" msgstr "" -#: plugins/verify.glade:609 +#: plugins/verify.glade:577 +msgid "Women" +msgstr "" + +#: plugins/verify.glade:601 msgid "Minimum age to bear a child" msgstr "" -#: plugins/verify.glade:633 +#: plugins/verify.glade:647 msgid "Maximum age to bear a child" msgstr "" -#: plugins/verify.glade:701 plugins/verify.glade:885 +#: plugins/verify.glade:671 plugins/verify.glade:833 msgid "Maximum number of children" msgstr "" -#: plugins/verify.glade:749 -msgid "Women" +#: plugins/verify.glade:739 +msgid "Men" msgstr "" -#: plugins/verify.glade:793 +#: plugins/verify.glade:763 msgid "Minimum age to father a child" msgstr "" -#: plugins/verify.glade:817 +#: plugins/verify.glade:809 msgid "Maximum age to father a child" msgstr "" -#: plugins/verify.glade:933 -msgid "Men" -msgstr "" - #: preferences.glade:9 msgid "GRAMPS Preferences" msgstr ""