This commit is contained in:
pezcurrel 2020-10-27 16:50:45 +01:00
parent de9f82ccaf
commit d6d433cde6
4 changed files with 7 additions and 11 deletions

View file

@ -22,7 +22,9 @@ echo('</li>
</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'
'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

@ -478,6 +478,6 @@ Si trobes un vídeo de PeerTube que vols compartir a Mastodon, pots fer clic al
</div>
</article>
<div class="transrfh">
This translation is not complete, please click <a href="/contribute/<?php echo($dlang); ?>">here</a> if youd like to help
<div id="transd">
This translation is not complete, please click <a href="/contribute/<?php echo($dlang); ?>">here</a> if youd like to help, or <span class="transc" onclick="document.getElementById(\'transd\').style.display=\'none\'">here</span> to close this message
</div>

View file

@ -472,9 +472,3 @@ Si encuentras un video de PeerTube que quisieras compartir en Mastodon, puedes h
</div>
</article>
<!--
<div class="transrfh">
This translation from english language needs some revisions and additions, please click <a href="https://pad.cisti.org/p/MastostartTransRevEnEs" target="_blank">here</a> if youd like to help
</div>
-->

View file

@ -479,6 +479,6 @@ Si vous trouvez une vidéo PeerTube que vous voulez partager sur Mastodon, vous
</div>
</article>
<div class="transrfh">
This translation needs some minor additions, please click <a href="/contribute/<?php echo($dlang); ?>">here</a> if youd like to help
<div id="transd">
This translation needs some minor additions, please click <a href="/contribute/<?php echo($dlang); ?>">here</a> if youd like to help, or <span class="transc" onclick="document.getElementById(\'transd\').style.display=\'none\'">here</span> to close this message
</div>