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 428db0811396446e152cc70469fe60f622b05dce Author: Marcus <[email protected]> AuthorDate: Sun Apr 11 19:53:22 2021 +0200 New file for German text --- content/de/download/platform_hints.html | 44 +++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/content/de/download/platform_hints.html b/content/de/download/platform_hints.html new file mode 100644 index 0000000..4ecbac1 --- /dev/null +++ b/content/de/download/platform_hints.html @@ -0,0 +1,44 @@ +<!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" /> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>Apache OpenOffice - Important hints for the choosen platform</title> + <script type="text/javascript" src="/download/globalvars.js"></script> + <script type="text/javascript" src="/download/msg_prop_l10n_en.js"></script> + <script type="text/javascript" src="msg_prop_l10n_de.js"></script> + <style type="text/css"> + /* <![CDATA[ */ + /*-------------------- Exceptions on standard css -----------------------*/ + @import "styles.css"; + @import "exceptions.css"; + /* ]]> */ + </style> +</head> + +<body style="padding: 10px 10px 10px 10px;"> + <!-- The text in the H1 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_xy.js' --> + <script type="text/javascript"> + <!-- + document.write( "<h3>" + l10n.dl_platform_info_headline + "</h3>" ); + + document.write( "<h4><b>" + l10n.dl_platform_info_win_headline + "</b></h4>" ); + document.write( "<h5>" + l10n.dl_platform_info_win_sub_headline + "</h5>" ); + document.write( "<p>" + l10n.dl_platform_info_win_text + "</p>" ); + + document.write( "<h4><b>" + l10n.dl_platform_info_mac_headline + "</b></h4>" ); + document.write( "<h5>" + l10n.dl_platform_info_mac_sub_headline + "</h5>" ); + document.write( "<p>" + l10n.dl_platform_info_mac_text + "</p>" ); + + document.write( "<h4><b>" + l10n.dl_platform_info_linux_headline + "</b></h4>" ); + document.write( "<h5>" + l10n.dl_platform_info_linux_sub_headline + "</h5>" ); + document.write( "<p>" + l10n.dl_platform_info_linux_text + "</p>" ); + //--> + </script> + +</body> +</html>
