manageuser.created = global.created
manageuser.input.apitoken.current = "Current Token:"
+message.headline.information = "Information"
message.headline.error = "Error"
message.headline.warning = "Warning"
message.headline.success = "Success"
sysinfo.th.dbusage = "DB Usage"
sysinfo.th.diskusage = "Disk Usage"
+tags.headline.tagsfor = "Tags for:"
+
<?php if(!empty($TemplateData['search'])) { ?>
<div class="window">
<div class="title-bar">
- <div class="title-bar-text">Search</div>
+ <div class="title-bar-text"><?php echo $I18n->t('global.search'); ?></div>
<div class="title-bar-controls">
<button aria-label="Close" id="searchNoteWindowCloseButton"></button>
</div>
</div>
<div class="window-body">
- <p>Display result for: <b><?php echo $TemplateData['search']; ?></b></p>
+ <p><?php echo $I18n->t('global.search.resultfor', $TemplateData['search'] ?? ''); ?></p>
</div>
</div>
<script>
<?php } ?>
<?php if(!empty($TemplateData['tags'])) { ?>
- <h3>Tags for: <a href="index.php?p=collections&collection=<?php echo $TemplateData['loadedCollection']['id'] ?? ''; ?>"><?php echo $TemplateData['loadedCollection']['name'] ?? ''; ?></a></h3>
+ <h3><?php echo $I18n->t('tags.headline.tagsfor'); ?> <a href="index.php?p=collections&collection=<?php echo $TemplateData['loadedCollection']['id'] ?? ''; ?>"><?php echo $TemplateData['loadedCollection']['name'] ?? ''; ?></a></h3>
<?php foreach($TemplateData['tags'] as $k=>$v) { ?>
<h4><?php echo $v['displayname']; ?></h4>
<?php } ?>
<?php } elseif(!empty($TemplateData['collections'])) { ?>
- <h3>Please select a collection first</h3>
+ <h3><?php echo $I18n->t('global.collection.select.notice'); ?></h3>
<div class="sunken-panel">
<table width="100%">
<thead>
<tr>
- <th width="100px">Name</th>
- <th>Description</th>
+ <th width="100px"><?php echo $I18n->t('global.name'); ?></th>
+ <th><?php echo $I18n->t('global.description'); ?></th>
</tr>
</thead>
<tbody>
<div class="uk-grid-small uk-grid-row-small" uk-grid>
<div class="uk-width-1-2@l">
<?php if(!empty($TemplateData['tags'])) { ?>
- <h3 class="uk-h3">Tags for: <a href="index.php?p=collections&collection=<?php echo $TemplateData['loadedCollection']['id'] ?? ''; ?>"><?php echo $TemplateData['loadedCollection']['name'] ?? ''; ?></a></h3>
+ <h3 class="uk-h3"><?php echo $I18n->t('tags.headline.tagsfor'); ?> <a href="index.php?p=collections&collection=<?php echo $TemplateData['loadedCollection']['id'] ?? ''; ?>"><?php echo $TemplateData['loadedCollection']['name'] ?? ''; ?></a></h3>
<?php if(!empty($TemplateData['search'])) { ?>
<div uk-alert id="searchNotice">
<button class="uk-alert-close" type="button" uk-close></button>
- <p>Display result for: <b><?php echo $TemplateData['search']; ?></b></p>
+ <p><?php echo $I18n->t('global.search.resultfor', $TemplateData['search'] ?? ''); ?></p>
</div>
<script type="text/javascript">
UIkit.util.on('#searchNotice', 'hide', function () {
<?php } ?>
<?php } elseif(!empty($TemplateData['collections'])) { ?>
- <h3 class="uk-heading-divider">Please select a collection first</h3>
+ <h3 class="uk-heading-divider"><?php echo $I18n->t('global.collection.select.notice'); ?></h3>
<dl class="uk-description-list">
<?php foreach($TemplateData['collections'] as $k=>$v) { ?>
<dt><a href="index.php?p=tags&collection=<?php echo $k; ?>"><?php echo $v['name']; ?></a></dt>
<div class="uk-grid-small uk-grid-row-small" uk-grid>
<div class="uk-width-1-2@l">
<?php if(!empty($TemplateData['tags'])) { ?>
- <h3 class="uk-h3">Tags for: <a href="index.php?p=collections&collection=<?php echo $TemplateData['loadedCollection']['id'] ?? ''; ?>"><?php echo $TemplateData['loadedCollection']['name'] ?? ''; ?></a></h3>
+ <h3 class="uk-h3"><?php echo $I18n->t('tags.headline.tagsfor'); ?> <a href="index.php?p=collections&collection=<?php echo $TemplateData['loadedCollection']['id'] ?? ''; ?>"><?php echo $TemplateData['loadedCollection']['name'] ?? ''; ?></a></h3>
<?php if(!empty($TemplateData['search'])) { ?>
<div uk-alert id="searchNotice">
<button class="uk-alert-close" type="button" uk-close></button>
- <p>Display result for: <b><?php echo $TemplateData['search']; ?></b></p>
+ <p><?php echo $I18n->t('global.search.resultfor', $TemplateData['search'] ?? ''); ?></p>
</div>
<script type="text/javascript">
UIkit.util.on('#searchNotice', 'hide', function () {
<?php } ?>
<?php } elseif(!empty($TemplateData['collections'])) { ?>
- <h3 class="uk-h3">Please select a collection first</h3>
+ <h3 class="uk-h3"><?php echo $I18n->t('global.collection.select.notice'); ?></h3>
<dl class="uk-description-list uk-description-list-divider">
<?php foreach($TemplateData['collections'] as $k=>$v) { ?>
<dt><a href="index.php?p=tags&collection=<?php echo $k; ?>"><?php echo $v['name']; ?></a></dt>