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

mseidel 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 36dc46e691 Added another page for Ukrainian translation
36dc46e691 is described below

commit 36dc46e6914936c2e4da65cc6b7b18d6f78f4392
Author: mseidel <[email protected]>
AuthorDate: Mon Oct 30 13:52:27 2023 +0100

    Added another page for Ukrainian translation
---
 assets/uk/download/msg_prop_l10n_uk.js |  2 +-
 content/uk/download/full_vs_lp.html    | 73 ++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+), 1 deletion(-)

diff --git a/assets/uk/download/msg_prop_l10n_uk.js 
b/assets/uk/download/msg_prop_l10n_uk.js
index 498668d9cf..ff9da9b486 100644
--- a/assets/uk/download/msg_prop_l10n_uk.js
+++ b/assets/uk/download/msg_prop_l10n_uk.js
@@ -412,7 +412,7 @@ l10n.dl_rel_notes_aoo411_link               = 
"https://cwiki.apache.org/confluence/display/OO
 l10n.dl_rel_notes_aoo410_link          = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1+Release+Notes";;
 l10n.dl_rel_notes_aoo401_link          = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0.1+Release+Notes";;
 l10n.dl_rel_notes_aoo400_link          = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0+Release+Notes";;
-l10n.dl_help_link                                      = 
"https://www.openoffice.org/download/full_vs_lp.html";;
+l10n.dl_help_link                                      = 
"https://www.openoffice.org/uk/download/full_vs_lp.html";;
 l10n.dl_checksum_link                          = 
"https://www.openoffice.org/download/checksums.html";;
 l10n.dl_report_link                                    = 
"https://www.openoffice.org/download/analyze.html";;
 l10n.dl_porting_link                           = 
"https://www.openoffice.org/porting/index.html";;
diff --git a/content/uk/download/full_vs_lp.html 
b/content/uk/download/full_vs_lp.html
new file mode 100644
index 0000000000..47a8a4b6a3
--- /dev/null
+++ b/content/uk/download/full_vs_lp.html
@@ -0,0 +1,73 @@
+<!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="en" lang="en">
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+  <title>Apache OpenOffice - Full Installation vs. Language Pack</title>
+  <style>
+  /* <![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>
+
+  <h3>Apache OpenOffice - Full Installation vs. Language Pack</h3>
+
+  <p>
+    By default Apache OpenOffice is offering a single language when installing 
a full installation. Full
+    installation means that all application modules (Write, Calc, Impress, 
etc.) are available. The term does not
+    belong to languages.
+  </p>
+
+  <p>
+    When you want to use one or more languages in OpenOffice for the user 
interface (for example, menus,
+    dialogs and messages ) and help topics then it is recommended to use 
language packs. The idea is to have a
+    base installation for, e.g., English (US) and additional languages on top 
without a need to install a full
+    installation for every language. For this every language pack has to be 
installed over a full installation.
+    Important is that the same version number and platform has to fit to the 
base installation (for example, it
+    is not possible to install a language pack from release 4.1.9 over the 
base installation of 4.1.8).
+  </p>
+
+  <p>
+    Language packs contain only resource files to show menus, dialogs, 
messages, etc. in your favorite language
+    but there is no program logic. In case text is not fully localized some 
elements of the user interface or
+    help topics will display in English as default language.
+  </p>
+
+  <p>
+    After the language pack is installed the new language can be switched via 
the menu "Tools - Options -
+    Language - Settings - Languages - User Interface".
+  </p>
+
+  <p>
+    <b>Please note:</b>
+  </p>
+
+  <p>
+    Currently dictionaries are not included in language packs, only in full 
installations. This limitation is a
+    technical issue still to be fixed, see
+    <a href="https://bz.apache.org/ooo/show_bug.cgi?id=124473";>Bug 124473</a>
+    for more details.
+  </p>
+
+  <p>
+    Users who install language packs must take an extra step to manually 
download the matching dictionary from
+    the <a 
href="https://extensions.openoffice.org/en/search?query=dictionaries";
+    title="Get Apache OpenOffice Extensions and Dictionaries" 
target="_blank">Extensions website</a>.
+  </p>
+
+  <p>
+    Dictionaries get improved independently of the release schedule of 
OpenOffice and are offered separately.
+    They can be updated at any time when new versions are released.
+  </p>
+
+</body>
+</html>

Reply via email to