This is an automated email from the ASF dual-hosted git repository.

marcus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git

commit 48a80bec80d341b61d1f4773f3cfcdd6d6a6312c
Author: Marcus <mar...@apache.org>
AuthorDate: Sat Dec 23 18:25:49 2023 +0100

    New file for Dutch text
---
 content/nl/download/platform_hints.html | 42 +++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/content/nl/download/platform_hints.html 
b/content/nl/download/platform_hints.html
new file mode 100644
index 0000000000..7ebf5af7f6
--- /dev/null
+++ b/content/nl/download/platform_hints.html
@@ -0,0 +1,42 @@
+<!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="nl" lang="nl">
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+  <title>Apache OpenOffice - Important hints for the chosen platform</title>
+  <script src="globalvars.js"></script>
+  <script src="msg_prop_l10n_nl.js"></script>
+  <style>
+  /* <![CDATA[ */
+  /*-------------------- Exceptions on standard css -----------------------*/
+  @import "/css/styles.css";
+  @import "/css/exceptions.css";
+  /* ]]> */
+  </style>
+</head>
+
+<body style="padding: 10px 10px 10px 10px;">
+
+  <!-- The text in the H1 and H2 tag is intentionally shown as not 
displayable, just to please accessibility tools like a
+  screen reader. -->
+  <h1 style="display: none;">Apache OpenOffice</h1>
+
+  <h2 style="display: none;">Apache OpenOffice</h2>
+
+  <!-- Text is coming from 'msg_prop_l10n_nl.js' -->
+  <script>
+    <!--
+    document.write( "<h3>" + l10n.dl_platform_info_headline + "</h3>" );
+
+    document.write( "<h4><b>" + l10n.dl_platform_info_win_headline + 
"</b></h4>" );
+    document.write( l10n.dl_platform_info_win_text );
+
+    document.write( "<h4><b>" + l10n.dl_platform_info_mac_headline + 
"</b></h4>" );
+    document.write( l10n.dl_platform_info_mac_text );
+
+    document.write( "<h4><b>" + l10n.dl_platform_info_linux_headline + 
"</b></h4>" );
+    document.write( l10n.dl_platform_info_linux_text );
+    //-->
+  </script>
+
+</body>
+</html>

Reply via email to