rimosso il messaggio “ricerca traduzioni”
This commit is contained in:
parent
e860783736
commit
7da6616920
1 changed files with 0 additions and 8 deletions
|
@ -552,12 +552,4 @@ echo('</section>
|
||||||
</div>
|
</div>
|
||||||
</div>'.N);
|
</div>'.N);
|
||||||
|
|
||||||
$tradnotes=array(
|
|
||||||
'ca'=>'Translation of this page to catalan language is missing, please click <a href="/contribute/ca">here</a> if you’d 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 you’d 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 you’d 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);
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue