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 = "لا" Nope = "لا"
Page="Page" Page="Page"
of="of" of="of"
Posts_by="Posts by"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -250,3 +250,4 @@ Yes_Im_in="Yes I'm in"
Nope="Nope" Nope="Nope"
Page="Page" Page="Page"
of="of" 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> <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"> <div class="related entry-content">
<hr> <hr>
<p><strong>Related Posts</strong></p> <p><strong><?php echo i18n('Related_posts');?></strong></p>
<?php echo get_related($p->related);?> <?php echo get_related($p->related);?>
</div> </div>
<div class="author-info"> <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"> <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; ?>"> <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 --> </div><!-- .author-avatar -->
@ -63,9 +63,9 @@
<?php echo $p->tag; ?> <?php echo $p->tag; ?>
</span> </span>
<?php if (disqus_count()) { ?> <?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()) { ?> <?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 } ?> <?php } ?>
</footer> </footer>
</article> </article>