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 2750bb6f608b226f3a57be1ba255157c56e99140 Author: Marcus <[email protected]> AuthorDate: Sun Feb 7 15:41:42 2021 +0100 Changed file for the AOO 4.1.9 release --- assets/he/download/msg_prop_l10n_he.js | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/assets/he/download/msg_prop_l10n_he.js b/assets/he/download/msg_prop_l10n_he.js index d0a029c..e8b4084 100644 --- a/assets/he/download/msg_prop_l10n_he.js +++ b/assets/he/download/msg_prop_l10n_he.js @@ -91,19 +91,20 @@ 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", - "4.1.7", - "4.1.6", - "4.1.5", - "4.1.4", - "4.1.3", - "4.1.2", - "4.1.1", - "4.1.0", - "4.0.1", - "4.0.0", - "3.4.1", - "Older releases" ]; +l10n.dl_green_box_select_box_version_values = [ "4.1.9", + "4.1.8", + "4.1.7", + "4.1.6", + "4.1.5", + "4.1.4", + "4.1.3", + "4.1.2", + "4.1.1", + "4.1.0", + "4.0.1", + "4.0.0", + "3.4.1", + "Older releases" ]; // Download: Strings in the sub-green box (used in "index.html"). // Not defined for now. @@ -356,7 +357,10 @@ l10n.dl_analyze_table_no_text = "No"; l10n.dl_analyze_table_stable_release_text = "Stable Release"; 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";
