'.
'See the readme.txt inside the jar (which is a zip file) for usage.
'.
'Please post any comments/suggestions/complaints to the Vuze Translation Forum';
//'Version 1.3+ requires Java 1.7+; install version 1.2.x if you need to use an older version of Java.';
$versions = array(
new PluginVersionInfo( "5.7.1.0", "1.4.8", "plugins/i18nAZ_1.4.8.zip", "plugins/i18nAZ_1.4.8.zip",
"1.4.8: Ignore weird error with dictionaries failing to load.
".
"1.4.7: Fixed multi-ref display bug; added message suffix ref display" ),
new PluginVersionInfo( "5.6.2.0", "1.4.6", "plugins/i18nAZ_1.4.6.zip", "plugins/i18nAZ_1.4.6.zip",
"1.4.6: Retain property ordering across updates." ),
new PluginVersionInfo( "5.6.1.0", "1.4.5", "plugins/i18nAZ_1.4.5.zip", "plugins/i18nAZ_1.4.5.zip",
"1.4.5: Fix to work with 5601_B24+" ),
new PluginVersionInfo( "5.4.0.0", "1.4.4", "plugins/i18nAZ_1.4.4.zip", "plugins/i18nAZ_1.4.4.zip",
"1.4.4: Lauguage update; default for auto-downloading non-installed plugins for translation switched to false.
".
"1.4.3: Language update.
".
"1.4.2: Fixed hang during plugin unload.
".
"1.4.1: Fixed deadlock in unload path.
".
"1.4: Added spellchecker, translator, ability to translate non-installed plugins and other cool stuff.
".
"1.3.1: Handle plugins with implicit names.
".
"1.3: Improvements/Fixes from Repris d'injustice." ),
new PluginVersionInfo( "5.0.0.0", "1.2.2", "plugins/i18nAZ_1.2.2.jar", "plugins/i18nAZ_1.2.2.jar",
"1.2.2: Fixed tree view so that nodes don't get repeated when case differs.
".
"1.2.1: Fixed NPE on closedown.
".
"1.2: New - Comments are shown and saved; New - Help button showing this file; Fix - Better handling of multi-lined resource values.
".
"1.1: Filter
".
"1.0: This is the previous version '20040315' renamed for consistency" )
);
//$cvs_version =
// new PluginVersionInfo( "5.3.0.1", "1.2.2_CVS", "plugins/i18nAZ_1.2.2.jar", "plugins/i18nAZ_1.2.2.jar",
// "" );
//
//if ( isset($_GET['java'])){
//
//$java = " " . $_GET['java'];
//
//if ( strpos( $java, '1.7') == 1 ||
// strpos( $java, '1.8') == 1 ||
// strpos( $java, '1.9') == 1 ){
//
$cvs_version =
new PluginVersionInfo( "5.7.4.1", "1.4.8_CVS", "plugins/i18nAZ_1.4.8.zip", "plugins/i18nAZ_1.4.8.zip",
"" );
//}
//}
fillDetailVarsFromArray( $versions, $cvs_version );
?>