From ff56413eb57818370093c482b617091e7b14814f Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sun, 7 Aug 2016 13:00:10 +0200 Subject: Apply translation function on all labels --- tpl/default/linklist.html | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'tpl/default/linklist.html') diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html index 19a0c3c7..0a46c876 100644 --- a/tpl/default/linklist.html +++ b/tpl/default/linklist.html @@ -24,22 +24,22 @@
-
Nothing found.
+
{'Nothing found.'|t}
{elseif="!empty($search_term) or !empty($search_tags)"}
- {$result_count} results + {function="t('%s result', '%s results', $result_count)"} {if="!empty($search_term)"} - for {$search_term} + {'for'|t} {$search_term} {/if} {if="!empty($search_tags)"} {$exploded_tags=explode(' ', $search_tags)} - tagged + {'tagged'|t} {loop="$exploded_tags"} - + {$value} {/loop} @@ -57,9 +57,10 @@