Author: buildbot
Date: Wed Aug 20 07:24:07 2014
New Revision: 919880
Log:
Staging update by buildbot for ooo-site
Added:
websites/staging/ooo-site/trunk/content/test-hu/msg_prop_l10n_hu.js
Removed:
websites/staging/ooo-site/trunk/content/test-hu/msg_prop_l10n_xx.js
Modified:
websites/staging/ooo-site/trunk/cgi-bin/ (props changed)
websites/staging/ooo-site/trunk/content/ (props changed)
websites/staging/ooo-site/trunk/content/test-hu/download/index.html
websites/staging/ooo-site/trunk/content/test-hu/download/msg_prop_l10n_xx.js
websites/staging/ooo-site/trunk/content/test-hu/index.html
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Aug 20 07:24:07 2014
@@ -1 +1 @@
-1619039
+1619040
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Aug 20 07:24:07 2014
@@ -1 +1 @@
-1619039
+1619040
Modified: websites/staging/ooo-site/trunk/content/test-hu/download/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/test-hu/download/index.html
(original)
+++ websites/staging/ooo-site/trunk/content/test-hu/download/index.html Wed Aug
20 07:24:07 2014
@@ -13,7 +13,7 @@
<meta name="description" content="Official Apache OpenOffice download page.
Join the OpenOffice revolution, the free office productivity suite with over
100 million trusted downloads." />
<title>Apache OpenOffice Downloads - Official Site</title>
<script type="text/javascript" src="../../download/globalvars.js"></script>
- <script type="text/javascript" src="msg_prop_l10n_xx.js"></script>
+ <script type="text/javascript" src="msg_prop_l10n_hu.js"></script>
<script type="text/javascript" src="../../download/languages.js"></script>
<script type="text/javascript"
src="../../download/release_matrix.js"></script>
<script type="text/javascript"
src="../../download/boxed_download.js"></script>
Modified:
websites/staging/ooo-site/trunk/content/test-hu/download/msg_prop_l10n_xx.js
==============================================================================
---
websites/staging/ooo-site/trunk/content/test-hu/download/msg_prop_l10n_xx.js
(original)
+++
websites/staging/ooo-site/trunk/content/test-hu/download/msg_prop_l10n_xx.js
Wed Aug 20 07:24:07 2014
@@ -15,7 +15,7 @@ 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 = "xx";
+DL.NL_LANG = "hu";
// General:
l10n.dl_headline_text = "Apache OpenOffice Download";
Modified: websites/staging/ooo-site/trunk/content/test-hu/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/test-hu/index.html (original)
+++ websites/staging/ooo-site/trunk/content/test-hu/index.html Wed Aug 20
07:24:07 2014
@@ -11,7 +11,7 @@
<link href="https://plus.google.com/+openoffice" rel="publisher" />
<title>Apache OpenOffice - The Free and Open Productivity Suite</title>
<script type="text/javascript" src="../download/globalvars.js"></script>
- <script type="text/javascript" src="msg_prop_l10n_xx.js"></script>
+ <script type="text/javascript" src="msg_prop_l10n_hu.js"></script>
<style type="text/css">
/* <![CDATA[ */
/*-------------------- Exceptions on standard css -----------------------*/
Added: websites/staging/ooo-site/trunk/content/test-hu/msg_prop_l10n_hu.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/test-hu/msg_prop_l10n_hu.js (added)
+++ websites/staging/ooo-site/trunk/content/test-hu/msg_prop_l10n_hu.js Wed Aug
20 07:24:07 2014
@@ -0,0 +1,24 @@
+/* This file is to maintain text information that can be used on the download
webpage via JavaScript when
+ * including this file.
+ *
+ * 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.index_redirect_text
+ */
+
+
+
+// Object that contains all following variables.
+var l10n = new Object();
+
+// The following variables are used in the "index.html" file:
+
+l10n.index_alert_box_show = true;
+l10n.index_alert_box_background_color = "#F5A9A9"; // More
see "http://html-color-codes.info/"
+l10n.index_alert_box_href = "index.html"; // Make
the whole alert box clickable with a link.
+ //
Maximum 49 characters.
+l10n.index_alert_box_headline_text = "Headline text with max. 49
characters";
+ //
Maximum 630 characters.
+l10n.index_alert_box_text_text = "Text with max. 630
characters. <br /><br /> This alert box is now within the layout of the list
items below. <br /><br /> The following link can be added to point the user to
more information or to a solution. But the link can also be left out. Then the
link will not be shown.";
+