Author: marcus
Date: Sun Sep  7 18:56:39 2014
New Revision: 1623085

URL: http://svn.apache.org/r1623085
Log:
Added new languages and version, enabled the translated names again

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=1623085&r1=1623084&r2=1623085&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 Sun Sep  
7 18:56:39 2014
@@ -34,27 +34,28 @@ 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.
-// Leaving as default will result in the download box shown on: 
http://www.openoffice.org/download/index.html
-// for any OS, language, or release. 
+// You must leave at least one single empty string (see the comment lines 
above the 3 following variables)!
+// Leaving as default will result in the download box for any OS, language, or 
release shown on:
+// http://www.openoffice.org/download/index.html
 // Custominzations to each of these arrays will require ongoing maintenance 
for new releases.
-// Commented examples here may not be correct for current AOO release.
 
-// 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)",
+// 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" ];*/
+                                                   "More platforms / operating 
systems" ];
  
-l10n.dl_green_box_select_box_language_values   = [ "" ]; 
-/*l10n.dl_green_box_select_box_language_values = [ "Asturian (Asturianu)",
+// l10n.dl_green_box_select_box_language_values        = [ "" ]; 
+l10n.dl_green_box_select_box_language_values   = [ "Asturian (Asturianu)",
                                                    "Basque (Euskara)",
                                                    "Bulgarian 
(български език)",
+                                                   "Catalan",
+                                                   "Catalan [Valencia AVL]",
+                                                   "Catalan [Valencia RACV]",
                                                    "Chinese [simplified] 
(简体中文)",
                                                    "Chinese [traditional] 
(正體中文)",
                                                    "Czech (Čeština)",
@@ -89,16 +90,15 @@ l10n.dl_green_box_select_box_language_va
                                                    "Tamil (தமிழ்)",
                                                    "Thai (ภ
าษาไทย)",
                                                    "Turkish (Türkçe)",
-                                                   "Vietnamese (Tiếng 
Việt)" ];*/
-
+                                                   "Vietnamese (Tiếng 
Việt)" ];
 
-l10n.dl_green_box_select_box_version_values    = [ "" ]; 
-/*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.1",
+                                                   "4.1.0",
                                                    "4.0.1",
                                                    "4.0.0",
                                                    "3.4.1",
-                                                   "Older releases" ];*/
-
+                                                   "Older releases" ];
 
 // Download: Strings in the sub-green box (used in "index.html").
 // Not defined for now.


Reply via email to