diff --git a/data/tips.xml b/data/tips.xml index a897d2683..e7944f3ff 100644 --- a/data/tips.xml +++ b/data/tips.xml @@ -29,7 +29,7 @@ SoundEx can help with family research
SoundEx solves a long standing problem in genealogy, how to handle spelling variations. The SoundEx Gramplet takes a surname and generates a simplified form that is equivalent for similar sounding names. Knowing the SoundEx Code for a surname is very helpful for researching Census Data files (microfiche) at a library or other research facility. To view the SoundEx codes for surnames in your database, add the SoundEx Gramplet.
-Setting Your Preferences
"Edit > Preferences..." lets you modify a number of settings, such as the path to your media files, and allows you to adjust many aspects of the Gramps presentation to your needs. Each separate view can also be configured under "View > Configure View..."
+Setting Your Preferences
"Edit > Preferences..." lets you modify a number of settings, such as the path to your media files, and allows you to adjust many aspects of the Gramps presentation to your needs. Each separate view can also be configured under "View > Configure View...".
Gramps Reports
Gramps offers a wide variety of reports. The Graphical Reports and Graphs can present complex relationships easily and the Text Reports are particularly useful if you want to send the results of your family tree to members of the family via email. If you're ready to make a website for your family tree then there's a report for that as well.
@@ -61,7 +61,7 @@ Gramps Mailing Lists
Want answers to your questions about Gramps? Check out the gramps-users email list. Many helpful people are on the list, so you're likely to get an answer quickly. If you have questions related to the development of Gramps, try the gramps-devel list. You can see the lists by selecting "Help > Gramps Mailing Lists".
-Contributing to Gramps
Want to help with Gramps but can't write programs? Not a problem! A project as large as Gramps requires people with a wide variety of skills. Contributions can be anything from writing documentation to testing development versions and helping with the web site. Start by subscribing to the Gramps developers mailing list, gramps-devel, and introducing yourself. Subscription information can be found at "Help > Gramps Mailing Lists"
+Contributing to Gramps
Want to help with Gramps but can't write programs? Not a problem! A project as large as Gramps requires people with a wide variety of skills. Contributions can be anything from writing documentation to testing development versions and helping with the web site. Start by subscribing to the Gramps developers mailing list, gramps-devel, and introducing yourself. Subscription information can be found at "Help > Gramps Mailing Lists".
So What's in a Name?
The name Gramps was suggested to the original developer, Don Allingham, by his father. It stands for Genealogical Research and Analysis Management Program System. It is a full-featured genealogy program letting you store, edit, and research genealogical data. The Gramps database back end is so robust that some users are managing genealogies containing hundreds of thousands of people.
@@ -91,9 +91,9 @@ Making a Genealogy Website
You can easily export your family tree to a web page. Select the entire database, family lines or selected individuals to a collection of web pages ready for upload to the World Wide Web.
-Reporting Bugs in Gramps
The best way to report a bug in Gramps is to use the Gramps bug tracking system at https://gramps-project.org/bugs/
+Reporting Bugs in Gramps
The best way to report a bug in Gramps is to use the Gramps bug tracking system at https://gramps-project.org/bugs/.
-The Gramps Homepage
The Gramps homepage is at http://gramps-project.org/
+The Gramps Homepage
The Gramps homepage is at http://gramps-project.org/.
Privacy in Gramps
Gramps helps you to keep personal information secure by allowing you to mark information as private. Data marked as private can be excluded from reports and data exports. Look for the padlock which toggles records between private and public.
@@ -103,7 +103,7 @@ Book Reports
The Book report under "Reports > Books..." allows you to collect a variety of reports into a single document. This single report is easier to distribute than multiple reports, especially when printed.
-Gramps Announcements
Interested in getting notified when a new version of Gramps is released? Join the Gramps-announce mailing list at "Help > Gramps Mailing Lists"
+Gramps Announcements
Interested in getting notified when a new version of Gramps is released? Join the Gramps-announce mailing list at "Help > Gramps Mailing Lists".
Record Your Sources
Information collected about your family is only as good as the source it came from. Take the time and trouble to record all the details of where the information came from. Whenever possible get a copy of original documents.
@@ -113,7 +113,7 @@ Don't speak English?
Volunteers have translated Gramps into more than 40 languages. If Gramps supports your language and it is not being displayed, set the default language in your operating system and restart Gramps.
-Gramps Translators
Gramps has been designed so that new translations can easily be added with little development effort. If you are interested in participating please email gramps-devel@lists.sf.net
+Gramps Translators
Gramps has been designed so that new translations can easily be added with little development effort. If you are interested in participating please email gramps-devel@lists.sf.net.
Hello, привет or 喂
Whatever script you use Gramps offers full Unicode support. Characters for all languages are properly displayed.
diff --git a/gramps/gui/glade/editplace.glade b/gramps/gui/glade/editplace.glade index 685c7965e..b8fbc8dcd 100644 --- a/gramps/gui/glade/editplace.glade +++ b/gramps/gui/glade/editplace.glade @@ -377,7 +377,7 @@ You can set these values via the Geography View by searching the place, or via a True False - What type of place this is. Eg 'Country', 'City', ... . + What type of place this is. Eg 'Country', 'City', ... True diff --git a/gramps/gui/glade/editplaceref.glade b/gramps/gui/glade/editplaceref.glade index b8cab9b57..ceae00a7b 100644 --- a/gramps/gui/glade/editplaceref.glade +++ b/gramps/gui/glade/editplaceref.glade @@ -394,7 +394,7 @@ True True - What type of place this is. Eg 'Country', 'City', ... . + What type of place this is. Eg 'Country', 'City', ... True True @@ -457,7 +457,7 @@ True True - Latitude (position above the Equator) of the place in decimal or degree notation. + Latitude (position above the Equator) of the place in decimal or degree notation. Eg, valid values are 12.0154, 50°52′21.92″N, N50°52′21.92″ or 50:52:21.92 You can set these values via the Geography View by searching the place, or via a map service in the place view. True @@ -472,7 +472,7 @@ You can set these values via the Geography View by searching the place, or via a True True - Longitude (position relative to the Prime, or Greenwich, Meridian) of the place in decimal or degree notation. + Longitude (position relative to the Prime, or Greenwich, Meridian) of the place in decimal or degree notation. Eg, valid values are -124.3647, 124°52′21.92″E, E124°52′21.92″ or 124:52:21.92 You can set these values via the Geography View by searching the place, or via a map service in the place view. True diff --git a/gramps/plugins/importer/import.gpr.py b/gramps/plugins/importer/import.gpr.py index 571d25c58..2749536dd 100644 --- a/gramps/plugins/importer/import.gpr.py +++ b/gramps/plugins/importer/import.gpr.py @@ -90,7 +90,7 @@ plg = newplugin() plg.id = 'im_gpkg' plg.name = _('Gramps package (portable XML)') plg.description = _('Import data from a Gramps package (an archived XML ' - 'Family Tree together with the media object files.)') + 'Family Tree together with the media object files).') plg.version = '1.0' plg.gramps_target_version = MODULE_VERSION plg.status = STABLE diff --git a/gramps/plugins/textreport/birthdayreport.py b/gramps/plugins/textreport/birthdayreport.py index 8e9c85b17..db9f90aa9 100644 --- a/gramps/plugins/textreport/birthdayreport.py +++ b/gramps/plugins/textreport/birthdayreport.py @@ -331,7 +331,7 @@ class BirthdayReport(Report): if self.showyear: yeartxt = "(%s) " % year if nyears == 0: - text = self._('* %(person)s, birth%(relation)s') % { + text = self._('* %(person)s, birth %(relation)s') % { 'person' : short_name, 'relation' : comment} else: diff --git a/gramps/plugins/webreport/place.py b/gramps/plugins/webreport/place.py index ed1622d52..ffa50d64b 100644 --- a/gramps/plugins/webreport/place.py +++ b/gramps/plugins/webreport/place.py @@ -216,8 +216,8 @@ class PlacePages(BasePage): Html("th", label, class_=colclass, inline=True) for (label, colclass) in [ [self._("Letter"), "ColumnLetter"], - [self._(" Name", "Place Name "), "ColumnName"], - [self._("State/ Province"), "ColumnState"], + [self._("Name", "Place Name"), "ColumnName"], + [self._("State/Province"), "ColumnState"], [self._("Country"), "ColumnCountry"], [self._("Latitude"), "ColumnLatitude"], [self._("Longitude"), "ColumnLongitude"] @@ -228,8 +228,8 @@ class PlacePages(BasePage): Html("th", label, class_=colclass, inline=True) for (label, colclass) in [ [self._("Letter"), "ColumnLetter"], - [self._(" Name", "Place Name "), "ColumnName"], - [self._("State/ Province"), "ColumnState"], + [self._("Name", "Place Name"), "ColumnName"], + [self._("State/Province"), "ColumnState"], [self._("Country"), "ColumnCountry"] ] ) diff --git a/gramps/plugins/webreport/repository.py b/gramps/plugins/webreport/repository.py index bba8afb75..dc0dc076e 100644 --- a/gramps/plugins/webreport/repository.py +++ b/gramps/plugins/webreport/repository.py @@ -170,7 +170,7 @@ class RepositoryPages(BasePage): Html("th", " ", class_="ColumnRowLabel", inline=True), Html("th", self._("Type"), class_="ColumnType", inline=True), - Html("th", self._("Name", "Repository "), + Html("th", self._("Name", "Repository"), class_="ColumnName", inline=True) ) diff --git a/gramps/plugins/webreport/thumbnail.py b/gramps/plugins/webreport/thumbnail.py index 635424055..d1060b26b 100644 --- a/gramps/plugins/webreport/thumbnail.py +++ b/gramps/plugins/webreport/thumbnail.py @@ -120,9 +120,9 @@ class ThumbnailPreviewPage(BasePage): msg = self._("This page displays a indexed list " "of all the media objects " - "in this database. It is sorted by media title. " + "in this database. It is sorted by media title. " "There is an index " - "of all the media objects in this database. " + "of all the media objects in this database. " "Clicking on a thumbnail " "will take you to that image’s page.") previewpage += Html("p", msg, id="description")