Improved translation

This commit is contained in:
sb0001 2021-11-01 04:40:12 +01:00
commit bb380444a4
18 changed files with 23 additions and 6 deletions

View file

@ -252,3 +252,4 @@ Yes_Im_in = "نعم أنا موجود"
Nope = "لا"
Page="Page"
of="of"
Posts_by="Posts by"

View file

@ -250,3 +250,4 @@ Yes_Im_in="Ja, ich bin dabei!"
Nope="Nein, danke."
Page="Seite"
of="von"
Posts_by="Beiträge von"

View file

@ -250,3 +250,4 @@ Yes_Im_in="Yes I'm in"
Nope="Nope"
Page="Page"
of="of"
Posts_by="Posts by"

View file

@ -249,3 +249,4 @@ Yes_Im_in="Yes I'm in"
Nope="Nope"
Page="Page"
of="of"
Posts_by="Posts by"

View file

@ -250,3 +250,4 @@ Yes_Im_in="Oui, je suis prêt"
Nope="Non !"
Page="Page"
of="de"
Posts_by="Posts by"

View file

@ -250,3 +250,4 @@ Yes_Im_in="Yes I'm in"
Nope="Nope"
Page="Page"
of="of"
Posts_by="Posts by"

View file

@ -250,3 +250,4 @@ Yes_Im_in="Ya, saya ikut"
Nope="Nggak"
Page="Page"
of="of"
Posts_by="Posts by"

View file

@ -250,3 +250,4 @@ Yes_Im_in="Yes I'm in"
Nope="Nope"
Page="Page"
of="of"
Posts_by="Posts by"

View file

@ -250,3 +250,4 @@ Yes_Im_in = "그래, 난에있어"
Nope = "아니"
Page="Page"
of="of"
Posts_by="Posts by"

View file

@ -250,3 +250,4 @@ Yes_Im_in = "Ya saya setuju"
Nope = "Nope"
Page="Page"
of="of"
Posts_by="Posts by"

View file

@ -250,3 +250,4 @@ Yes_Im_in="Ja, ik doe mee"
Nope="Nietes"
Page="Page"
of="of"
Posts_by="Posts by"

View file

@ -251,3 +251,4 @@ Yes_Im_in="Yes I'm in"
Nope="Nope"
Page="Page"
of="of"
Posts_by="Posts by"

View file

@ -250,3 +250,4 @@ Yes_Im_in="Sim, estou dentro"
Nope="Não"
Page="Page"
of="of"
Posts_by="Posts by"

View file

@ -251,3 +251,4 @@ Yes_Im_in="Yes I'm in"
Nope="Nope"
Page="Page"
of="of"
Posts_by="Posts by"

View file

@ -268,3 +268,4 @@ Yes_Im_in="Yes I'm in"
Nope="Nope"
Page="Page"
of="of"
Posts_by="Posts by"

View file

@ -250,3 +250,4 @@ Yes_Im_in="Yes I'm in"
Nope="Nope"
Page="Page"
of="of"
Posts_by="Posts by"

View file

@ -250,3 +250,4 @@ Yes_Im_in="Yes I'm in"
Nope="Nope"
Page="Page"
of="of"
Posts_by="Posts by"

View file

@ -34,11 +34,11 @@
<style>.related {padding-bottom:2em;}.related p {margin-top:0;margin-bottom:0.5em;} .related ul {margin-left:1em;}</style>
<div class="related entry-content">
<hr>
<p><strong>Related Posts</strong></p>
<p><strong><?php echo i18n('Related_posts');?></strong></p>
<?php echo get_related($p->related);?>
</div>
<div class="author-info">
<h2 class="author-heading">Published by</h2>
<h2 class="author-heading"><?php echo i18n('Published').' '.i18n('by');?></h2>
<div class="author-avatar">
<img width="56" height="56" class="avatar avatar-56" src="<?php echo site_url();?>themes/twentyfifteen/images/avatar.png" alt="<?php echo $author->name; ?>">
</div><!-- .author-avatar -->
@ -63,9 +63,9 @@
<?php echo $p->tag; ?>
</span>
<?php if (disqus_count()) { ?>
<span class="comments-link"><a href="<?php echo $p->url ?>#disqus_thread"> comments</a></span>
<span class="comments-link"><a href="<?php echo $p->url ?>#disqus_thread"> <?php echo i18n('comments');?></a></span>
<?php } elseif (facebook()) { ?>
<span class="comments-link"><a href="<?php echo $p->url ?>#comments"><span><fb:comments-count href=<?php echo $p->url ?>></fb:comments-count> comments</span></a></span>
<span class="comments-link"><a href="<?php echo $p->url ?>#comments"><span><fb:comments-count href=<?php echo $p->url ?>></fb:comments-count> <?php echo i18n('comments');?></span></a></span>
<?php } ?>
</footer>
</article>