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 72bbdc4550c22bf7e6dbc986ecd11fca1c11cbb9 Author: Marcus <[email protected]> AuthorDate: Sun Feb 7 15:42:00 2021 +0100 Changed file for the AOO 4.1.9 release --- assets/it/download/msg_prop_l10n_it.js | 44 ++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/assets/it/download/msg_prop_l10n_it.js b/assets/it/download/msg_prop_l10n_it.js index bf51710..049b251 100644 --- a/assets/it/download/msg_prop_l10n_it.js +++ b/assets/it/download/msg_prop_l10n_it.js @@ -35,19 +35,19 @@ l10n.dl_green_box_selectbox_ver_title = "Selezionare la versione"; // You must leave at least one single empty string (see the comment lines below the 3 following variables)! /* l10n.dl_green_box_select_box_os_values = [ "" ]; */ l10n.dl_green_box_select_box_os_values = [ "Windows (EXE)", - "Linux 64-bit (x86-64) (DEB)", - "Linux 64-bit (x86-64) (RPM)", - "Linux 32-bit (x86) (DEB)", - "Linux 32-bit (x86) (RPM)", - "OS X (version >= 10.7) (DMG)", - "OS X (version <= 10.6) (DMG)", - "More platforms / operating systems" ]; + "Linux 64-bit (x86-64) (DEB)", + "Linux 64-bit (x86-64) (RPM)", + "Linux 32-bit (x86) (DEB)", + "Linux 32-bit (x86) (RPM)", + "OS X (version >= 10.7) (DMG)", + "OS X (version <= 10.6) (DMG)", + "More platforms / operating systems" ]; /* l10n.dl_green_box_select_box_language_values = [ "" ]; */ l10n.dl_green_box_select_box_language_values = [ "" ]; /* l10n.dl_green_box_select_box_lang_values_custom = [ "" ]; */ - // Value Visible text Tool tip +// Value Visible text Tool tip l10n.dl_green_box_select_box_lang_values_custom = [ "ast", "Asturian", "Asturianu", "eu", "Basque", "Euskara", "bg", "Bulgarian", "български език", @@ -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. @@ -357,6 +358,7 @@ 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/pages/viewpage.action?pageId=165225298"; 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";
