Server : LiteSpeed System : Linux server321.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : apotdzgr ( 7060) PHP Version : 8.0.30 Disable Function : NONE Directory : /home/apotdzgr/www/wp-content/plugins/loco-translate/tpl/admin/file/ |
Upload File : |
<?php /** * POT file editor */ $this->extend('editor'); $this->start('header'); ?> <form action="<?php $params->e('dlAction')?>" method="post" target="_blank" id="loco-download" class="aux wp-core-ui"> <fieldset> <button class="button button-link has-icon icon-download" data-loco="source" disabled title="<?php $ui->e('download')?>"> <span>POT</span> </button> </fieldset> <?php $dlFields->_e();?> </form> <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"></span> </span> </h3> <div id="loco-auto" title="Error"> <p>Template files cannot be translated</p> </div>