src/fil_PH/other/installer/infra/build/web/js/download_strings_fil_PH.js
branchrelease80_beta
changeset 1883 480d29efc7da
parent 1569 6a520fef8161
child 1919 7d6607e3cf98
     1.1 --- a/src/fil_PH/other/installer/infra/build/web/js/download_strings_fil_PH.js	Thu Jan 27 13:55:00 2011 +0900
     1.2 +++ b/src/fil_PH/other/installer/infra/build/web/js/download_strings_fil_PH.js	Wed Jan 15 07:19:15 2014 -0800
     1.3 @@ -37,77 +37,32 @@
     1.4   * copyright holder.
     1.5   */
     1.6  
     1.7 -var BUNDLED_SERVERS_GROUP_NAME = "Bundled servers";
     1.8 -                                                   
     1.9 -var NETBEANS_DOWNLOAD_BUNDLES_MSG = "NetBeans IDE Download Bundles";
    1.10 -var NETBEANS_DOWNLOAD_BUNDLES_COMMUNITY_MSG = "NetBeans IDE Download Bundles in community contributed languages";
    1.11 -var NETBEANS_PACKS_MSG 		  = "Supported technologies";
    1.12 +var AUTOMATIC_DOWNLOAD_MESSAGE  = "Your download should start automatically.<br>If not, <a href=\"{0}\" class=\"download_link\">download it here</a>.<br>";
    1.13  
    1.14 -var JDK_DOWNLOAD_LINK    = "http://java.sun.com/javase/downloads/index.jsp";
    1.15 -var NBJDK_DOWNLOAD_LINK  = "http://java.sun.com/javase/downloads/widget/jdk_netbeans.jsp";
    1.16 +var PRODUCT_NAME      = "NetBeans {0}";
    1.17 +var INSTALLER_MESSAGE = "Installer for {0}";
    1.18 +var NOFILE_MESSAGE    = "No file requested" ;
    1.19  
    1.20 -var JAVA_COM_LINK        = "http://java.com/";
    1.21 +var NETBEANS_DOWNLOAD_STARTED_PAGE_TITLE       = "NetBeans IDE Download Started";
    1.22 +var NETBEANS_DOWNLOAD_STARTED_PAGE_DESCRIPTION = "NetBeans IDE Download Started";
    1.23  
    1.24 -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>";
    1.25 -//var JDK_NOTE_MACOSX   = "JDK 5.0 is required for installing and running the NetBeans IDE.";
    1.26 -var JDK_NOTE_MACOSX   = "";
    1.27 +var NETBEANS_DOWNLOAD_STARTED_HEADER = "NetBeans IDE {0} Download Started";
    1.28 +var RELEASE_NOTES_LABEL = "Release Notes";
    1.29 +var INSTALL_NOTES_LABEL = "Installation Instructions";
    1.30 +var FIND_OUT_MORE_LABEL = "Find Out More";
    1.31 +var PLUGINS_LABEL       = "Plugins";
    1.32 +var PLUGINS_DESCRIPTION = "Contributed by the NetBeans community and 3rd party vendors.";
    1.33 +var TUTORIALS_LABEL     = "Tutorials";
    1.34 +var TUTORIALS_DESCRIPTION = "Written and recorded by the NetBeans community and professionals.";
    1.35 +var TRAINING_LABEL = "Training";
    1.36 +var TRAINING_DESCRIPTION = "Courses to help you improve your skills.";
    1.37 +var SUPPORT_LABEL        = "Support";
    1.38 +var SUPPORT_DESCRIPTION  = "Flexible support options to help you stay focused on innovation.";
    1.39  
    1.40 -var FREE_SIZE_MESSAGE  = "Free, {0}&nbsp;MB";
    1.41 -var NOT_AVAILABLE_SIZE = "--";
    1.42 +// $PRODUCT_NAME $TYPE (Installer for $PLATFORM/Zip)/$Language ($Language_ID) $filename ($SIZE) MD5: $MD5
    1.43 +var INFO_MESSAGE = "{0}{1} {2}/{3} ({4})<br>{5} ({6} MB)<br>MD5: {7}";
    1.44 +var INFO_MESSAGE_OTHER = "{0} ({1} MB)<br>MD5: {2}";
    1.45  
    1.46 -var NOTE_PREFIX    = "Note: ";
    1.47 -var NOTE_AND_SEP   = "{0} and {1}";
    1.48 -var NOTE_COMMA_SEP = "{0}, {1}";
    1.49 +//DO NOT TRANSLATE
    1.50 +var SUBSCRIPTION_PHP_URL = "http://services.netbeans.org/sub.php";
    1.51  
    1.52 -var SINGLE_NOT_AVAILABLE_ZIP      = "{0} is not available in {1}";
    1.53 -var SINGLE_NOT_AVAILABLE_BUNDLE   = "{0} is not available for {1}";
    1.54 -var MULTIPLE_NOT_AVAILABLE_ZIP    = "{0} are not available in {1}";
    1.55 -var MULTIPLE_NOT_AVAILABLE_BUNDLE = "{0} are not available for {1}";
    1.56 -
    1.57 -var ZIP_FILES_LIST_NAME             = "Zip Files";
    1.58 -var MODULE_CLUSTERS_FILES_LIST_NAME = "Module Clusters";
    1.59 -
    1.60 -var NOTE_SOLARIS = "Note: Java ME is only available for Windows, Linux and Mac OS X.";
    1.61 -var NOTE_MACOSX  = "Note: Java ME is only available for Windows, Linux and Mac OS X.";
    1.62 -var NOTE_ZIP     = "Note: GlassFish and Apache Tomcat are only available in platform specific installers.";
    1.63 -var NOTE_ALL     = "Note: Greyed out technologies are not supported for this platform.";
    1.64 -
    1.65 -var MORE_LANGUAGES    = "More Languages...";
    1.66 -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>.";
    1.67 -var COMMUNITY_CONTRIBUTED_SEP    = " -- Community Contributed -- " ;
    1.68 -var SUN_SUPPORTED_SEP            = " -- Oracle Supported -- " ;
    1.69 -
    1.70 -var NETBEANS_DOWNLOAD_PAGE_TITLE       = "NetBeans IDE Download";
    1.71 -var NETBEANS_DOWNLOAD_PAGE_DESCRIPTION = "NetBeans IDE Download";
    1.72 -
    1.73 -
    1.74 -
    1.75 -var NETBEANS_DOWNLOAD_HEADER = "NetBeans IDE {0} Download";
    1.76 -var DEVELOPMENT_TITLE        = "Development";
    1.77 -var ARCHIVE_TITLE            = "Archive";
    1.78 -var EMAIL_LABEL              = "Email&nbsp;address&nbsp;(optional):&nbsp;";
    1.79 -var SUBSCRIBE_LABEL          = "Subscribe&nbsp;to&nbsp;newsletters:";
    1.80 -var MONTHLY_LABEL            = "Monthly&nbsp;&nbsp;&nbsp;&nbsp;";
    1.81 -var WEEKLY_LABEL             = "Weekly";
    1.82 -var CONTACT_LABEL            = "NetBeans&nbsp;can&nbsp;contact&nbsp;me&nbsp;at&nbsp;this&nbsp;address";
    1.83 -var LANGUAGE_LABEL           = "IDE Language:";
    1.84 -var PLATFORM_LABEL           = "Platform:";
    1.85 -var PLUGIN_MANAGER_LABEL     = "You can add or remove packs later using the IDE's Plugin Manager (Tools | Plugins).<br><br>";
    1.86 -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>.";
    1.87 -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>.";
    1.88 -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>.";
    1.89 -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>.";
    1.90 -var PLATFORM_INFO_LINK       = "http://platform.netbeans.org/platform-get.html";
    1.91 -
    1.92 -var ARCHIVE_BUILDS_LINK      = "http://www.netbeans.info/downloads/dev.php";
    1.93 -var DEVELOPMENT_BUILDS_LINK  = "http://bits.netbeans.org/download/trunk/nightly/latest/";
    1.94 -
    1.95 -// TRANSLATE NOTE: change download*.gif to download*_<locale>.gif
    1.96 -var DOWNLOAD_BUTTON_NORMAL    = "download.gif";
    1.97 -var DOWNLOAD_BUTTON_DISABLED  = "download_d.gif";
    1.98 -var DOWNLOAD_BUTTON_HIGHLIGHT = "download_h.gif";
    1.99 -
   1.100 -// DO NOT TRANSLATE
   1.101 -var START_PAGE = "start.html";
   1.102 -var ZIP_PAGE   = "zip.html";
   1.103 -