File: /volume1/web/wordpress/wp-content/plugins/lingotek-translation/admin/tutorial/content.php
<style>
.tutorial-photo-right {
width: 50%;
height: auto;
float: right;
padding-left: 3px;
}
.img-caption {
font-size: 8px;
color: #999;
font-style: italic;
padding-left: 20px;
}
th {
text-align: left;
padding-left: 10px;
}
</style>
<h4>
<?php _e('What Does The Lingotek Translation Plugin Do?', 'lingotek-translation') ?>
<a id="cd-show-link-summary" class="dashicons dashicons-arrow-right" onclick="document.getElementById('ltk-summary').style.display = ''; document.getElementById('cd-hide-link-summary').style.display = ''; this.style.display = 'none'; return false;"></a>
<a id="cd-hide-link-summary" class="dashicons dashicons-arrow-down" onclick="document.getElementById('ltk-summary').style.display = 'none'; document.getElementById('cd-show-link-summary').style.display = ''; this.style.display = 'none'; return false;" style="display: none;"></a>
</h4>
<p id="ltk-summary" style="display:none; margin-left: 25px;"><?php _e('Lingotek works in conjunction with the Polylang plugin (the plumbing to make WordPress multilingual ready) simplifying the process of creating and maintaining your multilingual website. You write posts, pages, and create categories and post tags as usual, and then define the language for each of them.', 'lingotek-translation') ?></p>
<h4>
<?php _e('Lingotek Translation General Overview', 'lingotek-translation') ?>
<a id="cd-show-link-gen" class="dashicons dashicons-arrow-right" onclick="document.getElementById('gen-overview-tut').style.display = ''; document.getElementById('cd-hide-link-gen').style.display = ''; this.style.display = 'none'; return false;"></a>
<a id="cd-hide-link-gen" class="dashicons dashicons-arrow-down" onclick="document.getElementById('gen-overview-tut').style.display = 'none'; document.getElementById('cd-show-link-gen').style.display = ''; this.style.display = 'none'; return false;" style="display: none;"></a>
</h4>
<div id="gen-overview-tut" style="display:none;margin-left: 25px;">
<div>
<h4><?php _e('1. Create content', 'lingotek-translation') ?></h4>
<p><?php _e('Whether you write a blog post, create a page for your site, or have existing posts and pages, any of your Wordpress content can be uploaded to <i>Lingotek</i>.', 'lingotek-translation') ?>
<?php _e('The examples shown below are for Pages but translation for other content types works the same way!', 'lingotek-translation') ?></p>
<img class="lingotek-bordered" src="<?php echo LINGOTEK_URL . '/admin/tutorial/img/add-page.png'; ?>">
<p class="img-caption"><?php _e('Create a new page for translation.', 'lingotek-translation') ?></p>
</div>
<div>
<h4><?php _e('2. Upload content to Lingotek', 'lingotek-translation') ?></h4>
<p><?php _e('Your Wordpress content can be uploaded to <i>Lingotek</i> with the simple push of a button.', 'lingotek-translation') ?></p>
<img class="lingotek-bordered" src="<?php echo LINGOTEK_URL . '/admin/tutorial/img/ready-to-upload.png'; ?>">
<p class="img-caption"><?php _e('Content has been created and is ready for upload to Lingotek.', 'lingotek-translation') ?></p>
</div>
<div>
<h4><?php _e('3. Request translations for target languages', 'lingotek-translation') ?></h4>
<p><?php _e('Request translation for a specific language by clicking on the orange plus icon, for all languages at once, or in bulk by using the <i>Bulk Actions</i> dropdown.', 'lingotek-translation') ?></p>
<img class="lingotek-bordered" src="<?php echo LINGOTEK_URL . '/admin/tutorial/img/request-translations.png'; ?>">
<p class="img-caption"><?php _e('The source content is uploaded and ready for target languages.', 'lingotek-translation') ?></p>
</div>
<div>
<h4><?php _e('4. Translate your content', 'lingotek-translation') ?></h4>
<p><?php _e('Your content will now be translated into your selected target languages by free machine translation or, if you contract with <i>Lingotek</i>, professional translation services.', 'lingotek-translation') ?></p>
<img class="lingotek-bordered" src="<?php echo LINGOTEK_URL . '/admin/tutorial/img/translations-underway.png'; ?>">
<p class="img-caption"><?php _e('Your translations are underway.', 'lingotek-translation') ?></p>
</div>
<div>
<h4><?php _e('5. Download translations', 'lingotek-translation') ?></h4>
<p><?php _e('Once your translations are complete they will be marked ready for download. You can download translations for all languages, each language individually, or in bulk (using the <i>Bulk Actions</i> dropdown).', 'lingotek-translation') ?></p>
<img class="lingotek-bordered" src="<?php echo LINGOTEK_URL . '/admin/tutorial/img/translations-ready-for-download.png'; ?>">
<p class="img-caption"><?php _e('Your translations are ready for download.', 'lingotek-translation') ?></p>
</div>
<div>
<h4><?php _e('6. Your content is translated!', 'lingotek-translation') ?></h4>
<p><?php _e('The orange pencil icons indicate that your translations are finished, downloaded, and current within your Wordpress site. Clicking on any one of the pencils will direct you to the Lingotek Workbench for that specific language. Here you can make updates and changes to your translations if necessary.', 'lingotek-translation') ?></p>
<img class="lingotek-bordered" src="<?php echo LINGOTEK_URL . '/admin/tutorial/img/translations-downloaded.png'; ?>">
<p class="img-caption"><?php _e('Your content has been translated.', 'lingotek-translation') ?></p>
</div>
<h2><?php _e('What do all the icons mean?', 'lingotek-translation') ?></h2>
<table>
<tr>
<td><span class="lingotek-color dashicons dashicons-upload"></span></td>
<th><?php _e('Upload Source', 'lingotek-translation') ?></th>
<td><?php _e('There is content ready to be uploaded to Lingotek.', 'lingotek-translation') ?></td>
</tr>
<tr>
<td><span class="lingotek-color dashicons dashicons-clock"></span></td>
<th><?php _e('In Progress', 'lingotek-translation') ?></th>
<td><?php _e('Content is importing to Lingotek or a target language is being added to source content.', 'lingotek-translation') ?></td>
</tr>
<tr>
<td><span class="lingotek-color dashicons dashicons-yes"></span></td>
<th><?php _e('Source Uploaded', 'lingotek-translation') ?></th>
<td><?php _e('The source content has been uploaded to Lingotek.', 'lingotek-translation') ?></td>
</tr>
<tr>
<td><span class="lingotek-color dashicons dashicons-plus"></span></td>
<th><?php _e('Request Translation', 'lingotek-translation') ?></th>
<td><?php _e('Request a translation of the source content. (Add a target language)', 'lingotek-translation') ?></td>
</tr>
<tr>
<td><span class="lingotek-color dashicons dashicons-download"></span></td>
<th><?php _e('Download Translation', 'lingotek-translation') ?></th>
<td><?php _e('Download the translated content to Wordpress.', 'lingotek-translation') ?></td>
</tr>
<tr>
<td><span class="lingotek-color dashicons dashicons-edit"></span></td>
<th><?php _e('Translation Current', 'lingotek-translation') ?></th>
<td><?php _e('The translation is complete. (Clicking on this icon will allow you to edit translations in the Lingotek Workbench)', 'lingotek-translation') ?></td>
</tr>
<tr>
<td><span class="lingotek-color dashicons dashicons-no"></span></td>
<th><?php _e('Out of Sync', 'lingotek-translation') ?></th>
<td><?php _e('You have made changes to source content. The source must be sent to Lingotek again for additional translation.', 'lingotek-translation') ?></td>
</tr>
</table>
</div>
<h4 id="ltk-prof-trans-header">
<?php _e('Lingotek Professional Translation Overview', 'lingotek-translation') ?>
<a id="cd-show-link" class="dashicons dashicons-arrow-right" onclick="document.getElementById('pro-translation-tut').style.display = ''; document.getElementById('cd-hide-link').style.display = ''; this.style.display = 'none'; return false;" style="<?php if ('ltk-prof' === filter_input(INPUT_GET, 'tutorial')) { echo 'display: none;'; } ?>"></a>
<a id="cd-hide-link" class="dashicons dashicons-arrow-down" onclick="document.getElementById('pro-translation-tut').style.display = 'none'; document.getElementById('cd-show-link').style.display = ''; this.style.display = 'none'; return false;" style="<?php if ('ltk-prof' !== filter_input(INPUT_GET, 'tutorial')) { echo 'display: none;'; } ?>"></a>
</h4>
<div id="pro-translation-tut" style="<?php if ('ltk-prof' != filter_input(INPUT_GET, 'tutorial')) { echo 'display: none;'; } ?> margin-left: 25px;">
<h4><?php _e('What Is Lingotek Professional Translation?', 'lingotek-translation') ?></h4>
<p><?php _e('Lingotek Professional Translation is a workflow that allows you to connect with audiences around the globe using Lingotek\'s network of 5000+ professional, in-country, translators. Professional Translation ensures that your audiences will feel the sentiment of your content.', 'lingotek-translation') ?></p>
<h4><?php _e('How To Use', 'lingotek-translation') ?></h4>
<p><?php _e('Use the "Lingotek Professional Translation" workflow to enable this feature. This can be done from any of the following area in the Lingotek plugin settings:', 'lingotek-translation') ?></p>
<ul>
<li><strong><?php _e('Translation > Manage > Translation Profiles', 'lingotek-translation') ?></strong></li>
<li><strong><?php _e('Translation > Settings > Defaults', 'lingotek-translation') ?></strong></li>
</ul>
<img class="lingotek-bordered" src="<?php echo LINGOTEK_URL . '/admin/tutorial/img/combined-selection.png'; ?>">
<p><?php _e('After selecting this workflow a dialog box will pop up prompting you to enter a payment method. Clicking LATER will close the dialog box and allow you to come back later to add a payment method.', 'lingotek-translation') ?></p>
<img class="lingotek-bordered" src="<?php echo LINGOTEK_URL . '/admin/tutorial/img/selection-workflow-from-list.png'; ?>">
<p><?php _e('Clicking the ADD PAYMENT METHOD button will redirect you to the Lingotek Secure Payment Portal.', 'lingotek-translation') ?></p>
<img class="lingotek-bordered" src="<?php echo LINGOTEK_URL . '/admin/tutorial/img/redirected-to-payment-portal-screen.png'; ?>">
<p><?php _e('From the Payment Portal you will enter your payment information. Then you will be redirected back to your WordPress site.', 'lingotek-translation') ?></p>
<img class="lingotek-bordered" src="<?php echo LINGOTEK_URL . '/admin/tutorial/img/redirected-to-payment-portal.png'; ?>">
<p><?php _e('After the workflow has been set you can access the professional translation request menu by clicking on the orange plus icon located on any page that contains your posts.', 'lingotek-translation') ?></p>
<img class="lingotek-bordered" src="<?php echo LINGOTEK_URL . '/admin/tutorial/img/request-translations.png'; ?>">
<p><?php _e('When requesting a document for translation with the Lingotek Professional Translation workflow enabled you will see one of two dialog boxes. If you don\'t have a payment method set up you will see the following dialog box allowing you to view translation quotes on your selected documents.' , 'lingotek-translation') ?></p>
<img class="lingotek-bordered" src="<?php echo LINGOTEK_URL . '/admin/tutorial/img/quote-calculator.png'; ?>">
<p><?php _e('If you do have a payment method enabled you will see the following dialog box that will allow you to purchase your professional translations.', 'lingotek-translation') ?></p>
<img class="lingotek-bordered" src="<?php echo LINGOTEK_URL . '/admin/tutorial/img/higher-res-buy-now.png'; ?>">
<p><?php _e('After purchasing one or more professional translations you will see a success message and will receive a payment confirmation email.', 'lingotek-translation') ?></p>
<img class="lingotek-bordered" src="<?php echo LINGOTEK_URL . '/admin/tutorial/img/purchased.png'; ?>">
<p><?php _e('The status of your translation will change to the Translator icon while your document is being processed and translated.', 'lingotek-translation') ?></p>
<img class="lingotek-bordered" src="<?php echo LINGOTEK_URL . '/admin/tutorial/img/professional-translation-icon.png'; ?>">
<p><?php _e('You can set up or edit your payment method from the Translation > Settings > Account page.', 'lingotek-translation') ?></p>
<img class="lingotek-bordered" src="<?php echo LINGOTEK_URL . '/admin/tutorial/img/change-account-settings.png'; ?>">
</div>