summaryrefslogtreecommitdiff
path: root/tdd/tdd-handrecord-tpl.php
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2018-11-09 14:01:18 +0100
committeremkael <emkael@tlen.pl>2018-11-09 14:11:11 +0100
commit5ca1be26b4c44d8991bc0a39bc7fa9fd4c41e3c0 (patch)
tree9826eb6b1587c9a3cd9950e1a7f49ded1746eee3 /tdd/tdd-handrecord-tpl.php
parentf50e56a49e6a49f69e34c74b3c44d25347b27cff (diff)
Making translations public for other classes
Diffstat (limited to 'tdd/tdd-handrecord-tpl.php')
-rw-r--r--tdd/tdd-handrecord-tpl.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdd/tdd-handrecord-tpl.php b/tdd/tdd-handrecord-tpl.php
index 65836cf..da2335a 100644
--- a/tdd/tdd-handrecord-tpl.php
+++ b/tdd/tdd-handrecord-tpl.php
@@ -11,7 +11,7 @@
</tr>
<tr>
<td><?php echo $this->format_hand(3); ?></td>
- <td><img src="images/<?php echo ($this->deal_num)%16 ? ($this->deal_num)%16 : 16; ?>.gif"
+ <td><img src="images/<?php echo ($this->deal_num)%16 ? ($this->deal_num)%16 : 16; ?>.gif"
alt="<?php echo $this->dealer.'/'.$this->vuln; ?>" /></td>
<td><?php echo $this->format_hand(1); ?></td>
</tr>
@@ -22,7 +22,7 @@
</tr>
<?php if($this->ability): ?>
<tr><td colspan="5">
- <small class="sm">Maksymalna liczba lew:</small>
+ <small class="sm"><?php echo Protocol::__("Maksymalna liczba lew"); ?>:</small>
<table class="ability" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="an2">&nbsp;</td>
@@ -50,7 +50,7 @@
<?php echo $this->format_ability(3); ?>
</tr>
</table>
- Minimax: <?php echo $this->format_minimax(); ?>
+ <?php echo Protocol::__("Minimax"); ?>: <?php echo $this->format_minimax(); ?>
</td></tr>
<?php endif; ?>
</table>