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 17:50:30 UTC

svn commit: r920039 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/de/downloads/msg_prop_l10n_de.js

Author: buildbot
Date: Thu Aug 21 15:50:30 2014
New Revision: 920039

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/de/downloads/msg_prop_l10n_de.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Aug 21 15:50:30 2014
@@ -1 +1 @@
-1619443
+1619454

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Aug 21 15:50:30 2014
@@ -1 +1 @@
-1619443
+1619454

Modified: websites/staging/ooo-site/trunk/content/de/downloads/msg_prop_l10n_de.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/de/downloads/msg_prop_l10n_de.js (original)
+++ websites/staging/ooo-site/trunk/content/de/downloads/msg_prop_l10n_de.js Thu Aug 21 15:50:30 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.