Author: kschenk
Date: Thu Aug 21 16:52:57 2014
New Revision: 1619484

URL: http://svn.apache.org/r1619484
Log:
Changed to recommend defaults for some DL properties.

Modified:
    openoffice/ooo-site/trunk/content/xx/download/msg_prop_l10n_xx.js

Modified: openoffice/ooo-site/trunk/content/xx/download/msg_prop_l10n_xx.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/xx/download/msg_prop_l10n_xx.js?rev=1619484&r1=1619483&r2=1619484&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/xx/download/msg_prop_l10n_xx.js (original)
+++ openoffice/ooo-site/trunk/content/xx/download/msg_prop_l10n_xx.js Thu Aug 
21 16:52:57 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.


Reply via email to