blob: a3b129938cb15fa124cbe9d16ed619c5de60f0e5 [file] [log] [blame]
<?php
/* used for sidebar entry */
$NLpacks = array(
"1.0.x" => "NLS1.0.x"
);
$oldrels = array(
"1.1.1" => "200708231550",
"1.1.0" => "200706201332",
"1.0.3" => "200611161636",
"1.0.2" => "200610301644",
"1.0.1" => "200609250922",
"1.0.0" => "200606261303"
);
function doLanguagePacks()
{
global $downloadScript, $downloadPre;
?>
<div class="homeitem3col">
<a name="NLS"></a>
<h3>Language Packs</h3>
<p>IBM is pleased to contribute translations for the Eclipse Modeling Development Tools subcomponent Transaction.</p>
<ul>
<li>
<a href="javascript:toggle('lang1_0')">1.0.x Language Packs</a><a name="NLS1.0.x"></a>
<ul id="lang1_0">
<?php
$packs = array(
"1.0.x NLS Translation Packs" => "NLpacks-",
);
$cols = array(
"Transaction" => "transaction"
);
$subcols = array(
"SDK" => "SDK-1.0.0",
"Runtime" => "runtime-1.0.0"
);
$packSuf = ".zip";
$folder = "NLS/1.0/";
doNLSLinksList($packs, $cols, $subcols, $packSuf, $folder, false); ?>
<li>
<p>The language packs contain NL fragments and features for:</p>
<ul>
<li>NLpack1 - German, Spanish, French, Italian, Japanese, Korean, Portuguese (Brazil), Traditional Chinese, Simplified Chinese</li>
<li>NLpack2 - Czech, Hungarian, Polish, Russian</li>
<li>NLpack2a - Danish, Dutch, Finnish, Greek, Norwegian, Portuguese, Swedish and Turkish</li>
<li>NLpackBidi - Arabic</li>
</ul>
<p>Each language pack zip contains 4 other zips (one for each of the language groups above). Unpack these zips into your Eclipse directory before starting Eclipse.</p>
<p>These translations are based on Transaction 1.0.0. The NLS translation fragment packs should work with all subsequent 1.0.x maintenance releases, with any new strings remaining untranslated.</p>
</li>
</ul>
</li>
</ul>
</div>
<?php
}
function showNotes()
{
?>
<div class="homeitem3col">
<h3>Questions?</h3>
<p>If you have problems downloading the drops, contact the <a href="mailto:webmaster@eclipse.org">webmaster</a>.</p>
<p>These are the minimum required downloads for using Transaction:</p>
<ul>
<li>To use Transaction, you require both the Transaction &amp; <a href="/modeling/emf/downloads/?project=emf">EMF</a> Runtimes.</li>
<li>To use Transaction with Validation, you will also require the <a href="/modeling/emf/downloads/?project=validation">Validation</a> Runtime.</li>
</ul>
<p>All downloads are provided under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl/notice.html">Eclipse Foundation Software User Agreement</a> unless otherwise specified.</p>
</div>
<?php
}
?>