This is an automated email from the ASF dual-hosted git repository.
astepukonis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
The following commit(s) were added to refs/heads/main by this push:
new 9589b29 Add files via upload
9589b29 is described below
commit 9589b29e8c4ba009b63dee118f0d0c44e2f9a89f
Author: Aivaras Stepukonis <[email protected]>
AuthorDate: Sun May 9 18:56:52 2021 +0300
Add files via upload
---
content/lt/download/platform_hints.html | 41 +++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/content/lt/download/platform_hints.html
b/content/lt/download/platform_hints.html
new file mode 100644
index 0000000..4315a14
--- /dev/null
+++ b/content/lt/download/platform_hints.html
@@ -0,0 +1,41 @@
+<!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_lt.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( 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>
\ No newline at end of file