Drop translators.html and all references to it.

The list is absolutely not up to date and it makes no sense in
maintaining it in addition to history of po files in git.
This commit is contained in:
Michal Čihař
2010-12-31 15:51:34 +01:00
parent bbca0565ce
commit 70bc1761c3
6 changed files with 3 additions and 484 deletions

View File

@@ -44,10 +44,7 @@ function PMA_select_language($use_fieldset = FALSE, $show_doc = TRUE) {
$language_title = __('Language')
. (__('Language') != 'Language' ? ' - <em>Language</em>' : '');
if ($show_doc) {
$language_title .= ' <a href="./translators.html" target="documentation">' .
($cfg['ReplaceHelpImg']
? '<img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 'b_info.png" width="11" height="11" alt="Info" />'
: '(*)') . '</a>';
$language_title .= PMA_showDocu('faq7_2');
}
if ($use_fieldset) {
echo '<fieldset><legend xml:lang="en" dir="ltr">' . $language_title . '</legend>';