You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2019/06/09 20:21:13 UTC

svn commit: r1860916 - in /openoffice/ooo-site/trunk/content: de/download/msg_prop_l10n_de.js xx/download/msg_prop_l10n_xx.js

Author: mseidel
Date: Sun Jun  9 20:21:13 2019
New Revision: 1860916

URL: http://svn.apache.org/viewvc?rev=1860916&view=rev
Log:
Minor changes

Modified:
    openoffice/ooo-site/trunk/content/de/download/msg_prop_l10n_de.js
    openoffice/ooo-site/trunk/content/xx/download/msg_prop_l10n_xx.js

Modified: openoffice/ooo-site/trunk/content/de/download/msg_prop_l10n_de.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/de/download/msg_prop_l10n_de.js?rev=1860916&r1=1860915&r2=1860916&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/de/download/msg_prop_l10n_de.js (original)
+++ openoffice/ooo-site/trunk/content/de/download/msg_prop_l10n_de.js Sun Jun  9 20:21:13 2019
@@ -3,8 +3,8 @@
  *
  * Instead of hard coded text in the green box please use these variables and translate it to your favorite language.
  *
- * Wrong:   "Download Apache OpenOffice"
- * Correct: l10n.dl_green_box_headline_text
+ * Wrong:	"Download Apache OpenOffice"
+ * Correct:	l10n.dl_green_box_headline_text
  */
 
 
@@ -15,29 +15,29 @@ 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";
 l10n.dl_green_box_headline_title		= "Herunterladen von Apache OpenOffice für das gewünschte Betriebssystem, Sprache und Version";
-l10n.dl_green_box_subtext1_text			= "Hosted von SourceForge.net - Eine vertrauenswürdige Webseite";
-l10n.dl_green_box_subtext1_title		= "Apache OpenOffice Installationsdateien sind von SourceForge.net gehostet - Eine vertrauenswürdige Webseite";
+l10n.dl_green_box_subtext1_text			= "Bereitgestellt von SourceForge.net - Eine vertrauenswürdige Webseite";
+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 as empty is you want to just take the defautl in English.
+//These strings require updates per version. Leave them empty is you want to just take the default in English.
 
 // The strings that will be shown in the OS, language and version drop-down select boxes.
 // You must leave at least one single empty string (see the comment lines above the 3 following variables)!
 // Leaving as default will result in the download box for any OS, language, or release shown on:
 // https://www.openoffice.org/download/index.html
-// Custominzations to each of these arrays will require ongoing maintenance for new releases.
+// Customizations to each of these arrays will require ongoing maintenance for new releases.
 
 // l10n.dl_green_box_select_box_os_values	= [ "" ];
 l10n.dl_green_box_select_box_os_values		= [ "Windows (EXE)",
@@ -97,17 +97,17 @@ l10n.dl_green_box_select_box_lang_values
 													"vi",		"Vietnamesisch",					"Tiếng Việt" ];
 
 // l10n.dl_green_box_select_box_version_values	= [ "" ];
-l10n.dl_green_box_select_box_version_values	= [ "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		= [ "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" ];
 
 // Download: Strings in the sub-green box (used in "index.html").
 // Not defined for now.
@@ -281,8 +281,8 @@ l10n.dl_checksum_sha512_title			= "SHA51
 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";
@@ -291,7 +291,7 @@ l10n.dl_checksum_title				= "Wie kann ma
 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").
@@ -303,10 +303,10 @@ l10n.dl_langpack_link_error_title		= "Bi
 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 X) oder Linux.";
@@ -326,24 +326,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";
@@ -354,30 +354,30 @@ l10n.dl_analyze_copy_button_text		= "Kop
 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";
 
 
 
 // General: Links to webpage files that could be localized.
-l10n.dl_rel_notes_aoo416_link			= "https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=97550579";
-l10n.dl_rel_notes_aoo415_link			= "https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=74691663";
-l10n.dl_rel_notes_aoo414_link			= "https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=73632410";
-l10n.dl_rel_notes_aoo413_link			= "https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65873798";
-l10n.dl_rel_notes_aoo412_link			= "https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61318804";
-l10n.dl_rel_notes_aoo411_link			= "https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=44995874";
-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_rel_notes_aoo416_link	= "https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=97550579";
+l10n.dl_rel_notes_aoo415_link	= "https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=74691663";
+l10n.dl_rel_notes_aoo414_link	= "https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=73632410";
+l10n.dl_rel_notes_aoo413_link	= "https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65873798";
+l10n.dl_rel_notes_aoo412_link	= "https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61318804";
+l10n.dl_rel_notes_aoo411_link	= "https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=44995874";
+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_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_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";

Modified: openoffice/ooo-site/trunk/content/xx/download/msg_prop_l10n_xx.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/xx/download/msg_prop_l10n_xx.js?rev=1860916&r1=1860915&r2=1860916&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/xx/download/msg_prop_l10n_xx.js (original)
+++ openoffice/ooo-site/trunk/content/xx/download/msg_prop_l10n_xx.js Sun Jun  9 20:21:13 2019
@@ -3,8 +3,8 @@
  *
  * Instead of hard coded text in the green box please use these variables and translate it to your favorite language.
  *
- * Wrong:   "Download Apache OpenOffice"
- * Correct: l10n.dl_green_box_headline_text
+ * Wrong:	"Download Apache OpenOffice"
+ * Correct:	l10n.dl_green_box_headline_text
  */
 
 
@@ -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";
@@ -36,9 +36,9 @@ l10n.dl_green_box_selectbox_ver_title		=
 // You must leave at least one single empty string (see the comment lines above the 3 following variables)!
 // Leaving as default will result in the download box for any OS, language, or release shown on:
 // http://www.openoffice.org/download/index.html
-// Custominzations to each of these arrays will require ongoing maintenance for new releases.
+// Customizations to each of these arrays will require ongoing maintenance for new releases.
 
-// l10n.dl_green_box_select_box_os_values	= [ "" ]; 
+// 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)",
@@ -47,8 +47,8 @@ l10n.dl_green_box_select_box_os_values
 						    "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_language_values	= [ "" ];
 
 // l10n.dl_green_box_select_box_lang_values_custom = [ "" ];
@@ -95,18 +95,18 @@ l10n.dl_green_box_select_box_lang_values
 						    "tr",     "Turkish",				"Türkçe",
 						    "vi",     "Vietnamese",				"Tiếng Việt" ];
 
-// l10n.dl_green_box_select_box_version_values	= [ "" ]; 
-l10n.dl_green_box_select_box_version_values	= [ "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_values		= [ "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.
@@ -140,14 +140,14 @@ l10n.dl_ext_blue_box_headline_text		= "G
 l10n.dl_ext_blue_box_headline_title		= "Choose from a wide range of additional and individual functionality";
 l10n.dl_ext_blue_box_text_text			= "Extend your Apache OpenOffice functionality with a large and growing library of extensions and dictionaries from other users.";
 l10n.dl_ext_blue_box_text_title			= "Choose from a wide range of additional and individual functionality";
-l10n.dl_ext_blue_box_text_href			= "http://extensions.openoffice.org/";
+l10n.dl_ext_blue_box_text_href			= "https://extensions.openoffice.org/";
 
 // Templates: Strings in the blue box (bottom) (used in "index.html").
 l10n.dl_tlp_blue_box_headline_text		= "Get Apache OpenOffice Templates";
 l10n.dl_tlp_blue_box_headline_title		= "Choose from a wide range of additional and individual documents";
 l10n.dl_tlp_blue_box_text_text			= "Extend your Apache OpenOffice creativity with a large and growing library of templates from other users.";
 l10n.dl_tlp_blue_box_text_title			= "Choose from a wide range of additional and individual documents";
-l10n.dl_tlp_blue_box_text_href			= "http://templates.openoffice.org/";
+l10n.dl_tlp_blue_box_text_href			= "https://templates.openoffice.org/";
 
 // Strings in the navigation bar (used in "index.html").
 // Release Information
@@ -176,14 +176,14 @@ l10n.dl_nav_headline_2_text			= "Documen
 l10n.dl_nav_schedule_text			= "Release Schedules";
 l10n.dl_nav_schedule_title			= "When are new releases planned?";
 l10n.dl_nav_schedule_href			= "https://cwiki.apache.org/confluence/display/OOOUSERS/Releases";
-l10n.dl_nav_hist_schedule_text			= "Historic Release Schedule";
-l10n.dl_nav_hist_schedule_title			= "When were old releases planned?";
-l10n.dl_nav_hist_schedule_href			= "https://wiki.openoffice.org/wiki/Product_Release";
+l10n.dl_nav_hist_schedule_text		= "Historic Release Schedule";
+l10n.dl_nav_hist_schedule_title		= "When were old releases planned?";
+l10n.dl_nav_hist_schedule_href		= "https://wiki.openoffice.org/wiki/Product_Release";
 l10n.dl_nav_inst_guide_text			= "Installation Guides";
-l10n.dl_nav_inst_guide_title			= "Instructions for installing Apache OpenOffice on Windows, macOS (OS&nbsp;X) and Linux machines";
+l10n.dl_nav_inst_guide_title		= "Instructions for installing Apache OpenOffice on Windows, macOS (OS&nbsp;X) and Linux machines";
 l10n.dl_nav_inst_guide_href			= "https://www.openoffice.org/download/common/instructions.html";
 l10n.dl_nav_user_guide_text			= "User Guides";
-l10n.dl_nav_user_guide_title			= "Extensive user manuals for every day use";
+l10n.dl_nav_user_guide_title		= "Extensive user manuals for every day use";
 l10n.dl_nav_user_guide_href			= "https://www.openoffice.org/documentation/index.html";
 l10n.dl_nav_why_java_text			= "Java and Apache OpenOffice";
 l10n.dl_nav_why_java_title			= "Explains why to use Java and what it is";
@@ -217,20 +217,20 @@ l10n.dl_nav_archive_title			= "Download
 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			= "What is new, what has been improved 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		= "What is new, what has been improved in Apache OpenOffice?";
+l10n.dl_nav_release_notes_href		= "https://www.openoffice.org/development/releases/index.html";
 l10n.dl_nav_checksum_text			= "Verify the downloaded file";
 l10n.dl_nav_checksum_title			= "How to verify the downloaded file with signatures and hashes?";
 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_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_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";
 
@@ -246,41 +246,41 @@ l10n.dl_langpack_link_title			= "Click t
 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_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";
-l10n.dl_full_link_archive_text			= "Archive: Click to choose from legacy releases";
-l10n.dl_full_link_archive_title			= "Click to browse to the archive and download legacy releases";
+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";
+l10n.dl_full_link_archive_text		= "Archive: Click to choose from legacy releases";
+l10n.dl_full_link_archive_title		= "Click to browse to the archive and download legacy 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			= "Released ";
+l10n.dl_rel_info_rel_date_text		= "Released ";
 l10n.dl_rel_notes_text				= "Release Notes";
 l10n.dl_rel_notes_title				= "Release Notes for Apache OpenOffice ";
 
 l10n.dl_headline_full_text			= "Full installation: ";
-l10n.dl_headline_langpack_text			= "Language pack: ";
+l10n.dl_headline_langpack_text		= "Language pack: ";
 l10n.dl_filesize_text				= "File size ~ ";
 l10n.dl_megabyte_text				= " MByte";
-l10n.dl_checksum_headline_text			= "Signatures and hashes: ";
+l10n.dl_checksum_headline_text		= "Signatures and hashes: ";
 l10n.dl_checksum_keys_text			= "KEYS";
 l10n.dl_checksum_keys_title			= "KEYS signature file";
 l10n.dl_checksum_asc_text			= "ASC";
 l10n.dl_checksum_asc_title			= "ASC signature for: ";
 l10n.dl_checksum_md5_text			= "MD5";
 l10n.dl_checksum_md5_title			= "MD5 hash for: ";
-l10n.dl_checksum_sha256_text			= "SHA256";
-l10n.dl_checksum_sha256_title			= "SHA256 hash for: ";
-l10n.dl_checksum_sha512_text			= "SHA512";
-l10n.dl_checksum_sha512_title			= "SHA512 hash for: ";
+l10n.dl_checksum_sha256_text		= "SHA256";
+l10n.dl_checksum_sha256_title		= "SHA256 hash for: ";
+l10n.dl_checksum_sha512_text		= "SHA512";
+l10n.dl_checksum_sha512_title		= "SHA512 hash for: ";
 
 l10n.dl_help_img_title				= "What is the difference between full installation and language pack?";
 l10n.dl_help_img_src				= "/download/cachedimages/help-information-icon.png";
 l10n.dl_help_img_alt				= "Install info";
-l10n.dl_help_text				= "What is a language pack?";
-l10n.dl_help_title				= "What is the difference between full installation and language pack?";
+l10n.dl_help_text					= "What is a language pack?";
+l10n.dl_help_title					= "What is the difference between full installation and language pack?";
 l10n.dl_checksum_img_title			= "How to verify the downloaded file with checksums?";
 l10n.dl_checksum_img_src			= "/download/cachedimages/help-information-icon.png";
 l10n.dl_checksum_img_alt			= "Checksum verify";
@@ -289,7 +289,7 @@ l10n.dl_checksum_title				= "How to veri
 l10n.dl_report_img_title			= "Broken download link? Click here to report.";
 l10n.dl_report_img_src				= "/download/cachedimages/help-report-broken-link-icon.png";
 l10n.dl_report_img_alt				= "Broken link";
-l10n.dl_report_text				= "Report broken link";
+l10n.dl_report_text					= "Report broken link";
 l10n.dl_report_title				= "Broken download link? Click here to report.";
 
 // Download: Strings for error text in the sub-red box (used in "download.js").
@@ -301,10 +301,10 @@ l10n.dl_langpack_link_error_title		= "Pl
 l10n.dl_error_problem_img_title			= "The selected download file is not available";
 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			= "Solution: ";
-l10n.dl_error_aoo_text				= "Apache OpenOffice ";
-l10n.dl_error_not_available_for_text		= " is not available for ";
+l10n.dl_error_problem_text				= "Problem: ";
+l10n.dl_error_solution_text				= "Solution: ";
+l10n.dl_error_aoo_text					= "Apache OpenOffice ";
+l10n.dl_error_not_available_for_text	= " is not available for ";
 l10n.dl_error_please_select_1_text		= "Please select version 4.0.1.";
 l10n.dl_error_please_select_2_text		= "Please select version 4.1.0 or newer.";
 l10n.dl_error_please_select_3_text		= "Please select a download for Windows, macOS (OS&nbsp;X) or Linux.";
@@ -352,28 +352,28 @@ l10n.dl_analyze_copy_button_text		= "Cop
 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";
 
 
 
 // General: Links to webpage files that could be localized.
-l10n.dl_rel_notes_aoo416_link			= "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.6+Release+Notes";
-l10n.dl_rel_notes_aoo415_link			= "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.5+Release+Notes";
-l10n.dl_rel_notes_aoo414_link			= "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.4+Release+Notes";
-l10n.dl_rel_notes_aoo413_link			= "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.3+Release+Notes";
-l10n.dl_rel_notes_aoo412_link			= "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.2+Release+Notes";
-l10n.dl_rel_notes_aoo411_link			= "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.1+Release+Notes";
-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_rel_notes_aoo416_link	= "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.6+Release+Notes";
+l10n.dl_rel_notes_aoo415_link	= "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.5+Release+Notes";
+l10n.dl_rel_notes_aoo414_link	= "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.4+Release+Notes";
+l10n.dl_rel_notes_aoo413_link	= "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.3+Release+Notes";
+l10n.dl_rel_notes_aoo412_link	= "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.2+Release+Notes";
+l10n.dl_rel_notes_aoo411_link	= "https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.1+Release+Notes";
+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_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_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";