# List of source files which contain translatable strings. [encoding: UTF-8] # # Python files # src/AddMedia.py src/ansel_utf8.py src/ArgHandler.py src/Assistant.py src/AutoComp.py src/BaseDoc.py src/Bookmarks.py src/ColumnOrder.py src/const.py src/DateEdit.py src/Date.py src/DbLoader.py src/DbManager.py src/DdTargets.py src/DisplayState.py src/Errors.py src/ExportAssistant.py src/ExportOptions.py src/FontScale.py src/GrampsCfg.py src/GrampsDisplay.py src/gramps_main.py src/gramps.py src/GrampsWidgets.py src/ImgManip.py src/ListModel.py src/ManagedWindow.py src/MarkupText.py src/Navigation.py src/PageView.py src/PlaceUtils.py src/QuestionDialog.py src/QuickReports.py src/RecentFiles.py src/Relationship.py src/Reorder.py src/ScratchPad.py src/Sort.py src/soundex.py src/Spell.py src/SubstKeywords.py src/TipOfDay.py src/ToolTips.py src/ThumbNails.py src/TransUtils.py src/TreeTips.py src/Utils.py src/UndoHistory.py src/ViewManager.py # BasicUtils package src/BasicUtils/_UpdateCallback.py src/BasicUtils/_NameDisplay.py # Config package src/Config/_GrampsGconfKeys.py src/Config/_GrampsIniKeys.py src/Config/__init__.py # Merge package src/Merge/__init__.py src/Merge/_MergePerson.py src/Merge/_MergePlace.py src/Merge/_MergeSource.py # DataViews package src/DataViews/_EventView.py src/DataViews/_FamilyList.py src/DataViews/__init__.py src/DataViews/_MediaView.py src/DataViews/_NoteView.py src/DataViews/_PedigreeView.py src/DataViews/_PersonView.py src/DataViews/_PlaceView.py src/DataViews/_RelationView.py src/DataViews/_RepositoryView.py src/DataViews/_SourceView.py # DateHandler package src/DateHandler/_Date_de.py src/DateHandler/_DateDisplay.py src/DateHandler/_Date_es.py src/DateHandler/_Date_fi.py src/DateHandler/_Date_fr.py src/DateHandler/_DateHandler.py src/DateHandler/_Date_lt.py src/DateHandler/_Date_nl.py src/DateHandler/_Date_pl.py src/DateHandler/_Date_pt.py src/DateHandler/_DateParser.py src/DateHandler/_Date_ru.py src/DateHandler/_Date_sk.py src/DateHandler/_Date_sv.py src/DateHandler/__init__.py # docgen directory src/docgen/AsciiDoc.py src/docgen/GtkPrint.py src/docgen/HtmlDoc.py src/docgen/LaTeXDoc.py src/docgen/ODSDoc.py src/docgen/ODFDoc.py src/docgen/ODSTab.py src/docgen/PSDrawDoc.py src/docgen/RTFDoc.py src/docgen/SpreadSheetDoc.py src/docgen/SvgDrawDoc.py src/docgen/TextBufDoc.py # DisplayModels package src/DisplayModels/_BaseModel.py src/DisplayModels/_EventModel.py src/DisplayModels/_FamilyModel.py src/DisplayModels/_MediaModel.py src/DisplayModels/_PeopleModel.py src/DisplayModels/_PlaceModel.py src/DisplayModels/_RepositoryModel.py src/DisplayModels/_SourceModel.py src/DisplayModels/__init__.py # DisplayTabs package src/DisplayTabs/_AddrEmbedList.py src/DisplayTabs/_AddressModel.py src/DisplayTabs/_AttrEmbedList.py src/DisplayTabs/_AttrModel.py src/DisplayTabs/_BackRefList.py src/DisplayTabs/_BackRefModel.py src/DisplayTabs/_ButtonTab.py src/DisplayTabs/_ChildModel.py src/DisplayTabs/_DataEmbedList.py src/DisplayTabs/_DataModel.py src/DisplayTabs/_EmbeddedList.py src/DisplayTabs/_EventBackRefList.py src/DisplayTabs/_EventEmbedList.py src/DisplayTabs/_EventRefModel.py src/DisplayTabs/_FamilyAttrEmbedList.py src/DisplayTabs/_FamilyLdsEmbedList.py src/DisplayTabs/_GalleryTab.py src/DisplayTabs/_GrampsTab.py src/DisplayTabs/_LdsEmbedList.py src/DisplayTabs/_LdsModel.py src/DisplayTabs/_LocationEmbedList.py src/DisplayTabs/_LocationModel.py src/DisplayTabs/_MediaBackRefList.py src/DisplayTabs/_NameEmbedList.py #src/DisplayTabs/_NameModel.py src/DisplayTabs/_NoteTab.py src/DisplayTabs/_TextTab.py src/DisplayTabs/_PersonEventEmbedList.py src/DisplayTabs/_PersonRefEmbedList.py src/DisplayTabs/_PersonRefModel.py src/DisplayTabs/_PlaceBackRefList.py src/DisplayTabs/_RepoEmbedList.py src/DisplayTabs/_RepoRefModel.py src/DisplayTabs/_SourceBackRefList.py src/DisplayTabs/_SourceEmbedList.py src/DisplayTabs/_SourceRefModel.py src/DisplayTabs/_WebEmbedList.py src/DisplayTabs/_WebModel.py src/DisplayTabs/__init__.py # Editors package src/Editors/_EditAddress.py src/Editors/_EditAttribute.py src/Editors/_EditChildRef.py src/Editors/_EditEvent.py src/Editors/_EditEventRef.py src/Editors/_EditFamily.py src/Editors/_EditLdsOrd.py src/Editors/_EditLocation.py src/Editors/_EditMedia.py src/Editors/_EditMediaRef.py src/Editors/_EditName.py src/Editors/_EditNote.py src/Editors/_EditPerson.py src/Editors/_EditPersonRef.py src/Editors/_EditPlace.py src/Editors/_EditPrimary.py src/Editors/_EditReference.py src/Editors/_EditRepoRef.py src/Editors/_EditRepository.py src/Editors/_EditSecondary.py src/Editors/_EditSource.py src/Editors/_EditSourceRef.py src/Editors/_EditUrl.py src/Editors/__init__.py # GrampsDb package src/GrampsDb/_GrampsDbFactories.py src/GrampsDb/_GrampsDbWriteXML.py src/GrampsDb/__init__.py # GrampsDbUtils package src/GrampsDbUtils/_Backup.py src/GrampsDbUtils/_GedcomInfo.py src/GrampsDbUtils/_GedcomStageOne.py #src/GrampsDbUtils/_GedcomLex.py src/GrampsDbUtils/_GedcomParse.py src/GrampsDbUtils/_GedcomTokens.py src/GrampsDbUtils/_GrampsDbWRFactories.py src/GrampsDbUtils/_ReadGedcom.py src/GrampsDbUtils/_ReadXML.py src/GrampsDbUtils/_WriteGedcom.py src/GrampsDbUtils/_WriteGrdb.py src/GrampsDbUtils/_WriteXML.py src/GrampsDbUtils/__init__.py # gen/proxy src/gen/proxy/living.py src/gen/proxy/private.py src/gen/proxy/filter.py src/gen/proxy/proxybase.py src/gen/proxy/dbbase.py src/gen/proxy/__init__.py # GrampsLocale package src/GrampsLocale/_GrampsLocale.py # GrampsLogger package src/GrampsLogger/_ErrorReportAssistant.py src/GrampsLogger/_ErrorView.py src/GrampsLogger/_GtkHandler.py src/GrampsLogger/__init__.py src/GrampsLogger/_RotateHandler.py # Mime package src/Mime/_GnomeMime.py src/Mime/__init__.py src/Mime/_PythonMime.py # Selectors package src/Selectors/_BaseSelector.py src/Selectors/_SelectEvent.py src/Selectors/_SelectFamily.py src/Selectors/_SelectNote.py src/Selectors/_SelectObject.py src/Selectors/_SelectPerson.py src/Selectors/_SelectPlace.py src/Selectors/_SelectRepository.py src/Selectors/_SelectSource.py src/Selectors/_SelectorExceptions.py src/Selectors/_SelectorFactory.py src/Selectors/__init__.py # plugins directory src/plugins/all_events.py src/plugins/siblings.py src/plugins/AncestorChart.py src/plugins/AncestorReport.py src/plugins/BookReport.py src/plugins/Calendar.py src/plugins/ChangeNames.py src/plugins/ChangeTypes.py src/plugins/Checkpoint.py src/plugins/Check.py src/plugins/CountAncestors.py src/plugins/CustomBookText.py src/plugins/Desbrowser.py src/plugins/DescendChart.py src/plugins/DescendReport.py src/plugins/DetAncestralReport.py src/plugins/DetDescendantReport.py src/plugins/EndOfLineReport.py src/plugins/Eval.py src/plugins/EventCmp.py src/plugins/EventNames.py src/plugins/ExportCSV.py src/plugins/ExportVCalendar.py src/plugins/ExportVCard.py src/plugins/ExtractCity.py src/plugins/FamilyGroup.py src/plugins/FamilyLines.py src/plugins/FanChart.py src/plugins/FindDupes.py src/plugins/GraphViz.py src/plugins/GVHourGlass.py src/plugins/ImportCSV.py src/plugins/ImportGeneWeb.py src/plugins/ImportvCard.py src/plugins/IndivComplete.py src/plugins/KinshipReport.py src/plugins/Leak.py src/plugins/lineage.py src/plugins/MarkerReport.py src/plugins/MediaManager.py src/plugins/NarrativeWeb.py src/plugins/OwnerEditor.py src/plugins/PatchNames.py src/plugins/ReadPkg.py src/plugins/Rebuild.py src/plugins/RelCalc.py src/plugins/rel_da.py src/plugins/rel_de.py src/plugins/rel_es.py src/plugins/rel_fi.py src/plugins/rel_fr.py src/plugins/rel_hu.py src/plugins/rel_it.py src/plugins/rel_no.py src/plugins/rel_ru.py src/plugins/rel_sk.py src/plugins/rel_sv.py src/plugins/rel_pl.py src/plugins/RemoveUnused.py src/plugins/ReorderIds.py src/plugins/SimpleBookTitle.py src/plugins/SoundGen.py src/plugins/StatisticsChart.py src/plugins/Summary.py src/plugins/TimeLine.py src/plugins/Verify.py src/plugins/WebCal.py src/plugins/WriteCD.py src/plugins/WriteFtree.py src/plugins/WriteGeneWeb.py src/plugins/WritePkg.py src/plugins/RebuildRefMap.py src/plugins/ReadGrdb.py # PluginUtils package src/PluginUtils/__init__.py src/PluginUtils/_Options.py src/PluginUtils/_PluginMgr.py src/PluginUtils/_Plugins.py src/PluginUtils/_Tool.py src/PluginUtils/_PluginStatus.py # ReportBase package src/ReportBase/_BareReportDialog.py src/ReportBase/_BookFormatComboBox.py src/ReportBase/_CommandLineReport.py src/ReportBase/_Constants.py src/ReportBase/_DrawFormatComboBox.py src/ReportBase/_DrawReportDialog.py src/ReportBase/_Endnotes.py src/ReportBase/_GraphvizReportDialog.py src/ReportBase/_FileEntry.py src/ReportBase/__init__.py src/ReportBase/_PaperMenu.py src/ReportBase/_PrintTools.py src/ReportBase/_ReportDialog.py src/ReportBase/_ReportOptions.py src/ReportBase/_Report.py src/ReportBase/_ReportUtils.py src/ReportBase/_StyleComboBox.py src/ReportBase/_StyleEditor.py src/ReportBase/_TemplateParser.py src/ReportBase/_TextFormatComboBox.py src/ReportBase/_TextReportDialog.py # gen src/gen/proxy/living.py src/gen/proxy/private.py src/gen/proxy/proxybase.py src/gen/proxy/dbbase.py src/gen/proxy/filter.py src/gen/proxy/__init__.py src/gen/db/base.py src/gen/db/dbdir.py src/gen/db/cursor.py src/gen/db/exceptions.py src/gen/db/dbconst.py src/gen/db/__init__.py src/gen/db/iterator.py src/gen/lib/witness.py src/gen/lib/__init__.py src/gen/lib/reporef.py src/gen/lib/url.py src/gen/lib/personref.py src/gen/lib/urltype.py src/gen/lib/note.py src/gen/lib/repo.py src/gen/lib/notetype.py src/gen/lib/repotype.py src/gen/lib/location.py src/gen/lib/datebase.py src/gen/lib/privacybase.py src/gen/lib/calendar.py src/gen/lib/mediaref.py src/gen/lib/attrtype.py src/gen/lib/srcnote.py src/gen/lib/primaryobj.py src/gen/lib/childref.py src/gen/lib/ldsordbase.py src/gen/lib/childreftype.py src/gen/lib/markertype.py src/gen/lib/genderstats.py src/gen/lib/place.py src/gen/lib/srcref.py src/gen/lib/address.py src/gen/lib/src.py src/gen/lib/srcmediatype.py src/gen/lib/grampstype.py src/gen/lib/urlbase.py src/gen/lib/notebase.py src/gen/lib/locationbase.py src/gen/lib/attribute.py src/gen/lib/attrbase.py src/gen/lib/baseobj.py src/gen/lib/eventroletype.py src/gen/lib/person.py src/gen/lib/refbase.py src/gen/lib/mediaobj.py src/gen/lib/mediabase.py src/gen/lib/date.py src/gen/lib/eventref.py src/gen/lib/privsrcnote.py src/gen/lib/placebase.py src/gen/lib/name.py src/gen/lib/addressbase.py src/gen/lib/family.py src/gen/lib/event.py src/gen/lib/nametype.py src/gen/lib/secondaryobj.py src/gen/lib/srcbase.py src/gen/lib/eventtype.py src/gen/lib/researcher.py src/gen/lib/familyreltype.py src/gen/lib/ldsord.py src/gen/__init__.py src/gen/utils/__init__.py src/gen/utils/dbutils.py src/gen/utils/callback.py src/gen/utils/longop.py src/gen/utils/progressmon.py # Filters package src/Filters/_FilterComboBox.py src/Filters/_FilterList.py src/Filters/_FilterMenu.py src/Filters/_FilterParser.py src/Filters/_FilterStore.py src/Filters/_GenericFilter.py src/Filters/__init__.py src/Filters/_ParamFilter.py src/Filters/_SearchBar.py src/Filters/_SearchFilter.py # Filters.Rules package src/Filters/Rules/_Everything.py src/Filters/Rules/_HasAttributeBase.py src/Filters/Rules/_HasEventBase.py src/Filters/Rules/_HasGrampsId.py src/Filters/Rules/_HasNoteRegexBase.py src/Filters/Rules/_HasNoteSubstrBase.py src/Filters/Rules/_HasReferenceCountBase.py src/Filters/Rules/_HasTextMatchingRegexpOf.py src/Filters/Rules/_HasTextMatchingSubstringOf.py src/Filters/Rules/__init__.py src/Filters/Rules/_IsPrivate.py src/Filters/Rules/_MatchesFilterBase.py src/Filters/Rules/_RegExpIdBase.py src/Filters/Rules/_Rule.py src/Filters/Rules/_HasMarkerBase.py # Filters.Rules.Person package src/Filters/Rules/Person/_Disconnected.py src/Filters/Rules/Person/_Everyone.py src/Filters/Rules/Person/_FamilyWithIncompleteEvent.py src/Filters/Rules/Person/_HasAttribute.py src/Filters/Rules/Person/_HasBirth.py src/Filters/Rules/Person/_HasCommonAncestorWithFilterMatch.py src/Filters/Rules/Person/_HasCommonAncestorWith.py src/Filters/Rules/Person/_HasCompleteRecord.py src/Filters/Rules/Person/_HasDeath.py src/Filters/Rules/Person/_HasEvent.py src/Filters/Rules/Person/_HasFamilyAttribute.py src/Filters/Rules/Person/_HasFamilyEvent.py src/Filters/Rules/Person/_HasIdOf.py src/Filters/Rules/Person/_HasNameOf.py src/Filters/Rules/Person/_HasNoteMatchingSubstringOf.py src/Filters/Rules/Person/_HasNote.py src/Filters/Rules/Person/_HasNoteRegexp.py src/Filters/Rules/Person/_HasRelationship.py src/Filters/Rules/Person/_HasSourceOf.py src/Filters/Rules/Person/_HasTextMatchingRegexpOf.py src/Filters/Rules/Person/_HasTextMatchingSubstringOf.py src/Filters/Rules/Person/_HasUnknownGender.py src/Filters/Rules/Person/_HaveAltFamilies.py src/Filters/Rules/Person/_HaveChildren.py src/Filters/Rules/Person/_HavePhotos.py src/Filters/Rules/Person/_IncompleteNames.py src/Filters/Rules/Person/__init__.py src/Filters/Rules/Person/_IsAncestorOfFilterMatch.py src/Filters/Rules/Person/_IsAncestorOf.py src/Filters/Rules/Person/_IsBookmarked.py src/Filters/Rules/Person/_IsChildOfFilterMatch.py src/Filters/Rules/Person/_IsDefaultPerson.py src/Filters/Rules/Person/_IsDescendantFamilyOf.py src/Filters/Rules/Person/_IsDescendantOfFilterMatch.py src/Filters/Rules/Person/_IsDescendantOf.py src/Filters/Rules/Person/_IsFemale.py src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfBookmarked.py src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfDefaultPerson.py src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOf.py src/Filters/Rules/Person/_IsLessThanNthGenerationDescendantOf.py src/Filters/Rules/Person/_IsMale.py src/Filters/Rules/Person/_IsMoreThanNthGenerationAncestorOf.py src/Filters/Rules/Person/_IsMoreThanNthGenerationDescendantOf.py src/Filters/Rules/Person/_IsParentOfFilterMatch.py src/Filters/Rules/Person/_IsSiblingOfFilterMatch.py src/Filters/Rules/Person/_IsSpouseOfFilterMatch.py src/Filters/Rules/Person/_IsWitness.py src/Filters/Rules/Person/_MatchesFilter.py src/Filters/Rules/Person/_MatchIdOf.py src/Filters/Rules/Person/_MultipleMarriages.py src/Filters/Rules/Person/_NeverMarried.py src/Filters/Rules/Person/_NoBirthdate.py src/Filters/Rules/Person/_PeoplePrivate.py src/Filters/Rules/Person/_PersonWithIncompleteEvent.py src/Filters/Rules/Person/_ProbablyAlive.py src/Filters/Rules/Person/_RegExpIdOf.py src/Filters/Rules/Person/_RegExpName.py src/Filters/Rules/Person/_RelationshipPathBetween.py src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py src/Filters/Rules/Person/_SearchName.py src/Filters/Rules/Person/_HasMarkerOf.py src/Filters/Rules/Person/_MissingParent.py # Filters.Rules.Family package src/Filters/Rules/Family/__init__.py src/Filters/Rules/Family/_AllFamilies.py src/Filters/Rules/Family/_FamilyPrivate.py src/Filters/Rules/Family/_HasAttribute.py src/Filters/Rules/Family/_HasEvent.py src/Filters/Rules/Family/_HasIdOf.py src/Filters/Rules/Family/_HasNoteMatchingSubstringOf.py src/Filters/Rules/Family/_HasNoteRegexp.py src/Filters/Rules/Family/_HasReferenceCountOf.py src/Filters/Rules/Family/_HasRelType.py src/Filters/Rules/Family/_RegExpIdOf.py src/Filters/Rules/Family/_MatchesFilter.py src/Filters/Rules/Family/_MotherHasIdOf.py src/Filters/Rules/Family/_FatherHasIdOf.py src/Filters/Rules/Family/_MotherHasNameOf.py src/Filters/Rules/Family/_ChildHasIdOf.py src/Filters/Rules/Family/_FatherHasNameOf.py src/Filters/Rules/Family/_ChildHasNameOf.py src/Filters/Rules/Family/_SearchFatherName.py src/Filters/Rules/Family/_SearchChildName.py src/Filters/Rules/Family/_SearchMotherName.py src/Filters/Rules/Family/_RegExpFatherName.py src/Filters/Rules/Family/_RegExpMotherName.py src/Filters/Rules/Family/_RegExpChildName.py src/Filters/Rules/Family/_MemberBase.py src/Filters/Rules/Family/_HasMarkerOf.py # Filters.Rules.Event package src/Filters/Rules/Event/_MatchesFilter.py src/Filters/Rules/Event/_EventPrivate.py src/Filters/Rules/Event/_HasNoteRegexp.py src/Filters/Rules/Event/_HasReferenceCountOf.py src/Filters/Rules/Event/_RegExpIdOf.py src/Filters/Rules/Event/_AllEvents.py src/Filters/Rules/Event/_HasIdOf.py src/Filters/Rules/Event/_HasMarkerOf.py src/Filters/Rules/Event/_HasType.py src/Filters/Rules/Event/_HasNoteMatchingSubstringOf.py src/Filters/Rules/Event/_MatchesPersonFilter.py src/Filters/Rules/Event/__init__.py # Filters.Rules.Place package src/Filters/Rules/Place/_AllPlaces.py src/Filters/Rules/Place/_HasIdOf.py src/Filters/Rules/Place/_HasNoLatOrLon.py src/Filters/Rules/Place/_HasNoteMatchingSubstringOf.py src/Filters/Rules/Place/_HasNoteRegexp.py src/Filters/Rules/Place/_HasPlace.py src/Filters/Rules/Place/_HasReferenceCountOf.py src/Filters/Rules/Place/_InLatLonNeighborhood.py src/Filters/Rules/Place/_MatchesFilter.py src/Filters/Rules/Place/_MatchesEventFilter.py src/Filters/Rules/Place/_PlacePrivate.py src/Filters/Rules/Place/_RegExpIdOf.py src/Filters/Rules/Place/__init__.py # Filters.Rules.Source package src/Filters/Rules/Source/_MatchesFilter.py src/Filters/Rules/Source/_SourcePrivate.py src/Filters/Rules/Source/_RegExpIdOf.py src/Filters/Rules/Source/_HasReferenceCountOf.py src/Filters/Rules/Source/_HasSource.py src/Filters/Rules/Source/_HasNoteMatchingSubstringOf.py src/Filters/Rules/Source/_AllSources.py src/Filters/Rules/Source/_HasNoteRegexp.py src/Filters/Rules/Source/_HasIdOf.py src/Filters/Rules/Source/__init__.py # Filters.Rules.MediaObject package src/Filters/Rules/MediaObject/_AllMedia.py src/Filters/Rules/MediaObject/_HasIdOf.py src/Filters/Rules/MediaObject/_HasMedia.py src/Filters/Rules/MediaObject/_HasNoteMatchingSubstringOf.py src/Filters/Rules/MediaObject/_HasNoteRegexp.py src/Filters/Rules/MediaObject/_HasReferenceCountOf.py src/Filters/Rules/MediaObject/_MatchesFilter.py src/Filters/Rules/MediaObject/_MediaPrivate.py src/Filters/Rules/MediaObject/_RegExpIdOf.py src/Filters/Rules/MediaObject/__init__.py # Filters.Rules.Repository package src/Filters/Rules/Repository/_AllRepos.py src/Filters/Rules/Repository/_HasIdOf.py src/Filters/Rules/Repository/_HasNoteMatchingSubstringOf.py src/Filters/Rules/Repository/_HasNoteRegexp.py src/Filters/Rules/Repository/_HasReferenceCountOf.py src/Filters/Rules/Repository/_HasRepo.py src/Filters/Rules/Repository/_MatchesFilter.py src/Filters/Rules/Repository/_RegExpIdOf.py src/Filters/Rules/Repository/_RepoPrivate.py src/Filters/Rules/Repository/__init__.py # Filters.Rules.Note package src/Filters/Rules/Note/_AllNotes.py src/Filters/Rules/Note/_HasIdOf.py src/Filters/Rules/Note/_HasMarkerOf.py src/Filters/Rules/Note/_HasNoteMatchingSubstringOf.py src/Filters/Rules/Note/_HasNoteRegexp.py src/Filters/Rules/Note/_HasNote.py src/Filters/Rules/Note/_HasReferenceCountOf.py src/Filters/Rules/Note/_MatchesFilter.py src/Filters/Rules/Note/_RegExpIdOf.py src/Filters/Rules/Note/_NotePrivate.py src/Filters/Rules/Note/__init__.py # Filters.SideBar package src/Filters/SideBar/_EventSidebarFilter.py src/Filters/SideBar/_FamilySidebarFilter.py src/Filters/SideBar/_PersonSidebarFilter.py src/Filters/SideBar/_SidebarFilter.py src/Filters/SideBar/_SourceSidebarFilter.py src/Filters/SideBar/_PlaceSidebarFilter.py src/Filters/SideBar/_MediaSidebarFilter.py src/Filters/SideBar/_RepoSidebarFilter.py src/Filters/SideBar/_NoteSidebarFilter.py # FilterEditor package src/FilterEditor/_FilterEditor.py src/FilterEditor/_EditFilter.py src/FilterEditor/_EditRule.py src/FilterEditor/_ShowResults.py # # Glade files # src/docgen/gtkprintpreview.glade src/GrampsDbUtils/gedcomimport.glade src/glade/edit_person.glade src/glade/gramps.glade src/glade/mergedata.glade src/glade/plugins.glade src/glade/rule.glade src/glade/scratchpad.glade src/glade/paper_settings.glade src/plugins/book.glade src/plugins/cdexport.glade src/plugins/changenames.glade src/plugins/changetype.glade src/plugins/checkpoint.glade src/plugins/csvexport.glade src/plugins/desbrowse.glade src/plugins/eval.glade src/plugins/eventcmp.glade src/plugins/genewebexport.glade src/plugins/leak.glade src/plugins/merge.glade src/plugins/ownereditor.glade src/plugins/patchnames.glade src/plugins/relcalc.glade src/plugins/soundex.glade src/plugins/summary.glade src/plugins/unused.glade src/plugins/vcalendarexport.glade src/plugins/vcardexport.glade src/plugins/verify.glade src/plugins/writeftree.glade # # Files to extract from and then merge into # data/gramps.desktop.in data/gramps.keys.in data/gramps.xml.in data/gramps.schemas.in src/data/tips.xml.in