diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-05-12 11:06:05 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-05-12 11:06:05 +0000 |
| commit | db0e90386e65aabc0dca9605067fa5f7c78c64fa (patch) | |
| tree | 82e2629d8e7f04afda1502bf91dd75b901f9214b /indilist.php | |
| parent | 57f1fbd932acb5bb728d2560344f8c1ed83b343c (diff) | |
| download | webtrees-db0e90386e65aabc0dca9605067fa5f7c78c64fa.tar.gz webtrees-db0e90386e65aabc0dca9605067fa5f7c78c64fa.tar.bz2 webtrees-db0e90386e65aabc0dca9605067fa5f7c78c64fa.zip | |
I18N: ALL -> All (both upper and lower case words are already present and translated)
Diffstat (limited to 'indilist.php')
| -rw-r--r-- | indilist.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indilist.php b/indilist.php index 62ca4f475f..e365dbd0f4 100644 --- a/indilist.php +++ b/indilist.php @@ -93,7 +93,7 @@ $initials=get_indilist_salpha($SHOW_MARRIED_NAMES, false, WT_GED_ID); if ($show_all=='yes') { $alpha=''; $surname=''; - $legend=i18n::translate('ALL'); + $legend=i18n::translate('All'); $url='indilist.php?show_all=yes'; } elseif ($surname) { $surname=utf8_strtoupper($surname); @@ -167,9 +167,9 @@ foreach ($initials as $letter=>$count) { // Search spiders don't get the "show all" option as the other links give them everything. if (!$SEARCH_SPIDER) { if ($show_all=='yes') { - $list[]='<span class="warning">'.i18n::translate('ALL').'</span>'; + $list[]='<span class="warning">'.i18n::translate('All').'</span>'; } else { - $list[]='<a href="indilist.php?show_all=yes">'.i18n::translate('ALL').'</a>'; + $list[]='<a href="indilist.php?show_all=yes">'.i18n::translate('All').'</a>'; } } echo '<div class="alpha_index"><p class="center">'; @@ -256,9 +256,9 @@ if ($showList) { // Search spiders don't get the "show all" option as the other links give them everything. if (!$SEARCH_SPIDER) { if ($show_all_firstnames=='yes') { - $list[]='<span class="warning">'.i18n::translate('ALL').'</span>'; + $list[]='<span class="warning">'.i18n::translate('All').'</span>'; } else { - $list[]='<a href="'.$url.'&show_all_firstnames=yes">'.i18n::translate('ALL').'</a>'; + $list[]='<a href="'.$url.'&show_all_firstnames=yes">'.i18n::translate('All').'</a>'; } } if ($show_all=='no') { |
