]> 91.132.146.200 Git - bibliotheca-php.git/commitdiff
i18n main tool view
authorBanana <mail@bananas-playground.net>
Tue, 16 Apr 2024 12:43:25 +0000 (14:43 +0200)
committerBanana <mail@bananas-playground.net>
Tue, 16 Apr 2024 12:43:25 +0000 (14:43 +0200)
Signed-off-by: Banana <mail@bananas-playground.net>
webclient/i18n/eng.ini
webclient/view/98/tool/tool.html
webclient/view/default/tool/tool.html

index a6f961c6a170306a0438129282f0e38d10ffa6a0..92c0363859dc37ddcbc3f8c28ca4ea4386c9c5ed 100644 (file)
@@ -194,4 +194,7 @@ sysinfo.th.diskusage = "Disk Usage"
 
 tags.headline.tagsfor = "Tags for:"
 
+tool.headline.using = "Using %s with collection: %s"
+
+
 
index 6c8c7cb34cfdc4da1d070d2ad558dc4f5ebbb887..5605d727c515bee4724877be357b3b9750ac4f90 100644 (file)
@@ -1,4 +1,4 @@
-<h3 >Using <?php echo $TemplateData['tool']['name']; ?> with collection: <?php echo $TemplateData['collection']['name']; ?></h3>
+<h3><?php echo $I18n->t('tool.headline.using', array($TemplateData['tool']['name'], $TemplateData['collection']['name'])); ?></h3>
 <?php if(!empty($TemplateData['editEntry'])) { ?>
 <p>
        <a href="index.php?p=manageentry&collection=<?php echo $TemplateData['collection']['id']; ?>&id=<?php echo $TemplateData['editEntry']['id']; ?>"><?php echo $TemplateData['editEntry']['title'] ?? ''; ?></a>
index f4127f2ae5a95e03b61725beca9af784f69f47d9..fbe8d9bcfc51ca7f7b764580db67b81a143a4aae 100644 (file)
@@ -1,4 +1,4 @@
-<h3 class="uk-h3">Using <?php echo $TemplateData['tool']['name']; ?> with collection: <?php echo $TemplateData['collection']['name']; ?></h3>
+<h3 class="uk-h3"><?php echo $I18n->t('tool.headline.using', array($TemplateData['tool']['name'], $TemplateData['collection']['name'])); ?></h3>
 <?php if(!empty($TemplateData['editEntry'])) { ?>
 <p><span uk-icon="arrow-left"></span>
        <a href="index.php?p=manageentry&collection=<?php echo $TemplateData['collection']['id']; ?>&id=<?php echo $TemplateData['editEntry']['id']; ?>"><?php echo $TemplateData['editEntry']['title'] ?? ''; ?></a>