summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/classes/class_menubar.php14
-rw-r--r--includes/functions/functions_print.php14
-rw-r--r--includes/functions/functions_print_lists.php6
3 files changed, 17 insertions, 17 deletions
diff --git a/includes/classes/class_menubar.php b/includes/classes/class_menubar.php
index 4f512250ab..77d300d91a 100644
--- a/includes/classes/class_menubar.php
+++ b/includes/classes/class_menubar.php
@@ -196,13 +196,13 @@ class MenuBar {
$menuList["pedigree"] = i18n::translate('Pedigree Chart');
if (file_exists(WT_ROOT.'descendancy.php')) $menuList["descendancy"] = i18n::translate('Descendancy chart');
if (file_exists(WT_ROOT.'ancestry.php')) $menuList["ancestry"] = i18n::translate('Ancestry chart');
- if (file_exists(WT_ROOT.'compact.php')) $menuList["compact"] = i18n::translate('Compact Chart');
+ if (file_exists(WT_ROOT.'compact.php')) $menuList["compact"] = i18n::translate('Compact chart');
if (file_exists(WT_ROOT.'fanchart.php') && function_exists("imagettftext")) $menuList["fanchart"] = i18n::translate('Circle diagram');
if (file_exists(WT_ROOT.'hourglass.php')) $menuList["hourglass"] = i18n::translate('Hourglass chart');
if (file_exists(WT_ROOT.'familybook.php')) $menuList["familybook"] = i18n::translate('Family book chart');
if (file_exists(WT_ROOT.'timeline.php')) $menuList["timeline"] = i18n::translate('Timeline chart');
if (file_exists(WT_ROOT.'lifespan.php')) $menuList["lifespan"] = i18n::translate('Lifespan chart');
- if (file_exists(WT_ROOT.'relationship.php')) $menuList["relationship"] = i18n::translate('Relationship Chart');
+ if (file_exists(WT_ROOT.'relationship.php')) $menuList["relationship"] = i18n::translate('Relationship chart');
if (file_exists(WT_ROOT.'statistics.php')) $menuList["statistics"] = i18n::translate('Statistics');
if (file_exists(WT_ROOT.'treenav.php')) $menuList["treenav"] = i18n::translate('Interactive tree');
if (file_exists(WT_ROOT.'modules/googlemap/pedigree_map.php')) {
@@ -373,12 +373,12 @@ class MenuBar {
$person=Person::getInstance($pid2);
if ($person instanceof Person) {
$submenu = new Menu(
- i18n::translate('Relationship Chart').': '.PrintReady($person->getFullName()),
+ i18n::translate('Relationship chart').': '.PrintReady($person->getFullName()),
"relationship.php?pid1={$pid2}&pid2={$pid1}&pretty=2&followspouse=1&ged=".WT_GEDURL
);
} else {
$submenu = new Menu(
- i18n::translate('Relationship Chart'),
+ i18n::translate('Relationship chart'),
"relationship.php?pid1={$pid1}&pretty=2&followspouse=1&ged=".WT_GEDURL
);
}
@@ -387,7 +387,7 @@ class MenuBar {
$menu->addSubmenu($submenu);
} else {
$submenu = new Menu(
- i18n::translate('Relationship Chart'),
+ i18n::translate('Relationship chart'),
"relationship.php?pid1={$pid1}&pretty=2&followspouse=1&ged=".WT_GEDURL
);
$submenu->addIcon('relationship');
@@ -474,7 +474,7 @@ class MenuBar {
'medialist.php' =>i18n::translate('Multimedia'),
'placelist.php' =>i18n::translate('Place hierarchy'),
'repolist.php' =>i18n::translate('Repositories'),
- 'notelist.php' =>i18n::translate('Shared Notes'),
+ 'notelist.php' =>i18n::translate('Shared notes'),
'sourcelist.php'=>i18n::translate('Sources')
);
asort($menuList);
@@ -701,7 +701,7 @@ class MenuBar {
$submenu->addOnclick("return helpPopup('".$helpindex."');");
$menu->addSubmenu($submenu);
//-- help_contents sub menu
- $submenu = new Menu(i18n::translate('Help Contents'), "#");
+ $submenu = new Menu(i18n::translate('Help contents'), "#");
$submenu->addIcon('help');
$submenu->addClass("submenuitem$ff", "submenuitem_hover$ff", "", "icon_small_menu_help");
$submenu->addOnclick("return helpPopup('help_contents_help');");
diff --git a/includes/functions/functions_print.php b/includes/functions/functions_print.php
index cbfd6388a3..57667d142f 100644
--- a/includes/functions/functions_print.php
+++ b/includes/functions/functions_print.php
@@ -123,7 +123,7 @@ function print_pedigree_person($pid, $style=1, $count=0, $personcount="1") {
$personlinks .= "<a href=\"ancestry.php?rootid={$pid}&amp;show_full={$PEDIGREE_FULL_DETAILS}&amp;chart_style={$chart_style}&amp;PEDIGREE_GENERATIONS={$OLD_PGENS}&amp;box_width={$box_width}&amp;ged=".rawurlencode($GEDCOM)."\" ".$mouseAction1."><b>".i18n::translate('Ancestry chart')."</b></a><br />";
}
if (file_exists(WT_ROOT.'compact.php')) {
- $personlinks .= "<a href=\"compact.php?rootid={$pid}&amp;ged=".rawurlencode($GEDCOM)."\" ".$mouseAction1."><b>".i18n::translate('Compact Chart')."</b></a><br />";
+ $personlinks .= "<a href=\"compact.php?rootid={$pid}&amp;ged=".rawurlencode($GEDCOM)."\" ".$mouseAction1."><b>".i18n::translate('Compact chart')."</b></a><br />";
}
if (file_exists(WT_ROOT.'fanchart.php') and defined("IMG_ARC_PIE") and function_exists("imagettftext")) {
$personlinks .= "<a href=\"fanchart.php?rootid={$pid}&amp;PEDIGREE_GENERATIONS={$OLD_PGENS}&amp;ged=".rawurlencode($GEDCOM)."\" ".$mouseAction1."><b>".i18n::translate('Circle diagram')."</b></a><br />";
@@ -1345,7 +1345,7 @@ function print_asso_rela_record($pid, $factrec, $linebr=false, $type='INDI') {
case 'INDI':
$relationship=get_relationship_name(get_relationship($pid, $amatch[1], true, 4));
if (!$relationship) {
- $relationship=i18n::translate('Relationship Chart');
+ $relationship=i18n::translate('Relationship chart');
}
$relationship=' - <a href="relationship.php?pid1='.$pid.'&amp;pid2='.$amatch[1].'&amp;ged='.WT_GEDURL.'">'.$relationship.'</a>';
break;
@@ -1357,14 +1357,14 @@ function print_asso_rela_record($pid, $factrec, $linebr=false, $type='INDI') {
if ($parents["HUSB"]) {
$relationship1=get_relationship_name(get_relationship($parents["HUSB"], $amatch[1], true, 4));
if (!$relationship1) {
- $relationship1=i18n::translate('Relationship Chart');
+ $relationship1=i18n::translate('Relationship chart');
}
$relationship.=' - <a href="relationship.php?pid1='.$parents["HUSB"].'&amp;pid2='.$amatch[1].'&amp;ged='.WT_GEDURL.'">'.$relationship1.'<img src="'.$WT_IMAGES['sex_m_9x9'].'" class="gender_image" /></a>';
}
if ($parents["WIFE"]) {
$relationship2=get_relationship_name(get_relationship($parents["WIFE"], $amatch[1], true, 4));
if (!$relationship2) {
- $relationship2=i18n::translate('Relationship Chart');
+ $relationship2=i18n::translate('Relationship chart');
}
$relationship.=' - <a href="relationship.php?pid1='.$parents["WIFE"].'&amp;pid2='.$amatch[1].'&amp;ged='.WT_GEDURL.'">'.$relationship2.'<img src="'.$WT_IMAGES['sex_f_9x9'].'" class="gender_image" /></a>';
}
@@ -1407,7 +1407,7 @@ function print_asso_rela_record($pid, $factrec, $linebr=false, $type='INDI') {
// An naturally occuring ASSO event
$relationship=get_relationship_name(get_relationship($pid, $amatch[1], true, 4, true));
if (!$relationship) {
- $relationship=i18n::translate('Relationship Chart');
+ $relationship=i18n::translate('Relationship chart');
}
}
$relationship=' - <a href="relationship.php?pid1='.$pid.'&amp;pid2='.$amatch[1].'&amp;ged='.WT_GEDURL.'">'.$relationship.'</a>';
@@ -1420,14 +1420,14 @@ function print_asso_rela_record($pid, $factrec, $linebr=false, $type='INDI') {
if ($parents["HUSB"]) {
$relationship1=get_relationship_name(get_relationship($parents["HUSB"], $amatch[1], true, 4));
if (!$relationship1) {
- $relationship1=i18n::translate('Relationship Chart');
+ $relationship1=i18n::translate('Relationship chart');
}
$relationship.=' - <a href="relationship.php?pid1='.$parents["HUSB"].'&amp;pid2='.$amatch[1].'&amp;ged='.WT_GEDURL.'">'.$relationship1.'<img src="'.$WT_IMAGES['sex_m_9x9'].'" class="gender_image" /></a>';
}
if ($parents["WIFE"]) {
$relationship2=get_relationship_name(get_relationship($parents["WIFE"], $amatch[1], true, 4));
if (!$relationship2) {
- $relationship2=i18n::translate('Relationship Chart');
+ $relationship2=i18n::translate('Relationship chart');
}
$relationship.=' - <a href="relationship.php?pid1='.$parents["WIFE"].'&amp;pid2='.$amatch[1].'&amp;ged='.WT_GEDURL.'">'.$relationship2.'<img src="'.$WT_IMAGES['sex_f_9x9'].'" class="gender_image" /></a>';
}
diff --git a/includes/functions/functions_print_lists.php b/includes/functions/functions_print_lists.php
index 2a948ec19e..1f2d4e6653 100644
--- a/includes/functions/functions_print_lists.php
+++ b/includes/functions/functions_print_lists.php
@@ -210,7 +210,7 @@ function print_indi_table($datalist, $legend="", $option="") {
echo
'<td class="list_value_wrap"><a href="',
'relationship.php?pid1=', $datalist[1], '&amp;pid2=', $person->getXref(),
- '" title="', i18n::translate('Relationship Chart'), '"',
+ '" title="', i18n::translate('Relationship chart'), '"',
' name="', $key, '" class="list_item name2">', $key, '</a></td>';
}
//-- Birth date
@@ -803,7 +803,7 @@ function print_sour_table($datalist, $legend=null) {
echo '<th class="list_label">', i18n::translate('Individuals'), '</th>';
echo '<th class="list_label">', i18n::translate('Families'), '</th>';
echo '<th class="list_label">', i18n::translate('Media'), '</th>';
- echo '<th class="list_label">', i18n::translate('Shared Notes'), '</th>';
+ echo '<th class="list_label">', i18n::translate('Shared notes'), '</th>';
if ($SHOW_LAST_CHANGE) {
echo '<th class="list_label rela">', translate_fact('CHAN'), '</th>';
}
@@ -920,7 +920,7 @@ function print_note_table($datalist, $legend=null) {
if ($legend) {
echo $legend;
} else {
- echo i18n::translate('Shared Notes');
+ echo i18n::translate('Shared notes');
}
echo '</legend>';
$table_id = "ID".floor(microtime()*1000000); // sorttable requires a unique ID