From: Banana Date: Tue, 16 Apr 2024 12:43:25 +0000 (+0200) Subject: i18n main tool view X-Git-Tag: 1.7~18 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=37408a27fdfd13d5c6c350c45e65870320cf2105;p=bibliotheca-php.git i18n main tool view Signed-off-by: Banana --- diff --git a/webclient/i18n/eng.ini b/webclient/i18n/eng.ini index a6f961c..92c0363 100644 --- a/webclient/i18n/eng.ini +++ b/webclient/i18n/eng.ini @@ -194,4 +194,7 @@ sysinfo.th.diskusage = "Disk Usage" tags.headline.tagsfor = "Tags for:" +tool.headline.using = "Using %s with collection: %s" + + diff --git a/webclient/view/98/tool/tool.html b/webclient/view/98/tool/tool.html index 6c8c7cb..5605d72 100644 --- a/webclient/view/98/tool/tool.html +++ b/webclient/view/98/tool/tool.html @@ -1,4 +1,4 @@ -

Using with collection:

+

t('tool.headline.using', array($TemplateData['tool']['name'], $TemplateData['collection']['name'])); ?>

diff --git a/webclient/view/default/tool/tool.html b/webclient/view/default/tool/tool.html index f4127f2..fbe8d9b 100644 --- a/webclient/view/default/tool/tool.html +++ b/webclient/view/default/tool/tool.html @@ -1,4 +1,4 @@ -

Using with collection:

+

t('tool.headline.using', array($TemplateData['tool']['name'], $TemplateData['collection']['name'])); ?>