diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-11-22 17:16:21 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-11-22 17:16:21 +0000 |
| commit | bf6193a021a07eac008ae9baab95da8f89584c26 (patch) | |
| tree | 83e335e79174fa9d05c319b522ff4f034e6a7c22 /includes | |
| parent | b5d8391665e24b834185c55f4a6888cf8a19f90c (diff) | |
| download | webtrees-bf6193a021a07eac008ae9baab95da8f89584c26.tar.gz webtrees-bf6193a021a07eac008ae9baab95da8f89584c26.tar.bz2 webtrees-bf6193a021a07eac008ae9baab95da8f89584c26.zip | |
Chart options. Use friendly "Individual", instead of "Root Person ID"
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/old_messages.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/old_messages.php b/includes/old_messages.php index ca46a4c9f2..aba5c6dfce 100644 --- a/includes/old_messages.php +++ b/includes/old_messages.php @@ -63,6 +63,7 @@ exit; /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('ID'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('If a person’s name is not known, it should be left blank. If you enter “Unknown” as a name, it will be listed under “U”.'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('If you have changed your password, you need to confirm it as well. This is just to make sure that you did not make a typing error in the password field.<br /><br />If the password and its confirmation are not identical, you will get a suitable error message. You will have to re-type both the original password and its confirmation.'); +/* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('If you want to display a chart with a new starting (root) person, the ID of that new starting person is typed here.<br /><br />If you don\'t know the ID of that person, use the <b>Find ID</b> link.<br /><br /><b>ID NUMBER</b><br />The ID numbers used inside <b>webtrees</b> are <u>not</u> the identification numbers issued by various governments (driving permit or passport numbers, for instance). The ID number referred to here is simply a number used within the database to uniquely identify each individual; it was assigned by the ancestry program that created the GEDCOM file which was imported into <b>webtrees</b>.'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Image viewer'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('In this box you can change your real name. This is the name that other users see when you are logged in.<br /><br />Although the choice of what to put into this field is yours, you should inform the administrator when you change it. When others see an unknown person on-line, they might wonder and ask questions. The admin can find out without having received your notice, but you should save him that unnecessary work.'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('In this box you have to type your real name.<br /><br />We need your first and last names to determine whether you qualify for an account at this site, and what your rights should be. This name will be visible to other logged-in family members and users.'); @@ -77,11 +78,14 @@ exit; /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('On Mouse Over'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Partner'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Passwords must be at least 6 characters long and are case-sensitive, so that "s3CR#t" is different to "S3CR#t".'); +/* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Pedigree chart root person'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('PopUp links on charts'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Remove custom tags'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Remove custom webtrees tags? (eg. _WT_USER, _THUM)'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Result Page'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Results per page'); +/* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Root individual'); +/* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Root Person ID'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Search all'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Search on this level'); /* I18N: This message is deleted in webtrees-1.2.5 */ WT_I18N::translate('Show married names on individual list'); |
