You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2021/03/21 10:00:38 UTC

[openoffice-org] branch main updated (bf51360 -> 3449431)

This is an automated email from the ASF dual-hosted git repository.

marcus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git.


    from bf51360  Typo corrected
     new b9d4a2e  Added an include for the English 'msg_prop_l10n_en.js', their values are now the defaults, if existing the translated values are replacing them
     new 9bc0401  Deleted version vales, they now come from 'globalvars.js' only, additionally add value for translated 'older releases' item
     new 915c941  Add check for new variable if exist, if yes then use it
     new ac9dd06  Added an include for the English 'msg_prop_l10n_en.js', their values are now the defaults, if existing the translated values are replacing them
     new 3449431  Deleted version vales, they now come from 'globalvars.js' only, additionally added value for translated 'older releases' item

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 assets/de/download/msg_prop_l10n_de.js | 245 ++++++++++++++++-----------------
 assets/download/download.js            |  13 +-
 assets/xx/download/msg_prop_l10n_xx.js |  53 +++----
 content/de/download/index.html         |   1 +
 content/xx/download/index.html         |   1 +
 5 files changed, 152 insertions(+), 161 deletions(-)

[openoffice-org] 02/05: Deleted version vales, they now come from 'globalvars.js' only, additionally add value for translated 'older releases' item

Posted by ma...@apache.org.
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 9bc04018d236a3e79e4e18a7e0432d77c3f866e5
Author: Marcus <ma...@apache.org>
AuthorDate: Sun Mar 21 10:39:18 2021 +0100

    Deleted version vales, they now come from 'globalvars.js' only, additionally add value for translated 'older releases' item
---
 assets/xx/download/msg_prop_l10n_xx.js | 53 ++++++++++++++--------------------
 1 file changed, 21 insertions(+), 32 deletions(-)

diff --git a/assets/xx/download/msg_prop_l10n_xx.js b/assets/xx/download/msg_prop_l10n_xx.js
index 3a08b72..3102db2 100644
--- a/assets/xx/download/msg_prop_l10n_xx.js
+++ b/assets/xx/download/msg_prop_l10n_xx.js
@@ -16,10 +16,10 @@ var l10n = new Object();
 
 // Set a specific language ISO code to force to assemble a download link with a certain language.
 // Change xx to a valid ISO lang code.
-DL.NL_LANG	= "xx";
+DL.NL_LANG					= "xx";
 
 // General:
-l10n.dl_headline_text	= "Apache OpenOffice Download";
+l10n.dl_headline_text				= "Apache OpenOffice Download";
 
 // Download: Strings in the green box (used in "index.html").
 l10n.dl_green_box_headline_text			= "Download Apache OpenOffice";
@@ -40,13 +40,13 @@ l10n.dl_green_box_selectbox_ver_title		= "Select your favorite release version";
 
 // 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	= [ "" ];
@@ -96,20 +96,9 @@ l10n.dl_green_box_select_box_lang_values_custom	= [ "ast",    "Asturian",				"As
 						    "vi",     "Vietnamese",				"Tiếng Việt" ];
 
 // l10n.dl_green_box_select_box_version_values	= [ "" ];
-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" ];
+l10n.dl_green_box_select_box_version_values	= [ "" ];
+
+l10n.dl_green_box_select_box_version_older	= "Ältere Versionen";
 
 // Download: Strings in the sub-green box (used in "index.html").
 // Not defined for now.
@@ -359,10 +348,10 @@ l10n.dl_analyze_copy_button_text		= "Copy with [Ctrl]+[C] / [&#8984;]+[C]";
 l10n.dl_analyze_copy_button_title		= "Copy the selected table data via [ Ctrl ] + [ C ] or [ &#8984; ] + [ C ] into the clipboard";
 
 // Analyze: Strings for the table (used in "analyze.html").
-l10n.dl_analyze_table_browser_text			= "Browser variables";
-l10n.dl_analyze_table_values_text			= "Values";
-l10n.dl_analyze_table_yes_text				= "Yes";
-l10n.dl_analyze_table_no_text				= "No";
+l10n.dl_analyze_table_browser_text		= "Browser variables";
+l10n.dl_analyze_table_values_text		= "Values";
+l10n.dl_analyze_table_yes_text			= "Yes";
+l10n.dl_analyze_table_no_text			= "No";
 l10n.dl_analyze_table_stable_release_text	= "Stable Release";
 l10n.dl_analyze_table_javascript_text		= "JavaScript&nbsp;functions/variables";
 
@@ -381,9 +370,9 @@ l10n.dl_rel_notes_aoo411_link			= "https://cwiki.apache.org/confluence/display/O
 l10n.dl_rel_notes_aoo410_link			= "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1+Release+Notes";
 l10n.dl_rel_notes_aoo401_link			= "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0.1+Release+Notes";
 l10n.dl_rel_notes_aoo400_link			= "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0+Release+Notes";
-l10n.dl_help_link						= "https://www.openoffice.org/download/full_vs_lp.html";
-l10n.dl_checksum_link					= "https://www.openoffice.org/download/checksums.html";
-l10n.dl_report_link						= "https://www.openoffice.org/download/analyze.html";
-l10n.dl_porting_link					= "https://www.openoffice.org/porting/index.html";
-l10n.dl_archive_link					= "https://www.openoffice.org/download/archive.html";
+l10n.dl_help_link				= "https://www.openoffice.org/download/full_vs_lp.html";
+l10n.dl_checksum_link				= "https://www.openoffice.org/download/checksums.html";
+l10n.dl_report_link				= "https://www.openoffice.org/download/analyze.html";
+l10n.dl_porting_link				= "https://www.openoffice.org/porting/index.html";
+l10n.dl_archive_link				= "https://www.openoffice.org/download/archive.html";
 l10n.dl_aoo341_link				= "https://www.openoffice.org/download/other-341.html";

[openoffice-org] 05/05: Deleted version vales, they now come from 'globalvars.js' only, additionally added value for translated 'older releases' item

Posted by ma...@apache.org.
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 3449431197277537570f9101fba319fd60382f91
Author: Marcus <ma...@apache.org>
AuthorDate: Sun Mar 21 10:53:51 2021 +0100

    Deleted version vales, they now come from 'globalvars.js' only, additionally added value for translated 'older releases' item
---
 assets/de/download/msg_prop_l10n_de.js | 245 ++++++++++++++++-----------------
 1 file changed, 117 insertions(+), 128 deletions(-)

diff --git a/assets/de/download/msg_prop_l10n_de.js b/assets/de/download/msg_prop_l10n_de.js
index 97de2e1..e6ff484 100644
--- a/assets/de/download/msg_prop_l10n_de.js
+++ b/assets/de/download/msg_prop_l10n_de.js
@@ -10,15 +10,15 @@
 
 
 // Object that contains all following variables.
-var l10n = new Object();
+// var l10n = new Object();
 
 // The following variables are used in the "index.html" file:
 
 // Set a specific language ISO code to force to assemble a download link with a certain language.
-DL.NL_LANG	= "de";
+DL.NL_LANG					= "de";
 
 // General:
-l10n.dl_headline_text	= "Apache OpenOffice herunterladen";
+l10n.dl_headline_text				= "Apache OpenOffice herunterladen";
 
 // Download: Strings in the green box (used in "index.html").
 l10n.dl_green_box_headline_text			= "Apache OpenOffice herunterladen";
@@ -27,9 +27,9 @@ l10n.dl_green_box_subtext1_text			= "Bereitgestellt von SourceForge.net - Eine v
 l10n.dl_green_box_subtext1_title		= "Apache OpenOffice Installationsdateien werden von SourceForge.net bereitgestellt - Eine vertrauenswürdige Webseite";
 l10n.dl_green_box_subtext2_text			= "Wähle das gewünschte Betriebssystem, Sprache und Version";
 l10n.dl_green_box_subtext2_title		= "Wähle das gewünschte Betriebssystem, Sprache und Version";
-l10n.dl_green_box_selectbox_os_title	= "Wähle das gewünschte Betriebssystem";
-l10n.dl_green_box_selectbox_lang_title	= "Wähle die gewünschte Sprache";
-l10n.dl_green_box_selectbox_ver_title	= "Wähle die gewünschte Version";
+l10n.dl_green_box_selectbox_os_title		= "Wähle das gewünschte Betriebssystem";
+l10n.dl_green_box_selectbox_lang_title		= "Wähle die gewünschte Sprache";
+l10n.dl_green_box_selectbox_ver_title		= "Wähle die gewünschte Version";
 
 //These strings require updates per version. Leave them empty is you want to just take the default in English.
 
@@ -41,76 +41,65 @@ l10n.dl_green_box_selectbox_ver_title	= "Wähle die gewünschte Version";
 
 // 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)",
-												"Andere Betriebssysteme" ];
+						    "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)",
+						    "Andere Betriebssysteme" ];
 
 // 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
-l10n.dl_green_box_select_box_lang_values_custom	= [ "ast",		"Asturisch",						"Asturianu",
-													"eu",		"Baskisch",							"Euskara",
-													"bg",		"Bulgarisch",						"български език",
-													"zh-TW",	"Chinesisch [Traditionell]",		"正體中文",
-													"zh-CN",	"Chinesisch [Vereinfacht]",			"简体中文",
-													"da",		"Dänisch",							"Dansk",
-													"de",		"Deutsch",							"Deutsch",
-													"en-GB",	"Englisch [Britisch]",				"English [British]",
-													"en-US",	"Englisch [US]",					"English [US]",
-													"fi",		"Finnisch",							"Suomi",
-													"fr",		"Französisch",						"Français",
-													"gl",		"Galicisch",						"Galego",
-													"el",		"Griechisch",						"ελληνικά",
-													"he",		"Hebräisch",						"עברית",
-													"hi",		"Hindi",							"हिन्दी",
-													"it",		"Italienisch",						"Italiano",
-													"ja",		"Japanisch",						"日本語",
-													"ca",		"Katalanisch",						"Català",
-													"ca-XV",	"Katalanisch [Valencianisch AVL]",	"València (AVL)",
-													"ca-XR",	"Katalanisch [Valencianisch RACV]",	"València (RACV)",
-													"km",		"Khmer",							"ភាសាខ្មែរ",
-													"ko",		"Koreanisch",						"한국어",
-													"lt",		"Litauisch",						"Lietuvių",
-													"nl",		"Niederländisch",					"Nederlands",
-													"nb",		"Norwegisch [Bokmål]",				"Norsk [Bokmål]",
-													"pl",		"Polnisch",							"Polski",
-													"pt-BR",	"Portugiesisch [Brasilianisch]",	"Português [do Brasil]",
-													"pt",		"Portugiesisch [Europäisch]",		"Português [Europeu]",
-													"ru",		"Russisch",							"Русский",
-													"gd",		"Schottisch [Gälisch]",				"Gàidhlig",
-													"sv",		"Schwedisch",						"Svenska",
-													"sr",		"Serbisch [Kyrillisch]",			"Cрпски [ћирилицом]",
-													"sk",		"Slowakisch",						"Slovenský jazyk [slovenčina]",
-													"sl",		"Slowenisch",						"Slovenski jezik [slovenščina]",
-													"es",		"Spanisch",							"Español",
-													"ta",		"Tamilisch",						"தமிழ்",
-													"th",		"Thailändisch",						"ภาษาไทย",
-													"cs",		"Tschechisch",						"Čeština",
-													"tr",		"Türkisch",							"Türkçe",
-													"hu",		"Ungarisch",						"Magyar",
-													"vi",		"Vietnamesisch",					"Tiếng Việt" ];
+//						    Value	Visible text				Tool tip
+l10n.dl_green_box_select_box_lang_values_custom	= [ "ast",	"Asturisch",				"Asturianu",
+						    "eu",	"Baskisch",				"Euskara",
+						    "bg",	"Bulgarisch",				"български език",
+						    "zh-TW",	"Chinesisch [Traditionell]",		"正體中文",
+						    "zh-CN",	"Chinesisch [Vereinfacht]",		"简体中文",
+						    "da",	"Dänisch",				"Dansk",
+						    "de",	"Deutsch",				"Deutsch",
+						    "en-GB",	"Englisch [Britisch]",			"English [British]",
+						    "en-US",	"Englisch [US]",			"English [US]",
+						    "fi",	"Finnisch",				"Suomi",
+						    "fr",	"Französisch",				"Français",
+						    "gl",	"Galicisch",				"Galego",
+						    "el",	"Griechisch",				"ελληνικά",
+						    "he",	"Hebräisch",				"עברית",
+						    "hi",	"Hindi",				"हिन्दी",
+						    "it",	"Italienisch",				"Italiano",
+						    "ja",	"Japanisch",				"日本語",
+						    "ca",	"Katalanisch",				"Català",
+						    "ca-XV",	"Katalanisch [Valencianisch AVL]",	"València (AVL)",
+						    "ca-XR",	"Katalanisch [Valencianisch RACV]",	"València (RACV)",
+						    "km",	"Khmer",				"ភាសាខ្មែរ",
+						    "ko",	"Koreanisch",				"한국어",
+						    "lt",	"Litauisch",				"Lietuvių",
+						    "nl",	"Niederländisch",			"Nederlands",
+						    "nb",	"Norwegisch [Bokmål]",			"Norsk [Bokmål]",
+						    "pl",	"Polnisch",				"Polski",
+						    "pt-BR",	"Portugiesisch [Brasilianisch]",	"Português [do Brasil]",
+						    "pt",	"Portugiesisch [Europäisch]",		"Português [Europeu]",
+						    "ru",	"Russisch",				"Русский",
+						    "gd",	"Schottisch [Gälisch]",			"Gàidhlig",
+						    "sv",	"Schwedisch",				"Svenska",
+						    "sr",	"Serbisch [Kyrillisch]",		"Cрпски [ћирилицом]",
+						    "sk",	"Slowakisch",				"Slovenský jazyk [slovenčina]",
+						    "sl",	"Slowenisch",				"Slovenski jezik [slovenščina]",
+						    "es",	"Spanisch",				"Español",
+						    "ta",	"Tamilisch",				"தமிழ்",
+						    "th",	"Thailändisch",				"ภาษาไทย",
+						    "cs",	"Tschechisch",				"Čeština",
+						    "tr",	"Türkisch",				"Türkçe",
+						    "hu",	"Ungarisch",				"Magyar",
+						    "vi",	"Vietnamesisch",			"Tiếng Việt" ];
 
 // l10n.dl_green_box_select_box_version_values	= [ "" ];
-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",
-												"Ältere Versionen" ];
+l10n.dl_green_box_select_box_version_values	= [ "" ];
+
+l10n.dl_green_box_select_box_version_older	= "Ältere Versionen";
 
 // Download: Strings in the sub-green box (used in "index.html").
 // Not defined for now.
@@ -180,14 +169,14 @@ l10n.dl_nav_headline_2_text			= "Dokumentation";
 l10n.dl_nav_schedule_text			= "Release-Planung";
 l10n.dl_nav_schedule_title			= "Wann ist ein neues Release geplant?";
 l10n.dl_nav_schedule_href			= "https://cwiki.apache.org/confluence/display/OOOUSERS/Releases";
-l10n.dl_nav_hist_schedule_text		= "Historische Release-Planung";
-l10n.dl_nav_hist_schedule_title		= "Wann wurden alte Releases geplant?";
-l10n.dl_nav_hist_schedule_href		= "https://wiki.openoffice.org/wiki/Product_Release";
+l10n.dl_nav_hist_schedule_text			= "Historische Release-Planung";
+l10n.dl_nav_hist_schedule_title			= "Wann wurden alte Releases geplant?";
+l10n.dl_nav_hist_schedule_href			= "https://wiki.openoffice.org/wiki/Product_Release";
 l10n.dl_nav_inst_guide_text			= "Installationsanleitungen";
-l10n.dl_nav_inst_guide_title		= "Installationsanleitungen für Apache OpenOffice auf Windows, macOS (OS&nbsp;X) und Linux";
+l10n.dl_nav_inst_guide_title			= "Installationsanleitungen für Apache OpenOffice auf Windows, macOS (OS&nbsp;X) und Linux";
 l10n.dl_nav_inst_guide_href			= "https://www.openoffice.org/download/common/instructions.html";
 l10n.dl_nav_user_guide_text			= "Handbücher";
-l10n.dl_nav_user_guide_title		= "Ausführliche Handbücher für die tägliche Arbeit";
+l10n.dl_nav_user_guide_title			= "Ausführliche Handbücher für die tägliche Arbeit";
 l10n.dl_nav_user_guide_href			= "https://www.openoffice.org/documentation/index.html";
 l10n.dl_nav_why_java_text			= "Java und Apache OpenOffice";
 l10n.dl_nav_why_java_title			= "Informationen über Java: Was ist Java und wofür wird es gebraucht?";
@@ -221,22 +210,22 @@ l10n.dl_nav_archive_title			= "Herunterladen von archivierten und Legacy-Version
 l10n.dl_nav_archive_href			= "https://www.openoffice.org/download/archive.html";
 
 // List items in the navigation bar that are not used for now.
-l10n.dl_nav_release_notes_text		= "Release Notes";
-l10n.dl_nav_release_notes_title		= "Was ist neu, was wurde verbessert in Apache OpenOffice?";
-l10n.dl_nav_release_notes_href		= "https://www.openoffice.org/development/releases/index.html";
+l10n.dl_nav_release_notes_text			= "Release Notes";
+l10n.dl_nav_release_notes_title			= "Was ist neu, was wurde verbessert in Apache OpenOffice?";
+l10n.dl_nav_release_notes_href			= "https://www.openoffice.org/development/releases/index.html";
 l10n.dl_nav_checksum_text			= "Download verifizieren?";
 l10n.dl_nav_checksum_title			= "Wie kann die heruntergeladene Datei mit Signaturen und Hashwerten verifiziert werden?";
 l10n.dl_nav_checksum_href			= "https://www.openoffice.org/download/checksums.html";
 
 // Strings for the logo graphics.
-l10n.dl_img_sourceforge_title		= "SourceForge - Download, Develop and Publish Free Open Source Software";
-l10n.dl_img_sourceforge_href		= "https://www.sourceforge.net/";
+l10n.dl_img_sourceforge_title			= "SourceForge - Download, Develop and Publish Free Open Source Software";
+l10n.dl_img_sourceforge_href			= "https://www.sourceforge.net/";
 l10n.dl_img_sourceforge_src			= "/images/sourceforge.png";
 l10n.dl_img_sourceforge_alt			= "SourceForge";
 l10n.dl_img_w3c_title				= "W3C Markup Validation Service - Check the markup (HTML, XHTML, ...) of Web documents";
 l10n.dl_img_w3c_href				= "https://validator.w3.org/check?uri=referer";
-l10n.dl_img_w3c_src					= "/images/valid-xhtml10-blue.png";
-l10n.dl_img_w3c_alt					= "W3C Validator";
+l10n.dl_img_w3c_src				= "/images/valid-xhtml10-blue.png";
+l10n.dl_img_w3c_alt				= "W3C Validator";
 
 
 
@@ -254,41 +243,41 @@ l10n.dl_linux_info_title			= "RPM wird benutzt in:\nCentOS, Fedora, Mageia, Mand
 //l10n.dl_mac_info_text				= "macOS : Text";
 //l10n.dl_mac_info_title			= "macOS : Titel";
 
-l10n.dl_full_link_porting_text		= "Portierungen: Klicken zum Wählen von Drittanbietern";
-l10n.dl_full_link_porting_title		= "Klicken zum Aufrufen der Portierungswebseite und Herunterladen von Drittanbietern";
-l10n.dl_full_link_archive_text		= "Archiv: Klicken zum Wählen von älteren Releases";
-l10n.dl_full_link_archive_title		= "Klicken zum Aufrufen der Archivwebseite und Herunterladen von älteren Releases";
+l10n.dl_full_link_porting_text			= "Portierungen: Klicken zum Wählen von Drittanbietern";
+l10n.dl_full_link_porting_title			= "Klicken zum Aufrufen der Portierungswebseite und Herunterladen von Drittanbietern";
+l10n.dl_full_link_archive_text			= "Archiv: Klicken zum Wählen von älteren Releases";
+l10n.dl_full_link_archive_title			= "Klicken zum Aufrufen der Archivwebseite und Herunterladen von älteren Releases";
 
 // Download: Strings in the sub-green box (used in "download.js").
-l10n.dl_rel_info_headline_text		= "Release: ";
-l10n.dl_rel_info_milestone_text		= "Milestone ";
-l10n.dl_rel_info_buildid_text		= "Build ID ";
+l10n.dl_rel_info_headline_text			= "Release: ";
+l10n.dl_rel_info_milestone_text			= "Milestone ";
+l10n.dl_rel_info_buildid_text			= "Build ID ";
 l10n.dl_rel_info_svn_text			= "SVN "
-l10n.dl_rel_info_rel_date_text		= "Veröffentlicht ";
+l10n.dl_rel_info_rel_date_text			= "Veröffentlicht ";
 l10n.dl_rel_notes_text				= "Release Notes";
 l10n.dl_rel_notes_title				= "Release Notes für Apache OpenOffice ";
 
 l10n.dl_headline_full_text			= "Vollinstallation: ";
-l10n.dl_headline_langpack_text		= "Sprachpaket: ";
+l10n.dl_headline_langpack_text			= "Sprachpaket: ";
 l10n.dl_filesize_text				= "Dateigröße ~";
 l10n.dl_megabyte_text				= " MB";
-l10n.dl_checksum_headline_text		= "Signaturen und Hashwerte: ";
+l10n.dl_checksum_headline_text			= "Signaturen und Hashwerte: ";
 l10n.dl_checksum_keys_text			= "KEYS";
 l10n.dl_checksum_keys_title			= "KEYS Signaturdatei";
 l10n.dl_checksum_asc_text			= "ASC";
 l10n.dl_checksum_asc_title			= "ASC Signatur für: ";
 l10n.dl_checksum_md5_text			= "MD5";
 l10n.dl_checksum_md5_title			= "MD5 Hashwert für: ";
-l10n.dl_checksum_sha256_text		= "SHA256";
-l10n.dl_checksum_sha256_title		= "SHA256 Hashwert für: ";
-l10n.dl_checksum_sha512_text		= "SHA512";
-l10n.dl_checksum_sha512_title		= "SHA512 Hashwert für: ";
+l10n.dl_checksum_sha256_text			= "SHA256";
+l10n.dl_checksum_sha256_title			= "SHA256 Hashwert für: ";
+l10n.dl_checksum_sha512_text			= "SHA512";
+l10n.dl_checksum_sha512_title			= "SHA512 Hashwert für: ";
 
 l10n.dl_help_img_title				= "Was ist der Unterschied zwischen einer Vollinstallation und einem Sprachpaket?";
 l10n.dl_help_img_src				= "/download/cachedimages/help-information-icon.png";
 l10n.dl_help_img_alt				= "Install info";
-l10n.dl_help_text					= "Was ist ein Sprachpaket?";
-l10n.dl_help_title					= "Was ist der Unterschied zwischen einer Vollinstallation und einem Sprachpaket?";
+l10n.dl_help_text				= "Was ist ein Sprachpaket?";
+l10n.dl_help_title				= "Was ist der Unterschied zwischen einer Vollinstallation und einem Sprachpaket?";
 l10n.dl_checksum_img_title			= "Wie kann man die heruntergeladene Datei mit Prüfsummen verifizieren?";
 l10n.dl_checksum_img_src			= "/download/cachedimages/help-information-icon.png";
 l10n.dl_checksum_img_alt			= "Prüfsummen verifizieren";
@@ -297,7 +286,7 @@ l10n.dl_checksum_title				= "Wie kann man die heruntergeladene Datei mit Prüfsu
 l10n.dl_report_img_title			= "Kaputter Download-Link? Hier klicken zum Melden.";
 l10n.dl_report_img_src				= "/download/cachedimages/help-report-broken-link-icon.png";
 l10n.dl_report_img_alt				= "Broken link";
-l10n.dl_report_text					= "Kaputten Link melden";
+l10n.dl_report_text				= "Kaputten Link melden";
 l10n.dl_report_title				= "Kaputter Download-Link? Hier klicken zum Melden.";
 
 // Download: Strings for error text in the sub-red box (used in "download.js").
@@ -309,10 +298,10 @@ l10n.dl_langpack_link_error_title		= "Bitte ein anderes Betriebssystem, Sprache
 l10n.dl_error_problem_img_title			= "Die ausgewählte Installationsdatei ist nicht verfügbar";
 l10n.dl_error_problem_img_src			= "/download/cachedimages/exclamation-icon.png";
 l10n.dl_error_problem_img_alt			= "Error text";
-l10n.dl_error_problem_text				= "Problem: ";
-l10n.dl_error_solution_text				= "Lösung: ";
-l10n.dl_error_aoo_text					= "Apache OpenOffice ";
-l10n.dl_error_not_available_for_text	= " ist nicht verfügbar für ";
+l10n.dl_error_problem_text			= "Problem: ";
+l10n.dl_error_solution_text			= "Lösung: ";
+l10n.dl_error_aoo_text				= "Apache OpenOffice ";
+l10n.dl_error_not_available_for_text		= " ist nicht verfügbar für ";
 l10n.dl_error_please_select_1_text		= "Bitte wähle Version 4.0.1.";
 l10n.dl_error_please_select_2_text		= "Bitte wähle Version 4.1.0 oder neuer.";
 l10n.dl_error_please_select_3_text		= "Bitte wähle eine Installationsdatei für Windows, macOS (OS&nbsp;X) oder Linux.";
@@ -332,24 +321,24 @@ l10n.dl_error_custom_4_text			= "";
 // The following variables are used in the "analyze.html" file:
 
 // Analyze: Strings for the instruction text (used in "analyze.html").
-l10n.dl_analyze_headline_text					= "Wie wird ein kaputter Download-Link gemeldet?";
-l10n.dl_analyze_instruction_select_text			= "<b>Wähle die gewünschten Optionen</b>: Betriebssystem, Sprache und Version in dem unteren grünen Kasten.";
-l10n.dl_analyze_instruction_verify_text			= "Sicherstellen, dass diese Optionen <b>noch immer nicht</b> zu funktionierenden Download-Links führen.";
-l10n.dl_analyze_instruction_click_text			= "Auf den Button unterhalb des grünen Kastens drücken: ";
-l10n.dl_analyze_instruction_copy_text			= "Kopieren der ausgewählten Tabellendaten in die Zwischenablage: ";
-l10n.dl_analyze_instruction_new_mail_text		= "Neue E-Mail erstellen.";
-l10n.dl_analyze_instruction_problem_text		= "<b>Beschreibung des Problems</b> (was funktioniert nicht und was wird erwartet).";
-l10n.dl_analyze_instruction_details_text		= "Bitte auch <b>Details über das benutzte Betriebssystem</b> hinzufügen.";
-l10n.dl_analyze_instruction_paste_text			= "Die kopierten Daten ans Ende der E-Mail einfügen.";
+l10n.dl_analyze_headline_text			= "Wie wird ein kaputter Download-Link gemeldet?";
+l10n.dl_analyze_instruction_select_text		= "<b>Wähle die gewünschten Optionen</b>: Betriebssystem, Sprache und Version in dem unteren grünen Kasten.";
+l10n.dl_analyze_instruction_verify_text		= "Sicherstellen, dass diese Optionen <b>noch immer nicht</b> zu funktionierenden Download-Links führen.";
+l10n.dl_analyze_instruction_click_text		= "Auf den Button unterhalb des grünen Kastens drücken: ";
+l10n.dl_analyze_instruction_copy_text		= "Kopieren der ausgewählten Tabellendaten in die Zwischenablage: ";
+l10n.dl_analyze_instruction_new_mail_text	= "Neue E-Mail erstellen.";
+l10n.dl_analyze_instruction_problem_text	= "<b>Beschreibung des Problems</b> (was funktioniert nicht und was wird erwartet).";
+l10n.dl_analyze_instruction_details_text	= "Bitte auch <b>Details über das benutzte Betriebssystem</b> hinzufügen.";
+l10n.dl_analyze_instruction_paste_text		= "Die kopierten Daten ans Ende der E-Mail einfügen.";
 l10n.dl_analyze_instruction_only_download_text	= "Bitte <b>die E-Mail nur in dem Fall senden, wenn es um Probleme beim Herunterladen geht</b> und nicht beim Installieren.";
-l10n.dl_analyze_instruction_no_install_text		= "Diese Webseite kann überhaupt nicht bei Installationsproblemen helfen.";
-l10n.dl_analyze_instruction_send_mail_text		= "Schließlich, <b>senden der E-Mail</b> an die: ";
+l10n.dl_analyze_instruction_no_install_text	= "Diese Webseite kann überhaupt nicht bei Installationsproblemen helfen.";
+l10n.dl_analyze_instruction_send_mail_text	= "Schließlich, <b>senden der E-Mail</b> an die: ";
 l10n.dl_analyze_instruction_mailing_list_text	= "Apache OpenOffice Entwickler-Mailing Liste";
 l10n.dl_analyze_instruction_mailing_list_title	= "Senden des Reports an die Apache OpenOffice Entwickler-Mailing Liste";
-l10n.dl_analyze_instruction_learn_more_text		= "Was ist eine Mailing Liste?";
+l10n.dl_analyze_instruction_learn_more_text	= "Was ist eine Mailing Liste?";
 l10n.dl_analyze_instruction_learn_more_title	= "Hier klicken für weitere Informationen zu Mailing Listen";
-l10n.dl_analyze_instruction_answer_text			= "Wir werden versuchen, nach Erhalt der E-Mail und Analyse schnellstmöglich eine Antwort zu geben.";
-l10n.dl_analyze_instruction_thanks_text			= "Vielen Dank für den Report.";
+l10n.dl_analyze_instruction_answer_text		= "Wir werden versuchen, nach Erhalt der E-Mail und Analyse schnellstmöglich eine Antwort zu geben.";
+l10n.dl_analyze_instruction_thanks_text		= "Vielen Dank für den Report.";
 
 // Analyze: Strings for the 3 buttons (used in "analyze.html").
 l10n.dl_analyze_update_button_text		= "Klicken zum Aktualisieren der Tabelle";
@@ -360,12 +349,12 @@ l10n.dl_analyze_copy_button_text		= "Kopieren mit [Strg] + [C] / [&#8984;]+[C]";
 l10n.dl_analyze_copy_button_title		= "Kopieren der ausgewählten Tabellendaten mit [ Strg ] + [ C ] oder [ &#8984; ] + [ C ] in die Zwischenablage";
 
 // Analyze: Strings for the table (used in "analyze.html").
-l10n.dl_analyze_table_problem_text1			= "Problembeschreibung";
-l10n.dl_analyze_table_problem_text2			= "Ersetze diesen Text und beschreibe das Problem <br /><br />(Was funktioniert nicht? Was wird erwartet?)";
-l10n.dl_analyze_table_browser_text			= "Browser Variablen";
-l10n.dl_analyze_table_values_text			= "Werte";
-l10n.dl_analyze_table_yes_text				= "Ja";
-l10n.dl_analyze_table_no_text				= "Nein";
+l10n.dl_analyze_table_problem_text1		= "Problembeschreibung";
+l10n.dl_analyze_table_problem_text2		= "Ersetze diesen Text und beschreibe das Problem <br /><br />(Was funktioniert nicht? Was wird erwartet?)";
+l10n.dl_analyze_table_browser_text		= "Browser Variablen";
+l10n.dl_analyze_table_values_text		= "Werte";
+l10n.dl_analyze_table_yes_text			= "Ja";
+l10n.dl_analyze_table_no_text			= "Nein";
 l10n.dl_analyze_table_stable_release_text	= "Stabiles Release";
 l10n.dl_analyze_table_javascript_text		= "JavaScript&nbsp;Funktionen/Variablen";
 
@@ -384,9 +373,9 @@ l10n.dl_rel_notes_aoo411_link			= "https://cwiki.apache.org/confluence/pages/vie
 l10n.dl_rel_notes_aoo410_link			= "https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=40507525";
 l10n.dl_rel_notes_aoo401_link			= "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0.1+Release+Notes+%28Deutsch%29";
 l10n.dl_rel_notes_aoo400_link			= "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0+Release+Notes+%28Deutsch%29";
-l10n.dl_help_link						= "https://www.openoffice.org/download/full_vs_lp.html";
-l10n.dl_checksum_link					= "https://www.openoffice.org/download/checksums.html";
-l10n.dl_report_link						= "https://www.openoffice.org/de/download/analyze.html";
-l10n.dl_porting_link					= "https://www.openoffice.org/porting/index.html";
-l10n.dl_archive_link					= "https://www.openoffice.org/download/archive.html";
-l10n.dl_aoo341_link						= "https://www.openoffice.org/download/archive.html";
+l10n.dl_help_link				= "https://www.openoffice.org/download/full_vs_lp.html";
+l10n.dl_checksum_link				= "https://www.openoffice.org/download/checksums.html";
+l10n.dl_report_link				= "https://www.openoffice.org/de/download/analyze.html";
+l10n.dl_porting_link				= "https://www.openoffice.org/porting/index.html";
+l10n.dl_archive_link				= "https://www.openoffice.org/download/archive.html";
+l10n.dl_aoo341_link				= "https://www.openoffice.org/download/archive.html";

[openoffice-org] 03/05: Add check for new variable if exist, if yes then use it

Posted by ma...@apache.org.
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 915c9418867f4d5e8ea2249428e3fc725a3f3f82
Author: Marcus <ma...@apache.org>
AuthorDate: Sun Mar 21 10:40:53 2021 +0100

    Add check for new variable if exist, if yes then use it
---
 assets/download/download.js | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/assets/download/download.js b/assets/download/download.js
index 58d1727..d562f1f 100644
--- a/assets/download/download.js
+++ b/assets/download/download.js
@@ -332,9 +332,20 @@ DL.fillVersionSelection = function() {
 		selection.appendChild( option );
 	}
 
+	if( l10n.dl_green_box_select_box_version_older ) {
+		// Add the translated item "Older releases" as last item into the select box.
+		option       = document.createElement( "option" );
+		// Assign the text as index value.
+		option.value = "older";
+		// Assign the UI text.
+		option.text  = l10n.dl_green_box_select_box_version_older;
+		// Add the new option to the already existing ones.
+		selection.appendChild( option );
+	}
+
 	// Check if the option names are localized. 
 	// If the first string in the array element is larger than 0, assume all are localized and should be used.
-	if ( l10n.dl_green_box_select_box_version_values[ 0 ].length > 0 ) {
+	if( l10n.dl_green_box_select_box_version_values[ 0 ].length > 0 ) {
 		// Search through the localized names.
 		for( i = 0, j = l10n.dl_green_box_select_box_version_values.length; i < j; i++ ) {
 			// Exchange the version name with the localized one.

[openoffice-org] 04/05: Added an include for the English 'msg_prop_l10n_en.js', their values are now the defaults, if existing the translated values are replacing them

Posted by ma...@apache.org.
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 ac9dd0678adf9a6de536d1a06a02f4da962cd978
Author: Marcus <ma...@apache.org>
AuthorDate: Sun Mar 21 10:53:06 2021 +0100

    Added an include for the English 'msg_prop_l10n_en.js', their values are now the defaults, if existing the translated values are replacing them
---
 content/de/download/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/content/de/download/index.html b/content/de/download/index.html
index 18a145f..733580d 100644
--- a/content/de/download/index.html
+++ b/content/de/download/index.html
@@ -11,6 +11,7 @@
   <meta name="description" content="Offizielle Apache OpenOffice Download-Webseite. Folge Apache OpenOffice, der freien Büro-Software mit über 300 Millionen geprüften Downloads." />
   <title>Apache OpenOffice herunterladen - Offizielle Webseite</title>
   <script type="text/javascript" src="/download/globalvars.js"></script>
+  <script type="text/javascript" src="/download/msg_prop_l10n_en.js"></script>
   <script type="text/javascript" src="./msg_prop_l10n_de.js"></script>
   <script type="text/javascript" src="/download/languages.js"></script>
   <script type="text/javascript" src="/download/release_matrix.js"></script>

[openoffice-org] 01/05: Added an include for the English 'msg_prop_l10n_en.js', their values are now the defaults, if existing the translated values are replacing them

Posted by ma...@apache.org.
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 b9d4a2e926b3263dedbca2815e4734f8e92eac3f
Author: Marcus <ma...@apache.org>
AuthorDate: Sun Mar 21 10:36:35 2021 +0100

    Added an include for the English 'msg_prop_l10n_en.js', their values are now the defaults, if existing the translated values are replacing them
---
 content/xx/download/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/content/xx/download/index.html b/content/xx/download/index.html
index 5b99e0e..e39097c 100644
--- a/content/xx/download/index.html
+++ b/content/xx/download/index.html
@@ -11,6 +11,7 @@
   <meta name="description" content="Official Apache OpenOffice download page. Join the OpenOffice revolution, the free office productivity suite with over 300 million trusted downloads." />
   <title>Apache OpenOffice Downloads - Official Site</title>
   <script type="text/javascript" src="/download/globalvars.js"></script>
+  <script type="text/javascript" src="/download/msg_prop_l10n_en.js"></script>
   <script type="text/javascript" src="./msg_prop_l10n_xx.js"></script>
   <script type="text/javascript" src="/download/languages.js"></script>
   <script type="text/javascript" src="/download/release_matrix.js"></script>