add bg and si download pages release701
authorMasaki Katakai <masaki@netbeans.org>
Fri, 09 Sep 2011 12:59:26 +0900
branchrelease701
changeset 167166c4202e9486
parent 1670 8fe1ac7f96b7
child 1673 687be29f4b79
add bg and si download pages
src/bg/other/installer/infra/build/web/img/download_bg.gif
src/bg/other/installer/infra/build/web/img/download_d_bg.gif
src/bg/other/installer/infra/build/web/img/download_h_bg.gif
src/bg/other/installer/infra/build/web/js/common_strings_bg.js
src/bg/other/installer/infra/build/web/js/download_strings_bg.js
src/bg/other/installer/infra/build/web/js/start_strings_bg.js
src/bg/other/installer/infra/build/web/language_bg.properties
src/si/other/installer/infra/build/web/img/download_d_si.gif
src/si/other/installer/infra/build/web/img/download_h_si.gif
src/si/other/installer/infra/build/web/img/download_si.gif
src/si/other/installer/infra/build/web/js/common_strings_si.js
src/si/other/installer/infra/build/web/js/download_strings_si.js
src/si/other/installer/infra/build/web/js/start_strings_si.js
src/si/other/installer/infra/build/web/language_si.properties
     1.1 Binary file src/bg/other/installer/infra/build/web/img/download_bg.gif has changed
     2.1 Binary file src/bg/other/installer/infra/build/web/img/download_d_bg.gif has changed
     3.1 Binary file src/bg/other/installer/infra/build/web/img/download_h_bg.gif has changed
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/src/bg/other/installer/infra/build/web/js/common_strings_bg.js	Fri Sep 09 12:59:26 2011 +0900
     4.3 @@ -0,0 +1,87 @@
     4.4 +/*
     4.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     4.6 + *
     4.7 + * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     4.8 + *
     4.9 + * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    4.10 + * Other names may be trademarks of their respective owners.
    4.11 + *
    4.12 + * The contents of this file are subject to the terms of either the GNU General
    4.13 + * Public License Version 2 only ("GPL") or the Common Development and Distribution
    4.14 + * License("CDDL") (collectively, the "License"). You may not use this file except in
    4.15 + * compliance with the License. You can obtain a copy of the License at
    4.16 + * http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
    4.17 + * License for the specific language governing permissions and limitations under the
    4.18 + * License.  When distributing the software, include this License Header Notice in
    4.19 + * each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
    4.20 + * designates this particular file as subject to the "Classpath" exception as
    4.21 + * provided by Oracle in the GPL Version 2 section of the License file that
    4.22 + * accompanied this code. If applicable, add the following below the License Header,
    4.23 + * with the fields enclosed by brackets [] replaced by your own identifying
    4.24 + * information: "Portions Copyrighted [year] [name of copyright owner]"
    4.25 + * 
    4.26 + * Contributor(s):
    4.27 + * 
    4.28 + * The Original Software is NetBeans. The Initial Developer of the Original Software
    4.29 + * is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
    4.30 + * Rights Reserved.
    4.31 + * 
    4.32 + * If you wish your version of this file to be governed by only the CDDL or only the
    4.33 + * GPL Version 2, indicate your decision by adding "[Contributor] elects to include
    4.34 + * this software in this distribution under the [CDDL or GPL Version 2] license." If
    4.35 + * you do not indicate a single choice of license, a recipient has the option to
    4.36 + * distribute your version of this file under either the CDDL, the GPL Version 2 or
    4.37 + * to extend the choice of license to its licensees as provided above. However, if
    4.38 + * you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
    4.39 + * the option applies only if the new code is made subject to such option by the
    4.40 + * copyright holder.
    4.41 + */
    4.42 +
    4.43 +PLATFORM_LONG_NAMES  [0] = "Windows";
    4.44 +PLATFORM_SHORT_NAMES [0] = "Windows";
    4.45 +PLATFORM_LONG_NAMES  [1] = "Linux (x86/x64)";
    4.46 +PLATFORM_SHORT_NAMES [1] = "Linux";
    4.47 +PLATFORM_LONG_NAMES  [2] = "Solaris (x86/x64)";
    4.48 +PLATFORM_SHORT_NAMES [2] = "Solaris (x86/x64)";
    4.49 +PLATFORM_LONG_NAMES  [3] = "Solaris (sparc)";
    4.50 +PLATFORM_SHORT_NAMES [3] = "Solaris (sparc)";
    4.51 +PLATFORM_LONG_NAMES  [4] = "Mac OS X";
    4.52 +PLATFORM_SHORT_NAMES [4] = "Mac OS X";
    4.53 +PLATFORM_LONG_NAMES  [5] = "OS Independent Zip";
    4.54 +PLATFORM_SHORT_NAMES [5] = "OS Independent Zip";
    4.55 +/*
    4.56 +// Commented since NBI installers are not used for now
    4.57 +// Translate these strings as well (if they can be translated) and leave them commented
    4.58 +PLATFORM_LONG_NAMES  [4] = "Mac OS X (intel)";
    4.59 +PLATFORM_SHORT_NAMES [4] = "Mac OS X";
    4.60 +
    4.61 +PLATFORM_LONG_NAMES  [5] = "Mac OS X (powerpc)";
    4.62 +PLATFORM_SHORT_NAMES [5] = "Mac OS X";
    4.63 +*/
    4.64 +
    4.65 +BUNDLE_SHORT_NAMES[0] = "Java&nbsp;SE";
    4.66 +//BUNDLE_SHORT_NAMES[1] = "JavaFX";
    4.67 +BUNDLE_SHORT_NAMES[1] = "Java&nbsp;EE";
    4.68 +//BUNDLE_SHORT_NAMES[2] = "Ruby";
    4.69 +BUNDLE_SHORT_NAMES[2] = "C/C++";
    4.70 +BUNDLE_SHORT_NAMES[3] = "PHP";
    4.71 +BUNDLE_SHORT_NAMES[4] = "";
    4.72 +
    4.73 +BUNDLE_LONG_NAMES[0] = "Java&nbsp;SE";
    4.74 +//BUNDLE_LONG_NAMES[1] = "JavaFX";
    4.75 +BUNDLE_LONG_NAMES[1] = "Java&nbsp;EE";
    4.76 +//BUNDLE_LONG_NAMES[2] = "Ruby";
    4.77 +BUNDLE_LONG_NAMES[2] = "C/C++";
    4.78 +BUNDLE_LONG_NAMES[3] = "PHP";
    4.79 +BUNDLE_LONG_NAMES[4] = "All";
    4.80 +
    4.81 +
    4.82 +var RELEASE_NOTES_LINK  = "http://netbeans.org/community/releases/70/relnotes.html";
    4.83 +var INSTALL_NOTES_LINK  = "http://netbeans.org/community/releases/70/install.html";
    4.84 +
    4.85 +var LEGAL_INFO_HEADER = "Important Legal Information:";
    4.86 +
    4.87 +var CDDL_GPLV2_LINK = "http://www.netbeans.org/cddl-gplv2.html";
    4.88 +var LICENSE_3RD_PARTY_LINK = "http://www.netbeans.info/downloads/licence/netbeans-3rd-party.txt";
    4.89 +
    4.90 +var LEGAL_INFO_MESSAGE = "NetBeans Community Distributions are available under a Dual License consisting of the <a href=\"{0}\">Common Development and Distribution License (CDDL) v1.0 and GNU General Public License (GPL) v2</a>. See the <a href=\"{1}\">third-party readme</a> for external components included in NetBeans and their associated licenses.";
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/src/bg/other/installer/infra/build/web/js/download_strings_bg.js	Fri Sep 09 12:59:26 2011 +0900
     5.3 @@ -0,0 +1,113 @@
     5.4 +/*
     5.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     5.6 + *
     5.7 + * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     5.8 + *
     5.9 + * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    5.10 + * Other names may be trademarks of their respective owners.
    5.11 + *
    5.12 + * The contents of this file are subject to the terms of either the GNU General
    5.13 + * Public License Version 2 only ("GPL") or the Common Development and Distribution
    5.14 + * License("CDDL") (collectively, the "License"). You may not use this file except in
    5.15 + * compliance with the License. You can obtain a copy of the License at
    5.16 + * http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
    5.17 + * License for the specific language governing permissions and limitations under the
    5.18 + * License.  When distributing the software, include this License Header Notice in
    5.19 + * each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
    5.20 + * designates this particular file as subject to the "Classpath" exception as
    5.21 + * provided by Oracle in the GPL Version 2 section of the License file that
    5.22 + * accompanied this code. If applicable, add the following below the License Header,
    5.23 + * with the fields enclosed by brackets [] replaced by your own identifying
    5.24 + * information: "Portions Copyrighted [year] [name of copyright owner]"
    5.25 + * 
    5.26 + * Contributor(s):
    5.27 + * 
    5.28 + * The Original Software is NetBeans. The Initial Developer of the Original Software
    5.29 + * is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
    5.30 + * Rights Reserved.
    5.31 + * 
    5.32 + * If you wish your version of this file to be governed by only the CDDL or only the
    5.33 + * GPL Version 2, indicate your decision by adding "[Contributor] elects to include
    5.34 + * this software in this distribution under the [CDDL or GPL Version 2] license." If
    5.35 + * you do not indicate a single choice of license, a recipient has the option to
    5.36 + * distribute your version of this file under either the CDDL, the GPL Version 2 or
    5.37 + * to extend the choice of license to its licensees as provided above. However, if
    5.38 + * you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
    5.39 + * the option applies only if the new code is made subject to such option by the
    5.40 + * copyright holder.
    5.41 + */
    5.42 +
    5.43 +var BUNDLED_SERVERS_GROUP_NAME = "Bundled&nbsp;servers";
    5.44 +                                                   
    5.45 +var NETBEANS_DOWNLOAD_BUNDLES_MSG = "NetBeans IDE Download Bundles";
    5.46 +var NETBEANS_DOWNLOAD_BUNDLES_COMMUNITY_MSG = "NetBeans IDE Download Bundles in community contributed languages";
    5.47 +var NETBEANS_PACKS_MSG 		  = "Supported&nbsp;technologies";
    5.48 +
    5.49 +var JDK_DOWNLOAD_LINK    = "http://java.sun.com/javase/downloads/index.jsp";
    5.50 +var NBJDK_DOWNLOAD_LINK  = "http://java.sun.com/javase/downloads/widget/jdk_netbeans.jsp";
    5.51 +
    5.52 +var JAVA_COM_LINK        = "http://java.com/";
    5.53 +
    5.54 +var JDK_NOTE_ALL      = "Java 6 is required for installing and running the PHP and C/C++ NetBeans Bundles. You can download the <a href=\"{0}\">latest Java at java.com</a>.<br><br>JDK 6 is required for installing and running the Java SE, Java EE and All NetBeans Bundles. You can download <a href=\"{1}\">standalone JDK</a> or download the latest <a href=\"{2}\">JDK with NetBeans IDE Java SE bundle</a>.<br><br>";
    5.55 +//var JDK_NOTE_MACOSX   = "JDK 5.0 is required for installing and running the NetBeans IDE.";
    5.56 +var JDK_NOTE_MACOSX   = "";
    5.57 +
    5.58 +var FREE_SIZE_MESSAGE  = "Free, {0}&nbsp;MB";
    5.59 +var NOT_AVAILABLE_SIZE = "--";
    5.60 +
    5.61 +var NOTE_PREFIX    = "Note: ";
    5.62 +var NOTE_AND_SEP   = "{0} and {1}";
    5.63 +var NOTE_COMMA_SEP = "{0}, {1}";
    5.64 +
    5.65 +var SINGLE_NOT_AVAILABLE_ZIP      = "{0} is not available in {1}";
    5.66 +var SINGLE_NOT_AVAILABLE_BUNDLE   = "{0} is not available for {1}";
    5.67 +var MULTIPLE_NOT_AVAILABLE_ZIP    = "{0} are not available in {1}";
    5.68 +var MULTIPLE_NOT_AVAILABLE_BUNDLE = "{0} are not available for {1}";
    5.69 +
    5.70 +var ZIP_FILES_LIST_NAME             = "Zip Files";
    5.71 +var MODULE_CLUSTERS_FILES_LIST_NAME = "Module Clusters";
    5.72 +
    5.73 +var NOTE_SOLARIS = "Note: Java ME is only available for Windows, Linux and Mac OS X.";
    5.74 +var NOTE_MACOSX  = "Note: Java ME is only available for Windows, Linux and Mac OS X.";
    5.75 +var NOTE_ZIP     = "Note: GlassFish and Apache Tomcat are only available in platform specific installers.";
    5.76 +var NOTE_ALL     = "Note: Greyed out technologies are not supported for this platform.";
    5.77 +
    5.78 +var MORE_LANGUAGES    = "More Languages...";
    5.79 +var COMMUNITY_MESSAGE = "The NetBeans Community has fully contributed to the language(s) that can be downloaded from this page. To get more insight about localization volume downloaded check the <a href=\"http://wiki.netbeans.org/TFL10nCommunityStatus\">community status page</a>. To download latest community contribution, visit the <a href=\"http://wiki.netbeans.org/TFLocalizationDevelopmentUC\">localization plugin page</a>.";
    5.80 +var COMMUNITY_CONTRIBUTED_SEP    = " -- Community Contributed -- " ;
    5.81 +var SUN_SUPPORTED_SEP            = " -- Oracle Supported -- " ;
    5.82 +
    5.83 +var NETBEANS_DOWNLOAD_PAGE_TITLE       = "NetBeans IDE Download";
    5.84 +var NETBEANS_DOWNLOAD_PAGE_DESCRIPTION = "NetBeans IDE Download";
    5.85 +
    5.86 +
    5.87 +
    5.88 +var NETBEANS_DOWNLOAD_HEADER = "NetBeans IDE {0} Download";
    5.89 +var DEVELOPMENT_TITLE        = "Development";
    5.90 +var ARCHIVE_TITLE            = "Archive";
    5.91 +var EMAIL_LABEL              = "Email&nbsp;address&nbsp;(optional):&nbsp;";
    5.92 +var SUBSCRIBE_LABEL          = "Subscribe&nbsp;to&nbsp;newsletters:";
    5.93 +var MONTHLY_LABEL            = "Monthly&nbsp;&nbsp;&nbsp;&nbsp;";
    5.94 +var WEEKLY_LABEL             = "Weekly";
    5.95 +var CONTACT_LABEL            = "NetBeans&nbsp;can&nbsp;contact&nbsp;me&nbsp;at&nbsp;this&nbsp;address";
    5.96 +var LANGUAGE_LABEL           = "IDE Language:";
    5.97 +var PLATFORM_LABEL           = "Platform:";
    5.98 +var PLUGIN_MANAGER_LABEL     = "You can add or remove packs later using the IDE's Plugin Manager (Tools | Plugins).<br><br>";
    5.99 +var JAVATOOLSBUNDLE_LABEL    = "You can also download the NetBeans IDE as part of the <a href=\"http://java.sun.com/javaee/downloads/index.jsp\">Java EE 5 Tools Bundle</a> or <a href=\"http://download.netbeans.org/netbeans/6.1/mysql_bundle/\">MySQL GlassFish Bundle</a>.";
   5.100 +var SOURCE_BINARY_LABEL      = "NetBeans source code and binary builds without bundled runtimes are also available in <a id=\"zip_link\" href=\"{0}\">zip file format</a>.";
   5.101 +var BUILD_WIKI_LABEL         = "See also <a href=\"http://wiki.netbeans.org/wiki/view/WorkingWithNetBeansSources\">instructions on how to build the IDE from sources</a> or <a href=\"{0}\">installation instructions</a>.";
   5.102 +var PLATFORM_DEV_LABEL       = "You can start developing applications based on the NetBeans Platform using the NetBeans IDE for Java SE. Learn more about the <a href=\"{0}\">NetBeans Platform</a>.";
   5.103 +var PLATFORM_INFO_LINK       = "http://platform.netbeans.org/platform-get.html";
   5.104 +
   5.105 +var ARCHIVE_BUILDS_LINK      = "http://www.netbeans.info/downloads/dev.php";
   5.106 +var DEVELOPMENT_BUILDS_LINK  = "http://bits.netbeans.org/download/trunk/nightly/latest/";
   5.107 +
   5.108 +// TRANSLATE NOTE: change download*.gif to download*_<locale>.gif
   5.109 +var DOWNLOAD_BUTTON_NORMAL    = "download.gif";
   5.110 +var DOWNLOAD_BUTTON_DISABLED  = "download_d.gif";
   5.111 +var DOWNLOAD_BUTTON_HIGHLIGHT = "download_h.gif";
   5.112 +
   5.113 +// DO NOT TRANSLATE
   5.114 +var START_PAGE = "start.html";
   5.115 +var ZIP_PAGE   = "zip.html";
   5.116 +
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/src/bg/other/installer/infra/build/web/js/start_strings_bg.js	Fri Sep 09 12:59:26 2011 +0900
     6.3 @@ -0,0 +1,68 @@
     6.4 +/*
     6.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     6.6 + *
     6.7 + * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     6.8 + *
     6.9 + * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    6.10 + * Other names may be trademarks of their respective owners.
    6.11 + *
    6.12 + * The contents of this file are subject to the terms of either the GNU General
    6.13 + * Public License Version 2 only ("GPL") or the Common Development and Distribution
    6.14 + * License("CDDL") (collectively, the "License"). You may not use this file except in
    6.15 + * compliance with the License. You can obtain a copy of the License at
    6.16 + * http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
    6.17 + * License for the specific language governing permissions and limitations under the
    6.18 + * License.  When distributing the software, include this License Header Notice in
    6.19 + * each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
    6.20 + * designates this particular file as subject to the "Classpath" exception as
    6.21 + * provided by Oracle in the GPL Version 2 section of the License file that
    6.22 + * accompanied this code. If applicable, add the following below the License Header,
    6.23 + * with the fields enclosed by brackets [] replaced by your own identifying
    6.24 + * information: "Portions Copyrighted [year] [name of copyright owner]"
    6.25 + * 
    6.26 + * Contributor(s):
    6.27 + * 
    6.28 + * The Original Software is NetBeans. The Initial Developer of the Original Software
    6.29 + * is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
    6.30 + * Rights Reserved.
    6.31 + * 
    6.32 + * If you wish your version of this file to be governed by only the CDDL or only the
    6.33 + * GPL Version 2, indicate your decision by adding "[Contributor] elects to include
    6.34 + * this software in this distribution under the [CDDL or GPL Version 2] license." If
    6.35 + * you do not indicate a single choice of license, a recipient has the option to
    6.36 + * distribute your version of this file under either the CDDL, the GPL Version 2 or
    6.37 + * to extend the choice of license to its licensees as provided above. However, if
    6.38 + * you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
    6.39 + * the option applies only if the new code is made subject to such option by the
    6.40 + * copyright holder.
    6.41 + */
    6.42 +
    6.43 +var AUTOMATIC_DOWNLOAD_MESSAGE  = "Your download should start automatically.<br>If not, <a href=\"{0}\" class=\"download_link\">download it here</a>.<br>";
    6.44 +
    6.45 +var PRODUCT_NAME      = "NetBeans {0}";
    6.46 +var INSTALLER_MESSAGE = "Installer for {0}";
    6.47 +var NOFILE_MESSAGE    = "No file requested" ;
    6.48 +
    6.49 +var NETBEANS_DOWNLOAD_STARTED_PAGE_TITLE       = "NetBeans IDE Download Started";
    6.50 +var NETBEANS_DOWNLOAD_STARTED_PAGE_DESCRIPTION = "NetBeans IDE Download Started";
    6.51 +
    6.52 +var NETBEANS_DOWNLOAD_STARTED_HEADER = "NetBeans IDE {0} Download Started";
    6.53 +var RELEASE_NOTES_LABEL = "Release Notes";
    6.54 +var INSTALL_NOTES_LABEL = "Installation Instructions";
    6.55 +var FIND_OUT_MORE_LABEL = "Find Out More";
    6.56 +var PLUGINS_LABEL       = "Plugins";
    6.57 +var PLUGINS_DESCRIPTION = "Contributed by the NetBeans community and 3rd party vendors.";
    6.58 +var TUTORIALS_LABEL     = "Tutorials";
    6.59 +var TUTORIALS_DESCRIPTION = "Written and recorded by the NetBeans community and professionals.";
    6.60 +var TRAINING_LABEL = "Training";
    6.61 +var TRAINING_DESCRIPTION = "Courses to help you improve your skills.";
    6.62 +var SUPPORT_LABEL        = "Support";
    6.63 +var SUPPORT_DESCRIPTION  = "Flexible support options to help you stay focused on innovation.";
    6.64 +
    6.65 +// $PRODUCT_NAME $TYPE (Installer for $PLATFORM/Zip)/$Language ($Language_ID) $filename ($SIZE) MD5: $MD5
    6.66 +var INFO_MESSAGE = "{0}{1} {2}/{3} ({4})<br>{5} ({6} MB)<br>MD5: {7}";
    6.67 +var INFO_MESSAGE_OTHER = "{0} ({1} MB)<br>MD5: {2}";
    6.68 +
    6.69 +//DO NOT TRANSLATE
    6.70 +var SUBSCRIPTION_PHP_URL = "http://services.netbeans.org/sub.php";
    6.71 +
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/src/bg/other/installer/infra/build/web/language_bg.properties	Fri Sep 09 12:59:26 2011 +0900
     7.3 @@ -0,0 +1,6 @@
     7.4 +#To localize, change this value to the name of the language in that language (e.g. "Japanese" in the Japanese language)
     7.5 +language.name=Bulgarian
     7.6 +#To localize, change this value to the name of the language in English (e.g. Japanese)
     7.7 +language.webpage.name=Bulgarian
     7.8 +#To localize, change this value to the current localization locale  (e.g. ja)
     7.9 +language.id=bg
     8.1 Binary file src/si/other/installer/infra/build/web/img/download_d_si.gif has changed
     9.1 Binary file src/si/other/installer/infra/build/web/img/download_h_si.gif has changed
    10.1 Binary file src/si/other/installer/infra/build/web/img/download_si.gif has changed
    11.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.2 +++ b/src/si/other/installer/infra/build/web/js/common_strings_si.js	Fri Sep 09 12:59:26 2011 +0900
    11.3 @@ -0,0 +1,87 @@
    11.4 +/*
    11.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    11.6 + *
    11.7 + * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    11.8 + *
    11.9 + * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   11.10 + * Other names may be trademarks of their respective owners.
   11.11 + *
   11.12 + * The contents of this file are subject to the terms of either the GNU General
   11.13 + * Public License Version 2 only ("GPL") or the Common Development and Distribution
   11.14 + * License("CDDL") (collectively, the "License"). You may not use this file except in
   11.15 + * compliance with the License. You can obtain a copy of the License at
   11.16 + * http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
   11.17 + * License for the specific language governing permissions and limitations under the
   11.18 + * License.  When distributing the software, include this License Header Notice in
   11.19 + * each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
   11.20 + * designates this particular file as subject to the "Classpath" exception as
   11.21 + * provided by Oracle in the GPL Version 2 section of the License file that
   11.22 + * accompanied this code. If applicable, add the following below the License Header,
   11.23 + * with the fields enclosed by brackets [] replaced by your own identifying
   11.24 + * information: "Portions Copyrighted [year] [name of copyright owner]"
   11.25 + * 
   11.26 + * Contributor(s):
   11.27 + * 
   11.28 + * The Original Software is NetBeans. The Initial Developer of the Original Software
   11.29 + * is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
   11.30 + * Rights Reserved.
   11.31 + * 
   11.32 + * If you wish your version of this file to be governed by only the CDDL or only the
   11.33 + * GPL Version 2, indicate your decision by adding "[Contributor] elects to include
   11.34 + * this software in this distribution under the [CDDL or GPL Version 2] license." If
   11.35 + * you do not indicate a single choice of license, a recipient has the option to
   11.36 + * distribute your version of this file under either the CDDL, the GPL Version 2 or
   11.37 + * to extend the choice of license to its licensees as provided above. However, if
   11.38 + * you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
   11.39 + * the option applies only if the new code is made subject to such option by the
   11.40 + * copyright holder.
   11.41 + */
   11.42 +
   11.43 +PLATFORM_LONG_NAMES  [0] = "Windows";
   11.44 +PLATFORM_SHORT_NAMES [0] = "Windows";
   11.45 +PLATFORM_LONG_NAMES  [1] = "Linux (x86/x64)";
   11.46 +PLATFORM_SHORT_NAMES [1] = "Linux";
   11.47 +PLATFORM_LONG_NAMES  [2] = "Solaris (x86/x64)";
   11.48 +PLATFORM_SHORT_NAMES [2] = "Solaris (x86/x64)";
   11.49 +PLATFORM_LONG_NAMES  [3] = "Solaris (sparc)";
   11.50 +PLATFORM_SHORT_NAMES [3] = "Solaris (sparc)";
   11.51 +PLATFORM_LONG_NAMES  [4] = "Mac OS X";
   11.52 +PLATFORM_SHORT_NAMES [4] = "Mac OS X";
   11.53 +PLATFORM_LONG_NAMES  [5] = "OS Independent Zip";
   11.54 +PLATFORM_SHORT_NAMES [5] = "OS Independent Zip";
   11.55 +/*
   11.56 +// Commented since NBI installers are not used for now
   11.57 +// Translate these strings as well (if they can be translated) and leave them commented
   11.58 +PLATFORM_LONG_NAMES  [4] = "Mac OS X (intel)";
   11.59 +PLATFORM_SHORT_NAMES [4] = "Mac OS X";
   11.60 +
   11.61 +PLATFORM_LONG_NAMES  [5] = "Mac OS X (powerpc)";
   11.62 +PLATFORM_SHORT_NAMES [5] = "Mac OS X";
   11.63 +*/
   11.64 +
   11.65 +BUNDLE_SHORT_NAMES[0] = "Java&nbsp;SE";
   11.66 +//BUNDLE_SHORT_NAMES[1] = "JavaFX";
   11.67 +BUNDLE_SHORT_NAMES[1] = "Java&nbsp;EE";
   11.68 +//BUNDLE_SHORT_NAMES[2] = "Ruby";
   11.69 +BUNDLE_SHORT_NAMES[2] = "C/C++";
   11.70 +BUNDLE_SHORT_NAMES[3] = "PHP";
   11.71 +BUNDLE_SHORT_NAMES[4] = "";
   11.72 +
   11.73 +BUNDLE_LONG_NAMES[0] = "Java&nbsp;SE";
   11.74 +//BUNDLE_LONG_NAMES[1] = "JavaFX";
   11.75 +BUNDLE_LONG_NAMES[1] = "Java&nbsp;EE";
   11.76 +//BUNDLE_LONG_NAMES[2] = "Ruby";
   11.77 +BUNDLE_LONG_NAMES[2] = "C/C++";
   11.78 +BUNDLE_LONG_NAMES[3] = "PHP";
   11.79 +BUNDLE_LONG_NAMES[4] = "All";
   11.80 +
   11.81 +
   11.82 +var RELEASE_NOTES_LINK  = "http://netbeans.org/community/releases/70/relnotes.html";
   11.83 +var INSTALL_NOTES_LINK  = "http://netbeans.org/community/releases/70/install.html";
   11.84 +
   11.85 +var LEGAL_INFO_HEADER = "Important Legal Information:";
   11.86 +
   11.87 +var CDDL_GPLV2_LINK = "http://www.netbeans.org/cddl-gplv2.html";
   11.88 +var LICENSE_3RD_PARTY_LINK = "http://www.netbeans.info/downloads/licence/netbeans-3rd-party.txt";
   11.89 +
   11.90 +var LEGAL_INFO_MESSAGE = "NetBeans Community Distributions are available under a Dual License consisting of the <a href=\"{0}\">Common Development and Distribution License (CDDL) v1.0 and GNU General Public License (GPL) v2</a>. See the <a href=\"{1}\">third-party readme</a> for external components included in NetBeans and their associated licenses.";
    12.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.2 +++ b/src/si/other/installer/infra/build/web/js/download_strings_si.js	Fri Sep 09 12:59:26 2011 +0900
    12.3 @@ -0,0 +1,113 @@
    12.4 +/*
    12.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    12.6 + *
    12.7 + * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    12.8 + *
    12.9 + * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   12.10 + * Other names may be trademarks of their respective owners.
   12.11 + *
   12.12 + * The contents of this file are subject to the terms of either the GNU General
   12.13 + * Public License Version 2 only ("GPL") or the Common Development and Distribution
   12.14 + * License("CDDL") (collectively, the "License"). You may not use this file except in
   12.15 + * compliance with the License. You can obtain a copy of the License at
   12.16 + * http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
   12.17 + * License for the specific language governing permissions and limitations under the
   12.18 + * License.  When distributing the software, include this License Header Notice in
   12.19 + * each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
   12.20 + * designates this particular file as subject to the "Classpath" exception as
   12.21 + * provided by Oracle in the GPL Version 2 section of the License file that
   12.22 + * accompanied this code. If applicable, add the following below the License Header,
   12.23 + * with the fields enclosed by brackets [] replaced by your own identifying
   12.24 + * information: "Portions Copyrighted [year] [name of copyright owner]"
   12.25 + * 
   12.26 + * Contributor(s):
   12.27 + * 
   12.28 + * The Original Software is NetBeans. The Initial Developer of the Original Software
   12.29 + * is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
   12.30 + * Rights Reserved.
   12.31 + * 
   12.32 + * If you wish your version of this file to be governed by only the CDDL or only the
   12.33 + * GPL Version 2, indicate your decision by adding "[Contributor] elects to include
   12.34 + * this software in this distribution under the [CDDL or GPL Version 2] license." If
   12.35 + * you do not indicate a single choice of license, a recipient has the option to
   12.36 + * distribute your version of this file under either the CDDL, the GPL Version 2 or
   12.37 + * to extend the choice of license to its licensees as provided above. However, if
   12.38 + * you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
   12.39 + * the option applies only if the new code is made subject to such option by the
   12.40 + * copyright holder.
   12.41 + */
   12.42 +
   12.43 +var BUNDLED_SERVERS_GROUP_NAME = "Bundled&nbsp;servers";
   12.44 +                                                   
   12.45 +var NETBEANS_DOWNLOAD_BUNDLES_MSG = "NetBeans IDE Download Bundles";
   12.46 +var NETBEANS_DOWNLOAD_BUNDLES_COMMUNITY_MSG = "NetBeans IDE Download Bundles in community contributed languages";
   12.47 +var NETBEANS_PACKS_MSG 		  = "Supported&nbsp;technologies";
   12.48 +
   12.49 +var JDK_DOWNLOAD_LINK    = "http://java.sun.com/javase/downloads/index.jsp";
   12.50 +var NBJDK_DOWNLOAD_LINK  = "http://java.sun.com/javase/downloads/widget/jdk_netbeans.jsp";
   12.51 +
   12.52 +var JAVA_COM_LINK        = "http://java.com/";
   12.53 +
   12.54 +var JDK_NOTE_ALL      = "Java 6 is required for installing and running the PHP and C/C++ NetBeans Bundles. You can download the <a href=\"{0}\">latest Java at java.com</a>.<br><br>JDK 6 is required for installing and running the Java SE, Java EE and All NetBeans Bundles. You can download <a href=\"{1}\">standalone JDK</a> or download the latest <a href=\"{2}\">JDK with NetBeans IDE Java SE bundle</a>.<br><br>";
   12.55 +//var JDK_NOTE_MACOSX   = "JDK 5.0 is required for installing and running the NetBeans IDE.";
   12.56 +var JDK_NOTE_MACOSX   = "";
   12.57 +
   12.58 +var FREE_SIZE_MESSAGE  = "Free, {0}&nbsp;MB";
   12.59 +var NOT_AVAILABLE_SIZE = "--";
   12.60 +
   12.61 +var NOTE_PREFIX    = "Note: ";
   12.62 +var NOTE_AND_SEP   = "{0} and {1}";
   12.63 +var NOTE_COMMA_SEP = "{0}, {1}";
   12.64 +
   12.65 +var SINGLE_NOT_AVAILABLE_ZIP      = "{0} is not available in {1}";
   12.66 +var SINGLE_NOT_AVAILABLE_BUNDLE   = "{0} is not available for {1}";
   12.67 +var MULTIPLE_NOT_AVAILABLE_ZIP    = "{0} are not available in {1}";
   12.68 +var MULTIPLE_NOT_AVAILABLE_BUNDLE = "{0} are not available for {1}";
   12.69 +
   12.70 +var ZIP_FILES_LIST_NAME             = "Zip Files";
   12.71 +var MODULE_CLUSTERS_FILES_LIST_NAME = "Module Clusters";
   12.72 +
   12.73 +var NOTE_SOLARIS = "Note: Java ME is only available for Windows, Linux and Mac OS X.";
   12.74 +var NOTE_MACOSX  = "Note: Java ME is only available for Windows, Linux and Mac OS X.";
   12.75 +var NOTE_ZIP     = "Note: GlassFish and Apache Tomcat are only available in platform specific installers.";
   12.76 +var NOTE_ALL     = "Note: Greyed out technologies are not supported for this platform.";
   12.77 +
   12.78 +var MORE_LANGUAGES    = "More Languages...";
   12.79 +var COMMUNITY_MESSAGE = "The NetBeans Community has fully contributed to the language(s) that can be downloaded from this page. To get more insight about localization volume downloaded check the <a href=\"http://wiki.netbeans.org/TFL10nCommunityStatus\">community status page</a>. To download latest community contribution, visit the <a href=\"http://wiki.netbeans.org/TFLocalizationDevelopmentUC\">localization plugin page</a>.";
   12.80 +var COMMUNITY_CONTRIBUTED_SEP    = " -- Community Contributed -- " ;
   12.81 +var SUN_SUPPORTED_SEP            = " -- Oracle Supported -- " ;
   12.82 +
   12.83 +var NETBEANS_DOWNLOAD_PAGE_TITLE       = "NetBeans IDE Download";
   12.84 +var NETBEANS_DOWNLOAD_PAGE_DESCRIPTION = "NetBeans IDE Download";
   12.85 +
   12.86 +
   12.87 +
   12.88 +var NETBEANS_DOWNLOAD_HEADER = "NetBeans IDE {0} Download";
   12.89 +var DEVELOPMENT_TITLE        = "Development";
   12.90 +var ARCHIVE_TITLE            = "Archive";
   12.91 +var EMAIL_LABEL              = "Email&nbsp;address&nbsp;(optional):&nbsp;";
   12.92 +var SUBSCRIBE_LABEL          = "Subscribe&nbsp;to&nbsp;newsletters:";
   12.93 +var MONTHLY_LABEL            = "Monthly&nbsp;&nbsp;&nbsp;&nbsp;";
   12.94 +var WEEKLY_LABEL             = "Weekly";
   12.95 +var CONTACT_LABEL            = "NetBeans&nbsp;can&nbsp;contact&nbsp;me&nbsp;at&nbsp;this&nbsp;address";
   12.96 +var LANGUAGE_LABEL           = "IDE Language:";
   12.97 +var PLATFORM_LABEL           = "Platform:";
   12.98 +var PLUGIN_MANAGER_LABEL     = "You can add or remove packs later using the IDE's Plugin Manager (Tools | Plugins).<br><br>";
   12.99 +var JAVATOOLSBUNDLE_LABEL    = "You can also download the NetBeans IDE as part of the <a href=\"http://java.sun.com/javaee/downloads/index.jsp\">Java EE 5 Tools Bundle</a> or <a href=\"http://download.netbeans.org/netbeans/6.1/mysql_bundle/\">MySQL GlassFish Bundle</a>.";
  12.100 +var SOURCE_BINARY_LABEL      = "NetBeans source code and binary builds without bundled runtimes are also available in <a id=\"zip_link\" href=\"{0}\">zip file format</a>.";
  12.101 +var BUILD_WIKI_LABEL         = "See also <a href=\"http://wiki.netbeans.org/wiki/view/WorkingWithNetBeansSources\">instructions on how to build the IDE from sources</a> or <a href=\"{0}\">installation instructions</a>.";
  12.102 +var PLATFORM_DEV_LABEL       = "You can start developing applications based on the NetBeans Platform using the NetBeans IDE for Java SE. Learn more about the <a href=\"{0}\">NetBeans Platform</a>.";
  12.103 +var PLATFORM_INFO_LINK       = "http://platform.netbeans.org/platform-get.html";
  12.104 +
  12.105 +var ARCHIVE_BUILDS_LINK      = "http://www.netbeans.info/downloads/dev.php";
  12.106 +var DEVELOPMENT_BUILDS_LINK  = "http://bits.netbeans.org/download/trunk/nightly/latest/";
  12.107 +
  12.108 +// TRANSLATE NOTE: change download*.gif to download*_<locale>.gif
  12.109 +var DOWNLOAD_BUTTON_NORMAL    = "download.gif";
  12.110 +var DOWNLOAD_BUTTON_DISABLED  = "download_d.gif";
  12.111 +var DOWNLOAD_BUTTON_HIGHLIGHT = "download_h.gif";
  12.112 +
  12.113 +// DO NOT TRANSLATE
  12.114 +var START_PAGE = "start.html";
  12.115 +var ZIP_PAGE   = "zip.html";
  12.116 +
    13.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.2 +++ b/src/si/other/installer/infra/build/web/js/start_strings_si.js	Fri Sep 09 12:59:26 2011 +0900
    13.3 @@ -0,0 +1,68 @@
    13.4 +/*
    13.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    13.6 + *
    13.7 + * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    13.8 + *
    13.9 + * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   13.10 + * Other names may be trademarks of their respective owners.
   13.11 + *
   13.12 + * The contents of this file are subject to the terms of either the GNU General
   13.13 + * Public License Version 2 only ("GPL") or the Common Development and Distribution
   13.14 + * License("CDDL") (collectively, the "License"). You may not use this file except in
   13.15 + * compliance with the License. You can obtain a copy of the License at
   13.16 + * http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
   13.17 + * License for the specific language governing permissions and limitations under the
   13.18 + * License.  When distributing the software, include this License Header Notice in
   13.19 + * each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
   13.20 + * designates this particular file as subject to the "Classpath" exception as
   13.21 + * provided by Oracle in the GPL Version 2 section of the License file that
   13.22 + * accompanied this code. If applicable, add the following below the License Header,
   13.23 + * with the fields enclosed by brackets [] replaced by your own identifying
   13.24 + * information: "Portions Copyrighted [year] [name of copyright owner]"
   13.25 + * 
   13.26 + * Contributor(s):
   13.27 + * 
   13.28 + * The Original Software is NetBeans. The Initial Developer of the Original Software
   13.29 + * is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
   13.30 + * Rights Reserved.
   13.31 + * 
   13.32 + * If you wish your version of this file to be governed by only the CDDL or only the
   13.33 + * GPL Version 2, indicate your decision by adding "[Contributor] elects to include
   13.34 + * this software in this distribution under the [CDDL or GPL Version 2] license." If
   13.35 + * you do not indicate a single choice of license, a recipient has the option to
   13.36 + * distribute your version of this file under either the CDDL, the GPL Version 2 or
   13.37 + * to extend the choice of license to its licensees as provided above. However, if
   13.38 + * you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
   13.39 + * the option applies only if the new code is made subject to such option by the
   13.40 + * copyright holder.
   13.41 + */
   13.42 +
   13.43 +var AUTOMATIC_DOWNLOAD_MESSAGE  = "Your download should start automatically.<br>If not, <a href=\"{0}\" class=\"download_link\">download it here</a>.<br>";
   13.44 +
   13.45 +var PRODUCT_NAME      = "NetBeans {0}";
   13.46 +var INSTALLER_MESSAGE = "Installer for {0}";
   13.47 +var NOFILE_MESSAGE    = "No file requested" ;
   13.48 +
   13.49 +var NETBEANS_DOWNLOAD_STARTED_PAGE_TITLE       = "NetBeans IDE Download Started";
   13.50 +var NETBEANS_DOWNLOAD_STARTED_PAGE_DESCRIPTION = "NetBeans IDE Download Started";
   13.51 +
   13.52 +var NETBEANS_DOWNLOAD_STARTED_HEADER = "NetBeans IDE {0} Download Started";
   13.53 +var RELEASE_NOTES_LABEL = "Release Notes";
   13.54 +var INSTALL_NOTES_LABEL = "Installation Instructions";
   13.55 +var FIND_OUT_MORE_LABEL = "Find Out More";
   13.56 +var PLUGINS_LABEL       = "Plugins";
   13.57 +var PLUGINS_DESCRIPTION = "Contributed by the NetBeans community and 3rd party vendors.";
   13.58 +var TUTORIALS_LABEL     = "Tutorials";
   13.59 +var TUTORIALS_DESCRIPTION = "Written and recorded by the NetBeans community and professionals.";
   13.60 +var TRAINING_LABEL = "Training";
   13.61 +var TRAINING_DESCRIPTION = "Courses to help you improve your skills.";
   13.62 +var SUPPORT_LABEL        = "Support";
   13.63 +var SUPPORT_DESCRIPTION  = "Flexible support options to help you stay focused on innovation.";
   13.64 +
   13.65 +// $PRODUCT_NAME $TYPE (Installer for $PLATFORM/Zip)/$Language ($Language_ID) $filename ($SIZE) MD5: $MD5
   13.66 +var INFO_MESSAGE = "{0}{1} {2}/{3} ({4})<br>{5} ({6} MB)<br>MD5: {7}";
   13.67 +var INFO_MESSAGE_OTHER = "{0} ({1} MB)<br>MD5: {2}";
   13.68 +
   13.69 +//DO NOT TRANSLATE
   13.70 +var SUBSCRIPTION_PHP_URL = "http://services.netbeans.org/sub.php";
   13.71 +
    14.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.2 +++ b/src/si/other/installer/infra/build/web/language_si.properties	Fri Sep 09 12:59:26 2011 +0900
    14.3 @@ -0,0 +1,6 @@
    14.4 +#To localize, change this value to the name of the language in that language (e.g. "Japanese" in the Japanese language)
    14.5 +language.name=Sinhala
    14.6 +#To localize, change this value to the name of the language in English (e.g. Japanese)
    14.7 +language.webpage.name=Sinhala
    14.8 +#To localize, change this value to the current localization locale  (e.g. ja)
    14.9 +language.id=si