You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/05/04 16:14:19 UTC

svn commit: r1592348 - /openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js

Author: marcus
Date: Sun May  4 14:14:18 2014
New Revision: 1592348

URL: http://svn.apache.org/r1592348
Log:
Updated release languages and the values for the select drop-down boxes

Modified:
    openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js

Modified: openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js?rev=1592348&r1=1592347&r2=1592348&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js Sun May  4 14:14:18 2014
@@ -24,13 +24,24 @@ var LEGACYVERSION		= "3.3.0";
 
 // Only used on the "other.html" webpage
 var PLATFORM			= [ "Win_x86", "Linux_x86_rpm", "Linux_x86_deb", "Linux_x86-64_rpm", "Linux_x86-64_deb", "MacOS_x86" ];
-var FULL_LANG			= [ "ast","cs","de","el","en-GB","en-US","es","eu","fi","fr","gd","gl","hu","it","ja","km","ko","lt","nl","pl","pt","pt-BR","ru","sk","sl","sr","sv","ta","tr","vi","zh-CN","zh-TW" ];
-var LP_LANG			= [ "ast","cs","de","el","en-GB","en-US","es","eu","fi","fr","gd","gl","hu","it","ja","km","ko","lt","nl","pl","pt","pt-BR","ru","sk","sl","sr","sv","ta","tr","vi","zh-CN","zh-TW" ];
+var FULL_LANG			= [ "ast","bg","cs","da","de","el","en-GB","en-US","es","eu","fi","fr","gd","gl","he","hi","hu","it","ja","km","ko","lt","nb","nl","pl","pt","pt-BR","ru","sk","sl","sr","sv","ta","th","tr","vi","zh-CN","zh-TW" ];
+var LP_LANG			= [ "ast","bg","cs","da","de","el","en-GB","en-US","es","eu","fi","fr","gd","gl","he","hi","hu","it","ja","km","ko","lt","nb","nl","pl","pt","pt-BR","ru","sk","sl","sr","sv","ta","th","tr","vi","zh-CN","zh-TW" ];
 var SDK_LANG			= [ "en-US" ];
 
 // OS data for the <select> element
-var SEL_OS			= [ "e1",     "Choose OS / platform",        "",                         "",
-				    "e2",     "-----------------------------------", "",                 "",
+var SEL_OS			= [ "e0",     "Choose OS / platform",                          "",
+				    "e1",     "----------------------------------",            "",
+				    "Win_x86_install",          "Windows 32-bit (x86) (EXE)",  ".exe",
+				    "Linux_x86-64_install-deb", "Linux 64-bit (x86-64) (DEB)", ".tar.gz",
+				    "Linux_x86-64_install-rpm", "Linux 64-bit (x86-64) (RPM)", ".tar.gz",
+				    "Linux_x86_install-deb",    "Linux 32-bit (x86) (DEB)",    ".tar.gz",
+				    "Linux_x86_install-rpm",    "Linux 32-bit (x86) (RPM)",    ".tar.gz",
+				    "MacOS_x86-64_install",     "OS X 64-bit (x86-64) (DMG)",  ".dmg",
+				    "MacOS_x86_install",        "OS X 32-bit (x86) (DMG)",     ".dmg" ];
+
+/*
+var SEL_OS			= [ "e0",     "Choose OS / platform",        "",                         "",
+				    "e1",     "-----------------------------------", "",                 "",
 				    "win32",  "Windows 32-bit (x86) (EXE)",  "Win_x86_install",          ".exe",
 				    "lnx64d", "Linux 64-bit (x86-64) (DEB)", "Linux_x86-64_install-deb", ".tar.gz",
 				    "lnx64r", "Linux 64-bit (x86-64) (RPM)", "Linux_x86-64_install-rpm", ".tar.gz",
@@ -38,10 +49,11 @@ var SEL_OS			= [ "e1",     "Choose OS / 
 				    "lnx32r", "Linux 32-bit (x86) (RPM)",    "Linux_x86_install-rpm",    ".tar.gz",
 				    "mac64",  "OS X 64-bit (x86-64) (DMG)",  "MacOS_x86-64_install",     ".dmg",
 				    "mac32",  "OS X 32-bit (x86) (DMG)",     "MacOS_x86_install",        ".dmg" ];
+*/
 
 // Language data for the <select> element
-var SEL_LANG			= [ "e1",    "Choose language",
-				    "e2",    "--------------------------------------------------------------",
+var SEL_LANG			= [ "e0",    "Choose language",
+				    "e1",    "--------------------------------------------------------------",
 				    "ast",   "Asturian (Asturianu) (ast)",
 				    "eu",    "Basque (Euskara) (eu)",
 				    "bg",    "Bulgarian (български език) (bg)",
@@ -81,8 +93,8 @@ var SEL_LANG			= [ "e1",    "Choose lang
 				    "vi",    "Vietnamese (Tiếng Việt) (vi)" ];
 
 // Version data for the <select> element
-var SEL_VER			= [ "e1",    "Choose version",
-				    "e2",    "---------------------",
+var SEL_VER			= [ "e0",    "Choose version",
+				    "e1",    "---------------------",
 				    "4.1.0", "4.1.0",
 				    "4.0.1", "4.0.1",
 				    "4.0.0", "4.0.0",