diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-08-07 13:00:10 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-08-07 13:00:10 +0200 |
commit | ff56413eb57818370093c482b617091e7b14814f (patch) | |
tree | 94f066e2ec47e316c13ee77e4698e2291d960504 /tpl/default/linklist.paging.html | |
parent | bb83c07ccaff7b4935a1efe3ae234567d0076b55 (diff) | |
download | Shaarli-ff56413eb57818370093c482b617091e7b14814f.tar.gz Shaarli-ff56413eb57818370093c482b617091e7b14814f.tar.zst Shaarli-ff56413eb57818370093c482b617091e7b14814f.zip |
Apply translation function on all labels
Diffstat (limited to 'tpl/default/linklist.paging.html')
-rw-r--r-- | tpl/default/linklist.paging.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/default/linklist.paging.html b/tpl/default/linklist.paging.html index 9a3fd7a8..3e5a5868 100644 --- a/tpl/default/linklist.paging.html +++ b/tpl/default/linklist.paging.html | |||
@@ -6,10 +6,10 @@ | |||
6 | <div class="linklist-filters pure-u-1-3"> | 6 | <div class="linklist-filters pure-u-1-3"> |
7 | {if="isLoggedIn() or !empty($action_plugin)"} | 7 | {if="isLoggedIn() or !empty($action_plugin)"} |
8 | <span class="linklist-filters-text"> | 8 | <span class="linklist-filters-text"> |
9 | Filters | 9 | {'Filters'|t} |
10 | </span> | 10 | </span> |
11 | {if="isLoggedIn()"} | 11 | {if="isLoggedIn()"} |
12 | <a href="?privateonly" title="Click to see all links" | 12 | <a href="?privateonly" title="{'Filter private links'|t}" |
13 | class={if="$privateonly"}"filter-on"{else}"filter-off"{/if} | 13 | class={if="$privateonly"}"filter-on"{else}"filter-off"{/if} |
14 | ><i class="fa fa-key"></i></a> | 14 | ><i class="fa fa-key"></i></a> |
15 | {/if} | 15 | {/if} |
@@ -43,7 +43,7 @@ | |||
43 | </div> | 43 | </div> |
44 | 44 | ||
45 | <div class="linksperpage pure-u-1-3"> | 45 | <div class="linksperpage pure-u-1-3"> |
46 | <div class="pure-u-0 pure-u-lg-visible">Links per page</div> | 46 | <div class="pure-u-0 pure-u-lg-visible">{'Links per page'|t}</div> |
47 | <a href="?linksperpage=20">20</a> | 47 | <a href="?linksperpage=20">20</a> |
48 | <a href="?linksperpage=50">50</a> | 48 | <a href="?linksperpage=50">50</a> |
49 | <a href="?linksperpage=100">100</a> | 49 | <a href="?linksperpage=100">100</a> |