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 6d894551511194c8092ae8f12b028b425c3f51ef Author: Marcus <[email protected]> AuthorDate: Wed Apr 14 20:12:46 2021 +0200 Changed strings and added text for the platform hints --- assets/xx/download/msg_prop_l10n_xx.js | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/assets/xx/download/msg_prop_l10n_xx.js b/assets/xx/download/msg_prop_l10n_xx.js index be664d1..f705dc6 100644 --- a/assets/xx/download/msg_prop_l10n_xx.js +++ b/assets/xx/download/msg_prop_l10n_xx.js @@ -234,12 +234,27 @@ l10n.dl_full_link_text = "Download full installation"; l10n.dl_full_link_title = "Click to download: "; l10n.dl_langpack_link_text = "Download language pack"; l10n.dl_langpack_link_title = "Click to download: "; -l10n.dl_win_info_text = "Important hint: 32-bit, 64-bit and Java - What to choose?"; -l10n.dl_win_info_title = "At the moment we offer a 32-bit (x86) version for Windows. However, it installs and runs also on Windows 64-bit (x86-64).\nPlease note that you may need Java in 32-bit for additional functionality which must then be selected only once (see menu 'Tools - Options - OpenOffice - Java').\n\nFor more information about OpenOffice and Java please see the link on the right 'Java and Apache OpenOffice'."; -l10n.dl_linux_info_text = "Important hint: RPM vs. DEB - What to choose?"; -l10n.dl_linux_info_title = "RPM is used in:\nCentOS, Fedora, Mageia, Mandriva, MeeGo, openSUSE, Oracle Linux, PCLinuxOS, Red Hat Enterprise Linux, Sailfish OS, Scientific Linux, SUSE Linux Enterprise Server\n\nDEB is used in:\nDebian, Kanotix, Knoppix, Kubuntu, Linux Mint, Lubuntu, Ubuntu, Xubuntu"; -//l10n.dl_mac_info_text = "macOS : Text"; -//l10n.dl_mac_info_title = "macOS : Title"; + +l10n.dl_platform_info_text = "Important hints for "; +l10n.dl_platform_info_title = "Click here to get important hints for "; +l10n.dl_platform_info_link = "platform_hints.html"; +l10n.dl_platform_info_headline = "Apache OpenOffice - Important hints for the chosen platform"; +l10n.dl_platform_info_win_headline = "Windows"; +// l10n.dl_platform_info_win_sub_headline = "32-bit, 64-bit and Java - What to choose?"; +l10n.dl_platform_info_win_text = "<h5> 32-bit, 64-bit and Java - What to choose? </h5> <p> At the moment we offer a 32-bit (x86) version for Windows. However, it installs and runs also on Windows 64-bit (x86-64). Please note that you may need Java in 32-bit for additional functionality which must then be selected only once (see menu 'Tools - Options - OpenOffice - Java'). <br /><br /> For more information about OpenOffice and Java please see: <a target='_blank' href=https://www.openoff [...] +l10n.dl_platform_info_mac_headline = "macOS"; +// l10n.dl_platform_info_mac_sub_headline = "Coming soon"; +l10n.dl_platform_info_mac_text = "<h5> Coming soon </h5>"; +l10n.dl_platform_info_linux_headline = "Linux"; +// l10n.dl_platform_info_linux_sub_headline = "RPM vs. DEB - What to choose?"; +l10n.dl_platform_info_linux_text = "<h5> RPM vs. DEB - What to choose? </h5> <p> RPM is used in: <br/> CentOS, Fedora, Mageia, Mandriva, MeeGo, openSUSE, Oracle Linux, PCLinuxOS, Red Hat Enterprise Linux, Sailfish OS, Scientific Linux, SUSE Linux Enterprise Server <br /><br /> DEB is used in: <br/> Debian, Kanotix, Knoppix, Kubuntu, Linux Mint, Lubuntu, Ubuntu, Xubuntu </p> <h5> Installation instructions </h5> <p>For installation instruction please see here: <a target='_blank' href=http [...] + +// l10n.dl_win_info_text = "Important hint: 32-bit, 64-bit and Java - What to choose?"; +// l10n.dl_win_info_title = "At the moment we offer a 32-bit (x86) version for Windows. However, it installs and runs also on Windows 64-bit (x86-64).\nPlease note that you may need Java in 32-bit for additional functionality which must then be selected only once (see menu 'Tools - Options - OpenOffice - Java').\n\nFor more information about OpenOffice and Java please see the link on the right 'Java and Apache OpenOffice'."; +// l10n.dl_linux_info_text = "Important hint: RPM vs. DEB - What to choose?"; +// l10n.dl_linux_info_title = "RPM is used in:\nCentOS, Fedora, Mageia, Mandriva, MeeGo, openSUSE, Oracle Linux, PCLinuxOS, Red Hat Enterprise Linux, Sailfish OS, Scientific Linux, SUSE Linux Enterprise Server\n\nDEB is used in:\nDebian, Kanotix, Knoppix, Kubuntu, Linux Mint, Lubuntu, Ubuntu, Xubuntu"; +// l10n.dl_mac_info_text = "macOS : Text"; +// l10n.dl_mac_info_title = "macOS : Title"; l10n.dl_full_link_porting_text = "Porting: Click to choose from 3rd party vendors"; l10n.dl_full_link_porting_title = "Click to browse to the porting webpage and download from 3rd party vendors";
