first commit

This commit is contained in:
Roman Pyrih
2026-04-21 15:48:41 +02:00
commit 7483681901
10216 changed files with 3236626 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
<?php
/**
* @package Duplicator
* @copyright (c) 2022, Snap Creek LLC
*/
defined("ABSPATH") or die("");
?>
<p>
<?php esc_html_e('The brandable area allows for a loose set of html and custom styling. Below is a general guide.', 'duplicator-pro'); ?>
</p>
<p>
- <b><?php esc_html_e('Embed Image:', 'duplicator-pro'); ?></b><br/> &lt;img src="/wp-content/uploads/image.png /&gt;<br/><br/>
- <b><?php esc_html_e('Text Only:', 'duplicator-pro'); ?></b><br/> <?php esc_html_e('My Installer Name', 'duplicator-pro'); ?><br/><br/>
- <b><?php esc_html_e('Text & Font-Awesome:', 'duplicator-pro'); ?></b><br/> &lt;i class="fa fa-cube"&gt;&lt;/i&gt;
<?php esc_html_e('My Company', 'duplicator-pro'); ?>
</p>
<p>
<small>
<?php
wp_kses(
sprintf(
_x(
'Note: %1$sFont-Awesome 4.7%2$s is the referenced library',
'1: opening anchor tag, 2: closing anchor tag',
'duplicator-pro'
),
"<a href='http://fontawesome.io/icons/' target='_blank'>",
"</a>"
),
['a' => ['href' => []]]
);
?>
</small>
</p>

View File

@@ -0,0 +1,13 @@
<?php
/**
* @package Duplicator
* @copyright (c) 2022, Snap Creek LLC
*/
defined("ABSPATH") or die("");
?>
<i class="fa fa-exclamation-triangle fa-sm"></i>
<?php
esc_html_e('No selections made! Please select an action from the "Bulk Actions" drop down menu!', 'duplicator-pro');
?>

View File

@@ -0,0 +1,13 @@
<?php
/**
* @package Duplicator
* @copyright (c) 2022, Snap Creek LLC
*/
defined("ABSPATH") or die("");
?>
<i class="fa fa-exclamation-triangle fa-sm"></i>
<?php
esc_html_e('No selections made! Please select at least one Backup to delete!', 'duplicator-pro');
?>