You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2014/07/26 15:45:20 UTC

svn commit: r917477 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/xx/msg_prop_l10n_xx.js

Author: buildbot
Date: Sat Jul 26 13:45:20 2014
New Revision: 917477

Log:
Staging update by buildbot for ooo-site

Added:
    websites/staging/ooo-site/trunk/content/xx/msg_prop_l10n_xx.js
Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 26 13:45:20 2014
@@ -1 +1 @@
-1613625
+1613626

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 26 13:45:20 2014
@@ -1 +1 @@
-1613625
+1613626

Added: websites/staging/ooo-site/trunk/content/xx/msg_prop_l10n_xx.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/xx/msg_prop_l10n_xx.js (added)
+++ websites/staging/ooo-site/trunk/content/xx/msg_prop_l10n_xx.js Sat Jul 26 13:45:20 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.";
+