Author: buildbot Date: Sat Jul 12 17:10:05 2014 New Revision: 915944 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/tr/download/index.html Propchange: websites/staging/ooo-site/trunk/cgi-bin/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sat Jul 12 17:10:05 2014 @@ -1 +1 @@ -1609999 +1610000 Propchange: websites/staging/ooo-site/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sat Jul 12 17:10:05 2014 @@ -1 +1 @@ -1609999 +1610000 Modified: websites/staging/ooo-site/trunk/content/tr/download/index.html ============================================================================== --- websites/staging/ooo-site/trunk/content/tr/download/index.html (original) +++ websites/staging/ooo-site/trunk/content/tr/download/index.html Sat Jul 12 17:10:05 2014 @@ -71,7 +71,7 @@ <!-- // The text in the H1 tag is intentionally shown as "display: none" (do not display). // This is to please accessibility tools like a screen reader. - document.write( "<h1 style='display: none;'>" + l10n_download_headline_text + "</h1>" ); + document.write( "<h1 style='display: none;'>" + l10n.dl_headline_text + "</h1>" ); //--> </script> @@ -84,10 +84,10 @@ // Changed: The variable can now be found in the "msg_prop_l10n_<ISO_code>.js". // Get the download box from a separate file. - createDownloadBox(); + DL.createDownloadBox(); // Fill the select boxes and wait for the user's choice. - init( 1 ); + DL.init( 1 ); entourage.initialize(); @@ -119,7 +119,7 @@ <script type="text/javascript"> <!-- // Get the share box from a separate file. - createShareBox(); + DL.createShareBox(); //--> </script> @@ -127,7 +127,7 @@ <script type="text/javascript"> <!-- // Get the extensions box from a separate file. - createExtensionsBox(); + DL.createExtensionsBox(); //--> </script> @@ -135,7 +135,7 @@ <script type="text/javascript"> <!-- // Get the templates box from a separate file. - createTemplatesBox(); + DL.createTemplatesBox(); //--> </script> @@ -147,7 +147,7 @@ <script type="text/javascript"> <!-- // Get the navigation bar from a separate file. - createNavigationBar(); + DL.createNavigationBar(); //--> </script> @@ -157,7 +157,7 @@ <script type="text/javascript"> <!-- // Get the logo section from a separate file. - createLogoSection(); + DL.createLogoSection(); //--> </script>