diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-03-05 08:03:02 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-03-05 08:03:02 +0000 |
| commit | e7b49ebd7b78611706a17d31bd85b287d12b41d2 (patch) | |
| tree | 2ff71143171f1304460212facf198fb6cdb6c9ce /help_text.php | |
| parent | 6fd6cde88b0af0681ba223a45cebb0e30f27a280 (diff) | |
| download | webtrees-e7b49ebd7b78611706a17d31bd85b287d12b41d2.tar.gz webtrees-e7b49ebd7b78611706a17d31bd85b287d12b41d2.tar.bz2 webtrees-e7b49ebd7b78611706a17d31bd85b287d12b41d2.zip | |
We don't need help text for address/email/phone. These are obvious!
Diffstat (limited to 'help_text.php')
| -rw-r--r-- | help_text.php | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/help_text.php b/help_text.php index b8de8e7f05..2a31d7c282 100644 --- a/help_text.php +++ b/help_text.php @@ -237,19 +237,6 @@ case 'DATE': '</table>'; break; -case 'EMAI': -case 'EMAIL': -case 'EMAL': -case '_EMAIL': - $title = GedcomTag::getLabel('EMAIL'); - $text = I18N::translate('Enter the email address.<br><br>An example email address looks like this: <b>name@hotmail.com</b> Leave this field blank if you do not want to include an email address.'); - break; - -case 'FAX': - $title = GedcomTag::getLabel('FAX'); - $text = I18N::translate('Enter the FAX number including the country and area code.<br><br>Leave this field blank if you do not want to include a FAX number. For example, a number in Germany might be +49 25859 56 76 89 and a number in USA or Canada might be +1 888 555-1212.'); - break; - case 'FORM': $title = GedcomTag::getLabel('FORM'); $text = I18N::translate('This is an optional field that can be used to enter the file format of the media object. Some genealogy programs may look at this field to determine how to handle the item. However, since media do not transfer across computer systems very well, this field is not very important.'); @@ -284,11 +271,6 @@ case 'SURN': '</p>'; break; -case 'NOTE': - $title = GedcomTag::getLabel('NOTE'); - $text = I18N::translate('Notes are free-form text and will appear in the Fact Details section of the page.'); - break; - case 'OBJE': $title = GedcomTag::getLabel('OBJE'); $text = @@ -307,11 +289,6 @@ case '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 'PHON': - $title = GedcomTag::getLabel('PHON'); - $text = I18N::translate('Enter the phone number including the country and area code.<br><br>Leave this field blank if you do not want to include a phone number. For example, a number in Germany might be +49 25859 56 76 89 and a number in USA or Canada might be +1 888 555-1212.'); - 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.'); @@ -335,11 +312,6 @@ case 'ROMN': $text = I18N::translate('In many cultures it is customary to have a traditional name spelled in the traditional characters and also a romanized version of the name as it would be spelled or pronounced in languages based on the Latin alphabet, such as English.<br><br>If you prefer to use a non-Latin alphabet such as Hebrew, Greek, Russian, Chinese, or Arabic to enter the name in the standard name fields, then you can use this field to enter the same name using the Latin alphabet. Both versions of the name will appear in lists and charts.<br><br>Although this field is labeled “Romanized”, it is not restricted to containing only characters based on the Latin alphabet. This might be of use with Japanese names, where three different alphabets may occur.'); break; -case 'SEX': - $title = GedcomTag::getLabel('SEX'); - $text = I18N::translate('Choose the appropriate gender from the drop-down list. The <b>unknown</b> option indicates that the gender is unknown.'); - break; - case 'SHARED_NOTE': $title = GedcomTag::getLabel('SHARED_NOTE'); $text = I18N::translate('Shared notes are free-form text and will appear in the Fact Details section of the page.<br><br>Each shared note can be linked to more than one individual, family, source, or event.'); |
