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

@ -11,7 +11,7 @@
<li class="wu-p-4 wu-m-0 wu-border-t wu-border-l-0 wu-border-r-0 wu-border-b-0 wu-border-gray-400 wu-border-solid">
<h3 class="wu-mt-0 wu-mb-2 wu-text-2xs wu-uppercase"><?php _e('Initiator', 'wp-ultimo'); ?></h3>
<h3 class="wu-mt-0 wu-mb-2 wu-text-2xs wu-uppercase"><?php _e('Initiator', 'wp-multisite-waas'); ?></h3>
<?php if ($object->get_initiator() == 'manual') : ?>
@ -74,7 +74,7 @@
<strong class='wu-block'><?php echo ucfirst($object->get_initiator()); ?></strong>
<small><?php _e('Automatically started', 'wp-ultimo'); ?></small>
<small><?php _e('Automatically started', 'wp-multisite-waas'); ?></small>
</div>
@ -88,7 +88,7 @@
<li class="wu-p-4 wu-m-0 wu-border-t wu-border-l-0 wu-border-r-0 wu-border-b-0 wu-border-gray-300 wu-border-solid">
<h3 class="wu-mt-1 wu-mb-2 wu-text-2xs wu-uppercase"><?php printf(__('Target %s', 'wp-ultimo'), wu_slug_to_name($object->get_object_type())); ?></h3>
<h3 class="wu-mt-1 wu-mb-2 wu-text-2xs wu-uppercase"><?php printf(__('Target %s', 'wp-multisite-waas'), wu_slug_to_name($object->get_object_type())); ?></h3>
<?php