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 c7d9d0fe0cd7e5a73f912cf60d17bdfcd371e0ce Author: Marcus <[email protected]> AuthorDate: Sun Feb 7 15:39:30 2021 +0100 Changed file for the AOO 4.1.9 release --- assets/cs/download/msg_prop_l10n_cs.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/cs/download/msg_prop_l10n_cs.js b/assets/cs/download/msg_prop_l10n_cs.js index d4880f4..73596dc 100644 --- a/assets/cs/download/msg_prop_l10n_cs.js +++ b/assets/cs/download/msg_prop_l10n_cs.js @@ -91,7 +91,8 @@ l10n.dl_green_box_select_box_lang_values_custom = [ "ast", "Asturian", "Astur "vi", "Vietnamese", "Tiếng Việt" ]; /* l10n.dl_green_box_select_box_version_values = [ "" ]; */ -l10n.dl_green_box_select_box_version_values = [ "4.1.8", +l10n.dl_green_box_select_box_version_values = [ "4.1.9", + "4.1.8", "4.1.7", "4.1.6", "4.1.5", @@ -359,6 +360,7 @@ l10n.dl_analyze_table_javascript_text = "JavaScript functions/variables"; // General: Links to webpage files that could be localized. +l10n.dl_rel_notes_aoo419_link = "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.9+Release+Notes"; l10n.dl_rel_notes_aoo418_link = "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes"; l10n.dl_rel_notes_aoo417_link = "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes"; l10n.dl_rel_notes_aoo416_link = "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.6+Release+Notes";
