Author: kschenk
Date: Thu Aug 21 15:48:51 2014
New Revision: 1619454

URL: http://svn.apache.org/r1619454
Log:
Took out language specific info to OS. lang and version. Back to English for 
maintenance reasons.

Modified:
    openoffice/ooo-site/trunk/content/de/downloads/msg_prop_l10n_de.js

Modified: openoffice/ooo-site/trunk/content/de/downloads/msg_prop_l10n_de.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/de/downloads/msg_prop_l10n_de.js?rev=1619454&r1=1619453&r2=1619454&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/de/downloads/msg_prop_l10n_de.js 
(original)
+++ openoffice/ooo-site/trunk/content/de/downloads/msg_prop_l10n_de.js Thu Aug 
21 15:48:51 2014
@@ -31,9 +31,21 @@ l10n.dl_green_box_selectbox_os_title         = 
 l10n.dl_green_box_selectbox_lang_title         = "Wähle die gewünschte 
Sprache";
 l10n.dl_green_box_selectbox_ver_title          = "Wähle die gewünschte 
Version";
 
+//These strings require updates per version. Leave them as empty is you want 
to just take the defautl in English.
+
 // 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)",
+l10n.dl_green_box_select_box_os_values         = [ "" ];
+
+
+l10n.dl_green_box_select_box_language_values   = [ "" ];
+
+
+l10n.dl_green_box_select_box_version_values    = [ "" ];
+
+//previous
+
+/*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)",
@@ -41,7 +53,7 @@ l10n.dl_green_box_select_box_os_values                
                                                    "OS X 64-Bit (x86-64) 
(DMG)",
                                                    "OS X 32-Bit (x86) (DMG)",
                                                    "Andere Betriebssysteme" ];
-/* l10n.dl_green_box_select_box_os_values      = [ "" ]; */
+
 
 l10n.dl_green_box_select_box_language_values   = [ "Asturisch",
                                                    "Baskisch",
@@ -81,14 +93,14 @@ l10n.dl_green_box_select_box_language_va
                                                    "Thailändisch",
                                                    "Türkisch",
                                                    "Vietnamesisch" ];
-/* l10n.dl_green_box_select_box_language_values        = [ "" ]; */
+
 
 l10n.dl_green_box_select_box_version_values    = [ "4.1.0",
                                                    "4.0.1",
                                                    "4.0.0",
                                                    "3.4.1",
                                                    "Ältere Versionen" ];
-/* l10n.dl_green_box_select_box_version_values = [ "" ]; */
+*/
 
 // Download: Strings in the sub-green box (used in "index.html").
 // Not defined for now.


Reply via email to