rimosso il messaggio “ricerca traduzioni”

This commit is contained in:
pezcurrel 2021-02-15 05:45:21 +01:00
parent e860783736
commit 7da6616920

View file

@ -552,12 +552,4 @@ echo('</section>
</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);
?>