You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2014/08/21 18:54:21 UTC

svn commit: r920054 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/xx/download/msg_prop_l10n_xx.js

Author: buildbot
Date: Thu Aug 21 16:54:21 2014
New Revision: 920054

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/xx/download/msg_prop_l10n_xx.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Aug 21 16:54:21 2014
@@ -1 +1 @@
-1619472
+1619484

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Aug 21 16:54:21 2014
@@ -1 +1 @@
-1619472
+1619484

Modified: websites/staging/ooo-site/trunk/content/xx/download/msg_prop_l10n_xx.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/xx/download/msg_prop_l10n_xx.js (original)
+++ websites/staging/ooo-site/trunk/content/xx/download/msg_prop_l10n_xx.js Thu Aug 21 16:54:21 2014
@@ -15,6 +15,8 @@ var l10n = new Object();
 // The following variables are used in the "index.html" file:
 
 // Set a specific language ISO code to force to assemble a download link with a certain language.
+// Change xx to a valid ISO lang code.
+
 DL.NL_LANG					= "xx";
 
 // General:
@@ -32,18 +34,23 @@ l10n.dl_green_box_selectbox_lang_title		
 l10n.dl_green_box_selectbox_ver_title		= "Select your favorite release version";
 
 // The strings that will be shown in the OS, language and version drop-down select boxes.
-// You must leave at least one single empty string (see the comment lines below the 3 following variables)!
-l10n.dl_green_box_select_box_os_values		= [ "Windows (EXE)",
+// Leaving as default will result in the download box shown on: http://www.openoffice.org/download/index.html
+// for any OS, language, or release. 
+// Custominzations to each of these arrays will require ongoing maintenance.
+// Recommended to leave as defaults shown here.
+
+l10n.dl_green_box_select_box_os_values	= [ "" ]; 
+/*l10n.dl_green_box_select_box_os_values		= [ "Windows (EXE)",
 				    		    "Linux 64-bit (x86-64) (DEB)",
 						    "Linux 64-bit (x86-64) (RPM)",
 						    "Linux 32-bit (x86) (DEB)",
 						    "Linux 32-bit (x86) (RPM)",
 						    "OS X 64-bit (x86-64) (DMG)",
 						    "OS X 32-bit (x86) (DMG)",
-						    "More platforms / operating systems" ];
-/* l10n.dl_green_box_select_box_os_values	= [ "" ]; */
-
-l10n.dl_green_box_select_box_language_values	= [ "Asturian (Asturianu)",
+						    "More platforms / operating systems" ];*/
+ 
+l10n.dl_green_box_select_box_language_values	= [ "" ]; 
+/*l10n.dl_green_box_select_box_language_values	= [ "Asturian (Asturianu)",
 						    "Basque (Euskara)",
 						    "Bulgarian (български език)",
 						    "Chinese [simplified] (简体中文)",
@@ -80,15 +87,16 @@ l10n.dl_green_box_select_box_language_va
 						    "Tamil (தமிழ்)",
 						    "Thai (ภาษาไทย)",
 						    "Turkish (Türkçe)",
-						    "Vietnamese (Tiếng Việt)" ];
-/* l10n.dl_green_box_select_box_language_values	= [ "" ]; */
+						    "Vietnamese (Tiếng Việt)" ];*/
 
-l10n.dl_green_box_select_box_version_values	= [ "4.1.0",
+
+l10n.dl_green_box_select_box_version_values	= [ "" ]; 
+/*l10n.dl_green_box_select_box_version_values	= [ "4.1.0",
 						    "4.0.1",
 						    "4.0.0",
 						    "3.4.1",
-						    "Older releases" ];
-/* l10n.dl_green_box_select_box_version_values	= [ "" ]; */
+						    "Older releases" ];*/
+
 
 // Download: Strings in the sub-green box (used in "index.html").
 // Not defined for now.