File manager - Edit - /home/theblueo/tv/fb4e3b/common.tar
Back
inc-fsconn.php 0000666 00000002652 15214150252 0007320 0 ustar 00 <?php /** * Include standard file system connect dialog */ $help = esc_url( apply_filters('loco_external','https://localise.biz/wordpress/plugin/manual/filesystem') ); if( $fsFields->has('connection_type') ):?> <form id="loco-fs" class="notice notice-info jshide"> <p> <span><?php esc_html_e('Connected to remote file system','loco')?> (<?php $fsFields->e('connection_type')?>)</span> </p> <?php $fsFields->_e();?> </form><?php else:?> <form id="loco-fs" class="notice inline notice-locked jshide"> <p> <strong class="has-icon"><?php switch( $fsFields->auth ): case 'all': esc_html_e('Write protected','loco'); break; case 'create': esc_html_e('Folder is protected','loco'); break; default: esc_html_e('File is protected','loco'); endswitch;?></strong>: <span> <?php esc_html_e('To modify the file system, click "Connect" and authenticate with the server','loco')?>. </span> <a class="button button-small" href="<?php echo $help?>" target="_blank"> ? </a> <button type="button" class="button button-small button-primary"><?php esc_html_e('Connect','loco')?></button> </p> <?php $fsFields->_e();?> </form><?php endif; inc-po-header.php 0000666 00000001201 15214150252 0007663 0 ustar 00 <h3> <a href="<?php $locale->e('href')?>" class="has-lang"> <span class="<?php $locale->e('icon')?>" lang="<?php $locale->e('lang')?>"><code><?php $locale->e('code')?></code></span> <span><?php $locale->e('name')?></span> </a> <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 $params->has('meta') && self::e( $meta->getProgressSummary() )?></span> </span> </h3>