Author: buildbot
Date: Wed Oct 12 18:49:54 2016
New Revision: 999259

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/download.js
    websites/staging/ooo-site/trunk/content/download/msg_prop_l10n_en.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Oct 12 18:49:54 2016
@@ -1 +1 @@
-1764500
+1764502

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Oct 12 18:49:54 2016
@@ -1 +1 @@
-1764500
+1764502

Modified: websites/staging/ooo-site/trunk/content/download/download.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/download.js (original)
+++ websites/staging/ooo-site/trunk/content/download/download.js Wed Oct 12 
18:49:54 2016
@@ -490,7 +490,7 @@ DL.getVersionSelection = function() {
                }
        }
 
-       // Get the version number without dots (e.g., "412" instead of "4.1.2").
+       // Get the version number without dots (e.g., "413" instead of "4.1.3").
        DL.VERSION_SEL_RAW = DL.VERSION_SEL.replace( /\./g,'' );
 
        return DL.VERSION_SEL;
@@ -597,7 +597,7 @@ DL.isLanguageSupported = function() {
        }
 
        // Assign the language data of the selected version depending on the 
ISO code.
-       // Generate variable name: release_matrix_ + version number without 
dots (e.g., "412" instead of "4.1.2").
+       // Generate variable name: release_matrix_ + version number without 
dots (e.g., "413" instead of "4.1.3").
        DL.RELEASE_LANG = DL[ "release_matrix_" + DL.VERSION_SEL_RAW ][ 
DL.LANG_ISO ][ 0 ];
 
        // If the flag = 'y' then the language is supported, otherwise not.
@@ -668,7 +668,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.2" || DL.VERSION_SEL === "4.1.1" || 
DL.VERSION_SEL === "4.1.0" ) && DL.PLATFORM === "mac32" ) {
+       if( ( 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.
@@ -1210,7 +1210,7 @@ DL.getReleaseMatrixPosition = function()
 DL.getFileData = function() {
        // Depending on $ver, a different release matrix has to be used to 
assemble the download filenames.
 
-       // Generate variable name: string + version number without dots (e.g., 
"412" instead of "4.1.2").
+       // Generate variable name: string + version number without dots (e.g., 
"413" instead of "4.1.3").
        var release_matrix_version = "release_matrix_" + DL.VERSION_SEL_RAW;
 
        // Assign all values from the release matrix of language and platform.
@@ -1231,7 +1231,7 @@ DL.getFileData = function() {
                                + " | " + 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., 
"412" instead of "4.1.2").
+       // 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" 
];
 
        return;

Modified: websites/staging/ooo-site/trunk/content/download/msg_prop_l10n_en.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/msg_prop_l10n_en.js 
(original)
+++ websites/staging/ooo-site/trunk/content/download/msg_prop_l10n_en.js Wed 
Oct 12 18:49:54 2016
@@ -302,9 +302,8 @@ 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_aoo413_link                  = 
"http://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.3+Release+Notes";;
 l10n.dl_rel_notes_aoo412_link                  = 
"http://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.2+Release+Notes";;
 l10n.dl_rel_notes_aoo411_link                  = 
"http://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.1+Release+Notes";;
 l10n.dl_rel_notes_aoo410_link                  = 
"http://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1+Release+Notes";;
@@ -316,4 +315,3 @@ l10n.dl_report_link                         = 
"http://www.ope
 l10n.dl_porting_link                           = 
"http://www.openoffice.org/porting/index.html";;
 l10n.dl_archive_link                           = 
"http://www.openoffice.org/download/archive.html";;
 l10n.dl_aoo341_link                            = 
"http://www.openoffice.org/download/other-341.html";;
-


Reply via email to