rimosso il messaggio di “ricerca traduzioni”

This commit is contained in:
pezcurrel 2021-02-15 05:57:04 +01:00
parent 469b68ea1f
commit 5748e3c0ed
2 changed files with 0 additions and 16 deletions

View file

@ -22,12 +22,4 @@ echo('</li>
</div>
</div>'.N);
$tradnotes=array(
'ca'=>'Translation of this page to catalan language is missing, please click <a href="/contribute/ca">here</a> if youd like to help, or <span class="transc" onclick="document.getElementById(\'transd\').style.display=\'none\'">here</span> to close this message',
'es'=>'Translation of this page to spanish language is incomplete, please click <a href="/contribute/ca">here</a> if youd like to help, or <span class="transc" onclick="document.getElementById(\'transd\').style.display=\'none\'">here</span> to close this message',
'fr'=>'Translation of this page to french language is incomplete, please click <a href="/contribute/ca">here</a> if youd like to help, or <span class="transc" onclick="document.getElementById(\'transd\').style.display=\'none\'">here</span> to close this message'
);
if (array_key_exists($dlang,$tradnotes))
echo('<div id="transd">'.$tradnotes[$dlang].'</div>'.N);
?>

View file

@ -82,12 +82,4 @@ echo('<div style="height:10px;"></div>
</div>
</div>'.N);
$tradnotes=array(
'ca'=>'Translation of this page to catalan language is missing, please click <a href="/contribute/ca">here</a> if youd like to help, or <span class="transc" onclick="document.getElementById(\'transd\').style.display=\'none\'">here</span> to close this message',
'es'=>'Translation of this page to spanish language is missing, please click <a href="/contribute/es">here</a> if youd like to help, or <span class="transc" onclick="document.getElementById(\'transd\').style.display=\'none\'">here</span> to close this message',
'fr'=>'Translation of this page to french language is missing, please click <a href="/contribute/fr">here</a> if youd like to help, or <span class="transc" onclick="document.getElementById(\'transd\').style.display=\'none\'">here</span> to close this message'
);
if (array_key_exists($dlang,$tradnotes))
echo('<div id="transd">'.$tradnotes[$dlang].'</div>'.N);
?>