src/fr/other/installer/infra/build/web/js/common_strings_fr.js
branchrelease80_beta
changeset 1883 480d29efc7da
parent 1840 d40fedc57dd5
child 1919 7d6607e3cf98
     1.1 --- a/src/fr/other/installer/infra/build/web/js/common_strings_fr.js	Fri May 10 18:37:31 2013 +0900
     1.2 +++ b/src/fr/other/installer/infra/build/web/js/common_strings_fr.js	Wed Jan 15 07:19:15 2014 -0800
     1.3 @@ -37,70 +37,30 @@
     1.4   * copyright holder.
     1.5   */
     1.6  
     1.7 -
     1.8 -
     1.9  PLATFORM_LONG_NAMES  [0] = "Windows";
    1.10 -
    1.11  PLATFORM_SHORT_NAMES [0] = "Windows";
    1.12 -
    1.13  PLATFORM_LONG_NAMES  [1] = "Linux (x86/x64)";
    1.14 -
    1.15  PLATFORM_SHORT_NAMES [1] = "Linux";
    1.16 -
    1.17 -PLATFORM_LONG_NAMES  [2] = "Solaris (x86/x64)";
    1.18 -
    1.19 -PLATFORM_SHORT_NAMES [2] = "Solaris (x86/x64)";
    1.20 -
    1.21 -PLATFORM_LONG_NAMES  [3] = "Solaris (sparc)";
    1.22 -
    1.23 -PLATFORM_SHORT_NAMES [3] = "Solaris (sparc)";
    1.24 -
    1.25 -PLATFORM_LONG_NAMES  [4] = "Mac OS X";
    1.26 -
    1.27 -PLATFORM_SHORT_NAMES [4] = "Mac OS X";
    1.28 -
    1.29 -PLATFORM_LONG_NAMES  [5] = "OS Independent Zip";
    1.30 -
    1.31 -PLATFORM_SHORT_NAMES [5] = "OS Independent Zip";
    1.32 -
    1.33 -/*
    1.34 -
    1.35 -// Commented since NBI installers are not used for now
    1.36 -
    1.37 -// Translate these strings as well (if they can be translated) and leave them commented
    1.38 -
    1.39 -PLATFORM_LONG_NAMES  [4] = "Mac OS X (intel)";
    1.40 -
    1.41 -PLATFORM_SHORT_NAMES [4] = "Mac OS X";
    1.42 -
    1.43 -
    1.44 -
    1.45 -PLATFORM_LONG_NAMES  [5] = "Mac OS X (powerpc)";
    1.46 -
    1.47 -PLATFORM_SHORT_NAMES [5] = "Mac OS X";
    1.48 -
    1.49 -*/
    1.50 -
    1.51 +PLATFORM_LONG_NAMES  [2] = "Mac OS X";
    1.52 +PLATFORM_SHORT_NAMES [2] = "Mac OS X";
    1.53 +PLATFORM_LONG_NAMES  [3] = "OS Independent Zip";
    1.54 +PLATFORM_SHORT_NAMES [3] = "OS Independent Zip";
    1.55  
    1.56  BUNDLE_SHORT_NAMES[0] = "Java SE";
    1.57 -//BUNDLE_SHORT_NAMES[1] = "JavaFX";
    1.58  BUNDLE_SHORT_NAMES[1] = "Java EE";
    1.59 -//BUNDLE_SHORT_NAMES[2] = "Ruby";
    1.60  BUNDLE_SHORT_NAMES[2] = "C/C++";
    1.61  BUNDLE_SHORT_NAMES[3] = "PHP";
    1.62  BUNDLE_SHORT_NAMES[4] = "";
    1.63  
    1.64  BUNDLE_LONG_NAMES[0] = "Java SE";
    1.65 -//BUNDLE_LONG_NAMES[1] = "JavaFX";
    1.66  BUNDLE_LONG_NAMES[1] = "Java EE";
    1.67 -//BUNDLE_LONG_NAMES[2] = "Ruby";
    1.68  BUNDLE_LONG_NAMES[2] = "C/C++";
    1.69  BUNDLE_LONG_NAMES[3] = "PHP";
    1.70  BUNDLE_LONG_NAMES[4] = "Tous";
    1.71  
    1.72  
    1.73 -var RELEASE_NOTES_LINK  = "http://netbeans.org/community/releases/73/relnotes.html";
    1.74 -var INSTALL_NOTES_LINK  = "http://netbeans.org/community/releases/73/install.html";
    1.75 +var RELEASE_NOTES_LINK  = "http://netbeans.org/community/releases/74/relnotes.html";
    1.76 +var INSTALL_NOTES_LINK  = "http://netbeans.org/community/releases/74/install.html";
    1.77  
    1.78  
    1.79  var LEGAL_INFO_HEADER = "Important Legal Information:";