| @@ -1,9 +1,11 @@ | ||
| 1 | 1 | <div id="importwp-root"> |
| 2 | - <h1>An error has occured.</h1> | |
| 2 | + <h1><?php _e('An error has occured.', 'jc-importer'); ?></h1> | |
| 3 | 3 | |
| 4 | 4 | <?php if (!defined('IWP_PRO_VERSION') || version_compare(IWP_PRO_VERSION, '2.4.0', '<=')) : ?> |
| 5 | 5 | <div class="notice notice-error"> |
| 6 | - <p><strong>Import WP v<?= IWP_VERSION; ?></strong> is incompatable with <strong>Import WP PRO v2.4.0</strong> and below<?php if (defined('IWP_PRO_VERSION')) : ?>, you have <strong>Import WP PRO v<?= IWP_PRO_VERSION; ?><strong> installed<?php endif; ?>.</p> | |
| 6 | + <p><?php | |
| 7 | + echo sprintf(__('Import WP v%s is incompatable with Import WP PRO v%s and below.', 'jc-importer'), IWP_VERSION, '2.4.0'); | |
| 8 | + ?></p> | |
| 7 | 9 | </div> |
| 8 | 10 | <?php endif; ?> |
| 9 | 11 | </div> |