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 f115da027cde6a0ead84c14386580e6b574bf5d0 Author: Marcus <[email protected]> AuthorDate: Sun Jan 3 19:48:11 2021 +0100 Added strings for the platform hint text for all platforms --- assets/download/msg_prop_l10n_en.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/assets/download/msg_prop_l10n_en.js b/assets/download/msg_prop_l10n_en.js index 7fd6324..2664660 100644 --- a/assets/download/msg_prop_l10n_en.js +++ b/assets/download/msg_prop_l10n_en.js @@ -228,9 +228,12 @@ 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_rpm_vs_deb_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_rpm_vs_deb_text = "RPM vs. DEB = What to choose?"; - +l10n.dl_win_info_text = "Windows : Title"; +l10n.dl_win_info_title = "Windows : Text"; +l10n.dl_linux_info_text = "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 : Title"; +l10n.dl_mac_info_title = "macOS : Text"; 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";
