Update tranlation text domain
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
*/
|
||||
?>
|
||||
<h1>
|
||||
<?php printf(__('Activate %s Integration', 'wp-ultimo'), $integration->get_title()); ?>
|
||||
<?php printf(__('Activate %s Integration', 'wp-multisite-waas'), $integration->get_title()); ?>
|
||||
</h1>
|
||||
|
||||
<p class="wu-text-lg wu-text-gray-600 wu-my-4">
|
||||
@ -32,7 +32,7 @@
|
||||
<div>
|
||||
|
||||
<span class="wu-text-sm wu-text-gray-800 wu-inline-block wu-py-4">
|
||||
<?php _e('This integration will:', 'wp-ultimo'); ?>
|
||||
<?php _e('This integration will:', 'wp-multisite-waas'); ?>
|
||||
</span>
|
||||
|
||||
<ul class="wu--mx-5 wu-my-0 wu-border-t wu-border-solid wu-border-l-0 wu-border-r-0 wu-border-b-0 wu-border-gray-300">
|
||||
@ -54,7 +54,7 @@
|
||||
<div>
|
||||
|
||||
<span class="wu-text-sm wu-text-gray-800 wu-inline-block wu-py-4">
|
||||
<?php _e('This integration will <strong>not</strong>:', 'wp-ultimo'); ?>
|
||||
<?php _e('This integration will <strong>not</strong>:', 'wp-multisite-waas'); ?>
|
||||
</span>
|
||||
|
||||
<ul class="wu--mx-5 wu-my-0 wu-border-t wu-border-solid wu-border-l-0 wu-border-r-0 wu-border-b-0 wu-border-gray-300">
|
||||
@ -79,27 +79,27 @@
|
||||
<!-- Submit Box -->
|
||||
<div class="wu-flex wu-justify-between wu-bg-gray-100 wu--m-in wu-mt-4 wu-p-4 wu-overflow-hidden wu-border-t wu-border-solid wu-border-l-0 wu-border-r-0 wu-border-b-0 wu-border-gray-300">
|
||||
|
||||
<a href="<?php echo esc_url(wu_network_admin_url('wp-ultimo-settings&tab=integrations')); ?>" class="wu-self-center button button-large wu-float-left"><?php _e('← Cancel', 'wp-ultimo'); ?></a>
|
||||
<a href="<?php echo esc_url(wu_network_admin_url('wp-ultimo-settings&tab=integrations')); ?>" class="wu-self-center button button-large wu-float-left"><?php _e('← Cancel', 'wp-multisite-waas'); ?></a>
|
||||
|
||||
<span class="wu-self-center wu-content-center wu-flex">
|
||||
|
||||
<?php if ($integration->is_enabled()) : ?>
|
||||
|
||||
<span class="wu-self-center wu-text-green-800 wu-mr-4">
|
||||
<?php _e('Integration already activated.', 'wp-ultimo'); ?>
|
||||
<?php _e('Integration already activated.', 'wp-multisite-waas'); ?>
|
||||
</span>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<button name="submit" value="1" class="button button-primary button-large">
|
||||
<?php echo $integration->is_enabled() ? __('Deactivate', 'wp-ultimo') : __('Activate', 'wp-ultimo'); ?>
|
||||
<?php echo $integration->is_enabled() ? __('Deactivate', 'wp-multisite-waas') : __('Activate', 'wp-multisite-waas'); ?>
|
||||
</button>
|
||||
|
||||
|
||||
|
||||
<?php if ($integration->is_enabled()) : ?>
|
||||
<a href="<?php echo esc_attr($page->get_next_section_link()); ?>" class="button button-large">
|
||||
<?php _e('Continue', 'wp-ultimo'); ?>
|
||||
<?php _e('Continue', 'wp-multisite-waas'); ?>
|
||||
</a>
|
||||
<?php endif; ?>
|
||||
|
||||
|
@ -6,64 +6,64 @@
|
||||
*/
|
||||
?>
|
||||
<h1>
|
||||
<?php _e('Instructions', 'wp-ultimo'); ?></h1>
|
||||
<?php _e('Instructions', 'wp-multisite-waas'); ?></h1>
|
||||
|
||||
<p class="wu-text-lg wu-text-gray-600 wu-my-4 wu-mb-6">
|
||||
|
||||
<?php _e('You’ll need to get your', 'wp-ultimo'); ?> <strong><?php _e('API Key', 'wp-ultimo'); ?></strong> <?php _e('and', 'wp-ultimo'); ?> <strong><?php _e('Zone ID', 'wp-ultimo'); ?></strong> <?php _e('for your Cloudflare DNS zone.', 'wp-ultimo'); ?>
|
||||
<?php _e('You’ll need to get your', 'wp-multisite-waas'); ?> <strong><?php _e('API Key', 'wp-multisite-waas'); ?></strong> <?php _e('and', 'wp-multisite-waas'); ?> <strong><?php _e('Zone ID', 'wp-multisite-waas'); ?></strong> <?php _e('for your Cloudflare DNS zone.', 'wp-multisite-waas'); ?>
|
||||
|
||||
</p>
|
||||
|
||||
<p class="wu-text-sm wu-bg-blue-100 wu-p-4 wu-text-blue-600 wu-rounded">
|
||||
<strong><?php _e('Before we start...', 'wp-ultimo'); ?></strong><br>
|
||||
<?php printf(__('This integration is really aimed at people that do not have access to an Enterprise Cloudflare account, since that particular tier supports proxying on wildcard DNS entries, which makes adding each subdomain unecessary. If you own an enterprise tier account, you can simply follow <a class="wu-no-underline" href="%s" target="_blank">this tutorial</a> to create the wildcard entry and deactivate this integration entirely.', 'wp-ultimo'), 'https://support.cloudflare.com/hc/en-us/articles/200169356-How-do-I-use-WordPress-Multi-Site-WPMU-With-Cloudflare'); ?>
|
||||
<strong><?php _e('Before we start...', 'wp-multisite-waas'); ?></strong><br>
|
||||
<?php printf(__('This integration is really aimed at people that do not have access to an Enterprise Cloudflare account, since that particular tier supports proxying on wildcard DNS entries, which makes adding each subdomain unecessary. If you own an enterprise tier account, you can simply follow <a class="wu-no-underline" href="%s" target="_blank">this tutorial</a> to create the wildcard entry and deactivate this integration entirely.', 'wp-multisite-waas'), 'https://support.cloudflare.com/hc/en-us/articles/200169356-How-do-I-use-WordPress-Multi-Site-WPMU-With-Cloudflare'); ?>
|
||||
</p>
|
||||
|
||||
<h3 class="wu-m-0 wu-py-4 wu-text-lg" id="step-1-getting-the-api-key-and-secret">
|
||||
<?php _e('Getting the Zone ID and API Key', 'wp-ultimo'); ?>
|
||||
<?php _e('Getting the Zone ID and API Key', 'wp-multisite-waas'); ?>
|
||||
</h3>
|
||||
|
||||
<p class="wu-text-sm">
|
||||
<?php _e('On the Cloudflare overview page of your Zone (the domain managed), you\'ll see a block on the sidebar containing the Zone ID. Copy that value.', 'wp-ultimo'); ?>
|
||||
<?php _e('On the Cloudflare overview page of your Zone (the domain managed), you\'ll see a block on the sidebar containing the Zone ID. Copy that value.', 'wp-multisite-waas'); ?>
|
||||
</p>
|
||||
|
||||
<div class="">
|
||||
<img class="wu-w-full" src="https://wpultimo.com/wp-content/uploads/2021/04/Captura-de-Pantalla-2021-04-01-a-las-23.08.14.png">
|
||||
</div>
|
||||
|
||||
<p class="wu-text-center"><i><?php _e('DNS Zone ID on the Sidebar', 'wp-ultimo'); ?></i></p>
|
||||
<p class="wu-text-center"><i><?php _e('DNS Zone ID on the Sidebar', 'wp-multisite-waas'); ?></i></p>
|
||||
|
||||
<p class="wu-text-sm"><?php _e('On that same sidebar block, you will see the Get your API token link. Click on it to go to the token generation screen.', 'wp-ultimo'); ?></p>
|
||||
<p class="wu-text-sm"><?php _e('On that same sidebar block, you will see the Get your API token link. Click on it to go to the token generation screen.', 'wp-multisite-waas'); ?></p>
|
||||
|
||||
<div class="">
|
||||
<img class="wu-w-full" src="https://wpultimo.com/wp-content/uploads/2021/04/Captura-de-Pantalla-2021-04-01-a-las-23.12.19.png">
|
||||
</div>
|
||||
<p class="wu-text-center"><i><?php _e('Go to the API Tokens tab, then click on Create Token', 'wp-ultimo'); ?></i></p>
|
||||
<p class="wu-text-center"><i><?php _e('Go to the API Tokens tab, then click on Create Token', 'wp-multisite-waas'); ?></i></p>
|
||||
|
||||
<p class="wu-text-sm"><?php _e('We want an API token that will allow us to edit DNS records, so select the Edit zone DNS template.', 'wp-ultimo'); ?></p>
|
||||
<p class="wu-text-sm"><?php _e('We want an API token that will allow us to edit DNS records, so select the Edit zone DNS template.', 'wp-multisite-waas'); ?></p>
|
||||
|
||||
<div class="">
|
||||
<img class="wu-w-full" src="https://wpultimo.com/wp-content/uploads/2021/04/Captura-de-Pantalla-2021-04-01-a-las-23.15.03.png">
|
||||
</div>
|
||||
<p class="wu-text-center"><i><?php _e('Use the Edit Zone DNS template', 'wp-ultimo'); ?></i></p>
|
||||
<p class="wu-text-center"><i><?php _e('Use the Edit Zone DNS template', 'wp-multisite-waas'); ?></i></p>
|
||||
|
||||
<p class="wu-text-sm"><?php _e('On the next screen, set the permissions to Edit, and select the zone that corresponds to your target domain. Then, move to the next step.', 'wp-ultimo'); ?></p>
|
||||
<p class="wu-text-sm"><?php _e('On the next screen, set the permissions to Edit, and select the zone that corresponds to your target domain. Then, move to the next step.', 'wp-multisite-waas'); ?></p>
|
||||
|
||||
<div class="">
|
||||
<img class="wu-w-full" src="https://wpultimo.com/wp-content/uploads/2021/04/Captura-de-Pantalla-2021-04-01-a-las-23.17.58.png">
|
||||
</div>
|
||||
<p class="wu-text-center"><i><?php _e('Permission and Zone Settings', 'wp-ultimo'); ?></i></p>
|
||||
<p class="wu-text-center"><i><?php _e('Permission and Zone Settings', 'wp-multisite-waas'); ?></i></p>
|
||||
|
||||
<p class="wu-text-sm"><?php _e('Finally, click Create Token.', 'wp-ultimo'); ?></p>
|
||||
<p class="wu-text-sm"><?php _e('Finally, click Create Token.', 'wp-multisite-waas'); ?></p>
|
||||
|
||||
<div class="">
|
||||
<img class="wu-w-full" src="https://wpultimo.com/wp-content/uploads/2021/04/Captura-de-Pantalla-2021-04-01-a-las-23.19.52.png">
|
||||
</div>
|
||||
<p class="wu-text-center"><i><?php _e('Finishing up.', 'wp-ultimo'); ?></i></p>
|
||||
<p class="wu-text-center"><i><?php _e('Finishing up.', 'wp-multisite-waas'); ?></i></p>
|
||||
|
||||
<p class="wu-text-sm"><?php _e('Copy the API Token (it won\'t be shown again, so you need to copy it now!). We will use it on the next step alongside with the Zone ID', 'wp-ultimo'); ?></p>
|
||||
<p class="wu-text-sm"><?php _e('Copy the API Token (it won\'t be shown again, so you need to copy it now!). We will use it on the next step alongside with the Zone ID', 'wp-multisite-waas'); ?></p>
|
||||
|
||||
<div class="">
|
||||
<img class="wu-w-full" src="https://wpultimo.com/wp-content/uploads/2021/04/Captura-de-Pantalla-2021-04-01-a-las-23.21.47.png">
|
||||
</div>
|
||||
<p class="wu-text-center"><i><?php _e('Done!', 'wp-ultimo'); ?></i></p>
|
||||
<p class="wu-text-center"><i><?php _e('Done!', 'wp-multisite-waas'); ?></i></p>
|
||||
|
@ -6,11 +6,11 @@
|
||||
*/
|
||||
?>
|
||||
<h1>
|
||||
<?php _e('We are almost there!', 'wp-ultimo'); ?>
|
||||
<?php _e('We are almost there!', 'wp-multisite-waas'); ?>
|
||||
</h1>
|
||||
|
||||
<p class="wu-text-lg wu-text-gray-600 wu-my-4">
|
||||
<?php _e('You should have all the information we need in hand right now. The next step is to configure it.', 'wp-ultimo'); ?>
|
||||
<?php _e('You should have all the information we need in hand right now. The next step is to configure it.', 'wp-multisite-waas'); ?>
|
||||
</p>
|
||||
|
||||
<div class="wu-mt-6">
|
||||
@ -20,17 +20,17 @@
|
||||
<li class="wu-flex wu-rounded wu-content-center wu-py-2 wu-px-4 wu-bg-gray-100 wu-border wu-border-solid wu-border-gray-300 wu-m-0">
|
||||
<span class="dashicons dashicons-yes-alt wu-text-green-400 wu-self-center wu-mr-2"></span>
|
||||
<span>
|
||||
<?php _e('All set! We have made all the adjustments to and the Integration should work.', 'wp-ultimo'); ?>
|
||||
<?php _e('All set! We have made all the adjustments to and the Integration should work.', 'wp-multisite-waas'); ?>
|
||||
</span>
|
||||
</li>
|
||||
|
||||
<?php else : ?>
|
||||
|
||||
<li class="wu-flex wu-rounded wu-content-center wu-py-2 wu-px-4 wu-bg-gray-100 wu-border wu-border-solid wu-border-gray-300 wu-m-0">
|
||||
<span><?php _e('You will need to edit your wp-config.php file manually. Copy the contents of the box below and paste it on your wp-config.php file, right before the line containing <code>/* That\'s all, stop editing! Happy publishing. */</code>', 'wp-ultimo'); ?></span>
|
||||
<span><?php _e('You will need to edit your wp-config.php file manually. Copy the contents of the box below and paste it on your wp-config.php file, right before the line containing <code>/* That\'s all, stop editing! Happy publishing. */</code>', 'wp-multisite-waas'); ?></span>
|
||||
</li>
|
||||
|
||||
<h3 class="wu-mt-6"><?php _e('Your wp-config.php settings:', 'wp-ultimo'); ?></h3>
|
||||
<h3 class="wu-mt-6"><?php _e('Your wp-config.php settings:', 'wp-multisite-waas'); ?></h3>
|
||||
|
||||
<pre class="wu-overflow-auto wu-p-4 wu-rounded wu-content-center wu-bg-gray-800 wu-text-white wu-font-mono wu-border wu-border-solid wu-border-gray-300"><?php echo $integration->get_constants_string($post); ?></pre>
|
||||
|
||||
@ -41,12 +41,12 @@
|
||||
<!-- Submit Box -->
|
||||
<div class="wu-flex wu-justify-between wu-bg-gray-100 wu--m-in wu-mt-4 wu-p-4 wu-overflow-hidden wu-border-t wu-border-solid wu-border-l-0 wu-border-r-0 wu-border-b-0 wu-border-gray-300">
|
||||
|
||||
<a href="<?php echo esc_url(wu_network_admin_url('wp-ultimo-settings&tab=integrations')); ?>" class="wu-self-center button button-large wu-float-left"><?php _e('← Cancel', 'wp-ultimo'); ?></a>
|
||||
<a href="<?php echo esc_url(wu_network_admin_url('wp-ultimo-settings&tab=integrations')); ?>" class="wu-self-center button button-large wu-float-left"><?php _e('← Cancel', 'wp-multisite-waas'); ?></a>
|
||||
|
||||
<span class="wu-self-center wu-content-center wu-flex">
|
||||
|
||||
<button name="submit" value="3" class="wu-ml-2 button button-primary button-large">
|
||||
<?php _e('Test Integration →', 'wp-ultimo'); ?>
|
||||
<?php _e('Test Integration →', 'wp-multisite-waas'); ?>
|
||||
</button>
|
||||
|
||||
</span>
|
||||
|
@ -6,11 +6,11 @@
|
||||
*/
|
||||
?>
|
||||
<h1>
|
||||
<?php _e('We are almost there!', 'wp-ultimo'); ?>
|
||||
<?php _e('We are almost there!', 'wp-multisite-waas'); ?>
|
||||
</h1>
|
||||
|
||||
<p class="wu-text-lg wu-text-gray-600 wu-my-4">
|
||||
<?php _e('You should have all the information we need in hand right now. The next step is to configure it.', 'wp-ultimo'); ?>
|
||||
<?php _e('You should have all the information we need in hand right now. The next step is to configure it.', 'wp-multisite-waas'); ?>
|
||||
</p>
|
||||
|
||||
<div class="wu-mt-6 wu--mx-4">
|
||||
@ -33,17 +33,17 @@
|
||||
href="<?php echo esc_url(wu_network_admin_url('wp-ultimo-settings', ['tab' => 'integrations'])); ?>"
|
||||
class="wu-self-center button button-large wu-float-left"
|
||||
>
|
||||
<?php _e('← Cancel', 'wp-ultimo'); ?>
|
||||
<?php _e('← Cancel', 'wp-multisite-waas'); ?>
|
||||
</a>
|
||||
|
||||
<span class="wu-self-center wu-content-center">
|
||||
|
||||
<button name="submit" value="0" class="button button-large">
|
||||
<?php _e('Add manually', 'wp-ultimo'); ?>
|
||||
<?php _e('Add manually', 'wp-multisite-waas'); ?>
|
||||
</button>
|
||||
|
||||
<button name="submit" value="1" class="wu-ml-2 button button-primary button-large">
|
||||
<?php _e('Add automatically', 'wp-ultimo'); ?>
|
||||
<?php _e('Add automatically', 'wp-multisite-waas'); ?>
|
||||
</button>
|
||||
|
||||
</span>
|
||||
|
@ -5,12 +5,12 @@
|
||||
* @since 2.0.0
|
||||
*/
|
||||
?>
|
||||
<h1><?php _e('Instructions', 'wp-ultimo'); ?></h1>
|
||||
<h1><?php _e('Instructions', 'wp-multisite-waas'); ?></h1>
|
||||
|
||||
<p class="wu-text-lg wu-text-gray-600 wu-my-4 wu-mb-6"><?php _e('Setting up GridPane with WP Ultimo is as easy as toggling a switch', 'wp-ultimo'); ?>!</p>
|
||||
<p class="wu-text-lg wu-text-gray-600 wu-my-4 wu-mb-6"><?php _e('Setting up GridPane with WP Ultimo is as easy as toggling a switch', 'wp-multisite-waas'); ?>!</p>
|
||||
|
||||
<p class="wu-text-sm">
|
||||
<?php _e('On the GridPane panel, go to', 'wp-ultimo'); ?> <a class="wu-no-underline" href="https://my.gridpane.com/sites" target="_blank"><?php _e('Sites', 'wp-ultimo'); ?></a>. <?php _e('Click on your network site to bring up the options modal', 'wp-ultimo'); ?>.
|
||||
<?php _e('On the GridPane panel, go to', 'wp-multisite-waas'); ?> <a class="wu-no-underline" href="https://my.gridpane.com/sites" target="_blank"><?php _e('Sites', 'wp-multisite-waas'); ?></a>. <?php _e('Click on your network site to bring up the options modal', 'wp-multisite-waas'); ?>.
|
||||
</p>
|
||||
|
||||
<div class="">
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
<p class="wu-text-sm">
|
||||
|
||||
<?php _e('Go to the', 'wp-ultimo'); ?> <strong><?php _e('Multisite', 'wp-ultimo'); ?></strong> <?php _e('tab and toggle the', 'wp-ultimo'); ?> <strong><?php _e('WP Ultimo Integration', 'wp-ultimo'); ?></strong> <?php _e('switch', 'wp-ultimo'); ?>.
|
||||
<?php _e('Go to the', 'wp-multisite-waas'); ?> <strong><?php _e('Multisite', 'wp-multisite-waas'); ?></strong> <?php _e('tab and toggle the', 'wp-multisite-waas'); ?> <strong><?php _e('WP Ultimo Integration', 'wp-multisite-waas'); ?></strong> <?php _e('switch', 'wp-multisite-waas'); ?>.
|
||||
|
||||
</p>
|
||||
|
||||
@ -28,5 +28,5 @@
|
||||
</div>
|
||||
|
||||
<p class="wu-text-sm">
|
||||
<?php _e("You're all set", 'wp-ultimo'); ?>!
|
||||
<?php _e("You're all set", 'wp-multisite-waas'); ?>!
|
||||
</p>
|
||||
|
@ -10,10 +10,10 @@
|
||||
<div class="wu-self-center wu-text-center wu-w-full">
|
||||
<span class="dashicons dashicons-yes-alt wu-text-green-400 wu-w-auto wu-h-auto wu-text-5xl wu-mb-2"></span>
|
||||
<h1>
|
||||
<?php _e('That\'s it! We are ready!', 'wp-ultimo'); ?>
|
||||
<?php _e('That\'s it! We are ready!', 'wp-multisite-waas'); ?>
|
||||
</h1>
|
||||
<p class="wu-text-lg wu-text-gray-600 wu-my-4">
|
||||
<?php printf(__('The integration with %s was correctly setup and is now ready! Now, every time a new domain is added to your platform, WP Multisite WaaS will sync that with your application automatically.', 'wp-ultimo'), $integration->get_title()); ?>
|
||||
<?php printf(__('The integration with %s was correctly setup and is now ready! Now, every time a new domain is added to your platform, WP Multisite WaaS will sync that with your application automatically.', 'wp-multisite-waas'), $integration->get_title()); ?>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
<span class="wu-float-right">
|
||||
|
||||
<a href="<?php echo esc_url(wu_network_admin_url('wp-ultimo')); ?>" class="button button-primary button-large">
|
||||
<?php _e('Finish!', 'wp-ultimo'); ?>
|
||||
<?php _e('Finish!', 'wp-multisite-waas'); ?>
|
||||
</a>
|
||||
|
||||
</span>
|
||||
|
@ -6,46 +6,46 @@
|
||||
*/
|
||||
?>
|
||||
<h1>
|
||||
<?php _e('Instructions', 'wp-ultimo'); ?></h1>
|
||||
<?php _e('Instructions', 'wp-multisite-waas'); ?></h1>
|
||||
|
||||
<p class="wu-text-lg wu-text-gray-600 wu-my-4 wu-mb-6">
|
||||
|
||||
<?php _e('You’ll need to get your', 'wp-ultimo'); ?> <strong><?php _e('API Key', 'wp-ultimo'); ?></strong> <?php _e('and', 'wp-ultimo'); ?> <strong><?php _e('API Secret', 'wp-ultimo'); ?></strong>, <?php _e('as well as find the', 'wp-ultimo'); ?> <strong><?php _e('Server ID', 'wp-ultimo'); ?></strong> <?php _e('and', 'wp-ultimo'); ?> <strong><?php _e('APP ID', 'wp-ultimo'); ?></strong> <?php _e('for your WordPress application', 'wp-ultimo'); ?>.
|
||||
<?php _e('You’ll need to get your', 'wp-multisite-waas'); ?> <strong><?php _e('API Key', 'wp-multisite-waas'); ?></strong> <?php _e('and', 'wp-multisite-waas'); ?> <strong><?php _e('API Secret', 'wp-multisite-waas'); ?></strong>, <?php _e('as well as find the', 'wp-multisite-waas'); ?> <strong><?php _e('Server ID', 'wp-multisite-waas'); ?></strong> <?php _e('and', 'wp-multisite-waas'); ?> <strong><?php _e('APP ID', 'wp-multisite-waas'); ?></strong> <?php _e('for your WordPress application', 'wp-multisite-waas'); ?>.
|
||||
|
||||
</p>
|
||||
|
||||
<h3 class="wu-m-0 wu-py-4 wu-text-lg" id="step-1-getting-the-api-key-and-secret">
|
||||
<?php _e('Getting the API Key and API Secret', 'wp-ultimo'); ?>
|
||||
<?php _e('Getting the API Key and API Secret', 'wp-multisite-waas'); ?>
|
||||
</h3>
|
||||
|
||||
<p class="wu-text-sm">
|
||||
<?php _e('On your RunCloud admin panel, click the cog icon (settings) to go to the settings page', 'wp-ultimo'); ?>.
|
||||
<?php _e('On your RunCloud admin panel, click the cog icon (settings) to go to the settings page', 'wp-multisite-waas'); ?>.
|
||||
</p>
|
||||
|
||||
<div class="">
|
||||
<img class="wu-w-full" src="<?php echo wu_get_asset('runcloud-1.webp', 'img/hosts'); ?>">
|
||||
</div>
|
||||
|
||||
<p class="wu-text-center"><i><?php _e('Settings Page Link', 'wp-ultimo'); ?></i></p>
|
||||
<p class="wu-text-center"><i><?php _e('Settings Page Link', 'wp-multisite-waas'); ?></i></p>
|
||||
|
||||
<p class="wu-text-sm"><?php _e('On the new page, click in the', 'wp-ultimo'); ?><b> <?php _e('API Key', 'wp-ultimo'); ?> </b> <?php _e('menu item on the left', 'wp-ultimo'); ?>.</p>
|
||||
<p class="wu-text-sm"><?php _e('On the new page, click in the', 'wp-multisite-waas'); ?><b> <?php _e('API Key', 'wp-multisite-waas'); ?> </b> <?php _e('menu item on the left', 'wp-multisite-waas'); ?>.</p>
|
||||
|
||||
<div class="">
|
||||
<img class="wu-w-full" src="<?php echo wu_get_asset('runcloud-2.webp', 'img/hosts'); ?>">
|
||||
</div>
|
||||
<p class="wu-text-center"><i><?php _e('API Key page link', 'wp-ultimo'); ?></i></p>
|
||||
<p class="wu-text-sm"> <?php _e('Copy the', 'wp-ultimo'); ?> <b> <?php _e('API Key and Secret values', 'wp-ultimo'); ?> </b>, <?php _e('we will need them in the next steps', 'wp-ultimo'); ?>. <b> <?php _e('Make sure the RunCloud API toggle is turned ON', 'wp-ultimo'); ?>, </b> <?php _e('otherwise RunCloud won’t accept WP Multisite WaaS API calls', 'wp-ultimo'); ?>.</p>
|
||||
<p class="wu-text-center"><i><?php _e('API Key page link', 'wp-multisite-waas'); ?></i></p>
|
||||
<p class="wu-text-sm"> <?php _e('Copy the', 'wp-multisite-waas'); ?> <b> <?php _e('API Key and Secret values', 'wp-multisite-waas'); ?> </b>, <?php _e('we will need them in the next steps', 'wp-multisite-waas'); ?>. <b> <?php _e('Make sure the RunCloud API toggle is turned ON', 'wp-multisite-waas'); ?>, </b> <?php _e('otherwise RunCloud won’t accept WP Multisite WaaS API calls', 'wp-multisite-waas'); ?>.</p>
|
||||
<div class="">
|
||||
<img class="wu-w-full" src="<?php echo wu_get_asset('runcloud-3.webp', 'img/hosts'); ?>">
|
||||
</div>
|
||||
<p class="wu-text-center"><i><?php _e('Copy the API Key and API Secret values', 'wp-ultimo'); ?></i></p>
|
||||
<p class="wu-text-center"><i><?php _e('Copy the API Key and API Secret values', 'wp-multisite-waas'); ?></i></p>
|
||||
|
||||
<h3 class="wu-m-0 wu-py-4 wu-text-lg" id="step-1-getting-the-api-key-and-secret">
|
||||
<?php _e('Getting the Server and App IDs', 'wp-ultimo'); ?>
|
||||
<?php _e('Getting the Server and App IDs', 'wp-multisite-waas'); ?>
|
||||
</h3>
|
||||
<p class="wu-text-sm"><?php _e('To find what are the server and app ids for your application, navigate to your web application manage page inside the RunCloud panel. Once you are there, you’ll be able to extract the values from the URL', 'wp-ultimo'); ?>.</p>
|
||||
<p class="wu-text-sm"><?php _e('To find what are the server and app ids for your application, navigate to your web application manage page inside the RunCloud panel. Once you are there, you’ll be able to extract the values from the URL', 'wp-multisite-waas'); ?>.</p>
|
||||
<div class="">
|
||||
<img class="wu-w-full" src="<?php echo wu_get_asset('runcloud-4.webp', 'img/hosts'); ?>">
|
||||
</div>
|
||||
<p class="wu-text-center"><i><?php _e('Server ID is the first one, the second one is App ID.', 'wp-ultimo'); ?></i></p>
|
||||
<p class="wu-text-sm"><?php _e('Save the Server and APP id values as they will be necessary in the next step', 'wp-ultimo'); ?>.</p>
|
||||
<p class="wu-text-center"><i><?php _e('Server ID is the first one, the second one is App ID.', 'wp-multisite-waas'); ?></i></p>
|
||||
<p class="wu-text-sm"><?php _e('Save the Server and APP id values as they will be necessary in the next step', 'wp-multisite-waas'); ?>.</p>
|
||||
|
@ -5,10 +5,10 @@
|
||||
* @since 2.0.0
|
||||
*/
|
||||
?>
|
||||
<h1><?php _e('Testing the Integration', 'wp-ultimo'); ?></h1>
|
||||
<h1><?php _e('Testing the Integration', 'wp-multisite-waas'); ?></h1>
|
||||
|
||||
<p class="wu-text-lg wu-text-gray-600 wu-my-4 wu-mb-6">
|
||||
<?php printf(__('We will send a test API call to %s to make sure we are able to connect. This will confirm if everything we did so far have worked.', 'wp-ultimo'), $integration->get_title()); ?>
|
||||
<?php printf(__('We will send a test API call to %s to make sure we are able to connect. This will confirm if everything we did so far have worked.', 'wp-multisite-waas'), $integration->get_title()); ?>
|
||||
</p>
|
||||
|
||||
<div id="integration-test">
|
||||
@ -16,39 +16,39 @@
|
||||
<div v-if="loading" class="wu-flex wu-rounded wu-content-center wu-py-2 wu-px-4 wu-bg-gray-100 wu-border wu-border-solid wu-border-gray-300 wu-m-0">
|
||||
<span class="dashicons dashicons-warning wu-text-blue-400 wu-self-center wu-mr-2"></span>
|
||||
<span>
|
||||
<?php _e('Sending API call...', 'wp-ultimo'); ?>
|
||||
<?php _e('Sending API call...', 'wp-multisite-waas'); ?>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div v-cloak v-if="!loading && success" class="wu-flex wu-rounded wu-content-center wu-py-2 wu-px-4 wu-bg-gray-100 wu-border wu-border-solid wu-border-gray-300 wu-m-0">
|
||||
<span class="dashicons dashicons-yes-alt wu-text-green-400 wu-self-center wu-mr-2"></span>
|
||||
<span>
|
||||
<?php _e('Yey! Everything seems to be working!', 'wp-ultimo'); ?>
|
||||
<?php _e('Yey! Everything seems to be working!', 'wp-multisite-waas'); ?>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div v-cloak v-if="!loading && !success" class="wu-flex wu-rounded wu-content-center wu-py-2 wu-px-4 wu-bg-gray-100 wu-border wu-border-solid wu-border-gray-300 wu-m-0">
|
||||
<span class="dashicons dashicons-dismiss wu-text-red-400 wu-self-center wu-mr-2"></span>
|
||||
<span>
|
||||
<?php _e('Something wrong happened... We might need to make some adjustments to make this work.', 'wp-ultimo'); ?>
|
||||
<?php _e('Something wrong happened... We might need to make some adjustments to make this work.', 'wp-multisite-waas'); ?>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<pre class="wu-overflow-auto wu-p-4 wu-rounded wu-content-center wu-bg-gray-800 wu-text-white wu-font-mono wu-border wu-border-solid wu-border-gray-300" v-html="results"><?php _e('Waiting for results...', 'wp-ultimo'); ?></pre>
|
||||
<pre class="wu-overflow-auto wu-p-4 wu-rounded wu-content-center wu-bg-gray-800 wu-text-white wu-font-mono wu-border wu-border-solid wu-border-gray-300" v-html="results"><?php _e('Waiting for results...', 'wp-multisite-waas'); ?></pre>
|
||||
|
||||
<div v-cloak v-if="!loading && !success">
|
||||
|
||||
<h1><?php _e('Troubleshooting', 'wp-ultimo'); ?></h1>
|
||||
<h1><?php _e('Troubleshooting', 'wp-multisite-waas'); ?></h1>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
<?php _e('Go back to the <strong>Configuration</strong> step - if available - and make sure you entered all the necessary information correctly;', 'wp-ultimo'); ?>
|
||||
<?php _e('Go back to the <strong>Configuration</strong> step - if available - and make sure you entered all the necessary information correctly;', 'wp-multisite-waas'); ?>
|
||||
</li>
|
||||
<li>
|
||||
<?php _e('If you have added the constants to your wp-config.php file manually, double check to make sure you\'ve added them to the right wp-config.php file and in the right place (just above the <code>/* That\'s all, stop editing! Happy publishing. */)', 'wp-ultimo'); ?></code>);
|
||||
<?php _e('If you have added the constants to your wp-config.php file manually, double check to make sure you\'ve added them to the right wp-config.php file and in the right place (just above the <code>/* That\'s all, stop editing! Happy publishing. */)', 'wp-multisite-waas'); ?></code>);
|
||||
</li>
|
||||
<li>
|
||||
<?php _e('If you are sure everything is right, take a screenshot of this screen and contact support.', 'wp-ultimo'); ?>
|
||||
<?php _e('If you are sure everything is right, take a screenshot of this screen and contact support.', 'wp-multisite-waas'); ?>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
@ -58,7 +58,7 @@
|
||||
<div v-cloak v-if="!loading && !success" class="wu-flex wu-justify-between wu-bg-gray-100 wu--m-in wu-mt-4 wu-p-4 wu-overflow-hidden wu-border-t wu-border-solid wu-border-l-0 wu-border-r-0 wu-border-b-0 wu-border-gray-300">
|
||||
|
||||
<a href="<?php echo esc_url($page->get_prev_section_link()); ?>" class="wu-self-center button button-large wu-float-left">
|
||||
<?php _e('← Go Back', 'wp-ultimo'); ?>
|
||||
<?php _e('← Go Back', 'wp-multisite-waas'); ?>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
@ -84,7 +84,7 @@
|
||||
data: {
|
||||
success: false,
|
||||
loading: false,
|
||||
results: '<?php echo esc_js(__('Waiting for results...', 'wp-ultimo')); ?>',
|
||||
results: '<?php echo esc_js(__('Waiting for results...', 'wp-multisite-waas')); ?>',
|
||||
},
|
||||
mounted: function() {
|
||||
|
||||
|
Reference in New Issue
Block a user