Update tranlation text domain
This commit is contained in:
@ -12,15 +12,15 @@
|
||||
<span class="dashicons dashicons-warning wu-w-auto wu-h-auto wu-text-5xl wu-mb-2"></span>
|
||||
|
||||
<h1 class="wu-text-gray-800">
|
||||
<?php _e('Caution!', 'wp-ultimo'); ?>
|
||||
<?php _e('Caution!', 'wp-multisite-waas'); ?>
|
||||
</h1>
|
||||
|
||||
<p class="wu-text-lg wu-text-gray-600 wu-my-4">
|
||||
<?php _e('This action is irreversible and may cause unexpected behavior in your data, be sure of what you are doing and have a backup in case of some trouble!', 'wp-ultimo'); ?>
|
||||
<?php _e('This action is irreversible and may cause unexpected behavior in your data, be sure of what you are doing and have a backup in case of some trouble!', 'wp-multisite-waas'); ?>
|
||||
</p>
|
||||
|
||||
<p class="wu-text-lg wu-text-gray-600 wu-my-4">
|
||||
<?php _e('This will forcely rerun our Migration Wizard on your installation. If you tried to migrate after install but your v1 data is missing, this can resolve.', 'wp-ultimo'); ?>
|
||||
<?php _e('This will forcely rerun our Migration Wizard on your installation. If you tried to migrate after install but your v1 data is missing, this can resolve.', 'wp-multisite-waas'); ?>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
@ -33,7 +33,7 @@
|
||||
<span class="wu-float-right">
|
||||
|
||||
<button name="next" value="1" class="wu-next-button button button-primary button-large wu-ml-2">
|
||||
<?php _e('Proceed', 'wp-ultimo'); ?>
|
||||
<?php _e('Proceed', 'wp-multisite-waas'); ?>
|
||||
</button>
|
||||
|
||||
</span>
|
||||
|
@ -12,8 +12,8 @@
|
||||
<?php if ($checks) : ?>
|
||||
<th class="check" style="width: 30px;"></th>
|
||||
<?php endif ?>
|
||||
<th class="item"><?php _e('Item', 'wp-ultimo'); ?></th>
|
||||
<th class="status" style="width: 40%;"><?php _e('Status', 'wp-ultimo'); ?></th>
|
||||
<th class="item"><?php _e('Item', 'wp-multisite-waas'); ?></th>
|
||||
<th class="status" style="width: 40%;"><?php _e('Status', 'wp-multisite-waas'); ?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -44,15 +44,15 @@
|
||||
<?php if ($default['done']) : ?>
|
||||
<td class="status">
|
||||
<span class="wu-text-green-600">
|
||||
<?php echo $default['completed'] ?? __('Completed!', 'wp-ultimo'); ?>
|
||||
<?php echo $default['completed'] ?? __('Completed!', 'wp-multisite-waas'); ?>
|
||||
</span>
|
||||
</td>
|
||||
<?php else : ?>
|
||||
<td class="status">
|
||||
<span><?php echo $default['pending']; ?></span>
|
||||
<div class="spinner"></div>
|
||||
<!-- <a style="display: none;" class="wu-no-underline wu-block help" href="<?php echo $default['help']; ?>" title="<?php esc_attr_e('Help', 'wp-ultimo'); ?>">
|
||||
<?php _e('Read More', 'wp-ultimo'); ?>
|
||||
<!-- <a style="display: none;" class="wu-no-underline wu-block help" href="<?php echo $default['help']; ?>" title="<?php esc_attr_e('Help', 'wp-multisite-waas'); ?>">
|
||||
<?php _e('Read More', 'wp-multisite-waas'); ?>
|
||||
<span class="dashicons-wu-help-with-circle"></span>
|
||||
</a> -->
|
||||
</td>
|
||||
|
@ -12,23 +12,23 @@
|
||||
<span class="dashicons dashicons-yes-alt wu-text-green-400 wu-w-auto wu-h-auto wu-text-5xl wu-mb-2"></span>
|
||||
|
||||
<h1 class="wu-text-gray-800">
|
||||
<?php printf(__('We are ready, %s!', 'wp-ultimo'), apply_filters('wu_setup_step_done_name', $page->customer->first ?? __('my friend', 'wp-ultimo'))); ?>
|
||||
<?php printf(__('We are ready, %s!', 'wp-multisite-waas'), apply_filters('wu_setup_step_done_name', $page->customer->first ?? __('my friend', 'wp-multisite-waas'))); ?>
|
||||
</h1>
|
||||
|
||||
<p class="wu-text-lg wu-text-gray-600 wu-my-4">
|
||||
<?php _e('WP Multisite WaaS would not be possible without the work of <a href="https://wpultimo.com/" target="_blank">Arindo Duque</a> and <a href="https://nextpress.co" target="_blank">NextPress</a>.', 'wp-ultimo'); ?>
|
||||
<?php _e('WP Multisite WaaS would not be possible without the work of <a href="https://wpultimo.com/" target="_blank">Arindo Duque</a> and <a href="https://nextpress.co" target="_blank">NextPress</a>.', 'wp-multisite-waas'); ?>
|
||||
</p>
|
||||
|
||||
<p class="wu-text-lg wu-text-gray-600 wu-my-4">
|
||||
<?php _e('WP Multisite WaaS is maintained by volunteer open source developers. Please consider sponsoring the project on <a href="https://github.com/superdav42/wp-multisite-waas" target="_blank">GitHub</a>', 'wp-ultimo'); ?>
|
||||
<?php _e('WP Multisite WaaS is maintained by volunteer open source developers. Please consider sponsoring the project on <a href="https://github.com/superdav42/wp-multisite-waas" target="_blank">GitHub</a>', 'wp-multisite-waas'); ?>
|
||||
</p>
|
||||
|
||||
<p class="wu-text-lg wu-text-gray-600 wu-my-4">
|
||||
<?php _e('Paid support is available. Go to <a href="https://wpmultisitewaas.org/support" target="_blank">The Support Page</a> to find an expert who can assist in setting up WP Multisite WaaS or custom development.', 'wp-ultimo'); ?>
|
||||
<?php _e('Paid support is available. Go to <a href="https://wpmultisitewaas.org/support" target="_blank">The Support Page</a> to find an expert who can assist in setting up WP Multisite WaaS or custom development.', 'wp-multisite-waas'); ?>
|
||||
</p>
|
||||
|
||||
<p class="wu-text-lg wu-text-gray-600 wu-my-4">
|
||||
<?php _e('You now have everything you need in place to start building your Website as a Service business!', 'wp-ultimo'); ?>
|
||||
<?php _e('You now have everything you need in place to start building your Website as a Service business!', 'wp-multisite-waas'); ?>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@ -46,7 +46,7 @@
|
||||
<span class="wu-float-right">
|
||||
|
||||
<a href="<?php echo esc_url(network_admin_url('index.php')); ?>" class="button button-primary button-large">
|
||||
<?php _e('Thanks!', 'wp-ultimo'); ?>
|
||||
<?php _e('Thanks!', 'wp-multisite-waas'); ?>
|
||||
</a>
|
||||
|
||||
</span>
|
||||
|
@ -8,17 +8,17 @@
|
||||
<div class="wu-block">
|
||||
|
||||
<div class="wu-block wu-text-gray-700 wu-font-bold wu-uppercase wu-text-xs wu-py-2">
|
||||
<?php echo __('WP Multisite WaaS Requires:', 'wp-ultimo'); ?>
|
||||
<?php echo __('WP Multisite WaaS Requires:', 'wp-multisite-waas'); ?>
|
||||
</div>
|
||||
|
||||
<div class="wu-advanced-filters">
|
||||
<table class="widefat fixed striped wu-border-b">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><?php _e('Item', 'wp-ultimo'); ?></th>
|
||||
<th><?php _e('Minimum Version', 'wp-ultimo'); ?></th>
|
||||
<th><?php _e('Recommended', 'wp-ultimo'); ?></th>
|
||||
<th><?php _e('Installed', 'wp-ultimo'); ?></th>
|
||||
<th><?php _e('Item', 'wp-multisite-waas'); ?></th>
|
||||
<th><?php _e('Minimum Version', 'wp-multisite-waas'); ?></th>
|
||||
<th><?php _e('Recommended', 'wp-multisite-waas'); ?></th>
|
||||
<th><?php _e('Installed', 'wp-multisite-waas'); ?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -34,8 +34,8 @@
|
||||
|
||||
<?php if ( ! $req['pass_requirements']) : ?>
|
||||
|
||||
<a class="wu-no-underline wu-block" href="<?php echo $req['help']; ?>" title="<?php esc_attr_e('Help', 'wp-ultimo'); ?>">
|
||||
<?php _e('Read More', 'wp-ultimo'); ?>
|
||||
<a class="wu-no-underline wu-block" href="<?php echo $req['help']; ?>" title="<?php esc_attr_e('Help', 'wp-multisite-waas'); ?>">
|
||||
<?php _e('Read More', 'wp-multisite-waas'); ?>
|
||||
<span class="dashicons-wu-help-with-circle"></span>
|
||||
</a>
|
||||
|
||||
@ -49,15 +49,15 @@
|
||||
</div>
|
||||
|
||||
<div class="wu-block wu-text-gray-700 wu-font-bold wu-uppercase wu-text-xs wu-py-2">
|
||||
<?php echo __('And', 'wp-ultimo'); ?>
|
||||
<?php echo __('And', 'wp-multisite-waas'); ?>
|
||||
</div>
|
||||
|
||||
<div class="wu-advanced-filters">
|
||||
<table class="widefat fixed striped wu-border-b">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><?php _e('Item', 'wp-ultimo'); ?></th>
|
||||
<th><?php _e('Condition', 'wp-ultimo'); ?></th>
|
||||
<th><?php _e('Item', 'wp-multisite-waas'); ?></th>
|
||||
<th><?php _e('Condition', 'wp-multisite-waas'); ?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -70,9 +70,9 @@
|
||||
|
||||
<?php if ( ! $req['pass_requirements']) : ?>
|
||||
|
||||
<a target="_blank" class="wu-no-underline wu-ml-2" href="<?php echo $req['help']; ?>" title="<?php esc_attr_e('Help', 'wp-ultimo'); ?>">
|
||||
<a target="_blank" class="wu-no-underline wu-ml-2" href="<?php echo $req['help']; ?>" title="<?php esc_attr_e('Help', 'wp-multisite-waas'); ?>">
|
||||
<span class="dashicons-wu-help-with-circle wu-align-baseline"></span>
|
||||
<?php _e('Read More', 'wp-ultimo'); ?>
|
||||
<?php _e('Read More', 'wp-multisite-waas'); ?>
|
||||
</a>
|
||||
|
||||
<?php endif; ?>
|
||||
@ -87,7 +87,7 @@
|
||||
<?php if (\WP_Ultimo\Requirements::met() === false) : ?>
|
||||
|
||||
<div class="wu-mt-4 wu-p-4 wu-bg-red-100 wu-border wu-border-solid wu-border-red-200 wu-rounded-sm wu-text-red-500">
|
||||
<?php _e('It looks like your hosting environment does not support the current version of WP Multisite WaaS. Visit the <strong>Read More</strong> links on each item to see what steps you need to take to bring your environment up to the WP Multisite WaaS current requirements.', 'wp-ultimo'); ?>
|
||||
<?php _e('It looks like your hosting environment does not support the current version of WP Multisite WaaS. Visit the <strong>Read More</strong> links on each item to see what steps you need to take to bring your environment up to the WP Multisite WaaS current requirements.', 'wp-multisite-waas'); ?>
|
||||
</div>
|
||||
|
||||
<?php endif; ?>
|
||||
|
@ -6,37 +6,37 @@
|
||||
*/
|
||||
?>
|
||||
<div class="wu--mt-7">
|
||||
<p><?php _e('This plugin comes with support for issues you may have. Support can be requested via email on <a class="wu-no-underline" href="mailto:support@wpultimo.com" target="_blank">support@wpultimo.com</a> and includes:', 'wp-ultimo'); ?></p>
|
||||
<p><?php _e('This plugin comes with support for issues you may have. Support can be requested via email on <a class="wu-no-underline" href="mailto:support@wpultimo.com" target="_blank">support@wpultimo.com</a> and includes:', 'wp-multisite-waas'); ?></p>
|
||||
|
||||
<ul class="support-available">
|
||||
<li class="wu-text-green-700">
|
||||
<span class="dashicons-wu-check"></span>
|
||||
<?php _e('Availability of the author to answer questions', 'wp-ultimo'); ?>
|
||||
<?php _e('Availability of the author to answer questions', 'wp-multisite-waas'); ?>
|
||||
</li>
|
||||
<li class="wu-text-green-700">
|
||||
<span class="dashicons-wu-check"></span>
|
||||
<?php _e('Answering technical questions about item features', 'wp-ultimo'); ?>
|
||||
<?php _e('Answering technical questions about item features', 'wp-multisite-waas'); ?>
|
||||
</li>
|
||||
<li class="wu-text-green-700">
|
||||
<span class="dashicons-wu-check"></span>
|
||||
<?php _e('Assistance with reported bugs and issues', 'wp-ultimo'); ?>
|
||||
<?php _e('Assistance with reported bugs and issues', 'wp-multisite-waas'); ?>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p><?php _e('Support <strong>DOES NOT</strong> Include:', 'wp-ultimo'); ?></p>
|
||||
<p><?php _e('Support <strong>DOES NOT</strong> Include:', 'wp-multisite-waas'); ?></p>
|
||||
|
||||
<ul class="support-unavailable">
|
||||
<li class="wu-text-red-500">
|
||||
<span class="dashicons-wu-circle-with-cross wu-align-middle"></span>
|
||||
<?php _e('Customization services', 'wp-ultimo'); ?>
|
||||
<?php _e('Customization services', 'wp-multisite-waas'); ?>
|
||||
</li>
|
||||
<li class="wu-text-red-500">
|
||||
<span class="dashicons-wu-circle-with-cross wu-align-middle"></span>
|
||||
<?php _e('Installation services', 'wp-ultimo'); ?>
|
||||
<?php _e('Installation services', 'wp-multisite-waas'); ?>
|
||||
</li>
|
||||
<li class="wu-text-red-500">
|
||||
<span class="dashicons-wu-circle-with-cross wu-align-middle"></span>
|
||||
<?php _e('Support for 3rd party plugins (i.e. plugins you install yourself later on)', 'wp-ultimo'); ?>
|
||||
<?php _e('Support for 3rd party plugins (i.e. plugins you install yourself later on)', 'wp-multisite-waas'); ?>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
Reference in New Issue
Block a user