X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fdefault%2Flinklist.html;h=5dab8e9a9b8ec95173843cff85948fedfa55a724;hb=2e6314af312229467ca63b6dc0c337f92eb5ddeb;hp=3d6be52993f292ee19513d696f75e7b74f4ca52c;hpb=7d86f40bdb2135655b5b4fe8cbcc1ac102114f86;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html index 3d6be529..5dab8e9a 100644 --- a/tpl/default/linklist.html +++ b/tpl/default/linklist.html @@ -15,32 +15,25 @@ {/if} + + {loop="$plugins_header.fields_toolbar"} @@ -89,11 +82,11 @@
{'Nothing found.'|t}
- {elseif="!empty($search_term) or $search_tags !== '' or !empty($visibility)"} + {elseif="!empty($search_term) or $search_tags !== '' or !empty($visibility) or $untaggedonly"}
- {function="t('%s result', '%s results', $result_count)"} + {function="sprintf(t('%s result', '%s results', $result_count), $result_count)"} {if="!empty($search_term)"} {'for'|t} {$search_term} {/if} @@ -105,10 +98,6 @@ {$value} {/loop} - {elseif="$search_tags === false"} - - {'untagged'|t} - {/if} {if="!empty($visibility)"} {'with status'|t} @@ -116,6 +105,11 @@ {$visibility|t} {/if} + {if="$untaggedonly"} + + {'without any tag'|t} + + {/if}
{/if} @@ -123,19 +117,30 @@
+ {ignore}Set translation here, for performances{/ignore} + {$strPrivate=t('Private')} + {$strEdit=t('Edit')} + {$strDelete=t('Delete')} + {$strFold=t('Fold')} + {$strEdited=t('Edited: ')} + {$strPermalink=t('Permalink')} + {$strPermalinkLc=t('permalink')} + {$strAddTag=t('Add tag')} + {ignore}End of translations{/ignore} {loop="links"}
-