src/ko/other/installer/infra/build/web/js/common_strings_ko.js
branchrelease80_beta
changeset 1883 480d29efc7da
parent 1840 d40fedc57dd5
child 1919 7d6607e3cf98
     1.1 --- a/src/ko/other/installer/infra/build/web/js/common_strings_ko.js	Fri May 10 18:37:31 2013 +0900
     1.2 +++ b/src/ko/other/installer/infra/build/web/js/common_strings_ko.js	Wed Jan 15 07:19:15 2014 -0800
     1.3 @@ -1,7 +1,7 @@
     1.4  /*
     1.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.6   *
     1.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     1.8 + * Copyright 1997-2013 Oracle and/or its affiliates. All rights reserved.
     1.9   *
    1.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    1.11   * Other names may be trademarks of their respective owners.
    1.12 @@ -37,27 +37,14 @@
    1.13   * copyright holder.
    1.14   */
    1.15  
    1.16 -PLATFORM_LONG_NAMES  [0] = "\uc708\ub3c4\uc6b0";
    1.17 -PLATFORM_SHORT_NAMES [0] = "\uc708\ub3c4\uc6b0";
    1.18 -PLATFORM_LONG_NAMES  [1] = "\ub9ac\ub205\uc2a4 (x86/x64)";
    1.19 -PLATFORM_SHORT_NAMES [1] = "\ub9ac\ub205\uc2a4";
    1.20 -PLATFORM_LONG_NAMES  [2] = "\uc194\ub77c\ub9ac\uc2a4 (x86/x64)";
    1.21 -PLATFORM_SHORT_NAMES [2] = "\uc194\ub77c\ub9ac\uc2a4 (x86/x64)";
    1.22 -PLATFORM_LONG_NAMES  [3] = "\uc194\ub77c\ub9ac\uc2a4 (sparc)";
    1.23 -PLATFORM_SHORT_NAMES [3] = "\uc194\ub77c\ub9ac\uc2a4 (sparc)";
    1.24 -PLATFORM_LONG_NAMES  [4] = "\ub9e5 OS X";
    1.25 -PLATFORM_SHORT_NAMES [4] = "\ub9e5 OS X";
    1.26 -PLATFORM_LONG_NAMES  [5] = "OS \ub3c5\ub9bd\uc801 Zip";
    1.27 -PLATFORM_SHORT_NAMES [5] = "OS \ub3c5\ub9bd\uc801 Zip";
    1.28 -/*
    1.29 -// Commented since NBI installers are not used for now
    1.30 -// Translate these strings as well (if they can be translated) and leave them commented
    1.31 -PLATFORM_LONG_NAMES  [4] = "\ub9e5 OS X (intel)";
    1.32 -PLATFORM_SHORT_NAMES [4] = "\ub9e5 OS X";
    1.33 -
    1.34 -PLATFORM_LONG_NAMES  [5] = "\ub9e5 OS X (powerpc)";
    1.35 -PLATFORM_SHORT_NAMES [5] = "\ub9e5 OS X";
    1.36 -*/
    1.37 +PLATFORM_LONG_NAMES  [0] = "Windows";
    1.38 +PLATFORM_SHORT_NAMES [0] = "Windows";
    1.39 +PLATFORM_LONG_NAMES  [1] = "Linux (x86/x64)";
    1.40 +PLATFORM_SHORT_NAMES [1] = "Linux";
    1.41 +PLATFORM_LONG_NAMES  [2] = "Mac OS X";
    1.42 +PLATFORM_SHORT_NAMES [2] = "Mac OS X";
    1.43 +PLATFORM_LONG_NAMES  [3] = "OS Independent Zip";
    1.44 +PLATFORM_SHORT_NAMES [3] = "OS Independent Zip";
    1.45  
    1.46  BUNDLE_SHORT_NAMES[0] = "Java SE";
    1.47  //BUNDLE_SHORT_NAMES[1] = "JavaFX";
    1.48 @@ -73,12 +60,12 @@
    1.49  //BUNDLE_LONG_NAMES[2] = "Ruby";
    1.50  BUNDLE_LONG_NAMES[2] = "C/C++";
    1.51  BUNDLE_LONG_NAMES[3] = "PHP";
    1.52 -BUNDLE_LONG_NAMES[4] = " \uc804\uccb4 ";
    1.53 +BUNDLE_LONG_NAMES[4] = "All";
    1.54  
    1.55 -var RELEASE_NOTES_LINK  = "http://netbeans.org/community/releases/73/relnotes.html";
    1.56 -var INSTALL_NOTES_LINK  = "http://netbeans.org/community/releases/73/install.html";
    1.57 +var RELEASE_NOTES_LINK  = "http://netbeans.org/community/releases/74/relnotes.html";
    1.58 +var INSTALL_NOTES_LINK  = "http://netbeans.org/community/releases/74/install.html";
    1.59  
    1.60 -var LEGAL_INFO_HEADER = " \uc911\uc694 \ubc95\ub960 \uc815\ubcf4 :";
    1.61 +var LEGAL_INFO_HEADER = "Important Legal Information:";
    1.62  
    1.63  var CDDL_GPLV2_LINK = "http://netbeans.org/cddl-gplv2.html";
    1.64  var LICENSE_FILES_LINK = "http://netbeans.org/about/legal/product-licences.html";