Update tranlation text domain

This commit is contained in:
David Stone
2025-02-15 23:19:24 -07:00
parent 217009caab
commit f05ab77418
424 changed files with 6368 additions and 6368 deletions

View File

@ -46,7 +46,7 @@ $customer_sites = isset($customer_sites) ? array_map('intval', $customer_sites)
:class="$parent.template_category === '' ? 'current wu-font-semibold' : ''"
v-on:click.prevent="$parent.template_category = ''"
>
<?php _e('All', 'wp-ultimo'); ?>
<?php _e('All', 'wp-multisite-waas'); ?>
</a>
</li>
@ -105,7 +105,7 @@ $customer_sites = isset($customer_sites) ? array_map('intval', $customer_sites)
<div class="wu-site-template-image-container wu-relative">
<a
title="<?php esc_attr_e('View Template Preview', 'wp-ultimo'); ?>"
title="<?php esc_attr_e('View Template Preview', 'wp-multisite-waas'); ?>"
class="wu-site-template-selector wu-cursor-pointer wu-no-underline"
<?php echo $is_template ? $site_template->get_preview_url_attrs() : sprintf('href="%s" target="_blank"', $site_template->get_active_site_url()); ?>
>
@ -132,9 +132,9 @@ $customer_sites = isset($customer_sites) ? array_map('intval', $customer_sites)
<button v-on:click.prevent="$parent.template_id = <?php echo esc_attr($site_template->get_id()); ?>" type="button" class="wu-site-template-selector button btn button-primary btn-primary wu-w-full wu-text-center wu-cursor-pointer">
<span v-if="$parent.template_id == <?php echo esc_attr($site_template->get_id()); ?>"><?php _e('Selected', 'wp-ultimo'); ?></span>
<span v-if="$parent.template_id == <?php echo esc_attr($site_template->get_id()); ?>"><?php _e('Selected', 'wp-multisite-waas'); ?></span>
<span v-else><?php _e('Select', 'wp-ultimo'); ?></span>
<span v-else><?php _e('Select', 'wp-multisite-waas'); ?></span>
</button>

View File

@ -38,7 +38,7 @@ $customer_sites = isset($customer_sites) ? array_map('intval', $customer_sites)
class="wu-text-center wu-bg-gray-100 wu-rounded wu-uppercase wu-font-semibold wu-text-xs wu-text-gray-700 wu-p-4"
>
<?php _e('No Site Templates Found.', 'wp-ultimo'); ?>
<?php _e('No Site Templates Found.', 'wp-multisite-waas'); ?>
</div>
@ -59,7 +59,7 @@ $customer_sites = isset($customer_sites) ? array_map('intval', $customer_sites)
<h2>
<?php _e('Pick your Template', 'wp-ultimo'); ?>
<?php _e('Pick your Template', 'wp-multisite-waas'); ?>
<span class="title-count theme-count">
@ -75,13 +75,13 @@ $customer_sites = isset($customer_sites) ? array_map('intval', $customer_sites)
<div class="wp-filter-responsive">
<h4><?php _e('Template Categories', 'wp-ultimo'); ?></h4>
<h4><?php _e('Template Categories', 'wp-multisite-waas'); ?></h4>
<select class="">
<option value="">
<?php _e('All Templates', 'wp-ultimo'); ?>
<?php _e('All Templates', 'wp-multisite-waas'); ?>
</option>
@ -120,7 +120,7 @@ $customer_sites = isset($customer_sites) ? array_map('intval', $customer_sites)
v-on:click.prevent="$parent.template_category = ''"
>
<?php _e('All Templates', 'wp-ultimo'); ?>
<?php _e('All Templates', 'wp-multisite-waas'); ?>
</a>
@ -207,7 +207,7 @@ $customer_sites = isset($customer_sites) ? array_map('intval', $customer_sites)
id="<?php echo $site->get_id(); ?>-action"
>
<?php $is_template ? _e('View Template', 'wp-ultimo') : _e('View Site', 'wp-ultimo'); ?>
<?php $is_template ? _e('View Template', 'wp-multisite-waas') : _e('View Site', 'wp-multisite-waas'); ?>
</a>
@ -227,9 +227,9 @@ $customer_sites = isset($customer_sites) ? array_map('intval', $customer_sites)
v-on:click.prevent="$parent.template_id = <?php echo esc_attr($site->get_id()); ?>"
>
<span v-if="$parent.template_id == <?php echo esc_attr($site->get_id()); ?>"><?php _e('Selected', 'wp-ultimo'); ?></span>
<span v-if="$parent.template_id == <?php echo esc_attr($site->get_id()); ?>"><?php _e('Selected', 'wp-multisite-waas'); ?></span>
<span v-else><?php _e('Select', 'wp-ultimo'); ?></span>
<span v-else><?php _e('Select', 'wp-multisite-waas'); ?></span>
</button>
@ -254,7 +254,7 @@ $customer_sites = isset($customer_sites) ? array_map('intval', $customer_sites)
<p class="no-themes">
<?php _e('No Templates Found', 'wp-ultimo'); ?>
<?php _e('No Templates Found', 'wp-multisite-waas'); ?>
</p>

View File

@ -42,7 +42,7 @@ $customer_sites = isset($customer_sites) ? array_map('intval', $customer_sites)
:class="$parent.template_category === '' ? 'current wu-font-semibold' : ''"
v-on:click.prevent="$parent.template_category = ''"
>
<?php _e('All', 'wp-ultimo'); ?>
<?php _e('All', 'wp-multisite-waas'); ?>
</a>
</li>
@ -115,7 +115,7 @@ $customer_sites = isset($customer_sites) ? array_map('intval', $customer_sites)
<a class="wu-site-template-selector" <?php echo $site_template->get_preview_url_attrs(); ?>>
<?php _e('View Template Preview', 'wp-ultimo'); ?>
<?php _e('View Template Preview', 'wp-multisite-waas'); ?>
</a>
@ -127,7 +127,7 @@ $customer_sites = isset($customer_sites) ? array_map('intval', $customer_sites)
<a class="wu-site-template-selector" @click.prevent="" href="#">
<?php _e('Select this Template', 'wp-ultimo'); ?>
<?php _e('Select this Template', 'wp-multisite-waas'); ?>
</a>