diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-04-11 21:00:57 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-04-11 21:18:18 +0100 |
| commit | d192868755736b6d9187f5ff556ea5acdc72f78c (patch) | |
| tree | 5de3f113f6a59a836478acb7d7b59b75c3301600 /help_text.php | |
| parent | ee928960cd86e2eb560772ac85d223d8311a2b5f (diff) | |
| download | webtrees-d192868755736b6d9187f5ff556ea5acdc72f78c.tar.gz webtrees-d192868755736b6d9187f5ff556ea5acdc72f78c.tar.bz2 webtrees-d192868755736b6d9187f5ff556ea5acdc72f78c.zip | |
Remove old help links
Diffstat (limited to 'help_text.php')
| -rw-r--r-- | help_text.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/help_text.php b/help_text.php index 1465bc14d1..7b5a7fd3d8 100644 --- a/help_text.php +++ b/help_text.php @@ -279,11 +279,6 @@ case 'PAGE': $text = I18N::translate('In the citation details field you would enter the page number or other information that might help someone find the information in the source.'); break; -case 'PEDI': - $title = GedcomTag::getLabel('PEDI'); - $text = I18N::translate('A child may have more than one set of parents. The relationship between the child and the parents can be biological, legal, or based on local culture and tradition. If no pedigree is specified, then a biological relationship will be assumed.'); - break; - case 'PLAC': $title = GedcomTag::getLabel('PLAC'); $text = I18N::translate('Places should be entered according to the standards for genealogy. In genealogy, places are recorded with the most specific information about the place first and then working up to the least specific place last, using commas to separate the different place levels. The level at which you record the place information should represent the levels of government or church where vital records for that place are kept.<br><br>For example, a place like Salt Lake City would be entered as “Salt Lake City, Salt Lake, Utah, USA”.<br><br>Let’s examine each part of this place. The first part, “Salt Lake City,” is the city or township where the event occurred. In some countries, there may be municipalities or districts inside a city which are important to note. In that case, they should come before the city. The next part, “Salt Lake,” is the county. “Utah” is the state, and “USA” is the country. It is important to note each place because genealogy records are kept by the governments of each level.<br><br>If a level of the place is unknown, you should leave a space between the commas. Suppose, in the example above, you didn’t know the county for Salt Lake City. You should then record it like this: “Salt Lake City, , Utah, USA”. Suppose you only know that an individual was born in Utah. You would enter the information like this: “, , Utah, USA”. <br><br>You can use the <b>Find Place</b> link to help you find places that already exist in the database.'); @@ -380,11 +375,6 @@ case 'google_chart_surname': $text = I18N::translate('The number of occurrences of the specified name will be shown on the map. If you leave this field empty, the most common surname will be used.'); break; -case 'include_media': - $title = I18N::translate('Include media (automatically zips files)'); - $text = I18N::translate('Select this option to include the media files associated with the records in your clippings cart. Choosing this option will automatically zip the files during download.'); - break; - case 'pending_changes': $title = I18N::translate('Pending changes'); $text = |
