Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 817a31af authored by Robert Ly's avatar Robert Ly Committed by Android Git Automerger
Browse files

am c9cf4521: am 0b5f9c2f: docs: remove android translation plugin doc

* commit 'c9cf4521':
  docs: remove android translation plugin doc
parents d74d7397 c9cf4521
Loading
Loading
Loading
Loading
+1 −69
Original line number Diff line number Diff line
@@ -28,8 +28,7 @@ supported with the latest version of ADT.</p></li>
      <li>Eclipse <a href="http://www.eclipse.org/jdt">JDT</a> plugin (included
in most Eclipse IDE packages) </li>
      <li><a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK 6</a>
        (JRE alone is not sufficient)</li>oid Development Tools plugin</a>
(recommended)</li>
        (JRE alone is not sufficient)</li>
      <li><strong>Not</strong> compatible with GNU Compiler for Java (gcj)</li>
    </ul>

@@ -79,73 +78,6 @@ To get these packages for your SDK, continue to
<a href="{@docRoot}sdk/installing/adding-packages.html">Adding Platforms and Packages</a>.</p>


<h2 id="tmgr">Download the ADT Translation Manager Plugin</h2>

<div class="sidebox-wrapper">
<div class="sidebox">
<h2>App Translations in Google Play</h2>
<p>Google Play <a href="{@docRoot}distribute/tools/localization-checklist.html#gp-trans">App
Translation Service</a> is available in the Developer Console to help you
localize your app for a global user base. You can browse qualified vendors, get
estimates, upload strings for translation, and then import the translations directly
into your app.</p>
</div>
</div>

<p>ADT Translation Manager Plugin is an Android SDK Tools plugin that helps
you work with strings that you are localizing. It's designed to work
with the translation services built into the Google Play Developer
Console that let you quickly find and purchase translations of
your app from a list of pre-qualified vendors. </p>

<p>The plugin simplifies the management of strings
during translation. It lets you easily export your default strings
and upload them directly to the Developer Console, from which you
can get estimates or purchase translations. When your translations
are ready, the plugin lets you quickly download and import them
back into your project. During import, it moves all of the translated resources into
the correct locations under <code>res/values</code>, so that
localization works instantly.</p>

<p>For more information about translation services in Google Play, see <a
href="{@docRoot}distribute/tools/localization-checklist.html#gp-trans">Purchase
professional translations through the Developer Console</a>.</p>

<p>To install the ADT Translation Manager Plugin follow these steps:</p>

<ol>
    <li>Install the ADT Plugin, as described above. </li>
    <li>In Eclipse, select <strong>Help</strong> &gt; <strong>Install New
Software</strong>.</li>
    <li>Click <strong>Add</strong>, in the top-right corner.</li>
    <li>In the Add Repository dialog that appears, enter a repository name for the <em>Name</em>
      and the following URL for the <em>Location</em>:
      <pre>https://dl.google.com/alt/</pre>
    </li>
    <li>Click <strong>OK</strong>.
    <li>In the Available Software dialog, select the checkbox next to <strong>Android Developer Tools
       - Translation Manager</strong> and click <strong>Next</strong>.</li>
    <li>In the next window, you'll see a list of the tools to be downloaded. Click
<strong>Next</strong>. </li>
    <li>Read and accept the license agreements, then click <strong>Finish</strong>.
      <p>If you get a security warning saying that the authenticity or validity of
the software can't be established, click <strong>OK</strong>.</p></li>
    <li>When the installation completes, restart Eclipse. </li>
</ol>

<h4 id="translation-manager-notes">Installation notes</h4>

<ul>
<li>The full ADT Plugin must be installed in your Eclipse environment before you install the ADT Translation Manager Plugin.</li>
<li>ADT Translation Manager Plugin is designed for use with the translation services offered through the Google Play Developer Console. It is not designed for general purpose import/export of strings. </li>
<li>To use the plugin, you must <a href="{@docRoot}distribute/googleplay/start.html">set up a Developer Console account</a>. </li>
<li>Currently, translation services are available through the Developer Console only as part of a pilot program. To use the plugin, you must first sign up for the pilot program by visiting the Developer Console.</li>
<li>If you downloaded ADT as part of the SDK ADT bundle, you may encounter an error when attempting to download the ADT Translation Manager Plugin from the remote repository. In that case, open the <strong>Install New
Software</strong>, uncheck "Contact all update sites during install to find required software" at the bottom and try again. </li>
</ul>



<h2 id="Troubleshooting">Troubleshooting ADT Installation</h2>

<p>If you are having trouble downloading the ADT plugin after following the