Linux webm002.cluster126.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
/
home
/
ariannadhf
/
www
/
wp-content
/
plugins
/
loco-translate
/
tpl
/
admin
/
file
/
/home/ariannadhf/www/wp-content/plugins/loco-translate/tpl/admin/file/view-pot.php
<?php /** * POT source view */ $this->extend('view'); $this->start('source'); ?> <h3 class="has-lang"> <span><?php esc_html_e('Template file','loco-translate')?>:</span> <span class="loco-meta"> <span><?php echo esc_html_x('Updated','Modified time','loco-translate')?>:</span> <span id="loco-po-modified"><?php $params->date('modified')?></span> – <span id="loco-po-status"><?php echo esc_html( $meta->getTotalSummary() )?></span> </span> </h3> <?php echo $this->render('msgcat');