Author: mseidel
Date: Sat Apr  8 13:20:50 2017
New Revision: 1790679

URL: http://svn.apache.org/viewvc?rev=1790679&view=rev
Log:
Changed DevBuilds page, changed German (de) download page

Added:
    openoffice/ooo-site/trunk/content/de/Archive/md5sums.txt
      - copied unchanged from r1790678, 
openoffice/ooo-site/trunk/content/de/md5sums.txt
    openoffice/ooo-site/trunk/content/de/download/
    openoffice/ooo-site/trunk/content/de/download/index.html
    openoffice/ooo-site/trunk/content/de/download/msg_prop_l10n_de.js
    openoffice/ooo-site/trunk/content/download/devbuilds.html
      - copied unchanged from r1790678, 
openoffice/ooo-site/trunk/content/download/devbuilds-test.html
    openoffice/ooo-site/trunk/content/download/devbuilds_old.html
      - copied unchanged from r1790678, 
openoffice/ooo-site/trunk/content/download/devbuilds.html
Removed:
    openoffice/ooo-site/trunk/content/de/md5sums.txt
    openoffice/ooo-site/trunk/content/download/devbuilds-test.html
Modified:
    openoffice/ooo-site/trunk/content/de/index.html
    openoffice/ooo-site/trunk/content/de/topnav.mdtext
    openoffice/ooo-site/trunk/content/he/download/index.html

Added: openoffice/ooo-site/trunk/content/de/download/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/de/download/index.html?rev=1790679&view=auto
==============================================================================
--- openoffice/ooo-site/trunk/content/de/download/index.html (added)
+++ openoffice/ooo-site/trunk/content/de/download/index.html Sat Apr  8 
13:20:50 2017
@@ -0,0 +1,155 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="de" lang="de">
+<head itemscope itemtype="http://schema.org/Article";>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+  <meta itemprop="name" content="Apache OpenOffice herunterladen" />
+  <meta itemprop="description" content="Folge der OpenOffice Revolution, der 
freien Büro-Software mit über 200 Millionen Downloads." />
+  <meta itemprop="image" 
content="https://www.openoffice.org/images/AOO_logos/AOO-Logo-Download.png"; />
+  <meta property="og:title" content="Apache OpenOffice herunterladen" />
+  <meta property="og:description" content="Folge der OpenOffice Revolution, 
der freien Büro-Software mit über 200 Millionen Downloads." />
+  <meta property="og:image" 
content="https://www.openoffice.org/images/AOO_logos/AOO-Logo-Download.png"; />
+  <meta name="description" content="Offizielle Apache OpenOffice 
Download-Webseite. Folge der OpenOffice Revolution, der freien Büro-Software 
mit über 200 Millionen Downloads." />
+  <title>Apache OpenOffice herunterladen - Offizielle Webseite</title>
+  <script type="text/javascript" src="/download/globalvars.js"></script>
+  <script type="text/javascript" src="./msg_prop_l10n_de.js"></script>
+  <script type="text/javascript" src="/download/languages.js"></script>
+  <script type="text/javascript" src="/download/release_matrix.js"></script>
+  <script type="text/javascript" src="/download/boxed_download.js"></script>
+  <script type="text/javascript" src="/download/download.js"></script>
+  <style type="text/css">
+  /* <![CDATA[ */
+  /*-------------------- Exceptions on standard css -----------------------*/
+  @import "/download/styles.css";
+  @import "/download/exceptions.css";
+  /* ]]> */
+  </style>
+  <script>
+    if ( window.document.referrer.indexOf( "shell.windows.com" ) != -1 ) {
+       location.href = "/why/why_odf.html";
+    }
+
+    function share( platform ) {
+      _gaq.push( ['_trackEvent', 'social', 'shareDownload', platform] ); 
+
+      if ( platform == 'apacheblog' ) {
+        window.open( 'https://blogs.apache.org/OOo/', '_blank' );
+      } else if ( platform == 'facebook' ) {
+        window.open( 
'https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.openoffice.org%2Fdownload%2F',
 '_blank', 'toolbar=0, status=0, width=580, height=325' );
+      } else if ( platform == 'twitter' ) {
+        window.open( 
'https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.openoffice.org%2Fdownload%2F&text=Join+the+OpenOffice+revolution%2C+the+free+office+productivity+suite+with+over+200+million+trusted+downloads.',
 '_blank', 'toolbar=0, status=0, width=580, height=325' );
+      } else if ( platform == 'google+' ) {
+        window.open( 
'https://plus.google.com/share?url=https%3A%2F%2Fwww.openoffice.org%2Fdownload%2F',
 '_blank', 'toolbar=0, status=0, width=400, height=440' );
+      }
+    }
+  </script>
+</head>
+
+<body>
+
+<div class="overall_optionset">
+
+  <div class="optionset">
+
+    <!-- Text above the first colored box -->
+    <script type="text/javascript">
+    <!--
+    // The text in the H1 tag is intentionally shown as "display: none" (do 
not display).
+    // This is to please accessibility tools like a screen reader.
+    document.write( "<h1 style='display: none;'>" + l10n.dl_headline_text + 
"</h1>" );
+    //-->
+    </script>
+
+    <!-- Green: Stable release -->
+    <!-- Download via select boxes -->
+    <script type="text/javascript">
+    <!--
+
+    // Set a specific language ISO code to force to assemble a certain 
localized build as download link.
+    // Changed: The variable can now be found in the 
"msg_prop_l10n_<ISO_code>.js".
+
+    // Get the download box from a separate file.
+    DL.createDownloadBox();
+
+    // Fill the select boxes and wait for the user's choice.
+    DL.init( 1 );
+
+    entourage.initialize();
+
+    //-->
+    </script>
+
+    <!-- Green: Stable release: No JavaScript enabled -->
+    <noscript>
+    <div class="first button green-sel" id="optionitem2">
+      <div class="green-sel-icon"></div>
+      <h2>
+        <a style="cursor: pointer;" 
href="https://www.apache.org/dyn/aoo-closer.cgi/openoffice/";
+          title="Select from all platforms, languages, language packs to 
download">
+          Apache OpenOffice herunterladen - Offizielle Webseite
+        </a>
+      </h2>
+      <p>
+        <a style="cursor: pointer;" 
href="https://www.apache.org/dyn/aoo-closer.cgi/openoffice/";
+          title="Hier gibt es alle Plattformen, Spachen und Sprachpakete zum 
Herunterladen">Der Browser scheint JavaScript
+             deaktiviert zu haben. Diese Technik wird genutzt, um den 
eigentlichen Download-Link anzuzeigen. Wenn Apache
+             OpenOffice trotzdem heruntergeladen werden soll, bitte diesen 
Text anklicken und dann von der alternativen
+             Download-Webseite ausw&auml;hlen.
+             Vielen Dank für Ihr Verständnis.
+        </a>
+      </p>
+    </div>
+    </noscript>
+
+    <!-- Light Blue: Share download with social networks -->
+    <script type="text/javascript">
+    <!--
+    // Get the share box from a separate file.
+    DL.createShareBox();
+    //-->
+    </script>
+
+    <!-- Blue: Extensions -->
+    <script type="text/javascript">
+    <!--
+    // Get the extensions box from a separate file.
+    DL.createExtensionsBox();
+    //-->
+    </script>
+
+    <!-- Blue: Templates -->
+    <script type="text/javascript">
+    <!--
+    // Get the templates box from a separate file.
+    DL.createTemplatesBox();
+    //-->
+    </script>
+
+  </div> <!-- class "optionset" -->
+
+  <div class="additionalinformation">
+
+    <!-- Navigation bar -->
+    <script type="text/javascript">
+    <!--
+    // Get the navigation bar from a separate file.
+    DL.createNavigationBar();
+    //-->
+    </script>
+
+    <br /><br />
+
+    <!-- Logo section -->
+    <script type="text/javascript">
+    <!--
+    // Get the logo section from a separate file.
+    DL.createLogoSection();
+    //-->
+    </script>
+
+  </div> <!-- class: additionalinformation -->
+
+</div> <!-- class: overall_optionset -->
+
+</body>
+</html>
+

Added: openoffice/ooo-site/trunk/content/de/download/msg_prop_l10n_de.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/de/download/msg_prop_l10n_de.js?rev=1790679&view=auto
==============================================================================
--- openoffice/ooo-site/trunk/content/de/download/msg_prop_l10n_de.js (added)
+++ openoffice/ooo-site/trunk/content/de/download/msg_prop_l10n_de.js Sat Apr  
8 13:20:50 2017
@@ -0,0 +1,372 @@
+/* This file is to maintain text information that can be used on the download 
webpage via JavaScript when
+ * including this file.
+ *
+ * Instead of hard coded text in the green box please use these variables and 
translate it to your favorite language.
+ *
+ * Wrong:   "Download Apache OpenOffice"
+ * Correct: l10n.dl_green_box_headline_text
+ */
+
+
+
+// Object that contains all following variables.
+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.
+DL.NL_LANG                                     = "de";
+
+// General:
+l10n.dl_headline_text                          = "Apache OpenOffice 
herunterladen";
+
+// Download: Strings in the green box (used in "index.html").
+l10n.dl_green_box_headline_text                        = "Apache OpenOffice 
herunterladen";
+l10n.dl_green_box_headline_title               = "Herunterladen von Apache 
OpenOffice für das gewünschte Betriebssystem, Sprache und Version";
+l10n.dl_green_box_subtext1_text                        = "Hosted von 
Sourceforge.net - Eine vertrauenswürdige Webseite";
+l10n.dl_green_box_subtext1_title               = "Apache OpenOffice 
Installationsdateien sind von Sourceforge.net gehostet - Eine 
vertrauenswürdige Webseite";
+l10n.dl_green_box_subtext2_text                        = "Wähle das 
gewünschte Betriebssystem, Sprache und Version";
+l10n.dl_green_box_subtext2_title               = "Wähle das gewünschte 
Betriebssystem, Sprache und Version";
+l10n.dl_green_box_selectbox_os_title           = "Wähle das gewünschte 
Betriebssystem";
+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 
above the 3 following variables)!
+// Leaving as default will result in the download box for any OS, language, or 
release shown on:
+// https://www.openoffice.org/download/index.html
+// Custominzations to each of these arrays will require ongoing maintenance 
for new releases.
+
+// 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 (version >= 10.7) 
(DMG)",
+                                                   "OS X (version <= 10.6) 
(DMG)",
+                                                   "Andere Betriebssysteme" ];
+
+// l10n.dl_green_box_select_box_language_values        = [ "" ];
+l10n.dl_green_box_select_box_language_values   = [ "Asturisch",
+                                                   "Baskisch",
+                                                   "Bulgarisch",
+                                                   "Katalanisch",
+                                                   "Katalanisch [Valencianisch 
AVL]",
+                                                   "Katalanisch [Valencianisch 
RACV]",
+                                                   "Chinesisch [Vereinfacht]",
+                                                   "Chinesisch [Traditionell]",
+                                                   "Tschechisch",
+                                                   "Dänisch",
+                                                   "Niederländisch",
+                                                   "Englisch [Britisch]",
+                                                   "Englisch [US]",
+                                                   "Finnisch",
+                                                   "Französisch",
+                                                   "Galicisch",
+                                                   "Deutsch",
+                                                   "Griechisch",
+                                                   "Hebräisch",
+                                                   "Hindi",
+                                                   "Ungarisch",
+                                                   "Italienisch",
+                                                   "Japanisch",
+                                                   "Khmer",
+                                                   "Koreanisch",
+                                                   "Litauisch",
+                                                   "Norwegisch [Buchsprache]",
+                                                   "Polnisch",
+                                                   "Portugiesisch 
[Brasilianisch]",
+                                                   "Portugiesisch 
[Europäisch]",
+                                                   "Russisch",
+                                                   "Schottisch [Gälisch]",
+                                                   "Serbisch [Kyrillisch]",
+                                                   "Slowakisch",
+                                                   "Slowenisch",
+                                                   "Spanisch",
+                                                   "Schwedisch",
+                                                   "Tamilisch",
+                                                   "Thailändisch",
+                                                   "Türkisch",
+                                                   "Vietnamesisch" ];
+
+// l10n.dl_green_box_select_box_version_values = [ "" ];
+l10n.dl_green_box_select_box_version_values    = [ "4.1.3",
+                                                   "4.1.2",
+                                                   "4.1.1",
+                                                   "4.1.0",
+                                                   "4.0.1",
+                                                   "4.0.0",
+                                                   "3.4.1",
+                                                   "Ältere Versionen" ];
+
+// Download: Strings in the sub-green box (used in "index.html").
+// Not defined for now.
+
+// Download: Strings in the yellow box (used in "index.html").
+// Not defined for now.
+
+// Download: Strings in the sub-yellow box (used in "index.html").
+// Not defined for now.
+
+// Share: Strings in the light-blue box (used in "index.html").
+l10n.dl_share_light_blue_box_headline_text     = "Bitte weitersagen!";
+l10n.dl_share_light_blue_box_headline_title    = "Bitte weitersagen! Erzähle 
Deinen Freunden von Apache OpenOffice";
+l10n.dl_share_light_blue_box_text_text         = "Erzähle Deinen Freunden von 
Apache OpenOffice:";
+l10n.dl_share_light_blue_box_text_title                = "Bitte weitersagen! 
Erzähle Deinen Freunden von Apache OpenOffice";
+l10n.dl_share_light_blue_box_blog_text         = "Offizieller Blog";
+l10n.dl_share_light_blue_box_blog_title                = "Weblog von 
OpenOffice";
+l10n.dl_share_light_blue_box_blog_src          = "/images/logo-rss-32.png";
+l10n.dl_share_light_blue_box_blog_alt          = "Weblog von OpenOffice";
+l10n.dl_share_light_blue_box_facebook_text     = "Facebook";
+l10n.dl_share_light_blue_box_facebook_title    = "Erzähle Deinen Freunden von 
Apache OpenOffice auf Facebook";
+l10n.dl_share_light_blue_box_facebook_src      = 
"/images/logo-facebook-32.png";
+l10n.dl_share_light_blue_box_facebook_alt      = "Weitersagen auf Facebook";
+l10n.dl_share_light_blue_box_twitter_text      = "Twitter";
+l10n.dl_share_light_blue_box_twitter_title     = "Erzähle Deinen Freunden von 
Apache OpenOffice auf Twitter";
+l10n.dl_share_light_blue_box_twitter_src       = "/images/logo-twitter-32.png";
+l10n.dl_share_light_blue_box_twitter_alt       = "Weitersagen auf Twitter";
+l10n.dl_share_light_blue_box_googleplus_text   = "Google+";
+l10n.dl_share_light_blue_box_googleplus_title  = "Erzähle Deinen Freunden von 
Apache OpenOffice auf Google+";
+l10n.dl_share_light_blue_box_googleplus_src    = 
"/images/logo-googleplus-32.png";
+l10n.dl_share_light_blue_box_googleplus_alt    = "Weitersagen auf Google+";
+
+// Extensions: Strings in the blue box (top) (used in "index.html").
+l10n.dl_ext_blue_box_headline_text             = "Erweiterungen/Wörterbücher 
für Apache OpenOffice";
+l10n.dl_ext_blue_box_headline_title            = "Wähle aus einem breiten 
Angebot an zusätzlicher und individueller Funktionalität";
+l10n.dl_ext_blue_box_text_text                 = "Erweitere Deine Apache 
OpenOffice Funktionalität mit einer großen und stetig wachsenden Sammlung von 
Erweiterungen und Wörterbüchern von anderen Anwendern.";
+l10n.dl_ext_blue_box_text_title                        = "Wähle aus einem 
breiten Angebot an zusätzlicher und individueller Funktionalität";
+l10n.dl_ext_blue_box_text_href                 = 
"http://extensions.openoffice.org/";;
+
+// Templates: Strings in the blue box (bottom) (used in "index.html").
+l10n.dl_tlp_blue_box_headline_text             = "Vorlagen für Apache 
OpenOffice";
+l10n.dl_tlp_blue_box_headline_title            = "Wähle aus einem breiten 
Angebot an zusätzlichen und individuellen Vorlagen";
+l10n.dl_tlp_blue_box_text_text                 = "Erweitere Deine Apache 
OpenOffice Funktionalität mit einer großen und stetig wachsenden Sammlung von 
Vorlagen von anderen Anwendern.";
+l10n.dl_tlp_blue_box_text_title                        = "Wähle aus einem 
breiten Angebot an zusätzlichen und individuellen Vorlagen";
+l10n.dl_tlp_blue_box_text_href                 = 
"http://templates.openoffice.org/";;
+
+// Strings in the navigation bar (used in "index.html").
+// Release Information
+l10n.dl_nav_headline_1_text                    = "Release Informationen";
+l10n.dl_nav_sysreq_text                                = 
"Systemvoraussetzungen";
+l10n.dl_nav_sysreq_title                       = "Festplatte: ~300MB frei - 
Speicher: &gt;128MB - Prozessor: &gt;500MHz - OS: Windows, macOS (OS&nbsp;X), 
Linux, Solaris, FreeBSD...";
+l10n.dl_nav_sysreq_href                                = 
"https://www.openoffice.org/dev_docs/source/sys_reqs_aoo41.html";;
+l10n.dl_nav_license_text                       = "Lizenz";
+l10n.dl_nav_license_title                      = "Lizenz von Apache 
OpenOffice";
+l10n.dl_nav_license_href                       = 
"https://www.openoffice.org/license.html";;
+l10n.dl_nav_source_text                                = "Quellcode";
+l10n.dl_nav_source_title                       = "Für Entwickler und 
Power-User: Der Quellcode von Apache OpenOffice";
+l10n.dl_nav_source_href                                = 
"https://openoffice.apache.org/downloads.html";;
+l10n.dl_nav_build_text                         = "Anleitung zum Bauen";
+l10n.dl_nav_build_title                                = "Für Entwickler und 
Power-User: Anleitung zum Bauen von Apache OpenOffice";
+l10n.dl_nav_build_href                         = 
"https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO";;
+l10n.dl_nav_sdk_text                           = "Software Development Kit 
(SDK)";
+l10n.dl_nav_sdk_title                          = "Für Entwickler: Software 
Development Kit (SDK)";
+l10n.dl_nav_sdk_href                           = 
"https://openoffice.apache.org/downloads.html";;
+l10n.dl_nav_devbuilds_text                     = "Entwickler-Builds";
+l10n.dl_nav_devbuilds_title                    = "Für QA-Freiwillige: 
Entwickler-Builds";
+l10n.dl_nav_devbuilds_href                     = 
"https://www.openoffice.org/download/devbuilds.html";;
+
+// Documentation
+l10n.dl_nav_headline_2_text                    = "Dokumentation";
+l10n.dl_nav_schedule_text                      = "Release-Planung";
+l10n.dl_nav_schedule_title                     = "Wann ist ein neues Release 
geplant?";
+l10n.dl_nav_schedule_href                      = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/Releases";;
+l10n.dl_nav_hist_schedule_text                 = "Historische Release-Planung";
+l10n.dl_nav_hist_schedule_title                        = "Wann wurden alte 
Releases geplant?";
+l10n.dl_nav_hist_schedule_href                 = 
"https://wiki.openoffice.org/wiki/Product_Release";;
+l10n.dl_nav_inst_guide_text                    = "Installationsanleitungen";
+l10n.dl_nav_inst_guide_title                   = "Installationsanleitungen 
für Apache OpenOffice auf Windows, macOS (OS&nbsp;X) und Linux";
+l10n.dl_nav_inst_guide_href                    = 
"https://www.openoffice.org/download/common/instructions.html";;
+l10n.dl_nav_user_guide_text                    = "Handbücher";
+l10n.dl_nav_user_guide_title                   = "Ausführliche Handbücher 
für die tägliche Arbeit";
+l10n.dl_nav_user_guide_href                    = 
"https://www.openoffice.org/documentation/index.html";;
+l10n.dl_nav_why_java_text                      = "Java und Apache OpenOffice";
+l10n.dl_nav_why_java_title                     = "Informationen über Java: 
Was ist Java und wofür wird es gebraucht?";
+l10n.dl_nav_why_java_href                      = 
"https://www.openoffice.org/download/common/java.html";;
+l10n.dl_nav_eol_text                           = "Eingestellte Versionen 
(End-Of-Life)";
+l10n.dl_nav_eol_title                          = "Eingestellte und nicht 
weiter gepflegte Versionen (End-Of-Life)";
+l10n.dl_nav_eol_href                           = 
"https://www.openoffice.org/development/releases/eol.html";;
+
+// Additional Resources
+l10n.dl_nav_headline_3_text                    = "Weitere Ressourcen";
+l10n.dl_nav_support_text                       = "Unterstützung (Support)";
+l10n.dl_nav_support_title                      = "Hier gibt es kostenlose und 
kostenpflichtige Unterstützungen!";
+l10n.dl_nav_support_href                       = 
"https://www.openoffice.org/support/index.html";;
+l10n.dl_nav_local_text                         = "Lokalisierungen";
+l10n.dl_nav_local_title                                = "Informationen und 
Unterstützung für Deine gewünschte Sprache";
+l10n.dl_nav_local_href                         = 
"https://openoffice.apache.org/native-lang.html";;
+l10n.dl_nav_stat_text                          = "Download-Statistiken";
+l10n.dl_nav_stat_title                         = "Download und andere 
Statistiken";
+l10n.dl_nav_stat_href                          = 
"https://www.openoffice.org/stats/index.html";;
+l10n.dl_nav_mirrors1_text                      = "Alternative Spiegel-Server 
#1";
+l10n.dl_nav_mirrors1_title                     = "Herunterladen über 
Sourceforge Spiegel-Server";
+l10n.dl_nav_mirrors1_href                      = 
"https://sourceforge.net/projects/openofficeorg.mirror/files/";;
+l10n.dl_nav_mirrors2_text                      = "Alternative Spiegel-Server 
#2";
+l10n.dl_nav_mirrors2_title                     = "Herunterladen über Apache 
Spiegel-Server";
+l10n.dl_nav_mirrors2_href                      = 
"https://www.apache.org/dyn/closer.lua/openoffice/";;
+l10n.dl_nav_porting_text                       = "Andere Portierungen und 
Distributionen";
+l10n.dl_nav_porting_title                      = "Portierungen und 
Distributionen von Drittanbieter";
+l10n.dl_nav_porting_href                       = 
"https://www.openoffice.org/porting/index.html";;
+l10n.dl_nav_archive_text                       = "Archivierte und 
Legacy-Versionen";
+l10n.dl_nav_archive_title                      = "Herunterladen von 
archivierten und Legacy-Versionen";
+l10n.dl_nav_archive_href                       = 
"https://www.openoffice.org/download/archive.html";;
+
+// List items in the navigation bar that are not used for now.
+l10n.dl_nav_release_notes_text                 = "Release Notes";
+l10n.dl_nav_release_notes_title                        = "Was ist neu, was 
wurde verbessert in Apache OpenOffice?";
+l10n.dl_nav_release_notes_href                 = 
"https://www.openoffice.org/development/releases/index.html";;
+l10n.dl_nav_checksum_text                      = "Download verifizieren?";
+l10n.dl_nav_checksum_title                     = "Wie kann die 
heruntergeladene Datei mit Signaturen und Hashwerten verifiziert werden?";
+l10n.dl_nav_checksum_href                      = 
"https://www.openoffice.org/download/checksums.html";;
+
+// Strings for the logo graphics.
+l10n.dl_img_sourceforge_title                  = "Sourceforge - Download, 
Develop and Publish Free Open Source Software";
+l10n.dl_img_sourceforge_href                   = 
"https://www.sourceforge.net/";;
+l10n.dl_img_sourceforge_src                    = "/images/sourceforge.png";
+l10n.dl_img_sourceforge_alt                    = "Sourceforge";
+l10n.dl_img_w3c_title                          = "W3C Markup Validation 
Service - Check the markup (HTML, XHTML, ...) of Web documents";
+l10n.dl_img_w3c_href                           = 
"https://validator.w3.org/check?uri=referer";;
+l10n.dl_img_w3c_src                            = 
"/images/valid-xhtml10-blue.png";
+l10n.dl_img_w3c_alt                            = "W3C Validator";
+
+
+
+// The following variables are used in the "download.js" file:
+
+// Download: Strings in the green box (used in "download.js").
+l10n.dl_full_link_text                         = "Herunterladen: 
Vollinstallation";
+l10n.dl_full_link_title                                = "Klicken zum 
Herunterladen: ";
+l10n.dl_langpack_link_text                     = "Herunterladen: Sprachpaket";
+l10n.dl_langpack_link_title                    = "Klicken zum Herunterladen: ";
+
+l10n.dl_full_link_porting_text                 = "Portierungen: Klicken zum 
Wählen von Drittanbietern";
+l10n.dl_full_link_porting_title                        = "Klicken zum Aufrufen 
der Portierungswebseite und Herunterladen von Drittanbietern";
+l10n.dl_full_link_archive_text                 = "Archiv: Klicken zum Wählen 
von älteren Releases";
+l10n.dl_full_link_archive_title                        = "Klicken zum Aufrufen 
der Archivwebseite und Herunterladen von älteren Releases";
+
+// Download: Strings in the sub-green box (used in "download.js").
+l10n.dl_rel_info_headline_text                 = "Release: ";
+l10n.dl_rel_info_milestone_text                        = "Milestone ";
+l10n.dl_rel_info_buildid_text                  = "Build ID ";
+l10n.dl_rel_info_svn_text                      = "SVN "
+l10n.dl_rel_info_rel_date_text                 = "Veröffentlicht ";
+l10n.dl_rel_notes_text                         = "Release Notes";
+l10n.dl_rel_notes_title                                = "Release Notes für 
Apache OpenOffice ";
+
+l10n.dl_headline_full_text                     = "Vollinstallation: ";
+l10n.dl_headline_langpack_text                 = "Sprachpaket: ";
+l10n.dl_filesize_text                          = "Dateigröße ~";
+l10n.dl_megabyte_text                          = " MByte";
+l10n.dl_checksum_headline_text                 = "Signaturen und Hashwerte: ";
+l10n.dl_checksum_keys_text                     = "KEYS";
+l10n.dl_checksum_keys_title                    = "KEYS Signaturdatei";
+l10n.dl_checksum_asc_text                      = "ASC";
+l10n.dl_checksum_asc_title                     = "ASC Signatur für: ";
+l10n.dl_checksum_md5_text                      = "MD5";
+l10n.dl_checksum_md5_title                     = "MD5 Hashwert für: ";
+l10n.dl_checksum_sha256_text                   = "SHA256";
+l10n.dl_checksum_sha256_title                  = "SHA256 Hashwert für: ";
+
+l10n.dl_help_img_title                         = "Was ist der Unterschied 
zwischen einer Vollinstallation und einem Sprachpaket?";
+l10n.dl_help_img_src                           = 
"/download/cachedimages/help-information-icon.png";
+l10n.dl_help_img_alt                           = "Install info";
+l10n.dl_help_text                              = "Was ist ein Sprachpaket?";
+l10n.dl_help_title                             = "Was ist der Unterschied 
zwischen einer Vollinstallation und einem Sprachpaket?";
+l10n.dl_checksum_img_title                     = "Wie kann man die 
heruntergeladene Datei mit Prüfsummen verifizieren?";
+l10n.dl_checksum_img_src                       = 
"/download/cachedimages/help-information-icon.png";
+l10n.dl_checksum_img_alt                       = "Prüfsummen verifizieren";
+l10n.dl_checksum_text                          = "Download verifizieren?";
+l10n.dl_checksum_title                         = "Wie kann man die 
heruntergeladene Datei mit Prüfsummen verifizieren?";
+l10n.dl_report_img_title                       = "Kaputter Download-Link? Hier 
klicken zum Melden.";
+l10n.dl_report_img_src                         = 
"/download/cachedimages/help-report-broken-link-icon.png";
+l10n.dl_report_img_alt                         = "Broken link";
+l10n.dl_report_text                            = "Kaputten Link melden";
+l10n.dl_report_title                           = "Kaputter Download-Link? Hier 
klicken zum Melden.";
+
+// Download: Strings for error text in the sub-red box (used in "download.js").
+l10n.dl_full_link_error_text                   = "Keine Vollinstallation 
verfügbar";
+l10n.dl_full_link_error_title                  = "Bitte ein anderes 
Betriebssystem, Sprache oder Version wählen.";
+l10n.dl_langpack_link_error_text               = "Kein Sprachpaket verfügbar";
+l10n.dl_langpack_link_error_title              = "Bitte ein anderes 
Betriebssystem, Sprache oder Version wählen.";
+
+l10n.dl_error_problem_img_title                        = "Die ausgewählte 
Installationsdatei ist nicht verfügbar";
+l10n.dl_error_problem_img_src                  = 
"/download/cachedimages/exclamation-icon.png";
+l10n.dl_error_problem_img_alt                  = "Error text";
+l10n.dl_error_problem_text                     = "Problem: ";
+l10n.dl_error_solution_text                    = "Lösung: ";
+l10n.dl_error_aoo_text                         = "Apache OpenOffice ";
+l10n.dl_error_not_available_for_text           = " ist nicht verfügbar für ";
+l10n.dl_error_please_select_1_text             = "Bitte wähle Version 4.0.1.";
+l10n.dl_error_please_select_2_text             = "Bitte wähle Version 4.1.0 
oder neuer.";
+l10n.dl_error_please_select_3_text             = "Bitte wähle eine 
Installationsdatei für Windows, macOS (OS&nbsp;X) oder Linux.";
+l10n.dl_error_please_select_4_text             = "Bitte wähle eine andere 
Sprache oder Version.";
+
+l10n.dl_unknown_platform_text                  = "unbekanntes Betriebssystem / 
Plattform";
+
+// Download: Strings with customized error text in the sub-red box (used in 
"download.js").
+// Can be used when the default text in the variables above cannot be 
translated correctly.
+l10n.dl_error_custom_1_text                    = "";
+l10n.dl_error_custom_2_text                    = "";
+l10n.dl_error_custom_3_text                    = "";
+l10n.dl_error_custom_4_text                    = "";
+
+
+
+// The following variables are used in the "analyze.html" file:
+
+// Analyze: Strings for the instruction text (used in "analyze.html").
+l10n.dl_analyze_headline_text                  = "Wie wird ein kaputter 
Download-Link gemeldet?";
+l10n.dl_analyze_instruction_select_text                = "<b>Wähle die 
gewünschten Optionen</b>: Betriebssystem, Sprache und Version in dem unteren 
grünen Kasten.";
+l10n.dl_analyze_instruction_verify_text                = "Sicherstellen, dass 
diese Optionen <b>noch immer nicht</b> zu funktionierenden Download-Links 
führen.";
+l10n.dl_analyze_instruction_click_text         = "Auf den Button unterhalb des 
grünen Kastens drücken: ";
+l10n.dl_analyze_instruction_copy_text          = "Kopieren der ausgewählten 
Tabellendaten in die Zwischenablage: ";
+l10n.dl_analyze_instruction_new_mail_text      = "Neue E-Mail erstellen.";
+l10n.dl_analyze_instruction_problem_text       = "<b>Beschreibung des 
Problems</b> (was funktioniert nicht und was wird erwartet).";
+l10n.dl_analyze_instruction_details_text       = "Bitte auch <b>Details über 
das benutzte Betriebssystem</b> hinzufügen.";
+l10n.dl_analyze_instruction_paste_text         = "Die Kopierten Daten ans Ende 
der E-Mail einfügen.";
+l10n.dl_analyze_instruction_only_download_text = "Bitte <b>die E-Mail nur in 
dem Fall senden, wenn es um Probleme beim Herunterladen gibt</b> und nicht beim 
Installieren.";
+l10n.dl_analyze_instruction_no_install_text    = "Diese Webseite kann 
überhaupt nicht bei Installationsproblemen helfen.";
+l10n.dl_analyze_instruction_send_mail_text     = "Schließlich, <b>senden der 
E-Mail</b> an die: ";
+l10n.dl_analyze_instruction_mailing_list_text  = "Apache OpenOffice 
Entwicklungs-Mailing Liste";
+l10n.dl_analyze_instruction_mailing_list_title = "Senden des Reports an die 
Apache OpenOffice Entwickler-Mailing Liste";
+l10n.dl_analyze_instruction_learn_more_text    = "Was ist eine Mailing Liste?";
+l10n.dl_analyze_instruction_learn_more_title   = "Hier klicken für weitere 
Informationen zu Mailing Listen";
+l10n.dl_analyze_instruction_answer_text                = "Wir werden 
versuchen, nach Erhalt der E-Mail und Analyse schnellstmöglich eine Antwort zu 
geben.";
+l10n.dl_analyze_instruction_thanks_text                = "Vielen Dank für den 
Report.";
+
+// Analyze: Strings for the 3 buttons (used in "analyze.html").
+l10n.dl_analyze_update_button_text             = "Klicken zum Aktualisieren 
der Tabelle";
+l10n.dl_analyze_update_button_title            = "Packt die selektierten 
Optionen als Werte in die untere Tabelle";
+l10n.dl_analyze_select_button_text             = "Klicken zum Auswählen der 
Tabelle";
+l10n.dl_analyze_select_button_title            = "Auswählen aller Daten in 
der unteren Tabelle";
+l10n.dl_analyze_copy_button_text               = "Kopieren mit [Strg] + [C] / 
[&#8984;]+[C]";
+l10n.dl_analyze_copy_button_title              = "Kopieren der ausgewählten 
Tabellendaten mit [ Strg ] + [ C ] oder [ &#8984; ] + [ C ] in die 
Zwischenablage";
+
+// Analyze: Strings for the table (used in "analyze.html").
+l10n.dl_analyze_table_problem_text1            = "Problembeschreibung";
+l10n.dl_analyze_table_problem_text2            = "Ersetze diesen Text und 
beschreibe das Problem <br /><br />(Was funktioniert nicht? Was wird 
erwartet?)";
+l10n.dl_analyze_table_browser_text             = "Browser Variablen";
+l10n.dl_analyze_table_values_text              = "Werte";
+l10n.dl_analyze_table_yes_text                 = "Ja";
+l10n.dl_analyze_table_no_text                  = "Nein";
+l10n.dl_analyze_table_stable_release_text      = "Stabiles Release";
+l10n.dl_analyze_table_javascript_text          = 
"JavaScript&nbsp;Funktionen/Variablen";
+
+
+
+// General: Links to webpage files that could be localized.
+l10n.dl_rel_notes_aoo413_link                  = 
"https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65873798";;
+l10n.dl_rel_notes_aoo412_link                  = 
"https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61318804";;
+l10n.dl_rel_notes_aoo411_link                  = 
"https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=44995874";;
+l10n.dl_rel_notes_aoo410_link                  = 
"https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=40507525";;
+l10n.dl_rel_notes_aoo401_link                  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0.1+Release+Notes+%28Deutsch%29";;
+l10n.dl_rel_notes_aoo400_link                  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0+Release+Notes+%28Deutsch%29";;
+l10n.dl_help_link                              = 
"https://www.openoffice.org/download/full_vs_lp.html";;
+l10n.dl_checksum_link                          = 
"https://www.openoffice.org/download/checksums.html";;
+l10n.dl_report_link                            = 
"https://www.openoffice.org/de/downloads/analyze.html";;
+l10n.dl_porting_link                           = 
"https://www.openoffice.org/porting/index.html";;
+l10n.dl_archive_link                           = 
"https://www.openoffice.org/download/archive.html";;
+l10n.dl_aoo341_link                            = 
"https://www.openoffice.org/download/other-341.html";;

Modified: openoffice/ooo-site/trunk/content/de/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/de/index.html?rev=1790679&r1=1790678&r2=1790679&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/de/index.html (original)
+++ openoffice/ooo-site/trunk/content/de/index.html Sat Apr  8 13:20:50 2017
@@ -130,7 +130,7 @@ screen reader.
     document.write( "<ul><li>"
       + "<div class='action-download'>"
         + "<div class='action-text action-link'>"
-          + "<a href='./downloads/index.html'>"
+          + "<a href='./download/index.html'>"
             + "<h2>Ich m&ouml;chte Apache OpenOffice herunterladen</h2>"
             + "<p style='font-size: 1.0em; font-weight: bold;'>(Neueste 
Version: " + DL.VERSION + ")</p>"
             + "<p>Laden Sie Apache OpenOffice kostenlos herunter 
<b>(wirklich!)</b> | "
@@ -150,7 +150,7 @@ screen reader.
     <noscript>
         <div class="action-download">
           <div class="action-text action-link">
-            <a href="./downloads/index.html">
+            <a href="./download/index.html">
               <h2>Ich m&ouml;chte Apache OpenOffice herunterladen</h2>
               <p>Laden Sie Apache OpenOffice kostenlos herunter.</p>
             </a>

Modified: openoffice/ooo-site/trunk/content/de/topnav.mdtext
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/de/topnav.mdtext?rev=1790679&r1=1790678&r2=1790679&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/de/topnav.mdtext (original)
+++ openoffice/ooo-site/trunk/content/de/topnav.mdtext Sat Apr  8 13:20:50 2017
@@ -9,7 +9,7 @@ divid:  topnava
 - [Sprachen][m7]
 
 [m0]:    /product/index.html                                           
"Produktbeschreibung von Apache OpenOffice "
-[m1]:    /de/downloads/index.html                                      
"Herunterladen von Apache OpenOffice"
+[m1]:    /de/download/index.html                                       
"Herunterladen von Apache OpenOffice"
 [m2]:    /support/index.html                                           "Finde 
Support für Apache OpenOffice"
 [m3]:    https://blogs.apache.org/OOo/                                 
"Blog-Posts über und von Apache OpenOffice"
 [m4]:    /extensions/index.html                                        
"Erweiterungen und Vorlagen für Apache OpenOffice"

Modified: openoffice/ooo-site/trunk/content/he/download/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/he/download/index.html?rev=1790679&r1=1790678&r2=1790679&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/he/download/index.html (original)
+++ openoffice/ooo-site/trunk/content/he/download/index.html Sat Apr  8 
13:20:50 2017
@@ -1,14 +1,14 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; />
+<html xmlns="http://www.w3.org/1999/xhtml";>
 <head itemscope itemtype="http://schema.org/Article";>
-  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   <meta itemprop="name" content="הורדת Apache OpenOffice" />
-  <meta itemprop="description" content="הצטרף למהפכת OpenOffice, 
חבילת התוכנה המשרדית עם כבר למעלה מ-100 
מיליון הורדות." />
-  <meta itemprop="image" 
content="http://www.openoffice.org/images/aoo-logo-100x100.png"; />
+  <meta itemprop="description" content="הצטרף למהפכת OpenOffice, 
חבילת התוכנה המשרדית עם כבר למעלה מ-200 
מיליון הורדות." />
+  <meta itemprop="image" 
content="https://www.openoffice.org/images/AOO_logos/AOO-Logo-Download.png"; />
   <meta property="og:title" content="הורדת Apache OpenOffice" />
   <meta property="og:description" content="הצטרף למהפכת OpenOffice, 
חבילת התוכנה המשרדית עם כבר למעלה מ-100 
מיליון הורדות." />
-  <meta property="og:image" 
content="http://www.openoffice.org/images/aoo-logo-100x100.png"; />
-  <meta name="description" content="דף רשמי להורדת Apache 
OpenOffice. הצטרף למהפכת OpenOffice, חבילת התוכנה 
המשרדית עם כבר למעלה מ-100 מיליון הורדות." />
+  <meta property="og:image" 
content="https://www.openoffice.org/images/AOO_logos/AOO-Logo-Download.png"; />
+  <meta name="description" content="דף רשמי להורדת Apache 
OpenOffice. הצטרף למהפכת OpenOffice, חבילת התוכנה 
המשרדית עם כבר למעלה מ-200 מיליון הורדות." />
   <title>הורדות Apache OpenOffice - אתר רשמי</title>
   <script type="text/javascript" src="../../download/globalvars.js"></script>
   <script type="text/javascript" src="msg_prop_l10n_he.js"></script>
@@ -33,13 +33,13 @@
       _gaq.push( ['_trackEvent', 'social', 'shareDownload', platform] ); 
 
       if ( platform == 'apacheblog' ) {
-        window.open( 'http://blogs.apache.org/OOo/', '_blank' );
+        window.open( 'https://blogs.apache.org/OOo/', '_blank' );
       } else if ( platform == 'facebook' ) {
-        window.open( 
'http://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F',
 '_blank', 'toolbar=0, status=0, width=580, height=325' );
+        window.open( 
'https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.openoffice.org%2Fdownload%2F',
 '_blank', 'toolbar=0, status=0, width=580, height=325' );
       } else if ( platform == 'twitter' ) {
-        window.open( 
'http://twitter.com/intent/tweet?url=http%3A%2F%2Fwww.openoffice.org%2Fhe%2Fdownload%2F&text=הורד
 בחינם את חבילת התוכנות למשרד Apache OpenOffice. 
למעלה מ-100 מיליון הורדות.', '_blank', 'toolbar=0, status=0, 
width=580, height=325' );
+        window.open( 
'https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.openoffice.org%2Fhe%2Fdownload%2F&text=הורד
 בחינם את חבילת התוכנות למשרד Apache OpenOffice. 
למעלה מ-200 מיליון הורדות.', '_blank', 'toolbar=0, status=0, 
width=580, height=325' );
       } else if ( platform == 'google+' ) {
-        window.open( 
'http://plus.google.com/share?url=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F',
 '_blank', 'toolbar=0, status=0, width=580, height=325' );
+        window.open( 
'https://plus.google.com/share?url=https%3A%2F%2Fwww.openoffice.org%2Fdownload%2F',
 '_blank', 'toolbar=0, status=0, width=400, height=440' );
       }
     }
   </script>
@@ -87,7 +87,7 @@
       <a>Download Apache OpenOffice</a>
     </h2>
     <p>
-      <a style="cursor: pointer;" 
href="http://www.apache.org/dyn/aoo-closer.cgi/openoffice/";
+      <a style="cursor: pointer;" 
href="https://www.apache.org/dyn/aoo-closer.cgi/openoffice/";
         title="Select from all platforms, languages, language packs to 
download">The browser seems to have JavaScript
        disabled. This technique is used for showing the actual download link. 
If you want to download Apache OpenOffice
        anyway, click this text to choose from the alternative download webpage.
@@ -113,17 +113,17 @@
       + "</a>"
       + "<a style='display: inline; padding: 0 5px 0 30px;' 
href='javascript:share( \"facebook\" )'"
         + "title='" + l10n.dl_share_light_blue_box_facebook_title + "'>"
-        + "<img src='http://www.openoffice.org/images/logo-facebook-32.png' 
alt='"
+        + "<img src='/images/logo-facebook-32.png' alt='"
         + l10n.dl_share_light_blue_box_facebook_alt + "' />"
       + "</a>"
       + "<a style='display: inline; padding: 0 5px;' href='javascript:share( 
\"twitter\" )'"
         + "title='" + l10n.dl_share_light_blue_box_twitter_title + "'>"
-        + "<img src='http://www.openoffice.org/images/logo-twitter-32.png' 
alt='"
+        + "<img src='/images/logo-twitter-32.png' alt='"
         + l10n.dl_share_light_blue_box_twitter_alt + "' />"
       + "</a>"
       + "<a style='display: inline; padding: 0 5px;' href='javascript:share( 
\"google+\" )'"
         + "title='" + l10n.dl_share_light_blue_box_googleplus_title + "'>"
-        + "<img src='http://www.openoffice.org/images/logo-googleplus-32.png' 
alt='"
+        + "<img src='/images/logo-googleplus-32.png' alt='"
         + l10n.dl_share_light_blue_box_googleplus_alt + "' />"
       + "</a>"
     + "</p>"
@@ -179,63 +179,63 @@
   <!--
   document.write( "<h3>" + l10n.dl_nav_headline_1_text + "</h3>"
   + "<ul>"
-    + "<li><a 
href='http://www.openoffice.org/dev_docs/source/sys_reqs_aoo40.html'"
+    + "<li><a 
href='https://www.openoffice.org/dev_docs/source/sys_reqs_aoo41.html'"
     + "title='" + l10n.dl_nav_sysreq_title + "'>" + l10n.dl_nav_sysreq_text + 
"</a></li>"
     + "<li><a href='../../license.html'"
     + "title='" + l10n.dl_nav_license_title + "'>" + l10n.dl_nav_license_text 
+ "</a></li>"
-    + "<li><a href='http://openoffice.apache.org/downloads.html'"
+    + "<li><a href='https://openoffice.apache.org/downloads.html'"
     + "title='" + l10n.dl_nav_source_title + "'>" + l10n.dl_nav_source_text + 
"</a>"
-    + "<li><a 
href='http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO'"
+    + "<li><a 
href='https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO'"
     + "title='" + l10n.dl_nav_build_title + "'>" + l10n.dl_nav_build_text + 
"</a></li>"
-    + "<li><a href='http://openoffice.apache.org/downloads.html'"
+    + "<li><a href='https://openoffice.apache.org/downloads.html'"
     + "title='" + l10n.dl_nav_sdk_title + "'>" + l10n.dl_nav_sdk_text + 
"</a></li>"
-    + "<li><a href='http://www.openoffice.org/download/devbuilds.html'"
+    + "<li><a href='https://www.openoffice.org/download/devbuilds.html'"
     + "title='" + l10n.dl_nav_devbuilds_title + "'>" + 
l10n.dl_nav_devbuilds_text + "</a></li>"
   + "</ul>"
 
   + "<h3>" + l10n.dl_nav_headline_2_text + "</h3>"
   + "<ul>"
-    + "<li><a 
href='http://cwiki.apache.org/confluence/display/OOOUSERS/Releases'"
+    + "<li><a 
href='https://cwiki.apache.org/confluence/display/OOOUSERS/Releases'"
     + "title='" + l10n.dl_nav_schedule_title + "'>" + 
l10n.dl_nav_schedule_text + "</a></li>"
-    + "<li><a href='http://wiki.services.openoffice.org/wiki/Product_Release'"
+    + "<li><a href='https://wiki.openoffice.org/wiki/Product_Release'"
     + "title='" + l10n.dl_nav_hist_schedule_title + "'>" + 
l10n.dl_nav_hist_schedule_text + "</a></li>"
-    + "<li><a 
href='http://www.openoffice.org/download/common/instructions.html'"
+    + "<li><a 
href='https://www.openoffice.org/download/common/instructions.html'"
     + "title='" + l10n.dl_nav_inst_guide_title + "'>" + 
l10n.dl_nav_inst_guide_text + "</a></li>"
-    + "<li><a href='http://www.openoffice.org/documentation/index.html'"
+    + "<li><a href='https://www.openoffice.org/documentation/index.html'"
     + "title='" + l10n.dl_nav_user_guide_title + "'>" + 
l10n.dl_nav_user_guide_text + "</a></li>"
-    + "<li><a href='http://www.openoffice.org/download/common/java.html'"
+    + "<li><a href='https://www.openoffice.org/download/common/java.html'"
     + "title='" + l10n.dl_nav_why_java_title + "'>" + 
l10n.dl_nav_why_java_text + "</a></li>"
-    + "<li><a href='http://www.openoffice.org/development/releases/eol.html'"
+    + "<li><a href='https://www.openoffice.org/development/releases/eol.html'"
     + "title='" + l10n.dl_nav_eol_title + "'>" + l10n.dl_nav_eol_text + 
"</a></li>"
   + "</ul>"
 
   + "<h3>" + l10n.dl_nav_headline_3_text + "</h3>"
   + "<ul>"
-    + "<li><a href='http://www.openoffice.org/support/index.html'"
+    + "<li><a href='https://www.openoffice.org/support/index.html'"
     + "title='" + l10n.dl_nav_support_title + "'>" + l10n.dl_nav_support_text 
+ "</a></li>"
-    + "<li><a href='http://openoffice.apache.org/native-lang.html'"
+    + "<li><a href='https://openoffice.apache.org/native-lang.html'"
     + "title='" + l10n.dl_nav_local_title + "'>" + l10n.dl_nav_local_text + 
"</a></li>"
-    + "<li><a href='http://www.openoffice.org/stats/index.html'"
+    + "<li><a href='https://www.openoffice.org/stats/index.html'"
     + "title='" + l10n.dl_nav_stat_title + "'>" + l10n.dl_nav_stat_text + 
"</a></li>"
-    + "<li><a 
href='http://sourceforge.net/projects/openofficeorg.mirror/files/'"
+    + "<li><a 
href='https://sourceforge.net/projects/openofficeorg.mirror/files/'"
     + "title='" + l10n.dl_nav_mirrors1_title + "'>" + 
l10n.dl_nav_mirrors1_text + "</a><br /></li>"
-    + "<li><a href='http://www.apache.org/dyn/closer.lua/openoffice/'"
+    + "<li><a href='https://www.apache.org/dyn/closer.lua/openoffice/'"
     + "title='" + l10n.dl_nav_mirrors2_title + "'>" + 
l10n.dl_nav_mirrors2_text + "</a><br /></li>"
-    + "<li><a href='http://www.openoffice.org/porting/index.html'"
+    + "<li><a href='https://www.openoffice.org/porting/index.html'"
     + "title='" + l10n.dl_nav_porting_title + "'>" + l10n.dl_nav_porting_text 
+ "</a><br /></li>"
-    + "<li><a href='http://www.openoffice.org/download/archive.html'"
+    + "<li><a href='https://www.openoffice.org/download/archive.html'"
     + "title='" + l10n.dl_nav_archive_title + "'>" + l10n.dl_nav_archive_text 
+ "</a><br /></li>"
   + "</ul>"
 
   + "<div id='SupportedAndSupporters'>"
     + "<p>&nbsp;</p>"
-    + "<a href='http://www.sourceforge.net' title='" + 
l10n.dl_img_sourceforge_title + "'>"
-      + "<img src='http://www.openoffice.org/images/sourceforge.png' 
width='160' height='34' alt='"
+    + "<a href='https://www.sourceforge.net' title='" + 
l10n.dl_img_sourceforge_title + "'>"
+      + "<img src='https://www.openoffice.org/images/sourceforge.png' 
width='160' height='34' alt='"
       + l10n.dl_img_sourceforge_alt + "' />"
     + "</a>"
     + "<br /><br />"
-    + "<a href='http://validator.w3.org/check?uri=referer' target='_blank' 
title='" + l10n.dl_img_w3c_title + "'>"
-      + "<img src='http://www.openoffice.org/images/valid-xhtml10-blue.png' 
alt='" + l10n.dl_img_w3c_alt + "' />"
+    + "<a href='https://validator.w3.org/check?uri=referer' target='_blank' 
title='" + l10n.dl_img_w3c_title + "'>"
+      + "<img src='https://www.openoffice.org/images/valid-xhtml10-blue.png' 
alt='" + l10n.dl_img_w3c_alt + "' />"
     + "</a>"
   + "</div>" );
   //-->
@@ -247,4 +247,3 @@
 
 </body>
 </html>
-


Reply via email to