TESTING - Lang updates

This commit is contained in:
Yuki K 2016-09-15 01:44:59 -04:00
parent 7692471592
commit a3dd19e208
2 changed files with 4 additions and 7 deletions

View File

@ -1,8 +1,5 @@
<div> <div>
<ul> <ul>
<li><?= $this->linkToIf($this->post->previous_id(), $this->t('.previous'), array('post#show', 'id' => $this->post->previous_id())) ?> <?= $this->linkToIf($this->post->next_id(), $this->t('.next'), array('post#show', 'id' => $this->post->next_id())) ?> <?= $this->linkTo($this->t('.random'), 'post#random') ?></li> <li><?= $this->linkToIf($this->post->previous_id(), $this->t('.previous'), array('post#show', 'id' => $this->post->previous_id())) ?> <?php if ($this->post->parent_id) : ?><?= $this->linkTo($this->t('.parent'), array('post#show', 'id' => $this->post->parent_id)) ?><?php endif ?><?= $this->linkToIf($this->post->next_id(), $this->t('.next'), array('post#show', 'id' => $this->post->next_id())) ?> <?= $this->linkTo($this->t('.random'), 'post#random') ?></li>
<?php if ($this->post->parent_id) : ?>
<li><?= $this->linkTo($this->t('.parent'), array('post#show', 'id' => $this->post->parent_id)) ?></li>
<?php endif ?>
</ul> </ul>
</div> </div>

View File

@ -869,9 +869,9 @@ en:
find: find:
duplicate: Find dupes duplicate: Find dupes
similar: Find similar similar: Find similar
next: '->>' next: '>>'
parent: Parent parent: '^^ '
previous: '<<-' previous: '<<'
random: Random random: Random
title: Related Posts title: Related Posts
statistics_panel: statistics_panel: