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
The following commit(s) were added to refs/heads/main by this push:
new 6e994c8d4 Changed file for the AOO 4.1.12 release
6e994c8d4 is described below
commit 6e994c8d4ac822caf309fab40caaceaf76840d42
Author: Marcus <[email protected]>
AuthorDate: Wed May 4 20:34:25 2022 +0200
Changed file for the AOO 4.1.12 release
---
assets/download/download.js | 22 +--
assets/download/globalvars.js | 15 +-
assets/download/msg_prop_l10n_en.js | 1 +
assets/download/release_matrix.js | 280 ++++++++++++++++++++++++++++++++++++
4 files changed, 300 insertions(+), 18 deletions(-)
diff --git a/assets/download/download.js b/assets/download/download.js
index 002a6f733..183924e91 100644
--- a/assets/download/download.js
+++ b/assets/download/download.js
@@ -103,8 +103,8 @@ DL.initVariables = function( init_all ) {
DL.RELEASE_PLATFORM_POS_LP = -1; // The position of the
platform in the release matrix array (langpack).
DL.RELEASE_PLATFORM = ""; // The platform in the release
matrix array.
DL.RELEASE_LANG = ""; // The language specific data
depending on LANG_ISO.
- DL.REL_TEXT = ""; // The release data
(milestone, build ID, svn rev, release date).
- DL.REL_NOTES = ""; // The complete URL for the
release notes (depends on version).
+ DL.RELEASE_TEXT = ""; // The release data
(milestone, build ID, svn rev, release date).
+ DL.RELEASE_NOTES = ""; // The complete URL
for the release notes (depends on version).
DL.FILENAME_FULL = ""; // The complete filename of
the download URL (full install).
DL.FILENAME_LP = ""; // The complete filename of
the download URL (langpack).
DL.FILESIZE_FULL = -1; // The filesize of the
download file (full install).
@@ -713,7 +713,7 @@ DL.checkForLinkExceptions = function() {
}
// If version is '4.1.0' (or newer) and platform is 'Mac OS X <= 10.6',
show the none-availability to the user.
- if( ( DL.VERSION_SEL === "4.1.11" || DL.VERSION_SEL === "4.1.10" ||
DL.VERSION_SEL === "4.1.9" || DL.VERSION_SEL === "4.1.8" || DL.VERSION_SEL ===
"4.1.7" || DL.VERSION_SEL === "4.1.6" || DL.VERSION_SEL === "4.1.5" ||
DL.VERSION_SEL === "4.1.4" || DL.VERSION_SEL === "4.1.3" || DL.VERSION_SEL ===
"4.1.2" || DL.VERSION_SEL === "4.1.1" || DL.VERSION_SEL === "4.1.0" ) &&
DL.PLATFORM === "mac32" ) {
+ if( ( DL.VERSION_SEL === "4.1.12" || DL.VERSION_SEL === "4.1.11" ||
DL.VERSION_SEL === "4.1.10" || DL.VERSION_SEL === "4.1.9" || DL.VERSION_SEL ===
"4.1.8" || DL.VERSION_SEL === "4.1.7" || DL.VERSION_SEL === "4.1.6" ||
DL.VERSION_SEL === "4.1.5" || DL.VERSION_SEL === "4.1.4" || DL.VERSION_SEL ===
"4.1.3" || DL.VERSION_SEL === "4.1.2" || DL.VERSION_SEL === "4.1.1" ||
DL.VERSION_SEL === "4.1.0" ) && DL.PLATFORM === "mac32" ) {
// Show an error message that the chosen items do not lead to a
download.
// If a customized string is not available in the
"msg_prop_l10n_XX.js" file.
@@ -921,8 +921,8 @@ DL.getLinkSelection = function() {
// Set the values in the sub-box for the 4 text lines.
// #1 Release data and link to release notes.
document.getElementById( "dl_rel_info" ).innerHTML = "<b>"
+ l10n.dl_rel_info_headline_text
- + "</b>
" + DL.REL_TEXT + " | ";
- document.getElementById( "dl_rel_notes" ).href =
DL.REL_NOTES;
+ + "</b>
" + DL.RELEASE_TEXT + " | ";
+ document.getElementById( "dl_rel_notes" ).href =
DL.RELEASE_NOTES;
document.getElementById( "dl_rel_notes" ).innerHTML =
l10n.dl_rel_notes_text;
document.getElementById( "dl_rel_notes" ).title =
l10n.dl_rel_notes_title + DL.VERSION_SEL;
@@ -989,7 +989,7 @@ DL.getLinkSelection = function() {
document.getElementById( "dl_rpt" ).title =
l10n.dl_report_title;
// New Apache release policy since March 2018: Do not provide
any MD5 checksums anymore as it is understood as too insecure.
- if( ( DL.VERSION_SEL === "4.1.11" || DL.VERSION_SEL ===
"4.1.10" || DL.VERSION_SEL === "4.1.9" || DL.VERSION_SEL === "4.1.8" ||
DL.VERSION_SEL === "4.1.7" || DL.VERSION_SEL === "4.1.6" || DL.VERSION_SEL ===
"4.2.0" ) ) {
+ if( ( DL.VERSION_SEL === "4.1.12" || DL.VERSION_SEL ===
"4.1.11" || DL.VERSION_SEL === "4.1.10" || DL.VERSION_SEL === "4.1.9" ||
DL.VERSION_SEL === "4.1.8" || DL.VERSION_SEL === "4.1.7" || DL.VERSION_SEL ===
"4.1.6" || DL.VERSION_SEL === "4.2.0" ) ) {
// If version is '4.1.6' (or newer), do not show any
MD5 checksum file links.
document.getElementById( "space4" ).innerHTML
= "";
document.getElementById( "dl_f_chk_md5" ).href
= "";
@@ -1366,20 +1366,20 @@ DL.getFileData = function() {
// TODO: Rewrite this part together with text items
"l10n.dl_rel_info_svn_text" in "msg_prop_l10n_en.js" and all other languages to
make it independent from SVN, Git or other systems.
/*
- DL.REL_TEXT = l10n.dl_rel_info_milestone_text + DL[
release_matrix_version ][ "src" ][ 1 ][ 0 ]
+ DL.RELEASE_TEXT = l10n.dl_rel_info_milestone_text + DL[
release_matrix_version ][ "src" ][ 1 ][ 0 ]
+ " | " + l10n.dl_rel_info_buildid_text + DL[
release_matrix_version ][ "src" ][ 1 ][ 1 ]
+ " | " + l10n.dl_rel_info_svn_text + DL[
release_matrix_version ][ "src" ][ 1 ][ 2 ]
+ " | " + l10n.dl_rel_info_rel_date_text + DL[
release_matrix_version ][ "src" ][ 1 ][ 3 ];
*/
- DL.REL_TEXT = l10n.dl_rel_info_milestone_text + DL[
release_matrix_version ][ "src" ][ 1 ][ 0 ]
+ DL.RELEASE_TEXT = l10n.dl_rel_info_milestone_text + DL[
release_matrix_version ][ "src" ][ 1 ][ 0 ]
+ " | " + l10n.dl_rel_info_buildid_text + DL[
release_matrix_version ][ "src" ][ 1 ][ 1 ]
+ " | " + DL[
release_matrix_version ][ "src" ][ 1 ][ 2 ]
+ " | " + l10n.dl_rel_info_rel_date_text + DL[
release_matrix_version ][ "src" ][ 1 ][ 3 ];
// Assign the link for release notes, depending on the version.
// Generate variable name: string + version number without dots (e.g.,
"413" instead of "4.1.3").
- DL.REL_NOTES = l10n[ "dl_rel_notes_aoo" + DL.VERSION_SEL_RAW + "_link"
];
+ DL.RELEASE_NOTES = l10n[ "dl_rel_notes_aoo" + DL.VERSION_SEL_RAW +
"_link" ];
return;
}
@@ -1427,8 +1427,8 @@ DL.debug = function( location ) {
+ "RELEASE_PLATFORM_POS_LP: " + "\t\t\t" +
DL.RELEASE_PLATFORM_POS_LP + "\n"
+ "RELEASE_PLATFORM: " + "\t\t\t\t\t" +
DL.RELEASE_PLATFORM + "\n"
+ "RELEASE_LANG: " + "\t\t\t\t\t\t" +
DL.RELEASE_LANG + "\n"
- + "REL_TEXT: " + "\t\t\t\t\t\t\t" +
DL.REL_TEXT + "\n"
- + "REL_NOTES: " + "\t\t\t\t\t\t" +
DL.REL_NOTES + "\n"
+ + "RELEASE_TEXT: " + "\t\t\t\t\t\t\t" +
DL.RELEASE_TEXT + "\n"
+ + "RELEASE_NOTES: " + "\t\t\t\t\t\t" +
DL.RELEASE_NOTES + "\n"
+ "VERSION_SEL: " + "\t\t\t\t\t\t" +
DL.VERSION_SEL + "\n"
+ "VERSION_SEL_RAW: " + "\t\t\t\t\t" +
DL.VERSION_SEL_RAW + "\n"
+ "FILENAME_FULL: " + "\t\t\t\t\t" +
DL.FILENAME_FULL + "\n"
diff --git a/assets/download/globalvars.js b/assets/download/globalvars.js
index d7dff8beb..8bee18782 100644
--- a/assets/download/globalvars.js
+++ b/assets/download/globalvars.js
@@ -12,13 +12,13 @@
var DL = new Object();
// Stable release: General properties.
-DL.VERSION = "4.1.11"; // Release version in
full format "x.y.z".
+DL.VERSION = "4.1.12"; // Release version in
full format "x.y.z".
DL.VERSION_SHORT = DL.VERSION; // Release version in
short format "x.y".
-DL.MILESTONE = "AOO4111m1"; // Milestone ID (from
AOO build system).
-DL.BUILD = "9808"; // Build ID (from AOO
build system).
-DL.SVN_REV = "bdb20b2a64"; // Git revision.
-DL.REL_DATE = "2021-October-06"; // Date of the public
announced release.
-DL.PREV_VERSION = "4.1.10"; // Release of
the previous version.
+DL.MILESTONE = "AOO4112m1"; // Milestone ID (from
AOO build system).
+DL.BUILD = "9809"; // Build ID (from AOO
build system).
+DL.SVN_REV = "60e0a1c111"; // Git revision.
+DL.REL_DATE = "2022-April-30"; // Date of the public
announced release.
+DL.PREV_VERSION = "4.1.11"; // Release of
the previous version.
DL.OLDVERSION = "3.4.1"; // Old version (last
stable release of 3.x series).
DL.LEGACYVERSION = "3.3.0"; // Old legacy version
(last stable none-Apache release).
@@ -89,7 +89,8 @@ DL.SEL_LANG = [ "hy", "Armenian",
"Հայերեն",
// Data for the <select> element "ver".
// Value Visible text
-DL.SEL_VER = [ "4.1.11", "4.1.11",
+DL.SEL_VER = [ "4.1.12", "4.1.12",
+ "4.1.11", "4.1.11",
"4.1.10", "4.1.10",
"4.1.9", "4.1.9",
"4.1.8", "4.1.8",
diff --git a/assets/download/msg_prop_l10n_en.js
b/assets/download/msg_prop_l10n_en.js
index 012e2d458..5405c9a1c 100644
--- a/assets/download/msg_prop_l10n_en.js
+++ b/assets/download/msg_prop_l10n_en.js
@@ -359,6 +359,7 @@ l10n.dl_analyze_table_javascript_text =
"JavaScript functions/variables";
// General: Links to webpage files that could be localized.
+l10n.dl_rel_notes_aoo4111_link =
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.12+Release+Notes";
l10n.dl_rel_notes_aoo4111_link =
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.11+Release+Notes";
l10n.dl_rel_notes_aoo4110_link =
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.10+Release+Notes";
l10n.dl_rel_notes_aoo419_link =
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.9+Release+Notes";
diff --git a/assets/download/release_matrix.js
b/assets/download/release_matrix.js
index 8ab53fb10..73c15fc32 100644
--- a/assets/download/release_matrix.js
+++ b/assets/download/release_matrix.js
@@ -19,6 +19,286 @@
*
*/
+/* Description for AOO 4.1.12.
+ *
+ * For the matrix position and their meanings see the descriptions on top of
file.
+ */
+DL.release_matrix_4112 = {
+"src": {
+ "0": [ 'src', 'English (US)', 'English (US)', 'y',
'download/index.html' ],
+ "1": [ 'AOO4112m1', '9809', 'Git hash 60e0a1c111', '2022-04-30' ],
+ "2": [ 'tar_bz2', 'y', '209' ],
+ "3": [ 'tar_gz', 'y', '276' ],
+ "4": [ 'zip', 'y', '323' ] },
+
+"sdk": {
+ "0": [ 'sdk', 'English (US)', 'English (US)', 'y',
'download/index.html' ],
+ "1": [ /* lnx_64_f_d */ 'y', ' 9' ],
+ "2": [ /* lnx_64_lp_d */ 'n', ' 0' ],
+ "3": [ /* lnx_64_f_r */ 'y', ' 8' ],
+ "4": [ /* lnx_64_lp_r */ 'n', ' 0' ],
+ "5": [ /* lnx_32_f_d */ 'y', ' 9' ],
+ "6": [ /* lnx_32_lp_d */ 'n', ' 0' ],
+ "7": [ /* lnx_32_f_r */ 'y', ' 8' ],
+ "8": [ /* lnx_32_lp_r */ 'n', ' 0' ],
+ "9": [ /* mac_64_f */ 'y', ' 12' ],
+ "10": [ /* mac_64_lp */ 'n', ' 0' ],
+ "11": [ /* win_32_f */ 'y', ' 7' ],
+ "12": [ /* win_32_lp */ 'n', ' 0' ] },
+
+"ar": {
+ "0": [ 'ar', 'Arabic', 'العربية', 'n', 'ar/' ],
+ "1": [ 'n', ' 0' ], "2": [ 'n', ' 0' ], "3": [ 'n', ' 0' ], "4":
[ 'n', ' 0' ], "5": [ 'n', ' 0' ],
+ "6": [ 'n', ' 0' ], "7": [ 'n', ' 0' ], "8": [ 'n', ' 0' ], "9":
[ 'n', ' 0' ], "10": [ 'n', ' 0' ],
+ "11": [ 'n', ' 0' ], "12": [ 'n', ' 0' ] },
+
+"ast": {
+ "0": [ 'ast', 'Asturian', 'Asturianu', 'y', 'ast/' ],
+ "1": [ 'y', '147' ], "2": [ 'y', ' 18' ], "3": [ 'y', '148' ], "4":
[ 'y', ' 18' ], "5": [ 'y', '140' ],
+ "6": [ 'y', ' 18' ], "7": [ 'y', '145' ], "8": [ 'y', ' 18' ], "9":
[ 'y', '158' ], "10": [ 'y', ' 17' ],
+ "11": [ 'y', '145' ], "12": [ 'y', ' 34' ] },
+
+"bg": {
+ "0": [ 'bg', 'Bulgarian', 'български език', 'y', 'bg/' ],
+ "1": [ 'y', '142' ], "2": [ 'y', ' 13' ], "3": [ 'y', '143' ], "4":
[ 'y', ' 13' ], "5": [ 'y', '135' ],
+ "6": [ 'y', ' 13' ], "7": [ 'y', '140' ], "8": [ 'y', ' 13' ], "9":
[ 'y', '153' ], "10": [ 'y', ' 12' ],
+ "11": [ 'y', '124' ], "12": [ 'y', ' 12' ] },
+
+"ca": {
+ "0": [ 'ca', 'Catalan', 'Català', 'y', 'ca/' ],
+ "1": [ 'y', '153' ], "2": [ 'y', ' 19' ], "3": [ 'y', '154' ], "4":
[ 'y', ' 19' ], "5": [ 'y', '146' ],
+ "6": [ 'y', ' 19' ], "7": [ 'y', '151' ], "8": [ 'y', ' 19' ], "9":
[ 'y', '164' ], "10": [ 'y', ' 19' ],
+ "11": [ 'y', '135' ], "12": [ 'y', ' 19' ] },
+
+"ca-XV": {
+ "0": [ 'ca-XV', 'Valencià', 'Català (Valencià AVL)', 'y', 'ca-xv/' ],
+ "1": [ 'y', '153' ], "2": [ 'y', ' 19' ], "3": [ 'y', '154' ], "4":
[ 'y', ' 19' ], "5": [ 'y', '146' ],
+ "6": [ 'y', ' 19' ], "7": [ 'y', '151' ], "8": [ 'y', ' 19' ], "9":
[ 'y', '164' ], "10": [ 'y', ' 19' ],
+ "11": [ 'y', '151' ], "12": [ 'y', ' 35' ] },
+
+"ca-XR": {
+ "0": [ 'ca-XR', 'Valencià', 'Català (Valencià RACV)', 'y', 'ca-xr/' ],
+ "1": [ 'y', '147' ], "2": [ 'y', ' 18' ], "3": [ 'y', '148' ], "4":
[ 'y', ' 18' ], "5": [ 'y', '140' ],
+ "6": [ 'y', ' 18' ], "7": [ 'y', '145' ], "8": [ 'y', ' 18' ], "9":
[ 'y', '158' ], "10": [ 'y', ' 17' ],
+ "11": [ 'y', '145' ], "12": [ 'y', ' 34' ] },
+
+"cs": {
+ "0": [ 'cs', 'Czech', 'Čeština', 'y', 'cs/' ],
+ "1": [ 'y', '141' ], "2": [ 'y', ' 12' ], "3": [ 'y', '142' ], "4":
[ 'y', ' 12' ], "5": [ 'y', '134' ],
+ "6": [ 'y', ' 12' ], "7": [ 'y', '139' ], "8": [ 'y', ' 12' ], "9":
[ 'y', '152' ], "10": [ 'y', ' 11' ],
+ "11": [ 'y', '123' ], "12": [ 'y', ' 12' ] },
+
+"da": {
+ "0": [ 'da', 'Danish', 'Dansk', 'y', 'da/' ],
+ "1": [ 'y', '143' ], "2": [ 'y', ' 12' ], "3": [ 'y', '144' ], "4":
[ 'y', ' 12' ], "5": [ 'y', '136' ],
+ "6": [ 'y', ' 12' ], "7": [ 'y', '140' ], "8": [ 'y', ' 12' ], "9":
[ 'y', '153' ], "10": [ 'y', ' 11' ],
+ "11": [ 'y', '124' ], "12": [ 'y', ' 11' ] },
+
+"de": {
+ "0": [ 'de', 'German', 'Deutsch', 'y', 'de/downloads/index.html' ],
+ "1": [ 'y', '176' ], "2": [ 'y', ' 19' ], "3": [ 'y', '177' ], "4":
[ 'y', ' 19' ], "5": [ 'y', '169' ],
+ "6": [ 'y', ' 19' ], "7": [ 'y', '173' ], "8": [ 'y', ' 19' ], "9":
[ 'y', '187' ], "10": [ 'y', ' 19' ],
+ "11": [ 'y', '157' ], "12": [ 'y', ' 19' ] },
+
+"el": {
+ "0": [ 'el', 'Greek',
'Ελληνικά', 'y', 'el/' ],
+ "1": [ 'y', '150' ], "2": [ 'y', ' 21' ], "3": [ 'y', '151' ], "4":
[ 'y', ' 21' ], "5": [ 'y', '143' ],
+ "6": [ 'y', ' 21' ], "7": [ 'y', '147' ], "8": [ 'y', ' 21' ], "9":
[ 'y', '161' ], "10": [ 'y', ' 20' ],
+ "11": [ 'y', '131' ], "12": [ 'y', ' 20' ] },
+
+"en-GB": {
+ "0": [ 'en-GB', 'English (British)', 'English (British)', 'y',
'download/index.html' ],
+ "1": [ 'y', '146' ], "2": [ 'y', ' 11' ], "3": [ 'y', '147' ], "4":
[ 'y', ' 11' ], "5": [ 'y', '139' ],
+ "6": [ 'y', ' 11' ], "7": [ 'y', '143' ], "8": [ 'y', ' 11' ], "9":
[ 'y', '156' ], "10": [ 'y', ' 10' ],
+ "11": [ 'y', '127' ], "12": [ 'y', ' 11' ] },
+
+"en-US": {
+ "0": [ 'en-US', 'English (US)', 'English (US)', 'y',
'download/index.html' ],
+ "1": [ 'y', '153' ], "2": [ 'y', ' 18' ], "3": [ 'y', '154' ], "4":
[ 'y', ' 18' ], "5": [ 'y', '146' ],
+ "6": [ 'y', ' 18' ], "7": [ 'y', '150' ], "8": [ 'y', ' 18' ], "9":
[ 'y', '163' ], "10": [ 'y', ' 17' ],
+ "11": [ 'y', '134' ], "12": [ 'y', ' 18' ] },
+
+"es": {
+ "0": [ 'es', 'Spanish', 'Español', 'y', 'es/' ],
+ "1": [ 'y', '143' ], "2": [ 'y', ' 12' ], "3": [ 'y', '143' ], "4":
[ 'y', ' 12' ], "5": [ 'y', '136' ],
+ "6": [ 'y', ' 12' ], "7": [ 'y', '140' ], "8": [ 'y', ' 12' ], "9":
[ 'y', '154' ], "10": [ 'y', ' 11' ],
+ "11": [ 'y', '124' ], "12": [ 'y', ' 12' ] },
+
+"eu": {
+ "0": [ 'eu', 'Basque', 'Euskara', 'y', 'eu/' ],
+ "1": [ 'y', '142' ], "2": [ 'y', ' 12' ], "3": [ 'y', '143' ], "4":
[ 'y', ' 12' ], "5": [ 'y', '135' ],
+ "6": [ 'y', ' 12' ], "7": [ 'y', '139' ], "8": [ 'y', ' 12' ], "9":
[ 'y', '153' ], "10": [ 'y', ' 11' ],
+ "11": [ 'y', '123' ], "12": [ 'y', ' 12' ] },
+
+"fi": {
+ "0": [ 'fi', 'Finnish', 'Suomi', 'y', 'fi/lataa.html' ],
+ "1": [ 'y', '149' ], "2": [ 'y', ' 19' ], "3": [ 'y', '150' ], "4":
[ 'y', ' 20' ], "5": [ 'y', '142' ],
+ "6": [ 'y', ' 20' ], "7": [ 'y', '146' ], "8": [ 'y', ' 20' ], "9":
[ 'y', '160' ], "10": [ 'y', ' 19' ],
+ "11": [ 'y', '130' ], "12": [ 'y', ' 19' ] },
+
+"fr": {
+ "0": [ 'fr', 'French', 'Français', 'y', 'fr/' ],
+ "1": [ 'y', '145' ], "2": [ 'y', ' 12' ], "3": [ 'y', '146' ], "4":
[ 'y', ' 12' ], "5": [ 'y', '138' ],
+ "6": [ 'y', ' 12' ], "7": [ 'y', '142' ], "8": [ 'y', ' 12' ], "9":
[ 'y', '156' ], "10": [ 'y', ' 12' ],
+ "11": [ 'y', '126' ], "12": [ 'y', ' 12' ] },
+
+"gd": {
+ "0": [ 'gd', 'Scottish (Gaelic)', 'Gàidhlig', 'y', 'gd/' ],
+ "1": [ 'y', '148' ], "2": [ 'y', ' 18' ], "3": [ 'y', '149' ], "4":
[ 'y', ' 18' ], "5": [ 'y', '141' ],
+ "6": [ 'y', ' 18' ], "7": [ 'y', '145' ], "8": [ 'y', ' 18' ], "9":
[ 'y', '158' ], "10": [ 'y', ' 17' ],
+ "11": [ 'y', '146' ], "12": [ 'y', ' 34' ] },
+
+"gl": {
+ "0": [ 'gl', 'Galician', 'Galego', 'y', 'gl/' ],
+ "1": [ 'y', '148' ], "2": [ 'y', ' 19' ], "3": [ 'y', '149' ], "4":
[ 'y', ' 19' ], "5": [ 'y', '141' ],
+ "6": [ 'y', ' 19' ], "7": [ 'y', '145' ], "8": [ 'y', ' 19' ], "9":
[ 'y', '159' ], "10": [ 'y', ' 18' ],
+ "11": [ 'y', '130' ], "12": [ 'y', ' 18' ] },
+
+"he": {
+ "0": [ 'he', 'Hebrew', 'עברית', 'y', 'he/' ],
+ "1": [ 'y', '147' ], "2": [ 'y', ' 18' ], "3": [ 'y', '148' ], "4":
[ 'y', ' 18' ], "5": [ 'y', '140' ],
+ "6": [ 'y', ' 18' ], "7": [ 'y', '145' ], "8": [ 'y', ' 18' ], "9":
[ 'y', '158' ], "10": [ 'y', ' 17' ],
+ "11": [ 'y', '129' ], "12": [ 'y', ' 18' ] },
+
+"hi": {
+ "0": [ 'hi', 'Hindi', 'हिन्दी', 'y', 'hi/' ],
+ "1": [ 'y', '148' ], "2": [ 'y', ' 19' ], "3": [ 'y', '149' ], "4":
[ 'y', ' 19' ], "5": [ 'y', '141' ],
+ "6": [ 'y', ' 19' ], "7": [ 'y', '145' ], "8": [ 'y', ' 19' ], "9":
[ 'y', '159' ], "10": [ 'y', ' 18' ],
+ "11": [ 'y', '130' ], "12": [ 'y', ' 18' ] },
+
+"hu": {
+ "0": [ 'hu', 'Hungarian', 'Magyar', 'y', 'hu/' ],
+ "1": [ 'y', '144' ], "2": [ 'y', ' 12' ], "3": [ 'y', '145' ], "4":
[ 'y', ' 13' ], "5": [ 'y', '137' ],
+ "6": [ 'y', ' 13' ], "7": [ 'y', '141' ], "8": [ 'y', ' 13' ], "9":
[ 'y', '155' ], "10": [ 'y', ' 12' ],
+ "11": [ 'y', '125' ], "12": [ 'y', ' 12' ] },
+
+"it": {
+ "0": [ 'it', 'Italian', 'Italiano', 'y', 'it/download/' ],
+ "1": [ 'y', '148' ], "2": [ 'y', ' 12' ], "3": [ 'y', '149' ], "4":
[ 'y', ' 12' ], "5": [ 'y', '141' ],
+ "6": [ 'y', ' 12' ], "7": [ 'y', '146' ], "8": [ 'y', ' 12' ], "9":
[ 'y', '159' ], "10": [ 'y', ' 11' ],
+ "11": [ 'y', '130' ], "12": [ 'y', ' 12' ] },
+
+"ja": {
+ "0": [ 'ja', 'Japanese', '日本語', 'y', 'ja/' ],
+ "1": [ 'y', '147' ], "2": [ 'y', ' 18' ], "3": [ 'y', '148' ], "4":
[ 'y', ' 18' ], "5": [ 'y', '140' ],
+ "6": [ 'y', ' 18' ], "7": [ 'y', '145' ], "8": [ 'y', ' 18' ], "9":
[ 'y', '158' ], "10": [ 'y', ' 17' ],
+ "11": [ 'y', '128' ], "12": [ 'y', ' 17' ] },
+
+"km": {
+ "0": [ 'km', 'Khmer', 'ភាសាខ្មែរ', 'y', 'km/' ],
+ "1": [ 'y', '145' ], "2": [ 'y', ' 15' ], "3": [ 'y', '146' ], "4":
[ 'y', ' 15' ], "5": [ 'y', '138' ],
+ "6": [ 'y', ' 15' ], "7": [ 'y', '142' ], "8": [ 'y', ' 15' ], "9":
[ 'y', '157' ], "10": [ 'y', ' 15' ],
+ "11": [ 'y', '143' ], "12": [ 'y', ' 31' ] },
+
+"ko": {
+ "0": [ 'ko', 'Korean', '한국어', 'y', 'ko/' ],
+ "1": [ 'y', '142' ], "2": [ 'y', ' 12' ], "3": [ 'y', '143' ], "4":
[ 'y', ' 12' ], "5": [ 'y', '135' ],
+ "6": [ 'y', ' 12' ], "7": [ 'y', '140' ], "8": [ 'y', ' 12' ], "9":
[ 'y', '153' ], "10": [ 'y', ' 11' ],
+ "11": [ 'y', '124' ], "12": [ 'y', ' 12' ] },
+
+"lt": {
+ "0": [ 'lt', 'Lithuanian', 'Lietuvių', 'y', 'lt/' ],
+ "1": [ 'y', '147' ], "2": [ 'y', ' 18' ], "3": [ 'y', '148' ], "4":
[ 'y', ' 18' ], "5": [ 'y', '140' ],
+ "6": [ 'y', ' 18' ], "7": [ 'y', '145' ], "8": [ 'y', ' 18' ], "9":
[ 'y', '158' ], "10": [ 'y', ' 17' ],
+ "11": [ 'y', '129' ], "12": [ 'y', ' 17' ] },
+
+"nb": {
+ "0": [ 'nb', 'Norwegian (Bokmal)', 'Norsk (Bokmål)', 'y', 'no/' ],
+ "1": [ 'y', '151' ], "2": [ 'y', ' 19' ], "3": [ 'y', '152' ], "4":
[ 'y', ' 19' ], "5": [ 'y', '144' ],
+ "6": [ 'y', ' 19' ], "7": [ 'y', '148' ], "8": [ 'y', ' 19' ], "9":
[ 'y', '162' ], "10": [ 'y', ' 18' ],
+ "11": [ 'y', '132' ], "12": [ 'y', ' 19' ] },
+
+"nl": {
+ "0": [ 'nl', 'Dutch', 'Nederlands', 'y', 'nl/' ],
+ "1": [ 'y', '151' ], "2": [ 'y', ' 12' ], "3": [ 'y', '152' ], "4":
[ 'y', ' 12' ], "5": [ 'y', '144' ],
+ "6": [ 'y', ' 12' ], "7": [ 'y', '148' ], "8": [ 'y', ' 12' ], "9":
[ 'y', '162' ], "10": [ 'y', ' 11' ],
+ "11": [ 'y', '132' ], "12": [ 'y', ' 12' ] },
+
+"pl": {
+ "0": [ 'pl', 'Polish', 'Polski', 'y', 'pl/product.download.html' ],
+ "1": [ 'y', '144' ], "2": [ 'y', ' 12' ], "3": [ 'y', '145' ], "4":
[ 'y', ' 12' ], "5": [ 'y', '137' ],
+ "6": [ 'y', ' 12' ], "7": [ 'y', '141' ], "8": [ 'y', ' 12' ], "9":
[ 'y', '155' ], "10": [ 'y', ' 12' ],
+ "11": [ 'y', '125' ], "12": [ 'y', ' 12' ] },
+
+"pt": {
+ "0": [ 'pt', 'Portuguese (European)', 'Português (Europeu)',
'y', 'pt/' ],
+ "1": [ 'y', '142' ], "2": [ 'y', ' 12' ], "3": [ 'y', '143' ], "4":
[ 'y', ' 12' ], "5": [ 'y', '135' ],
+ "6": [ 'y', ' 12' ], "7": [ 'y', '139' ], "8": [ 'y', ' 12' ], "9":
[ 'y', '153' ], "10": [ 'y', ' 11' ],
+ "11": [ 'y', '123' ], "12": [ 'y', ' 12' ] },
+
+"pt-BR": {
+ "0": [ 'pt-BR', 'Portuguese (Brazilian)', 'Português (do
Brasil)', 'y', 'pt-br/' ],
+ "1": [ 'y', '141' ], "2": [ 'y', ' 12' ], "3": [ 'y', '142' ], "4":
[ 'y', ' 12' ], "5": [ 'y', '134' ],
+ "6": [ 'y', ' 12' ], "7": [ 'y', '139' ], "8": [ 'y', ' 12' ], "9":
[ 'y', '152' ], "10": [ 'y', ' 11' ],
+ "11": [ 'y', '123' ], "12": [ 'y', ' 12' ] },
+
+"ru": {
+ "0": [ 'ru', 'Russian', 'Русский', 'y', 'ru/' ],
+ "1": [ 'y', '149' ], "2": [ 'y', ' 13' ], "3": [ 'y', '150' ], "4":
[ 'y', ' 13' ], "5": [ 'y', '142' ],
+ "6": [ 'y', ' 13' ], "7": [ 'y', '146' ], "8": [ 'y', ' 13' ], "9":
[ 'y', '160' ], "10": [ 'y', ' 12' ],
+ "11": [ 'y', '130' ], "12": [ 'y', ' 13' ] },
+
+"sk": {
+ "0": [ 'sk', 'Slovak', 'Slovenský jazyk (slovenčina)', 'y', 'sk/' ],
+ "1": [ 'y', '142' ], "2": [ 'y', ' 11' ], "3": [ 'y', '143' ], "4":
[ 'y', ' 11' ], "5": [ 'y', '135' ],
+ "6": [ 'y', ' 11' ], "7": [ 'y', '139' ], "8": [ 'y', ' 11' ], "9":
[ 'y', '152' ], "10": [ 'y', ' 10' ],
+ "11": [ 'y', '123' ], "12": [ 'y', ' 11' ] },
+
+"sl": {
+ "0": [ 'sl', 'Slovenian', 'Slovenski jezik (slovenščina)', 'y', 'sl/'
],
+ "1": [ 'y', '143' ], "2": [ 'y', ' 12' ], "3": [ 'y', '144' ], "4":
[ 'y', ' 12' ], "5": [ 'y', '136' ],
+ "6": [ 'y', ' 12' ], "7": [ 'y', '140' ], "8": [ 'y', ' 12' ], "9":
[ 'y', '153' ], "10": [ 'y', ' 11' ],
+ "11": [ 'y', '124' ], "12": [ 'y', ' 12' ] },
+
+"sr": {
+ "0": [ 'sr', 'Serbian (Cyrillic)', 'Cрпски (ћирилицом)', 'y', 'sr/' ],
+ "1": [ 'y', '147' ], "2": [ 'y', ' 18' ], "3": [ 'y', '148' ], "4":
[ 'y', ' 18' ], "5": [ 'y', '140' ],
+ "6": [ 'y', ' 18' ], "7": [ 'y', '145' ], "8": [ 'y', ' 18' ], "9":
[ 'y', '158' ], "10": [ 'y', ' 17' ],
+ "11": [ 'y', '129' ], "12": [ 'y', ' 18' ] },
+
+"sv": {
+ "0": [ 'sv', 'Swedish', 'Svenska', 'y', 'sv/' ],
+ "1": [ 'y', '142' ], "2": [ 'y', ' 12' ], "3": [ 'y', '143' ], "4":
[ 'y', ' 12' ], "5": [ 'y', '135' ],
+ "6": [ 'y', ' 12' ], "7": [ 'y', '139' ], "8": [ 'y', ' 12' ], "9":
[ 'y', '152' ], "10": [ 'y', ' 11' ],
+ "11": [ 'y', '123' ], "12": [ 'y', ' 11' ] },
+
+"ta": {
+ "0": [ 'ta', 'Tamil', 'தமிழ்', 'y', 'ta/' ],
+ "1": [ 'y', '147' ], "2": [ 'y', ' 18' ], "3": [ 'y', '148' ], "4":
[ 'y', ' 18' ], "5": [ 'y', '140' ],
+ "6": [ 'y', ' 18' ], "7": [ 'y', '145' ], "8": [ 'y', ' 18' ], "9":
[ 'y', '158' ], "10": [ 'y', ' 17' ],
+ "11": [ 'y', '129' ], "12": [ 'y', ' 18' ] },
+
+"th": {
+ "0": [ 'th', 'Thai', 'ภาษาไทย', 'y', 'th/' ],
+ "1": [ 'y', '147' ], "2": [ 'y', ' 18' ], "3": [ 'y', '148' ], "4":
[ 'y', ' 18' ], "5": [ 'y', '140' ],
+ "6": [ 'y', ' 18' ], "7": [ 'y', '144' ], "8": [ 'y', ' 18' ], "9":
[ 'y', '158' ], "10": [ 'y', ' 17' ],
+ "11": [ 'y', '129' ], "12": [ 'y', ' 18' ] },
+
+"tr": {
+ "0": [ 'tr', 'Turkish', 'Türkçe', 'y', 'tr/' ],
+ "1": [ 'y', '141' ], "2": [ 'y', ' 12' ], "3": [ 'y', '142' ], "4":
[ 'y', ' 12' ], "5": [ 'y', '134' ],
+ "6": [ 'y', ' 12' ], "7": [ 'y', '138' ], "8": [ 'y', ' 12' ], "9":
[ 'y', '152' ], "10": [ 'y', ' 11' ],
+ "11": [ 'y', '122' ], "12": [ 'y', ' 11' ] },
+
+"vi": {
+ "0": [ 'vi', 'Vietnamese', 'Tiếng Việt', 'y', 'vi/' ],
+ "1": [ 'y', '142' ], "2": [ 'y', ' 13' ], "3": [ 'y', '143' ], "4":
[ 'y', ' 13' ], "5": [ 'y', '135' ],
+ "6": [ 'y', ' 13' ], "7": [ 'y', '139' ], "8": [ 'y', ' 13' ], "9":
[ 'y', '153' ], "10": [ 'y', ' 12' ],
+ "11": [ 'y', '123' ], "12": [ 'y', ' 12' ] },
+
+"zh-CN": {
+ "0": [ 'zh-CN', 'Chinese (simplified)', '简体中文', 'y',
'zh-cn/download/' ],
+ "1": [ 'y', '142' ], "2": [ 'y', ' 13' ], "3": [ 'y', '143' ], "4":
[ 'y', ' 13' ], "5": [ 'y', '135' ],
+ "6": [ 'y', ' 13' ], "7": [ 'y', '140' ], "8": [ 'y', ' 13' ], "9":
[ 'y', '153' ], "10": [ 'y', ' 13' ],
+ "11": [ 'y', '124' ], "12": [ 'y', ' 13' ] },
+
+"zh-TW": {
+ "0": [ 'zh-TW', 'Chinese (traditional)', '正體中文', 'y', 'zh-tw/' ],
+ "1": [ 'y', '143' ], "2": [ 'y', ' 13' ], "3": [ 'y', '144' ], "4":
[ 'y', ' 13' ], "5": [ 'y', '136' ],
+ "6": [ 'y', ' 13' ], "7": [ 'y', '140' ], "8": [ 'y', ' 13' ], "9":
[ 'y', '153' ], "10": [ 'y', ' 13' ],
+ "11": [ 'y', '124' ], "12": [ 'y', ' 13' ] }
+};
+
/* Description for AOO 4.1.11.
*
* For the matrix position and their meanings see the descriptions on top of
file.