summaryrefslogtreecommitdiff
path: root/help_text.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-05-14 08:43:50 +0100
committerGreg Roach <fisharebest@gmail.com>2015-05-14 08:43:50 +0100
commit0afcbfadb94b874fca8351fdfb90f396045a7e76 (patch)
tree859b4516f77626e027c4f4de1c73448457a9ecc4 /help_text.php
parentcfa91b6937c19e09a797a843660a5d940f93ba8b (diff)
downloadwebtrees-0afcbfadb94b874fca8351fdfb90f396045a7e76.tar.gz
webtrees-0afcbfadb94b874fca8351fdfb90f396045a7e76.tar.bz2
webtrees-0afcbfadb94b874fca8351fdfb90f396045a7e76.zip
Old help text
Diffstat (limited to 'help_text.php')
-rw-r--r--help_text.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/help_text.php b/help_text.php
index ba79552f29..895ad66eb4 100644
--- a/help_text.php
+++ b/help_text.php
@@ -267,11 +267,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 '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.');
- break;
-
case '_HEB':
$title = GedcomTag::getLabel('_HEB');
$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 the Latin alphabet to enter the name in the standard name fields, then you can use this field to enter the same name in the non-Latin alphabet such as Greek, Hebrew, Russian, Arabic, or Chinese. Both versions of the name will appear in lists and charts.<br><br>Although this field is labeled “Hebrew”, it is not restricted to containing only Hebrew characters.');